403Webshell
Server IP : 104.21.84.107  /  Your IP : 104.23.197.208
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/backups/mysql/ICAOC.sql
-- MySQL dump 10.13  Distrib 8.4.7, for Linux (x86_64)
--
-- Host: localhost    Database: ICAOC
-- ------------------------------------------------------
-- 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 `jnx5e_action_log_config`
--

DROP TABLE IF EXISTS `jnx5e_action_log_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_action_log_config`
--

LOCK TABLES `jnx5e_action_log_config` WRITE;
/*!40000 ALTER TABLE `jnx5e_action_log_config` DISABLE KEYS */;
INSERT INTO `jnx5e_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'),(21,'field','com_fields.field','id','title','#__fields','PLG_ACTIONLOG_JOOMLA'),(22,'guidedtour','com_guidedtours.state','id','title','#__guidedtours','PLG_ACTIONLOG_JOOMLA'),(23,'contact','com_contact.form','id','name','#__contact_details','PLG_ACTIONLOG_JOOMLA');
/*!40000 ALTER TABLE `jnx5e_action_log_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_action_logs`
--

DROP TABLE IF EXISTS `jnx5e_action_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=11947 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_action_logs`
--

LOCK TABLES `jnx5e_action_logs` WRITE;
/*!40000 ALTER TABLE `jnx5e_action_logs` DISABLE KEYS */;
INSERT INTO `jnx5e_action_logs` VALUES (1,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-10-17 13:02:41','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(2,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURCOMPLETED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"completed\",\"step\":6,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:03:40','com_guidedtours.state',44,12,'COM_ACTIONLOGS_DISABLED'),(3,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":249,\"name\":\"plg_system_gantry5\",\"extension_name\":\"plg_system_gantry5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,249,'COM_ACTIONLOGS_DISABLED'),(4,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":250,\"name\":\"plg_quickicon_gantry5\",\"extension_name\":\"plg_quickicon_gantry5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,250,'COM_ACTIONLOGS_DISABLED'),(5,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":251,\"name\":\"plg_gantry5_preset\",\"extension_name\":\"plg_gantry5_preset\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,251,'COM_ACTIONLOGS_DISABLED'),(6,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":252,\"name\":\"mod_gantry5_particle\",\"extension_name\":\"mod_gantry5_particle\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,252,'COM_ACTIONLOGS_DISABLED'),(7,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":253,\"name\":\"Gantry 5 Framework\",\"extension_name\":\"Gantry 5 Framework\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,253,'COM_ACTIONLOGS_DISABLED'),(8,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FILE\",\"id\":254,\"name\":\"gantry5_nucleus\",\"extension_name\":\"gantry5_nucleus\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,254,'COM_ACTIONLOGS_DISABLED'),(9,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":255,\"name\":\"com_gantry5\",\"extension_name\":\"com_gantry5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,255,'COM_ACTIONLOGS_DISABLED'),(10,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":256,\"name\":\"pkg_gantry5\",\"extension_name\":\"pkg_gantry5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:29','com_installer',44,256,'COM_ACTIONLOGS_DISABLED'),(11,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE\",\"id\":257,\"name\":\"g5_helium\",\"extension_name\":\"g5_helium\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 13:11:52','com_installer',44,257,'COM_ACTIONLOGS_DISABLED'),(12,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"Home\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 14:19:44','com_menus.item',44,101,'COM_ACTIONLOGS_DISABLED'),(13,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2024-10-17 14:19:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(14,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"Home\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 14:21:42','com_menus.item',44,101,'COM_ACTIONLOGS_DISABLED'),(15,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"Home\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 14:22:05','com_menus.item',44,101,'COM_ACTIONLOGS_DISABLED'),(16,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2024-10-17 14:22:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(17,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-10-17 14:53:44','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(18,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":258,\"name\":\"com_djimageslider\",\"extension_name\":\"com_djimageslider\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:05:17','com_installer',44,258,'COM_ACTIONLOGS_DISABLED'),(19,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":259,\"name\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:05:17','com_installer',44,259,'COM_ACTIONLOGS_DISABLED'),(20,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":260,\"name\":\"DJ-ImageSlider Package\",\"extension_name\":\"DJ-ImageSlider Package\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:05:17','com_installer',44,260,'COM_ACTIONLOGS_DISABLED'),(21,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":8,\"title\":\"slider\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:06:22','com_categories.category',44,8,'COM_ACTIONLOGS_DISABLED'),(22,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__categories\"}','2024-10-17 15:06:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(23,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2024-10-17 15:07:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(24,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:08:06','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(25,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:08:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(26,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:08:21','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(27,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:08:21','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(28,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:08:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(29,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:09:28','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(30,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:09:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(31,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:10:00','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(32,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:10:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(33,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:10:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(34,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":261,\"name\":\"Content - Simple Tabs\",\"extension_name\":\"Content - Simple Tabs\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:15:14','com_installer',44,261,'COM_ACTIONLOGS_DISABLED'),(35,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":262,\"name\":\"Content - Simple Sliders\",\"extension_name\":\"Content - Simple Sliders\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:15:59','com_installer',44,262,'COM_ACTIONLOGS_DISABLED'),(36,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":263,\"name\":\"plg_actionlog_dpcalendar\",\"extension_name\":\"plg_actionlog_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,263,'COM_ACTIONLOGS_DISABLED'),(37,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":264,\"name\":\"plg_content_dpcalendar\",\"extension_name\":\"plg_content_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,264,'COM_ACTIONLOGS_DISABLED'),(38,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":265,\"name\":\"plg_fields_dpcalendar\",\"extension_name\":\"plg_fields_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,265,'COM_ACTIONLOGS_DISABLED'),(39,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":266,\"name\":\"plg_installer_dpcalendar\",\"extension_name\":\"plg_installer_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,266,'COM_ACTIONLOGS_DISABLED'),(40,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":267,\"name\":\"plg_privacy_dpcalendar\",\"extension_name\":\"plg_privacy_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,267,'COM_ACTIONLOGS_DISABLED'),(41,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":268,\"name\":\"plg_user_dpcalendar\",\"extension_name\":\"plg_user_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,268,'COM_ACTIONLOGS_DISABLED'),(42,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":269,\"name\":\"com_dpcalendar\",\"extension_name\":\"com_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,269,'COM_ACTIONLOGS_DISABLED'),(43,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":270,\"name\":\"DPCalendar\",\"extension_name\":\"DPCalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:27:54','com_installer',44,270,'COM_ACTIONLOGS_DISABLED'),(44,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":271,\"name\":\"mod_dpcalendar_mini\",\"extension_name\":\"mod_dpcalendar_mini\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:28:29','com_installer',44,271,'COM_ACTIONLOGS_DISABLED'),(45,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:28:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(46,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DPCalendar Mini\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:28:49','com_modules.module',44,112,'COM_ACTIONLOGS_DISABLED'),(47,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":273,\"name\":\"Image Effect CK\",\"extension_name\":\"Image Effect CK\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:38:07','com_installer',44,273,'COM_ACTIONLOGS_DISABLED'),(48,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":272,\"name\":\"com_imageeffectck\",\"extension_name\":\"com_imageeffectck\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:38:07','com_installer',44,272,'COM_ACTIONLOGS_DISABLED'),(49,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:46:03','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(50,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:46:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(51,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:46:48','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(52,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:46:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(53,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:47:08','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(54,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:47:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(55,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:47:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(56,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:55:19','com_menus.item',44,101,'COM_ACTIONLOGS_DISABLED'),(57,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2024-10-17 15:55:19','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(58,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":1,\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:56:03','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(59,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"Prueba\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:56:20','com_menus.item',44,117,'COM_ACTIONLOGS_DISABLED'),(60,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"extension_name\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 15:56:48','com_modules.module',44,17,'COM_ACTIONLOGS_DISABLED'),(61,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:56:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(62,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2024-10-17 15:56:53','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(63,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 16:06:06','com_config.component',44,19,'COM_ACTIONLOGS_DISABLED'),(64,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 16:07:14','com_config.component',44,19,'COM_ACTIONLOGS_DISABLED'),(65,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 16:07:26','com_config.component',44,19,'COM_ACTIONLOGS_DISABLED'),(66,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2024-10-17 19:41:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(67,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":175,\"title\":\"plg_system_accessibility\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=175\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 19:41:31','com_plugins.plugin',44,175,'COM_ACTIONLOGS_DISABLED'),(68,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"175\",\"title\":\"plg_system_accessibility\",\"extension_name\":\"plg_system_accessibility\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=175\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 19:42:02','com_plugins.plugin',44,175,'COM_ACTIONLOGS_DISABLED'),(69,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2024-10-17 19:42:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(70,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"175\",\"title\":\"plg_system_accessibility\",\"extension_name\":\"plg_system_accessibility\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=175\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 19:42:13','com_plugins.plugin',44,175,'COM_ACTIONLOGS_DISABLED'),(71,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2024-10-17 19:42:13','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(72,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"175\",\"title\":\"plg_system_accessibility\",\"extension_name\":\"plg_system_accessibility\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=175\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-17 19:42:28','com_plugins.plugin',44,175,'COM_ACTIONLOGS_DISABLED'),(73,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2024-10-17 19:42:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(74,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2024-10-17 20:01:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(75,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-10-23 14:15:47','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(76,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":274,\"name\":\"com_phocadownload\",\"extension_name\":\"com_phocadownload\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 14:33:11','com_installer',44,274,'COM_ACTIONLOGS_DISABLED'),(77,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload_categories\"}','2024-10-23 14:36:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(78,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2024-10-23 14:39:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(79,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"Prueba\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 14:40:41','com_menus.item',44,117,'COM_ACTIONLOGS_DISABLED'),(80,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2024-10-23 14:40:41','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(81,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":274,\"title\":\"com_phocadownload\",\"extension_name\":\"com_phocadownload\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=274\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 14:46:23','com_config.component',44,274,'COM_ACTIONLOGS_DISABLED'),(82,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":274,\"title\":\"com_phocadownload\",\"extension_name\":\"com_phocadownload\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=274\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 14:50:13','com_config.component',44,274,'COM_ACTIONLOGS_DISABLED'),(83,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2024-10-23 14:50:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(84,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2024-10-23 15:07:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(85,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":131,\"title\":\"prueba 2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=131\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:07:59','com_menus.item',44,131,'COM_ACTIONLOGS_DISABLED'),(86,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:10:33','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(87,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2024-10-23 15:10:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(88,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:12:03','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(89,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2024-10-23 15:12:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(90,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:13:31','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(91,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2024-10-23 15:13:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(92,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:14:03','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(93,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2024-10-23 15:14:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(94,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:14:44','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(95,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2024-10-23 15:14:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(96,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2024-10-23 15:15:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(97,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":131,\"title\":\"prueba 2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=131\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:15:27','com_menus.item',44,131,'COM_ACTIONLOGS_DISABLED'),(98,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2024-10-23 15:15:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(99,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":131,\"title\":\"prueba 2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=131\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-10-23 15:15:50','com_menus.item',44,131,'COM_ACTIONLOGS_DISABLED'),(100,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-10-24 20:33:17','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(101,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-10-28 15:27:00','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(102,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-11-05 15:30:23','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(103,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2024-11-05 15:31:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-12-02 20:01:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-12-02 20:01:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-24 13:26:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-24 13:26:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-24 13:27:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(109,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-24 13:27:26','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(110,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"version\":\"5.2.4\",\"oldversion\":\"5.2.0\"}','2025-02-24 13:28:24','com_joomlaupdate',44,44,'COM_ACTIONLOGS_DISABLED'),(111,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":245,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:29:35','com_installer',44,245,'COM_ACTIONLOGS_DISABLED'),(112,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":246,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:29:35','com_installer',44,246,'COM_ACTIONLOGS_DISABLED'),(113,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":247,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:29:35','com_installer',44,247,'COM_ACTIONLOGS_DISABLED'),(114,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":248,\"name\":\"Spanish (es-ES) Language Pack\",\"extension_name\":\"Spanish (es-ES) Language Pack\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:29:35','com_installer',44,248,'COM_ACTIONLOGS_DISABLED'),(115,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":14,\"title\":\"Helium - Predeterminado (2)\",\"extension_name\":\"Helium - Predeterminado (2)\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=14\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:49:31','com_templates.style',44,14,'COM_ACTIONLOGS_DISABLED'),(116,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"Prueba phoca\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:55:25','com_menus.item',44,117,'COM_ACTIONLOGS_DISABLED'),(117,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-02-24 13:55:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(118,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":2,\"title\":\"menu-vertical\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:56:30','com_content.article',44,2,'COM_ACTIONLOGS_DISABLED'),(119,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 13:56:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(120,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":132,\"title\":\"prueba menu vertical\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=132\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:56:36','com_menus.item',44,132,'COM_ACTIONLOGS_DISABLED'),(121,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-02-24 13:57:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(122,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":275,\"name\":\"plg_captcha_hcaptcha\",\"extension_name\":\"plg_captcha_hcaptcha\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:58:49','com_installer',44,275,'COM_ACTIONLOGS_DISABLED'),(123,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":276,\"name\":\"Ol Testimonials\",\"extension_name\":\"Ol Testimonials\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:02','com_installer',44,276,'COM_ACTIONLOGS_DISABLED'),(124,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":278,\"name\":\"Smart Slider 3 Library\",\"extension_name\":\"Smart Slider 3 Library\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:11','com_installer',44,278,'COM_ACTIONLOGS_DISABLED'),(125,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":279,\"name\":\"Smart Slider 3 Module\",\"extension_name\":\"Smart Slider 3 Module\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:11','com_installer',44,279,'COM_ACTIONLOGS_DISABLED'),(126,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":280,\"name\":\"Smart Slider 3 Updater Plugin\",\"extension_name\":\"Smart Slider 3 Updater Plugin\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:11','com_installer',44,280,'COM_ACTIONLOGS_DISABLED'),(127,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":281,\"name\":\"Smart Slider 3 System Plugin\",\"extension_name\":\"Smart Slider 3 System Plugin\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:11','com_installer',44,281,'COM_ACTIONLOGS_DISABLED'),(128,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":277,\"name\":\"Smart Slider 3\",\"extension_name\":\"Smart Slider 3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:11','com_installer',44,277,'COM_ACTIONLOGS_DISABLED'),(129,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 13:59:48','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(130,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 13:59:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(131,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 13:59:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(132,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-02-24 13:59:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(133,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:00:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(134,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Ol Testimonials\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:00:11','com_modules.module',44,113,'COM_ACTIONLOGS_DISABLED'),(135,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Ol Testimonials\",\"extension_name\":\"Ol Testimonials\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:02:22','com_modules.module',44,113,'COM_ACTIONLOGS_DISABLED'),(136,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:02:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(137,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:02:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(138,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:03:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(139,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Smart Slider 3 Module\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:03:09','com_modules.module',44,114,'COM_ACTIONLOGS_DISABLED'),(140,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:03:21','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(141,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:07:44','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(142,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 14:07:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(143,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:09:04','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(144,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 14:09:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(145,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 14:09:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(146,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DPCalendar Mini\",\"extension_name\":\"DPCalendar Mini\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:10:08','com_modules.module',44,112,'COM_ACTIONLOGS_DISABLED'),(147,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:10:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(148,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:10:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(149,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"id\":1,\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_LOCATION\",\"title\":\"Campus Barcelona\",\"itemlink\":\"index.php?option=com_dpcalendar&task=location.edit&l_id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:15:16','com_dpcalendar.location',44,1,'COM_ACTIONLOGS_DISABLED'),(150,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_locations\"}','2025-02-24 14:15:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(151,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"id\":2,\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_LOCATION\",\"title\":\"Villavicencio, Meta 500008, 52\",\"itemlink\":\"index.php?option=com_dpcalendar&task=location.edit&l_id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:20:34','com_dpcalendar.location',44,2,'COM_ACTIONLOGS_DISABLED'),(152,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"id\":\"2\",\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_LOCATION\",\"title\":\"Villavicencio, Meta 500008, 52\",\"itemlink\":\"index.php?option=com_dpcalendar&task=location.edit&l_id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:20:48','com_dpcalendar.location',44,2,'COM_ACTIONLOGS_DISABLED'),(153,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_locations\"}','2025-02-24 14:20:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(154,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"id\":3,\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_LOCATION\",\"title\":\"Campus Boquemonte\",\"itemlink\":\"index.php?option=com_dpcalendar&task=location.edit&l_id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:23:17','com_dpcalendar.location',44,3,'COM_ACTIONLOGS_DISABLED'),(155,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_locations\"}','2025-02-24 14:23:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(156,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"id\":\"1\",\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_LOCATION\",\"title\":\"Campus Barcelona\",\"itemlink\":\"index.php?option=com_dpcalendar&task=location.edit&l_id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:23:55','com_dpcalendar.location',44,1,'COM_ACTIONLOGS_DISABLED'),(157,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_locations\"}','2025-02-24 14:23:55','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(158,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"id\":1,\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_EVENT\",\"title\":\"Calendario de prueba\",\"itemlink\":\"index.php?option=com_dpcalendar&task=event.edit&e_id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:25:30','com_dpcalendar.event',44,1,'COM_ACTIONLOGS_DISABLED'),(159,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"id\":\"1\",\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_EVENT\",\"title\":\"Calendario de prueba\",\"itemlink\":\"index.php?option=com_dpcalendar&task=event.edit&e_id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:25:50','com_dpcalendar.event',44,1,'COM_ACTIONLOGS_DISABLED'),(160,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_events\"}','2025-02-24 14:25:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(161,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_events\"}','2025-02-24 14:26:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(162,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:26:37','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(163,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 14:26:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(164,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 14:27:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(165,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DPCalendar Mini\",\"extension_name\":\"DPCalendar Mini\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:28:30','com_modules.module',44,112,'COM_ACTIONLOGS_DISABLED'),(166,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:28:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(167,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:28:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(168,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:30:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(169,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:31:00','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(170,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-02-24 14:31:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(171,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":269,\"title\":\"com_dpcalendar\",\"extension_name\":\"com_dpcalendar\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=269\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:38:56','com_config.component',44,269,'COM_ACTIONLOGS_DISABLED'),(172,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"id\":\"1\",\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_DPCALENDAR_TYPE_EVENT\",\"title\":\"Calendario de prueba\",\"itemlink\":\"index.php?option=com_dpcalendar&task=event.edit&e_id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:46:27','com_dpcalendar.event',44,1,'COM_ACTIONLOGS_DISABLED'),(173,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_events\"}','2025-02-24 14:46:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(174,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__dpcalendar_events\"}','2025-02-24 14:48:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(175,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DPCalendar Mini\",\"extension_name\":\"DPCalendar Mini\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:52:09','com_modules.module',44,112,'COM_ACTIONLOGS_DISABLED'),(176,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:52:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(177,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DPCalendar Mini\",\"extension_name\":\"DPCalendar Mini\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-02-24 14:53:15','com_modules.module',44,112,'COM_ACTIONLOGS_DISABLED'),(178,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-02-24 14:53:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(179,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-18 13:09:26','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(180,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"version\":\"5.2.5\",\"oldversion\":\"5.2.4\"}','2025-03-18 13:10:21','com_joomlaupdate',44,44,'COM_ACTIONLOGS_DISABLED'),(181,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-21 15:18:18','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(182,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:24:18','com_menus.menu',44,2,'COM_ACTIONLOGS_DISABLED'),(183,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":134,\"title\":\"Buscar\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=134\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:25:09','com_menus.item',44,134,'COM_ACTIONLOGS_DISABLED'),(184,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-03-21 15:25:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(185,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":115,\"title\":\"buscar\",\"extension_name\":\"buscar\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=115\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:27:01','com_modules.module',44,115,'COM_ACTIONLOGS_DISABLED'),(186,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":115,\"title\":\"buscador\",\"extension_name\":\"buscador\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=115\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:28:29','com_modules.module',44,115,'COM_ACTIONLOGS_DISABLED'),(187,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-03-21 15:28:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(188,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":115,\"title\":\"buscador\",\"extension_name\":\"buscador\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=115\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:30:09','com_modules.module',44,115,'COM_ACTIONLOGS_DISABLED'),(189,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-03-21 15:30:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(190,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-03-21 15:34:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(191,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":282,\"name\":\"plg_finder_phocadownload\",\"extension_name\":\"plg_finder_phocadownload\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:34:34','com_installer',44,282,'COM_ACTIONLOGS_DISABLED'),(192,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-21 15:40:46','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(193,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":115,\"title\":\"buscador\",\"extension_name\":\"buscador\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=115\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-03-21 15:41:40','com_modules.module',44,115,'COM_ACTIONLOGS_DISABLED'),(194,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-03-21 15:41:40','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(195,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-03-29 13:09:49','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(196,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-02 21:02:13','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(197,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-02 21:19:22','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(198,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-02 21:20:14','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(199,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-04-02 21:20:14','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(200,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-02 21:22:52','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(201,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-04-02 21:22:52','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(202,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-02 21:23:12','com_content.article',44,1,'COM_ACTIONLOGS_DISABLED'),(203,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-04-02 21:23:12','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(204,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-09 21:03:19','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":45,\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-11 22:17:20','com_users',45,45,'COM_ACTIONLOGS_DISABLED'),(206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":45,\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-11 22:17:30','com_users',45,45,'COM_ACTIONLOGS_DISABLED'),(207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":45,\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-11 22:19:10','com_users',45,45,'COM_ACTIONLOGS_DISABLED'),(208,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-11 22:19:21','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(209,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":45,\"title\":\"pts\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=45\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-11 22:21:04','com_users',44,45,'COM_ACTIONLOGS_DISABLED'),(210,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-11 22:21:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(211,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-11 22:22:04','com_users',45,0,'COM_ACTIONLOGS_DISABLED'),(212,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"delayed\",\"step\":1,\"userid\":45,\"username\":\"pts\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=45\"}','2025-04-11 22:22:08','com_guidedtours.state',45,12,'COM_ACTIONLOGS_DISABLED'),(213,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-21 14:02:04','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(214,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2025-04-21 14:02:14','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(215,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":206,\"title\":\"plg_task_updatenotification\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=206\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:02:14','com_plugins.plugin',44,206,'COM_ACTIONLOGS_DISABLED'),(216,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"version\":\"5.3.0\",\"oldversion\":\"5.2.5\"}','2025-04-21 14:04:17','com_joomlaupdate',44,44,'COM_ACTIONLOGS_DISABLED'),(217,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURCOMPLETED','{\"id\":13,\"title\":\"What\\u2019s New in Joomla 5.3!\",\"state\":\"completed\",\"step\":2,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:10:53','com_guidedtours.state',44,13,'COM_ACTIONLOGS_DISABLED'),(218,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":263,\"name\":\"plg_actionlog_dpcalendar\",\"extension_name\":\"plg_actionlog_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,263,'COM_ACTIONLOGS_DISABLED'),(219,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":264,\"name\":\"plg_content_dpcalendar\",\"extension_name\":\"plg_content_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,264,'COM_ACTIONLOGS_DISABLED'),(220,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":265,\"name\":\"plg_fields_dpcalendar\",\"extension_name\":\"plg_fields_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,265,'COM_ACTIONLOGS_DISABLED'),(221,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":266,\"name\":\"plg_installer_dpcalendar\",\"extension_name\":\"plg_installer_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,266,'COM_ACTIONLOGS_DISABLED'),(222,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":267,\"name\":\"plg_privacy_dpcalendar\",\"extension_name\":\"plg_privacy_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,267,'COM_ACTIONLOGS_DISABLED'),(223,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":268,\"name\":\"plg_user_dpcalendar\",\"extension_name\":\"plg_user_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,268,'COM_ACTIONLOGS_DISABLED'),(224,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":269,\"name\":\"com_dpcalendar\",\"extension_name\":\"com_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,269,'COM_ACTIONLOGS_DISABLED'),(225,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":270,\"name\":\"DPCalendar\",\"extension_name\":\"DPCalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,270,'COM_ACTIONLOGS_DISABLED'),(226,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":271,\"name\":\"mod_dpcalendar_mini\",\"extension_name\":\"mod_dpcalendar_mini\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,271,'COM_ACTIONLOGS_DISABLED'),(227,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":284,\"name\":\"Smart Slider 3 Library\",\"extension_name\":\"Smart Slider 3 Library\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,284,'COM_ACTIONLOGS_DISABLED'),(228,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":279,\"name\":\"Smart Slider 3 Module\",\"extension_name\":\"Smart Slider 3 Module\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,279,'COM_ACTIONLOGS_DISABLED'),(229,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":280,\"name\":\"Smart Slider 3 Updater Plugin\",\"extension_name\":\"Smart Slider 3 Updater Plugin\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,280,'COM_ACTIONLOGS_DISABLED'),(230,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":281,\"name\":\"Smart Slider 3 System Plugin\",\"extension_name\":\"Smart Slider 3 System Plugin\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,281,'COM_ACTIONLOGS_DISABLED'),(231,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":277,\"name\":\"Smart Slider 3\",\"extension_name\":\"Smart Slider 3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:12:22','com_installer',44,277,'COM_ACTIONLOGS_DISABLED'),(232,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-04-21 14:16:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(233,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-04-21 14:16:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(234,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":245,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:38:05','com_installer',44,245,'COM_ACTIONLOGS_DISABLED'),(235,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":246,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:38:05','com_installer',44,246,'COM_ACTIONLOGS_DISABLED'),(236,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":247,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:38:05','com_installer',44,247,'COM_ACTIONLOGS_DISABLED'),(237,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":248,\"name\":\"Spanish (es-ES) Language Pack\",\"extension_name\":\"Spanish (es-ES) Language Pack\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:38:05','com_installer',44,248,'COM_ACTIONLOGS_DISABLED'),(238,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":276,\"name\":\"Ol Testimonials\",\"extension_name\":\"Ol Testimonials\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-04-21 14:38:30','com_installer',44,276,'COM_ACTIONLOGS_DISABLED'),(239,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-24 21:47:20','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(240,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-04-24 21:58:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(241,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-04-25 13:27:38','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-06-24 15:50:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(243,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-06-24 15:50:16','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(244,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":274,\"name\":\"com_phocadownload\",\"extension_name\":\"com_phocadownload\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,274,'COM_ACTIONLOGS_DISABLED'),(245,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":263,\"name\":\"plg_actionlog_dpcalendar\",\"extension_name\":\"plg_actionlog_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,263,'COM_ACTIONLOGS_DISABLED'),(246,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":264,\"name\":\"plg_content_dpcalendar\",\"extension_name\":\"plg_content_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,264,'COM_ACTIONLOGS_DISABLED'),(247,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":265,\"name\":\"plg_fields_dpcalendar\",\"extension_name\":\"plg_fields_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,265,'COM_ACTIONLOGS_DISABLED'),(248,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":266,\"name\":\"plg_installer_dpcalendar\",\"extension_name\":\"plg_installer_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,266,'COM_ACTIONLOGS_DISABLED'),(249,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":267,\"name\":\"plg_privacy_dpcalendar\",\"extension_name\":\"plg_privacy_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,267,'COM_ACTIONLOGS_DISABLED'),(250,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":268,\"name\":\"plg_user_dpcalendar\",\"extension_name\":\"plg_user_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,268,'COM_ACTIONLOGS_DISABLED'),(251,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":269,\"name\":\"com_dpcalendar\",\"extension_name\":\"com_dpcalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,269,'COM_ACTIONLOGS_DISABLED'),(252,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":270,\"name\":\"DPCalendar\",\"extension_name\":\"DPCalendar\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,270,'COM_ACTIONLOGS_DISABLED'),(253,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":271,\"name\":\"mod_dpcalendar_mini\",\"extension_name\":\"mod_dpcalendar_mini\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,271,'COM_ACTIONLOGS_DISABLED'),(254,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":285,\"name\":\"Smart Slider 3 Library\",\"extension_name\":\"Smart Slider 3 Library\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,285,'COM_ACTIONLOGS_DISABLED'),(255,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":279,\"name\":\"Smart Slider 3 Module\",\"extension_name\":\"Smart Slider 3 Module\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,279,'COM_ACTIONLOGS_DISABLED'),(256,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":280,\"name\":\"Smart Slider 3 Updater Plugin\",\"extension_name\":\"Smart Slider 3 Updater Plugin\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,280,'COM_ACTIONLOGS_DISABLED'),(257,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":281,\"name\":\"Smart Slider 3 System Plugin\",\"extension_name\":\"Smart Slider 3 System Plugin\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,281,'COM_ACTIONLOGS_DISABLED'),(258,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":277,\"name\":\"Smart Slider 3\",\"extension_name\":\"Smart Slider 3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,277,'COM_ACTIONLOGS_DISABLED'),(259,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":245,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,245,'COM_ACTIONLOGS_DISABLED'),(260,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":246,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,246,'COM_ACTIONLOGS_DISABLED'),(261,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":247,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,247,'COM_ACTIONLOGS_DISABLED'),(262,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":false,\"name\":\"Spanish (es-ES) Language Pack\",\"extension_name\":\"Spanish (es-ES) Language Pack\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,0,'COM_ACTIONLOGS_DISABLED'),(263,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":false,\"name\":\"Ol Testimonials\",\"extension_name\":\"Ol Testimonials\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:02:07','com_installer',44,0,'COM_ACTIONLOGS_DISABLED'),(264,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":245,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:03:04','com_installer',44,245,'COM_ACTIONLOGS_DISABLED'),(265,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":246,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:03:04','com_installer',44,246,'COM_ACTIONLOGS_DISABLED'),(266,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":247,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:03:04','com_installer',44,247,'COM_ACTIONLOGS_DISABLED'),(267,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":286,\"name\":\"Spanish (es-ES) Language Pack\",\"extension_name\":\"Spanish (es-ES) Language Pack\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:03:04','com_installer',44,286,'COM_ACTIONLOGS_DISABLED'),(268,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":276,\"name\":\"Ol Testimonials\",\"extension_name\":\"Ol Testimonials\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 16:03:15','com_installer',44,276,'COM_ACTIONLOGS_DISABLED'),(269,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"version\":\"5.3.1\",\"oldversion\":\"5.3.0\"}','2025-06-24 16:04:27','com_joomlaupdate',44,44,'COM_ACTIONLOGS_DISABLED'),(270,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-24 16:05:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(271,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"group\":\"all\"}','2025-06-24 16:05:49','com_cache',44,44,'COM_ACTIONLOGS_DISABLED'),(272,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"group\":\"all\"}','2025-06-24 16:05:51','com_cache',44,44,'COM_ACTIONLOGS_DISABLED'),(273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-06-24 18:49:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(274,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-06-24 18:50:08','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(275,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 18:51:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(276,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-06-24 18:51:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(277,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-06-24 18:51:39','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(278,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":166,\"title\":\"\\u00bfQui\\u00e9nes somos?\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=166\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 18:54:35','com_menus.item',44,166,'COM_ACTIONLOGS_DISABLED'),(279,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 18:55:24','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(280,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":167,\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=167\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 18:55:31','com_menus.item',44,167,'COM_ACTIONLOGS_DISABLED'),(281,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":167,\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=167\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 18:55:39','com_menus.item',44,167,'COM_ACTIONLOGS_DISABLED'),(282,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-24 18:55:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(283,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Nuestra historia.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 18:56:33','com_content.article',44,4,'COM_ACTIONLOGS_DISABLED'),(284,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":168,\"title\":\"Nuestra historia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=168\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 18:56:38','com_menus.item',44,168,'COM_ACTIONLOGS_DISABLED'),(285,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":168,\"title\":\"Nuestra historia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=168\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 18:56:51','com_menus.item',44,168,'COM_ACTIONLOGS_DISABLED'),(286,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-24 18:56:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(287,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":168,\"title\":\"Nuestra historia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=168\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 18:56:56','com_menus.item',44,168,'COM_ACTIONLOGS_DISABLED'),(288,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":5,\"title\":\"Nuestro Equipo.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 18:57:39','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(289,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":169,\"title\":\"Nuestro Equipo\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=169\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 18:57:46','com_menus.item',44,169,'COM_ACTIONLOGS_DISABLED'),(290,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Certificaciones y distinciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 18:58:18','com_content.article',44,6,'COM_ACTIONLOGS_DISABLED'),(291,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":170,\"title\":\"Certificaciones y distinciones\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=170\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-24 18:58:25','com_menus.item',44,170,'COM_ACTIONLOGS_DISABLED'),(292,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":171,\"title\":\"Programas Acad\\u00e9micos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=171\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:29:02','com_menus.item',44,171,'COM_ACTIONLOGS_DISABLED'),(293,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":172,\"title\":\"Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=172\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:31:53','com_menus.item',44,172,'COM_ACTIONLOGS_DISABLED'),(294,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":172,\"title\":\"Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=172\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:32:27','com_menus.item',44,172,'COM_ACTIONLOGS_DISABLED'),(295,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 13:32:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(296,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":172,\"title\":\"Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=172\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:41:44','com_menus.item',44,172,'COM_ACTIONLOGS_DISABLED'),(297,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":173,\"title\":\"Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=173\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:42:18','com_menus.item',44,173,'COM_ACTIONLOGS_DISABLED'),(298,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":174,\"title\":\"Investigaciones\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=174\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:43:47','com_menus.item',44,174,'COM_ACTIONLOGS_DISABLED'),(299,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Investigadores\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:46:28','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(300,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":175,\"title\":\"Investigadores\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=175\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:46:46','com_menus.item',44,175,'COM_ACTIONLOGS_DISABLED'),(301,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":8,\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:48:21','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(302,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":176,\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=176\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:49:01','com_menus.item',44,176,'COM_ACTIONLOGS_DISABLED'),(303,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:52:36','com_content.article',44,9,'COM_ACTIONLOGS_DISABLED'),(304,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:52:37','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(305,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":177,\"title\":\"GIGAS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=177\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:52:51','com_menus.item',44,177,'COM_ACTIONLOGS_DISABLED'),(306,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":11,\"title\":\"GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:55:22','com_content.article',44,11,'COM_ACTIONLOGS_DISABLED'),(307,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":178,\"title\":\"GIREHPES\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=178\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:55:24','com_menus.item',44,178,'COM_ACTIONLOGS_DISABLED'),(308,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":178,\"title\":\"GIREHPES\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=178\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:55:50','com_menus.item',44,178,'COM_ACTIONLOGS_DISABLED'),(309,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 13:55:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(310,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":178,\"title\":\"GIREHPES\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=178\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:55:58','com_menus.item',44,178,'COM_ACTIONLOGS_DISABLED'),(311,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":12,\"title\":\"BIORINOQUIA\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:56:59','com_content.article',44,12,'COM_ACTIONLOGS_DISABLED'),(312,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":179,\"title\":\"BIORINOQUIA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=179\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:57:04','com_menus.item',44,179,'COM_ACTIONLOGS_DISABLED'),(313,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":179,\"title\":\"BIORINOQUIA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=179\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:57:17','com_menus.item',44,179,'COM_ACTIONLOGS_DISABLED'),(314,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":177,\"title\":\"GIGAS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=177\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:57:45','com_menus.item',44,177,'COM_ACTIONLOGS_DISABLED'),(315,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 13:57:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(316,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":178,\"title\":\"GIREHPES\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=178\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:58:01','com_menus.item',44,178,'COM_ACTIONLOGS_DISABLED'),(317,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 13:58:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(318,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":179,\"title\":\"BIORINOQUIA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=179\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:58:17','com_menus.item',44,179,'COM_ACTIONLOGS_DISABLED'),(319,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 13:58:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(320,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":176,\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=176\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 13:58:41','com_menus.item',44,176,'COM_ACTIONLOGS_DISABLED'),(321,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 13:58:41','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(322,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":171,\"title\":\"ProgramasAcad\\u00e9micos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=171\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:02:23','com_menus.item',44,171,'COM_ACTIONLOGS_DISABLED'),(323,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:02:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(324,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":171,\"title\":\"Programas Acad\\u00e9micos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=171\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:02:37','com_menus.item',44,171,'COM_ACTIONLOGS_DISABLED'),(325,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":171,\"title\":\"Programas\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=171\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:03:42','com_menus.item',44,171,'COM_ACTIONLOGS_DISABLED'),(326,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":180,\"title\":\"Publicaciones\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=180\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:05:15','com_menus.item',44,180,'COM_ACTIONLOGS_DISABLED'),(327,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:05:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(328,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:05:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(329,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"Prueba phoca\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:05:38','com_menus.item',44,117,'COM_ACTIONLOGS_DISABLED'),(330,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:05:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(331,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":131,\"title\":\"prueba 2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=131\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:05:42','com_menus.item',44,131,'COM_ACTIONLOGS_DISABLED'),(332,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:05:46','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(333,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":132,\"title\":\"prueba menu vertical\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=132\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:05:46','com_menus.item',44,132,'COM_ACTIONLOGS_DISABLED'),(334,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":180,\"title\":\"Publicaciones\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=180\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:06:16','com_menus.item',44,180,'COM_ACTIONLOGS_DISABLED'),(335,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:06:16','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(336,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":13,\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:08:02','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(337,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":181,\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=181\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:08:16','com_menus.item',44,181,'COM_ACTIONLOGS_DISABLED'),(338,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:10:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(339,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":14,\"title\":\"Videos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=14\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:34:25','com_content.article',44,14,'COM_ACTIONLOGS_DISABLED'),(340,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":182,\"title\":\"Videos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=182\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:34:30','com_menus.item',44,182,'COM_ACTIONLOGS_DISABLED'),(341,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":182,\"title\":\"Videos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=182\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:35:16','com_menus.item',44,182,'COM_ACTIONLOGS_DISABLED'),(342,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:35:16','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(343,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":182,\"title\":\"Videos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=182\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:36:18','com_menus.item',44,182,'COM_ACTIONLOGS_DISABLED'),(344,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":183,\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=183\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:36:58','com_menus.item',44,183,'COM_ACTIONLOGS_DISABLED'),(345,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":184,\"title\":\"Productos y servicios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=184\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:39:36','com_menus.item',44,184,'COM_ACTIONLOGS_DISABLED'),(346,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":15,\"title\":\"Centro de Calidad de Agua - CCA\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=15\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:48:36','com_content.article',44,15,'COM_ACTIONLOGS_DISABLED'),(347,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":185,\"title\":\"Centro de Calidad de Agua - CCA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=185\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:48:44','com_menus.item',44,185,'COM_ACTIONLOGS_DISABLED'),(348,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":185,\"title\":\"Centro de Calidad de Agua - CCA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=185\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:50:51','com_menus.item',44,185,'COM_ACTIONLOGS_DISABLED'),(349,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:50:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(350,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:51:21','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(351,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:51:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(352,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:51:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(353,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":184,\"title\":\"Productos y servicios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=184\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:52:42','com_menus.item',44,184,'COM_ACTIONLOGS_DISABLED'),(354,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:52:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(355,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":16,\"title\":\"Quienes somos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=16\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:54:29','com_content.article',44,16,'COM_ACTIONLOGS_DISABLED'),(356,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":186,\"title\":\"Quienes somos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=186\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:54:51','com_menus.item',44,186,'COM_ACTIONLOGS_DISABLED'),(357,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:55:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(358,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:56:21','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(359,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:56:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(360,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:56:53','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(361,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 14:57:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(362,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":17,\"title\":\"Equipo de laboratorio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:59:21','com_content.article',44,17,'COM_ACTIONLOGS_DISABLED'),(363,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":187,\"title\":\"Equipo de laboratorio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=187\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 14:59:58','com_menus.item',44,187,'COM_ACTIONLOGS_DISABLED'),(364,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 15:00:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(365,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":18,\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 15:01:50','com_content.article',44,18,'COM_ACTIONLOGS_DISABLED'),(366,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":188,\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=188\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 15:01:53','com_menus.item',44,188,'COM_ACTIONLOGS_DISABLED'),(367,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":188,\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=188\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 15:02:05','com_menus.item',44,188,'COM_ACTIONLOGS_DISABLED'),(368,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 15:02:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(369,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":19,\"title\":\"Informaci\\u00f3n de contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=19\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 15:03:11','com_content.article',44,19,'COM_ACTIONLOGS_DISABLED'),(370,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":189,\"title\":\"Informaci\\u00f3n de contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=189\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 15:03:36','com_menus.item',44,189,'COM_ACTIONLOGS_DISABLED'),(371,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":20,\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 15:09:58','com_content.article',44,20,'COM_ACTIONLOGS_DISABLED'),(372,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":190,\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=190\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 15:10:19','com_menus.item',44,190,'COM_ACTIONLOGS_DISABLED'),(373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-06-25 19:37:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(374,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-06-25 19:37:31','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(375,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":21,\"title\":\"Educaci\\u00f3n Ambiental\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 19:43:34','com_content.article',44,21,'COM_ACTIONLOGS_DISABLED'),(376,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":191,\"title\":\"Educaci\\u00f3n Ambiental\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=191\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 19:44:14','com_menus.item',44,191,'COM_ACTIONLOGS_DISABLED'),(377,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":184,\"title\":\"Productos \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=184\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-25 19:47:17','com_menus.item',44,184,'COM_ACTIONLOGS_DISABLED'),(378,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-25 19:47:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(379,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 12:36:14','com_config.component',44,19,'COM_ACTIONLOGS_DISABLED'),(380,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":185,\"title\":\"Centro de Calidad de Agua - CCA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=185\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 13:04:51','com_menus.item',44,185,'COM_ACTIONLOGS_DISABLED'),(381,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-26 13:04:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(382,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":185,\"title\":\"Centro de Calidad de Agua - CCA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=185\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 13:06:36','com_menus.item',44,185,'COM_ACTIONLOGS_DISABLED'),(383,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":185,\"title\":\"Centro de Calidad de Agua - CCA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=185\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 13:07:24','com_menus.item',44,185,'COM_ACTIONLOGS_DISABLED'),(384,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-26 13:07:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(385,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":186,\"title\":\"Quienes somos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=186\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 13:27:37','com_menus.item',44,186,'COM_ACTIONLOGS_DISABLED'),(386,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-26 13:27:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(387,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":187,\"title\":\"Equipo de laboratorio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=187\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 13:27:50','com_menus.item',44,187,'COM_ACTIONLOGS_DISABLED'),(388,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-26 13:27:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(389,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":188,\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=188\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 13:28:27','com_menus.item',44,188,'COM_ACTIONLOGS_DISABLED'),(390,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-26 13:28:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(391,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":189,\"title\":\"Informaci\\u00f3n de contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=189\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 13:28:34','com_menus.item',44,189,'COM_ACTIONLOGS_DISABLED'),(392,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-26 13:28:34','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(393,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":190,\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=190\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 13:28:41','com_menus.item',44,190,'COM_ACTIONLOGS_DISABLED'),(394,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-26 13:28:41','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(395,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":185,\"title\":\"Centro de Calidad de Agua - CCA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=185\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 13:36:01','com_menus.item',44,185,'COM_ACTIONLOGS_DISABLED'),(396,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-26 13:36:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(397,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-06-26 13:42:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(398,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"extension_name\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 13:42:40','com_modules.module',44,17,'COM_ACTIONLOGS_DISABLED'),(399,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-26 13:42:40','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(400,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 13:44:23','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(401,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-26 13:44:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(402,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-26 13:45:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(403,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-06-26 13:46:16','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(404,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-06-26 13:46:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(405,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-06-26 13:51:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(406,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-06-26 13:54:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(407,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Botones Inicio\",\"extension_name\":\"Botones Inicio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 13:58:38','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(408,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Botones Inicio\",\"extension_name\":\"Botones Inicio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 13:59:41','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(409,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-26 13:59:41','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(410,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-26 14:00:56','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(411,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 14:01:20','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(412,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-26 14:01:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(413,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 14:02:06','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(414,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-26 14:02:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(415,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 14:03:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(416,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Botones Inicio\",\"extension_name\":\"Botones Inicio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 14:04:49','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(417,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-26 14:04:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(418,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Botones Inicio\",\"extension_name\":\"Botones Inicio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 14:06:03','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(419,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-26 14:06:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(420,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Botones Inicio\",\"extension_name\":\"Botones Inicio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 14:07:59','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(421,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-26 14:07:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(422,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 14:51:00','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(423,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 14:51:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(424,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 14:53:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(425,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 14:53:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(426,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 14:53:30','com_content.article',44,9,'COM_ACTIONLOGS_DISABLED'),(427,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 14:53:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(428,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"GIGAS\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 14:53:56','com_content.article',44,9,'COM_ACTIONLOGS_DISABLED'),(429,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 14:54:12','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(430,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 14:54:12','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(431,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 14:56:03','com_content.article',44,12,'COM_ACTIONLOGS_DISABLED'),(432,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 14:56:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(433,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 14:56:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(434,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 18:36:30','com_content.article',44,11,'COM_ACTIONLOGS_DISABLED'),(435,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 18:36:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(436,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-26 19:05:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(437,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:05:19','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(438,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:14:44','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(439,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:14:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(440,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:16:48','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(441,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:16:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(442,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:19:48','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(443,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:19:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(444,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:20:14','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(445,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:20:14','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(446,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:20:31','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(447,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:20:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(448,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:20:50','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(449,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:20:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(450,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:25:04','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(451,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:25:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(452,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:26:04','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(453,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:26:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(454,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:26:27','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(455,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:26:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(456,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:27:35','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(457,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:27:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(458,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:28:37','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(459,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:28:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(460,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:30:13','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(461,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:30:13','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(462,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:35:03','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(463,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:35:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(464,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:36:58','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(465,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:38:35','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(466,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:38:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(467,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:39:26','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(468,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:39:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(469,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:40:30','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(470,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:40:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(471,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:40:57','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(472,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:40:57','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(473,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-26 19:41:35','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(474,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-26 19:41:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-06-27 15:11:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-06-27 15:12:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(477,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-06-27 15:12:09','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(478,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":174,\"title\":\"Investigacion\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=174\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 15:12:25','com_menus.item',44,174,'COM_ACTIONLOGS_DISABLED'),(479,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-27 15:12:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(480,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-27 15:13:19','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(481,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":175,\"title\":\"Investigadores\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=175\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 15:13:19','com_menus.item',44,175,'COM_ACTIONLOGS_DISABLED'),(482,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-27 15:13:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(483,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":175,\"title\":\"Investigadores\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=175\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 15:13:27','com_menus.item',44,175,'COM_ACTIONLOGS_DISABLED'),(484,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-27 15:13:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(485,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Investigadores\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 15:13:45','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(486,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-27 15:13:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(487,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Investigadores\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 15:13:51','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(488,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-27 15:14:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(489,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Botones Inicio\",\"extension_name\":\"Botones Inicio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 15:16:54','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(490,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-27 15:16:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(491,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-27 15:18:21','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(492,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":22,\"title\":\"proyectos de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 15:28:10','com_content.article',44,22,'COM_ACTIONLOGS_DISABLED'),(493,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":192,\"title\":\"proyectos de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=192\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 15:28:25','com_menus.item',44,192,'COM_ACTIONLOGS_DISABLED'),(494,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":184,\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=184\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 15:54:28','com_menus.item',44,184,'COM_ACTIONLOGS_DISABLED'),(495,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-27 15:54:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(496,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":184,\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=184\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 15:54:35','com_menus.item',44,184,'COM_ACTIONLOGS_DISABLED'),(497,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":191,\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=191\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 15:55:16','com_menus.item',44,191,'COM_ACTIONLOGS_DISABLED'),(498,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-06-27 15:55:16','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(499,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 15:55:52','com_content.article',44,21,'COM_ACTIONLOGS_DISABLED'),(500,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-06-27 15:55:52','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(501,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-06-27 16:30:03','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(502,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Botones Inicio\",\"extension_name\":\"Botones Inicio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 16:38:57','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(503,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-27 16:38:57','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(504,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Botones Inicio\",\"extension_name\":\"Botones Inicio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 16:39:11','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(505,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-27 16:39:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(506,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Botones Inicio\",\"extension_name\":\"Botones Inicio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 16:39:32','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(507,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-27 16:39:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(508,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-27 16:42:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(509,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 16:42:34','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(510,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-27 16:42:34','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(511,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-06-27 16:42:59','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(512,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-06-27 16:42:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-02 12:51:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-02 12:51:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(515,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-02 12:51:25','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(516,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-07-02 13:05:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(517,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-07-02 13:07:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(518,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-07-02 13:07:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(519,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-02 13:07:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(520,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"Prueba phoca\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 13:07:15','com_menus.item',44,117,'COM_ACTIONLOGS_DISABLED'),(521,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-07-02 13:08:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(522,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-07-02 13:08:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(523,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-07-02 13:09:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(524,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-07-02 13:09:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(525,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__phocadownload\"}','2025-07-02 13:15:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(526,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-02 13:15:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(527,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"Prueba phoca\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 13:15:43','com_menus.item',44,117,'COM_ACTIONLOGS_DISABLED'),(528,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 13:16:23','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(529,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 13:16:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(530,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 13:16:25','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(531,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 13:16:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(532,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 13:17:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(533,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 13:18:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(534,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 13:18:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(535,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 13:22:25','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(536,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 13:22:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(537,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 13:22:38','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(538,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 13:22:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(539,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 13:29:54','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(540,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 13:29:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(541,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 13:30:09','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(542,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 13:30:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(543,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 13:32:48','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(544,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 13:32:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(545,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 13:40:50','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(546,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 13:40:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(547,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 13:42:20','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(548,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 13:42:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(549,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 13:44:08','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(550,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 13:44:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(551,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 14:00:05','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(552,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 14:00:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(553,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 14:59:15','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(554,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 14:59:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(555,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 14:59:25','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(556,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 14:59:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(557,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-02 19:18:18','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(558,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-02 19:18:18','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(559,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 12:47:22','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(560,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 12:47:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(561,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 12:48:48','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(562,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 12:48:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(563,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 12:59:12','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(564,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 12:59:12','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(565,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 13:15:45','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(566,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 13:15:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(567,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 13:16:30','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(568,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 13:16:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(569,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 13:28:55','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(570,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 13:28:55','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(571,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 13:33:48','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(572,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 13:33:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(573,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 13:36:06','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(574,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 13:36:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(575,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 13:51:13','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(576,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 13:51:13','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(577,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 13:55:46','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(578,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 13:55:46','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(579,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 13:58:33','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(580,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 13:58:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(581,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 13:59:50','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(582,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 13:59:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(583,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 14:01:33','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(584,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 14:01:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(585,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 14:02:54','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(586,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 14:02:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(587,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 14:04:03','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(588,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-03 14:04:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(589,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-03 18:12:44','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(590,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"flotante\",\"extension_name\":\"flotante\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 18:17:54','com_modules.module',44,117,'COM_ACTIONLOGS_DISABLED'),(591,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-03 18:18:21','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(592,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"flotante\",\"extension_name\":\"flotante\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-03 18:23:22','com_modules.module',44,117,'COM_ACTIONLOGS_DISABLED'),(593,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-03 18:23:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(594,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-03 18:45:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(595,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-04 13:55:07','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(596,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-04 13:55:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(597,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-04 13:57:58','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(598,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-04 13:57:58','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(599,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-07 15:13:51','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(600,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 16:00:02','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(601,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 16:00:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(602,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 16:11:32','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(603,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 16:11:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(604,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 16:12:55','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(605,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 16:12:55','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(606,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 16:21:09','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(607,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 16:21:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(608,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 16:25:30','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(609,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 16:25:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(610,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 17:46:23','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(611,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 17:46:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(612,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 17:53:02','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(613,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 17:53:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(614,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 17:56:38','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(615,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 17:56:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(616,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 17:57:55','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(617,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 17:57:55','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(618,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 17:58:35','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(619,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 17:58:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(620,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:10:43','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(621,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:10:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(622,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:12:10','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(623,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:12:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(624,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:15:42','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(625,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:15:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(626,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:17:17','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(627,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:17:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(628,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:42:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(629,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":10,\"title\":\"quienes somos\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:47:00','com_categories.category',44,10,'COM_ACTIONLOGS_DISABLED'),(630,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__categories\"}','2025-07-07 18:47:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(631,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:47:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(632,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:47:20','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(633,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:47:53','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(634,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:47:53','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(635,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:48:02','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(636,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:48:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(637,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Nuestra historia.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:48:20','com_content.article',44,4,'COM_ACTIONLOGS_DISABLED'),(638,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:48:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(639,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Nuestro Equipo.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:48:35','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(640,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:48:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(641,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Certificaciones y distinciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:49:04','com_content.article',44,6,'COM_ACTIONLOGS_DISABLED'),(642,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:49:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(643,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":11,\"title\":\"investigacion\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=11\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:50:17','com_categories.category',44,11,'COM_ACTIONLOGS_DISABLED'),(644,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Grupos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:50:40','com_content.article',44,8,'COM_ACTIONLOGS_DISABLED'),(645,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:50:40','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(646,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"proyectos de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:51:23','com_content.article',44,22,'COM_ACTIONLOGS_DISABLED'),(647,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:51:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(648,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":12,\"title\":\"grupos de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=12\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:54:24','com_categories.category',44,12,'COM_ACTIONLOGS_DISABLED'),(649,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:54:56','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(650,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:54:56','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(651,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:55:25','com_content.article',44,11,'COM_ACTIONLOGS_DISABLED'),(652,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:55:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(653,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:55:43','com_content.article',44,12,'COM_ACTIONLOGS_DISABLED'),(654,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:55:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(655,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:56:26','com_content.article',44,11,'COM_ACTIONLOGS_DISABLED'),(656,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:56:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(657,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":13,\"title\":\"publicaciones\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:57:12','com_categories.category',44,13,'COM_ACTIONLOGS_DISABLED'),(658,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:57:43','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(659,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:57:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(660,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"14\",\"title\":\"Videos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=14\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 18:57:59','com_content.article',44,14,'COM_ACTIONLOGS_DISABLED'),(661,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 18:57:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(662,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":23,\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:00:41','com_content.article',44,23,'COM_ACTIONLOGS_DISABLED'),(663,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:00:45','com_content.article',44,23,'COM_ACTIONLOGS_DISABLED'),(664,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 19:00:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(665,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":14,\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=14\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:01:15','com_categories.category',44,14,'COM_ACTIONLOGS_DISABLED'),(666,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":15,\"title\":\"CCA\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=15\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:01:37','com_categories.category',44,15,'COM_ACTIONLOGS_DISABLED'),(667,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:02:03','com_content.article',44,21,'COM_ACTIONLOGS_DISABLED'),(668,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 19:02:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(669,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"16\",\"title\":\"Quienes somos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=16\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:02:39','com_content.article',44,16,'COM_ACTIONLOGS_DISABLED'),(670,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 19:02:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(671,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"17\",\"title\":\"Equipo de laboratorio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:03:01','com_content.article',44,17,'COM_ACTIONLOGS_DISABLED'),(672,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 19:03:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(673,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:03:58','com_content.article',44,18,'COM_ACTIONLOGS_DISABLED'),(674,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 19:03:58','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(675,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"19\",\"title\":\"Informaci\\u00f3n de contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=19\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:04:15','com_content.article',44,19,'COM_ACTIONLOGS_DISABLED'),(676,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 19:04:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(677,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:04:44','com_content.article',44,20,'COM_ACTIONLOGS_DISABLED'),(678,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-07 19:04:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-07 19:31:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(680,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-07 19:31:26','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(681,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-07 19:32:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(682,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-07 19:32:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(683,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"extension_name\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:33:12','com_modules.module',44,17,'COM_ACTIONLOGS_DISABLED'),(684,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-07 19:33:12','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(685,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":183,\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=183\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:34:00','com_menus.item',44,183,'COM_ACTIONLOGS_DISABLED'),(686,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-07 19:34:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(687,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"extension_name\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:34:26','com_modules.module',44,17,'COM_ACTIONLOGS_DISABLED'),(688,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-07 19:34:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(689,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-07 19:35:34','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(690,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":185,\"title\":\"Centro de Calidad de Agua - CCA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=185\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:39:23','com_menus.item',44,185,'COM_ACTIONLOGS_DISABLED'),(691,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-07 19:39:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(692,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":185,\"title\":\"Centro de Calidad de Agua - CCA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=185\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:39:39','com_menus.item',44,185,'COM_ACTIONLOGS_DISABLED'),(693,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":185,\"title\":\"Centro de Calidad de Agua - CCA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=185\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:40:24','com_menus.item',44,185,'COM_ACTIONLOGS_DISABLED'),(694,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":185,\"title\":\"Centro de Calidad de Agua - CCA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=185\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-07 19:40:33','com_menus.item',44,185,'COM_ACTIONLOGS_DISABLED'),(695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-08 13:19:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(696,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-08 13:19:37','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(697,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-08 13:19:47','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(698,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 13:32:39','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(699,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 13:32:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(700,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 13:34:01','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(701,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 13:34:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(702,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 13:34:47','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(703,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 13:34:47','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(704,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 13:46:15','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(705,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 13:46:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(706,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 14:18:35','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(707,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 14:18:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(708,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 14:19:17','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(709,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 14:19:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(710,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 14:19:49','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(711,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 14:19:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(712,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 14:21:08','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(713,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 14:21:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(714,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 14:24:06','com_content.article',44,3,'COM_ACTIONLOGS_DISABLED'),(715,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 14:24:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(716,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 15:10:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(717,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Certificaciones y distinciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 15:16:57','com_content.article',44,6,'COM_ACTIONLOGS_DISABLED'),(718,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 15:16:57','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(719,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Certificaciones y distinciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 15:24:54','com_content.article',44,6,'COM_ACTIONLOGS_DISABLED'),(720,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 15:24:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(721,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Certificaciones y distinciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 15:27:11','com_content.article',44,6,'COM_ACTIONLOGS_DISABLED'),(722,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 15:27:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(723,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Certificaciones y distinciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 15:45:25','com_content.article',44,6,'COM_ACTIONLOGS_DISABLED'),(724,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 15:45:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(725,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 16:00:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(726,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"16\",\"title\":\"Quienes somos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=16\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-08 16:05:08','com_content.article',44,16,'COM_ACTIONLOGS_DISABLED'),(727,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 16:05:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(728,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 16:08:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(729,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-08 16:35:25','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(730,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-08 16:35:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(731,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-08 17:38:17','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(732,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-09 13:12:38','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(733,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-09 13:28:37','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(734,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"version\":\"5.3.2\",\"oldversion\":\"5.3.1\"}','2025-07-09 13:29:26','com_joomlaupdate',44,44,'COM_ACTIONLOGS_DISABLED'),(735,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-09 13:50:50','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(736,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":287,\"name\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 13:51:25','com_installer',44,287,'COM_ACTIONLOGS_DISABLED'),(737,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 13:52:06','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(738,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 13:52:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(739,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 13:57:48','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(740,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 13:57:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(741,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 13:58:13','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(742,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Nuestro Equipo.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 13:58:59','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(743,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-09 13:58:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(744,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-09 14:00:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(745,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:01:09','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(746,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:01:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(747,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:04:14','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(748,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:04:14','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(749,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:12:58','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(750,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:12:58','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(751,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:13:27','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(752,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:13:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(753,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:13:36','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(754,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:13:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(755,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:16:49','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(756,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:16:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(757,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:16:58','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(758,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:16:58','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(759,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:19:09','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(760,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:19:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(761,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:21:00','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(762,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:21:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(763,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:21:18','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(764,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:21:18','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(765,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:22:48','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(766,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:22:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(767,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:23:10','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(768,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:23:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(769,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:23:32','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(770,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:23:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(771,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:24:34','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(772,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:24:34','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(773,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:24:55','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(774,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:24:55','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(775,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:25:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(776,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:25:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(777,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:49:22','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(778,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:49:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(779,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:49:48','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(780,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:49:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(781,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:50:04','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(782,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:50:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(783,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:50:34','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(784,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:50:34','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(785,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-09 14:51:05','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(786,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-09 14:51:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(787,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-10 20:54:15','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(788,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-10 20:54:49','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(789,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-10 20:54:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(790,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-10 20:55:01','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(791,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-10 20:55:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(792,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-10 20:58:35','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(793,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-10 20:58:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-11 13:36:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(795,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-11 13:36:27','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(796,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-11 15:05:58','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(797,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 15:42:45','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(798,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-11 15:42:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(799,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 15:43:17','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(800,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-11 15:43:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(801,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 15:45:05','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(802,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-11 15:45:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(803,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 15:45:31','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(804,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-11 15:45:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(805,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 16:11:11','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(806,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-11 16:11:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(807,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 19:32:52','com_modules.module',44,118,'COM_ACTIONLOGS_DISABLED'),(808,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-11 19:32:52','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(809,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-11 20:11:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(810,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 20:18:16','com_content.article',44,12,'COM_ACTIONLOGS_DISABLED'),(811,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-11 20:18:16','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(812,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-11 21:05:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(813,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 21:05:54','com_content.article',44,11,'COM_ACTIONLOGS_DISABLED'),(814,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-11 21:05:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(815,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 21:06:20','com_content.article',44,11,'COM_ACTIONLOGS_DISABLED'),(816,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-11 21:06:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(817,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 21:07:13','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(818,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-11 21:07:13','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(819,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-11 21:07:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(820,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-11 21:07:46','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(821,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 21:08:08','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(822,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-11 21:08:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(823,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 21:09:19','com_content.article',44,12,'COM_ACTIONLOGS_DISABLED'),(824,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-11 21:09:19','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(825,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 21:09:32','com_content.article',44,11,'COM_ACTIONLOGS_DISABLED'),(826,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-11 21:09:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(827,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-11 21:09:43','com_content.article',44,10,'COM_ACTIONLOGS_DISABLED'),(828,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-11 21:09:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-15 19:35:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(830,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-15 19:35:47','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(831,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-15 19:45:57','com_config.application',44,0,'COM_ACTIONLOGS_DISABLED'),(832,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-15 19:54:46','com_config.application',44,0,'COM_ACTIONLOGS_DISABLED'),(833,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-15 19:55:04','com_config.application',44,0,'COM_ACTIONLOGS_DISABLED'),(834,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-15 19:55:33','com_config.application',44,0,'COM_ACTIONLOGS_DISABLED'),(835,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-15 19:56:27','com_config.application',44,0,'COM_ACTIONLOGS_DISABLED'),(836,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":1,\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-15 19:59:26','com_contact.contact',44,1,'COM_ACTIONLOGS_DISABLED'),(837,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__contact_details\"}','2025-07-15 19:59:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(838,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":190,\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=190\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-15 20:11:04','com_menus.item',44,190,'COM_ACTIONLOGS_DISABLED'),(839,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-15 20:11:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(840,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-15 20:18:16','com_contact.contact',44,1,'COM_ACTIONLOGS_DISABLED'),(841,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__contact_details\"}','2025-07-15 20:18:16','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(842,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__contact_details\"}','2025-07-15 20:18:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(843,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-15 20:21:42','com_config.component',44,7,'COM_ACTIONLOGS_DISABLED'),(844,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":1,\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 16:22:42','com_fields.field',44,1,'COM_ACTIONLOGS_DISABLED'),(845,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"1\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 16:23:16','com_fields.field',44,1,'COM_ACTIONLOGS_DISABLED'),(846,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 16:23:16','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(847,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 16:23:18','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(848,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 16:23:57','com_contact.contact',44,1,'COM_ACTIONLOGS_DISABLED'),(849,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__contact_details\"}','2025-07-16 16:23:57','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(850,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__contact_details\"}','2025-07-16 16:24:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(851,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":2,\"title\":\"servicios ICAOC\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 16:25:20','com_fields.field',44,2,'COM_ACTIONLOGS_DISABLED'),(852,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 16:25:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(853,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__contact_details\"}','2025-07-16 16:27:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(854,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__contact_details\"}','2025-07-16 16:27:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(855,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 16:29:01','com_config.component',44,7,'COM_ACTIONLOGS_DISABLED'),(856,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 16:29:36','com_config.component',44,7,'COM_ACTIONLOGS_DISABLED'),(857,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 16:29:49','com_config.component',44,7,'COM_ACTIONLOGS_DISABLED'),(858,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 16:30:02','com_config.component',44,7,'COM_ACTIONLOGS_DISABLED'),(859,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__contact_details\"}','2025-07-16 20:37:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(860,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"1\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 20:55:36','com_fields.field',44,1,'COM_ACTIONLOGS_DISABLED'),(861,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 20:55:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(862,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"1\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 20:58:36','com_fields.field',44,1,'COM_ACTIONLOGS_DISABLED'),(863,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 20:58:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(864,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 20:58:46','com_config.component',44,7,'COM_ACTIONLOGS_DISABLED'),(865,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 20:59:27','com_config.component',44,7,'COM_ACTIONLOGS_DISABLED'),(866,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 21:01:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(867,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__contact_details\"}','2025-07-16 21:01:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(868,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"2\",\"title\":\"servicios ICAOC\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 21:02:18','com_fields.field',44,2,'COM_ACTIONLOGS_DISABLED'),(869,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 21:02:18','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(870,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 21:02:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(871,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"2\",\"title\":\"servicios ICAOC\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 21:05:29','com_fields.field',44,2,'COM_ACTIONLOGS_DISABLED'),(872,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 21:05:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(873,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 21:05:44','com_contact.contact',44,1,'COM_ACTIONLOGS_DISABLED'),(874,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__contact_details\"}','2025-07-16 21:05:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(875,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"2\",\"title\":\"servicios ICAOC\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 21:06:51','com_fields.field',44,2,'COM_ACTIONLOGS_DISABLED'),(876,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 21:06:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(877,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"2\",\"title\":\"servicios ICAOC\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 21:10:27','com_fields.field',44,2,'COM_ACTIONLOGS_DISABLED'),(878,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 21:10:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(879,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"2\",\"title\":\"servicios ICAOC\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 21:13:38','com_fields.field',44,2,'COM_ACTIONLOGS_DISABLED'),(880,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 21:13:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(881,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"2\",\"title\":\"servicios ICAOC\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 21:14:33','com_fields.field',44,2,'COM_ACTIONLOGS_DISABLED'),(882,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 21:14:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(883,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"2\",\"title\":\"servicios ICAOC\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 21:14:48','com_fields.field',44,2,'COM_ACTIONLOGS_DISABLED'),(884,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 21:14:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(885,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"2\",\"title\":\"servicios ICAOC\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 21:15:08','com_fields.field',44,2,'COM_ACTIONLOGS_DISABLED'),(886,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 21:15:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(887,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"2\",\"title\":\"servicios ICAOC\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 21:15:28','com_fields.field',44,2,'COM_ACTIONLOGS_DISABLED'),(888,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 21:15:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(889,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"2\",\"title\":\"servicios ICAOC\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 21:24:45','com_fields.field',44,2,'COM_ACTIONLOGS_DISABLED'),(890,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 21:24:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(891,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 21:25:06','com_contact.contact',44,1,'COM_ACTIONLOGS_DISABLED'),(892,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__contact_details\"}','2025-07-16 21:25:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(893,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"2\",\"title\":\"servicios ICAOC\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=2\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-16 21:25:32','com_fields.field',44,2,'COM_ACTIONLOGS_DISABLED'),(894,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-16 21:25:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(895,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 13:47:42','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(896,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":288,\"name\":\"SimplifyYourWeb Extensions Library\",\"extension_name\":\"SimplifyYourWeb Extensions Library\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 13:48:52','com_installer',44,288,'COM_ACTIONLOGS_DISABLED'),(897,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":289,\"name\":\"PLG_SYSTEM_SYW\",\"extension_name\":\"PLG_SYSTEM_SYW\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 13:48:52','com_installer',44,289,'COM_ACTIONLOGS_DISABLED'),(898,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":290,\"name\":\"PKG_SYWLIBRARY\",\"extension_name\":\"PKG_SYWLIBRARY\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 13:48:52','com_installer',44,290,'COM_ACTIONLOGS_DISABLED'),(899,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":291,\"name\":\"MOD_LATESTNEWSENHANCED\",\"extension_name\":\"MOD_LATESTNEWSENHANCED\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 13:48:52','com_installer',44,291,'COM_ACTIONLOGS_DISABLED'),(900,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":292,\"name\":\"PKG_LATESTNEWSENHANCED\",\"extension_name\":\"PKG_LATESTNEWSENHANCED\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 13:48:52','com_installer',44,292,'COM_ACTIONLOGS_DISABLED'),(901,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":15,\"title\":\"Helium - Predeterminado (2)\",\"extension_name\":\"Helium - Predeterminado (2)\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=15\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 13:54:00','com_templates.style',44,15,'COM_ACTIONLOGS_DISABLED'),(902,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":193,\"title\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=193\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 13:56:53','com_menus.item',44,193,'COM_ACTIONLOGS_DISABLED'),(903,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":16,\"title\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=16\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 13:58:19','com_categories.category',44,16,'COM_ACTIONLOGS_DISABLED'),(904,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":194,\"title\":\"BLOG NOTICIAS\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=194\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 13:59:55','com_menus.item',44,194,'COM_ACTIONLOGS_DISABLED'),(905,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 14:01:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(906,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Latest News Enhanced\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 14:01:49','com_modules.module',44,119,'COM_ACTIONLOGS_DISABLED'),(907,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"ICAOC al D\\u00eda\",\"extension_name\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 14:02:11','com_modules.module',44,119,'COM_ACTIONLOGS_DISABLED'),(908,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 14:02:11','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(909,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"ICAOC al D\\u00eda\",\"extension_name\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 14:03:09','com_modules.module',44,119,'COM_ACTIONLOGS_DISABLED'),(910,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 14:03:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(911,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"ICAOC al D\\u00eda\",\"extension_name\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 14:03:27','com_modules.module',44,119,'COM_ACTIONLOGS_DISABLED'),(912,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 14:03:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(913,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"ICAOC al D\\u00eda\",\"extension_name\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 14:12:10','com_modules.module',44,119,'COM_ACTIONLOGS_DISABLED'),(914,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 14:12:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(915,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 14:16:12','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 14:45:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(917,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 14:45:29','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(918,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 14:48:06','com_config.application',44,0,'COM_ACTIONLOGS_DISABLED'),(919,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 14:51:04','com_config.application',44,0,'COM_ACTIONLOGS_DISABLED'),(920,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 15:05:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 15:07:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(922,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 15:07:57','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(923,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":195,\"title\":\"contactenos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=195\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:10:12','com_menus.item',44,195,'COM_ACTIONLOGS_DISABLED'),(924,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":195,\"title\":\"contactenos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=195\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:10:33','com_menus.item',44,195,'COM_ACTIONLOGS_DISABLED'),(925,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-22 15:11:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(926,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":195,\"title\":\"contactenos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=195\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:11:32','com_menus.item',44,195,'COM_ACTIONLOGS_DISABLED'),(927,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-22 15:12:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(928,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":195,\"title\":\"contactenos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=195\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:12:54','com_menus.item',44,195,'COM_ACTIONLOGS_DISABLED'),(929,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":195,\"title\":\"contactenos\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:13:10','com_menus.item',44,195,'COM_ACTIONLOGS_DISABLED'),(930,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:20:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(931,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"banner.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:21:21','com_media.file',44,0,'COM_ACTIONLOGS_DISABLED'),(932,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Certificaciones y distinciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:26:38','com_content.article',44,6,'COM_ACTIONLOGS_DISABLED'),(933,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:26:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(934,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Certificaciones y distinciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:27:09','com_content.article',44,6,'COM_ACTIONLOGS_DISABLED'),(935,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:27:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(936,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:28:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(937,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:29:04','com_content.article',44,23,'COM_ACTIONLOGS_DISABLED'),(938,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:29:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(939,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:30:03','com_content.article',44,23,'COM_ACTIONLOGS_DISABLED'),(940,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:30:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(941,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:31:38','com_content.article',44,23,'COM_ACTIONLOGS_DISABLED'),(942,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:31:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(943,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:31:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(944,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:32:44','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(945,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:32:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(946,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:33:09','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(947,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:33:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(948,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:33:26','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(949,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:33:26','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(950,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:33:41','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(951,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:33:41','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(952,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:33:56','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(953,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:33:56','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(954,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:35:05','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(955,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:35:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(956,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:36:58','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(957,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:36:58','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(958,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:41:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(959,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 15:43:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(960,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Nuestro Equipo.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:45:03','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(961,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:45:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(962,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Nuestro Equipo.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:45:15','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(963,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:45:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(964,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Nuestro Equipo.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:45:32','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(965,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:45:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(966,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Nuestro Equipo.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:45:42','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(967,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:45:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(968,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Nuestro Equipo.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:46:05','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(969,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:46:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(970,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Nuestro Equipo.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:46:28','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(971,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:46:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(972,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 15:47:07','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(973,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 15:47:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(974,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":24,\"title\":\"premio icaoc\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=24\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:49:42','com_content.article',44,24,'COM_ACTIONLOGS_DISABLED'),(975,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-07-22 15:53:57','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(976,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:55:48','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(977,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 15:55:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(978,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 15:56:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(979,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":167,\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=167\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:57:09','com_menus.item',44,167,'COM_ACTIONLOGS_DISABLED'),(980,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-07-22 15:57:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(981,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":167,\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=167\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 15:57:37','com_menus.item',44,167,'COM_ACTIONLOGS_DISABLED'),(982,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 15:59:52','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(983,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 16:00:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(984,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 16:01:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(985,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 19:09:51','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 19:44:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(987,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 19:44:25','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(988,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Nuestro Equipo.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 19:45:31','com_content.article',44,5,'COM_ACTIONLOGS_DISABLED'),(989,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 19:45:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(990,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 19:46:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(991,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Certificaciones y distinciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 19:46:42','com_content.article',44,6,'COM_ACTIONLOGS_DISABLED'),(992,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 19:46:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(993,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 19:47:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(994,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 19:47:47','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(995,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 19:47:47','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(996,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 19:48:01','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(997,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 19:48:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(998,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 19:49:14','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(999,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-22 19:49:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1000,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":24,\"title\":\"premio icaoc\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=24\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 19:49:31','com_content.article',44,24,'COM_ACTIONLOGS_DISABLED'),(1001,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":24,\"title\":\"premio icaoc\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 19:49:47','com_content.article',44,24,'COM_ACTIONLOGS_DISABLED'),(1002,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Investigadores\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 19:49:47','com_content.article',44,7,'COM_ACTIONLOGS_DISABLED'),(1003,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 20:20:48','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1004,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__contact_details\"}','2025-07-22 20:22:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1005,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__fields\"}','2025-07-22 20:22:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1006,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"group\":\"all\"}','2025-07-22 20:22:59','com_cache',44,44,'COM_ACTIONLOGS_DISABLED'),(1007,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Botones Inicio\",\"extension_name\":\"Botones Inicio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 20:26:55','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(1008,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 20:26:55','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1009,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"Botones Inicio\",\"extension_name\":\"Botones Inicio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 20:36:30','com_modules.module',44,116,'COM_ACTIONLOGS_DISABLED'),(1010,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 20:36:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1011,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-22 20:38:14','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1012,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":45,\"title\":\"pts\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 20:38:54','com_users',44,45,'COM_ACTIONLOGS_DISABLED'),(1013,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"usuario - icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-22 20:40:57','com_users',44,46,'COM_ACTIONLOGS_DISABLED'),(1014,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 20:41:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1015,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-22 20:41:50','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1016,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURCOMPLETED','{\"id\":13,\"title\":\"\\u00a1Novedades en Joomla 5.3!\",\"state\":\"completed\",\"step\":2,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-22 20:41:59','com_guidedtours.state',46,13,'COM_ACTIONLOGS_DISABLED'),(1017,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 14:03:13','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1018,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"delayed\",\"step\":1,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:03:41','com_guidedtours.state',46,12,'COM_ACTIONLOGS_DISABLED'),(1019,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 14:05:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1020,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 14:06:41','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1021,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 14:14:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1022,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 14:36:27','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1023,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":294,\"name\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,294,'COM_ACTIONLOGS_DISABLED'),(1024,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":271,\"name\":\"mod_dpcalendar_mini\",\"extension_name\":\"mod_dpcalendar_mini\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,271,'COM_ACTIONLOGS_DISABLED'),(1025,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":276,\"name\":\"Ol Testimonials\",\"extension_name\":\"Ol Testimonials\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,276,'COM_ACTIONLOGS_DISABLED'),(1026,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":279,\"name\":\"Smart Slider 3 Module\",\"extension_name\":\"Smart Slider 3 Module\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,279,'COM_ACTIONLOGS_DISABLED'),(1027,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":287,\"name\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,287,'COM_ACTIONLOGS_DISABLED'),(1028,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":275,\"name\":\"plg_captcha_hcaptcha\",\"extension_name\":\"plg_captcha_hcaptcha\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,275,'COM_ACTIONLOGS_DISABLED'),(1029,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":281,\"name\":\"Smart Slider 3 System Plugin\",\"extension_name\":\"Smart Slider 3 System Plugin\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,281,'COM_ACTIONLOGS_DISABLED'),(1030,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":280,\"name\":\"Smart Slider 3 Updater Plugin\",\"extension_name\":\"Smart Slider 3 Updater Plugin\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,280,'COM_ACTIONLOGS_DISABLED'),(1031,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":261,\"name\":\"Content - Simple Tabs\",\"extension_name\":\"Content - Simple Tabs\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,261,'COM_ACTIONLOGS_DISABLED'),(1032,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":262,\"name\":\"Content - Simple Sliders\",\"extension_name\":\"Content - Simple Sliders\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,262,'COM_ACTIONLOGS_DISABLED'),(1033,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":282,\"name\":\"plg_finder_phocadownload\",\"extension_name\":\"plg_finder_phocadownload\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,282,'COM_ACTIONLOGS_DISABLED'),(1034,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE\",\"id\":257,\"name\":\"g5_helium\",\"extension_name\":\"g5_helium\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,257,'COM_ACTIONLOGS_DISABLED'),(1035,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":293,\"name\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,293,'COM_ACTIONLOGS_DISABLED'),(1036,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":277,\"name\":\"Smart Slider 3\",\"extension_name\":\"Smart Slider 3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,277,'COM_ACTIONLOGS_DISABLED'),(1037,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":272,\"name\":\"com_imageeffectck\",\"extension_name\":\"com_imageeffectck\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,272,'COM_ACTIONLOGS_DISABLED'),(1038,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":274,\"name\":\"com_phocadownload\",\"extension_name\":\"com_phocadownload\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,274,'COM_ACTIONLOGS_DISABLED'),(1039,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":260,\"name\":\"DJ-ImageSlider Package\",\"extension_name\":\"DJ-ImageSlider Package\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,260,'COM_ACTIONLOGS_DISABLED'),(1040,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":286,\"name\":\"Spanish (es-ES) Language Pack\",\"extension_name\":\"Spanish (es-ES) Language Pack\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,286,'COM_ACTIONLOGS_DISABLED'),(1041,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":256,\"name\":\"pkg_gantry5\",\"extension_name\":\"pkg_gantry5\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,256,'COM_ACTIONLOGS_DISABLED'),(1042,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":292,\"name\":\"PKG_LATESTNEWSENHANCED\",\"extension_name\":\"PKG_LATESTNEWSENHANCED\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,292,'COM_ACTIONLOGS_DISABLED'),(1043,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":290,\"name\":\"PKG_SYWLIBRARY\",\"extension_name\":\"PKG_SYWLIBRARY\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,290,'COM_ACTIONLOGS_DISABLED'),(1044,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":285,\"name\":\"Smart Slider 3 Library\",\"extension_name\":\"Smart Slider 3 Library\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,285,'COM_ACTIONLOGS_DISABLED'),(1045,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":293,\"name\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 14:39:09','com_installer',46,293,'COM_ACTIONLOGS_DISABLED'),(1046,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 14:44:39','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1047,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 14:46:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1048,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 14:50:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1049,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 14:53:00','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1050,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 14:55:53','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(1051,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 14:56:09','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1052,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 14:56:46','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1053,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 14:58:08','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1054,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":294,\"name\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:02:31','com_installer',46,294,'COM_ACTIONLOGS_DISABLED'),(1055,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":293,\"name\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:02:31','com_installer',46,293,'COM_ACTIONLOGS_DISABLED'),(1056,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"delayed\",\"step\":1,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:04:19','com_guidedtours.state',46,12,'COM_ACTIONLOGS_DISABLED'),(1057,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"delayed\",\"step\":1,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:04:53','com_guidedtours.state',46,12,'COM_ACTIONLOGS_DISABLED'),(1058,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 15:06:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1059,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":294,\"name\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,294,'COM_ACTIONLOGS_DISABLED'),(1060,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":271,\"name\":\"mod_dpcalendar_mini\",\"extension_name\":\"mod_dpcalendar_mini\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,271,'COM_ACTIONLOGS_DISABLED'),(1061,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":276,\"name\":\"Ol Testimonials\",\"extension_name\":\"Ol Testimonials\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,276,'COM_ACTIONLOGS_DISABLED'),(1062,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":279,\"name\":\"Smart Slider 3 Module\",\"extension_name\":\"Smart Slider 3 Module\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,279,'COM_ACTIONLOGS_DISABLED'),(1063,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":287,\"name\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,287,'COM_ACTIONLOGS_DISABLED'),(1064,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":275,\"name\":\"plg_captcha_hcaptcha\",\"extension_name\":\"plg_captcha_hcaptcha\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,275,'COM_ACTIONLOGS_DISABLED'),(1065,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":281,\"name\":\"Smart Slider 3 System Plugin\",\"extension_name\":\"Smart Slider 3 System Plugin\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,281,'COM_ACTIONLOGS_DISABLED'),(1066,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":280,\"name\":\"Smart Slider 3 Updater Plugin\",\"extension_name\":\"Smart Slider 3 Updater Plugin\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,280,'COM_ACTIONLOGS_DISABLED'),(1067,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":261,\"name\":\"Content - Simple Tabs\",\"extension_name\":\"Content - Simple Tabs\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,261,'COM_ACTIONLOGS_DISABLED'),(1068,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":262,\"name\":\"Content - Simple Sliders\",\"extension_name\":\"Content - Simple Sliders\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,262,'COM_ACTIONLOGS_DISABLED'),(1069,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":282,\"name\":\"plg_finder_phocadownload\",\"extension_name\":\"plg_finder_phocadownload\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,282,'COM_ACTIONLOGS_DISABLED'),(1070,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE\",\"id\":257,\"name\":\"g5_helium\",\"extension_name\":\"g5_helium\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,257,'COM_ACTIONLOGS_DISABLED'),(1071,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":293,\"name\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,293,'COM_ACTIONLOGS_DISABLED'),(1072,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":277,\"name\":\"Smart Slider 3\",\"extension_name\":\"Smart Slider 3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,277,'COM_ACTIONLOGS_DISABLED'),(1073,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":272,\"name\":\"com_imageeffectck\",\"extension_name\":\"com_imageeffectck\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,272,'COM_ACTIONLOGS_DISABLED'),(1074,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":274,\"name\":\"com_phocadownload\",\"extension_name\":\"com_phocadownload\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,274,'COM_ACTIONLOGS_DISABLED'),(1075,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":260,\"name\":\"DJ-ImageSlider Package\",\"extension_name\":\"DJ-ImageSlider Package\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,260,'COM_ACTIONLOGS_DISABLED'),(1076,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":286,\"name\":\"Spanish (es-ES) Language Pack\",\"extension_name\":\"Spanish (es-ES) Language Pack\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,286,'COM_ACTIONLOGS_DISABLED'),(1077,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":256,\"name\":\"pkg_gantry5\",\"extension_name\":\"pkg_gantry5\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,256,'COM_ACTIONLOGS_DISABLED'),(1078,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":292,\"name\":\"PKG_LATESTNEWSENHANCED\",\"extension_name\":\"PKG_LATESTNEWSENHANCED\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,292,'COM_ACTIONLOGS_DISABLED'),(1079,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":290,\"name\":\"PKG_SYWLIBRARY\",\"extension_name\":\"PKG_SYWLIBRARY\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,290,'COM_ACTIONLOGS_DISABLED'),(1080,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":285,\"name\":\"Smart Slider 3 Library\",\"extension_name\":\"Smart Slider 3 Library\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,285,'COM_ACTIONLOGS_DISABLED'),(1081,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":293,\"name\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:06:25','com_installer',46,293,'COM_ACTIONLOGS_DISABLED'),(1082,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 15:09:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1083,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SP Page Builder\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 15:09:36','com_modules.module',46,120,'COM_ACTIONLOGS_DISABLED'),(1084,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 15:14:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1085,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__categories\"}','2025-07-23 15:17:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1086,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 15:24:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1087,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 15:59:22','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1088,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"delayed\",\"step\":3,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 16:05:55','com_guidedtours.state',46,12,'COM_ACTIONLOGS_DISABLED'),(1089,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 16:16:22','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(1090,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 16:16:33','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1091,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen Acreditacin IDEAM.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 16:22:42','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1092,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Certificaciones y distinciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 16:23:34','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(1093,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 16:23:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1094,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen Reconocimiento minciencias.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 16:30:39','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1095,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Certificaciones y distinciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 16:32:06','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(1096,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 16:32:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1097,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Acreditacin alta calidad MGAS.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 16:47:18','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1098,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Certificaciones y distinciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 16:47:50','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(1099,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 16:47:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1100,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 16:53:57','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(1101,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 16:53:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1102,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 16:55:46','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(1103,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 16:55:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1104,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 16:56:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1105,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 16:58:49','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(1106,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 16:58:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1107,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:00:03','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(1108,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 17:00:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1109,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:01:09','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(1110,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 17:01:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1111,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:01:54','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(1112,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 17:01:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1113,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:02:19','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(1114,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 17:02:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1115,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 17:17:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1116,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":17,\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=17\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:18:28','com_categories.category',46,17,'COM_ACTIONLOGS_DISABLED'),(1117,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"17\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=17\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:18:49','com_categories.category',46,17,'COM_ACTIONLOGS_DISABLED'),(1118,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__categories\"}','2025-07-23 17:18:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1119,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__categories\"}','2025-07-23 17:18:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1120,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 17:20:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1121,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 17:22:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1122,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 17:22:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1123,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 17:25:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1124,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:26:44','com_modules.module',46,120,'COM_ACTIONLOGS_DISABLED'),(1125,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 17:26:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1126,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 17:26:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1127,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 17:27:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1128,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":215,\"title\":\"Eventos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=215\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:28:56','com_menus.item',46,215,'COM_ACTIONLOGS_DISABLED'),(1129,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__categories\"}','2025-07-23 17:29:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1130,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":25,\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:30:49','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1131,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 17:31:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1132,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 17:32:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1133,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 17:33:39','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1134,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":215,\"title\":\"Eventos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=215\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:33:41','com_menus.item',46,215,'COM_ACTIONLOGS_DISABLED'),(1135,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 17:33:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1136,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":215,\"title\":\"Eventos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=215\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:34:02','com_menus.item',46,215,'COM_ACTIONLOGS_DISABLED'),(1137,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 17:35:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1138,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 17:36:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1139,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":215,\"title\":\"Eventos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=215\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:36:09','com_menus.item',46,215,'COM_ACTIONLOGS_DISABLED'),(1140,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":215,\"title\":\"Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:37:25','com_menus.item',46,215,'COM_ACTIONLOGS_DISABLED'),(1141,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":216,\"title\":\"Eventos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=216\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 17:37:55','com_menus.item',46,216,'COM_ACTIONLOGS_DISABLED'),(1142,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 17:38:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1143,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 17:39:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1144,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 17:39:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1145,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 17:40:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1146,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 17:40:43','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(1147,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 19:40:37','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1148,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"delayed\",\"step\":1,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 19:40:41','com_guidedtours.state',46,12,'COM_ACTIONLOGS_DISABLED'),(1149,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 19:48:23','com_modules.module',46,120,'COM_ACTIONLOGS_DISABLED'),(1150,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 19:48:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1151,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 19:49:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1152,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":216,\"title\":\"Eventos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=216\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 19:50:15','com_menus.item',46,216,'COM_ACTIONLOGS_DISABLED'),(1153,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 19:50:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1154,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":216,\"title\":\"Eventos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=216\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 19:50:17','com_menus.item',46,216,'COM_ACTIONLOGS_DISABLED'),(1155,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 19:52:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1156,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 19:52:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1157,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 19:52:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1158,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"17\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=17\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 19:53:05','com_categories.category',46,17,'COM_ACTIONLOGS_DISABLED'),(1159,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__categories\"}','2025-07-23 19:53:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1160,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__categories\"}','2025-07-23 19:53:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1161,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__categories\"}','2025-07-23 19:55:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1162,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 19:57:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1163,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 19:59:09','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1164,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 19:59:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1165,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 19:59:20','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1166,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 19:59:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1167,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"17\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=17\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:00:10','com_categories.category',46,17,'COM_ACTIONLOGS_DISABLED'),(1168,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__categories\"}','2025-07-23 20:00:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1169,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"17\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=17\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:00:13','com_categories.category',46,17,'COM_ACTIONLOGS_DISABLED'),(1170,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__categories\"}','2025-07-23 20:00:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1171,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:02:25','com_modules.module',46,120,'COM_ACTIONLOGS_DISABLED'),(1172,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:02:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1173,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:02:27','com_modules.module',46,120,'COM_ACTIONLOGS_DISABLED'),(1174,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:02:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1175,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 20:03:00','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1176,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 20:04:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1177,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":216,\"title\":\"Eventos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=216\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:05:41','com_menus.item',46,216,'COM_ACTIONLOGS_DISABLED'),(1178,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 20:05:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1179,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":216,\"title\":\"Eventos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=216\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:05:44','com_menus.item',46,216,'COM_ACTIONLOGS_DISABLED'),(1180,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 20:06:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1181,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":216,\"title\":\"Eventos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=216\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:07:36','com_menus.item',46,216,'COM_ACTIONLOGS_DISABLED'),(1182,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 20:07:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1183,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":216,\"title\":\"Eventos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=216\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:07:38','com_menus.item',46,216,'COM_ACTIONLOGS_DISABLED'),(1184,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 20:09:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1185,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 20:09:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1186,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 20:10:08','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1187,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 20:10:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1188,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 20:11:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1189,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:13:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1190,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":217,\"title\":\"Eventos realizados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=217\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:13:38','com_menus.item',46,217,'COM_ACTIONLOGS_DISABLED'),(1191,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":217,\"title\":\"Eventos realizados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=217\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:13:47','com_menus.item',46,217,'COM_ACTIONLOGS_DISABLED'),(1192,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":217,\"title\":\"Eventos realizados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=217\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:13:50','com_menus.item',46,217,'COM_ACTIONLOGS_DISABLED'),(1193,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 20:14:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1194,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:15:30','com_modules.module',46,120,'COM_ACTIONLOGS_DISABLED'),(1195,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:15:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1196,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:15:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1197,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 20:17:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1198,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 20:18:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1199,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:23:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1200,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:24:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1201,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:25:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1202,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:25:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1203,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:25:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1204,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:25:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1205,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:26:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1206,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:27:21','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1207,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:28:18','com_modules.module',46,120,'COM_ACTIONLOGS_DISABLED'),(1208,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:28:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1209,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:28:20','com_modules.module',46,120,'COM_ACTIONLOGS_DISABLED'),(1210,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:28:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1211,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:29:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1212,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:30:36','com_modules.module',46,120,'COM_ACTIONLOGS_DISABLED'),(1213,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:30:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1214,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SP Page Builder\",\"extension_name\":\"SP Page Builder\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:30:49','com_modules.module',46,120,'COM_ACTIONLOGS_DISABLED'),(1215,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:30:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1216,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:31:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1217,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 20:36:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1218,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:37:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1219,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":217,\"title\":\"Eventos realizados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=217\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:38:01','com_menus.item',46,217,'COM_ACTIONLOGS_DISABLED'),(1220,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 20:38:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1221,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":217,\"title\":\"Eventos realizados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=217\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:38:14','com_menus.item',46,217,'COM_ACTIONLOGS_DISABLED'),(1222,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 20:39:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1223,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":121,\"title\":\"Modulo Sp Page Builder Eventos 2\",\"extension_name\":\"Modulo Sp Page Builder Eventos 2\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=121\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:40:49','com_modules.module',46,121,'COM_ACTIONLOGS_DISABLED'),(1224,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:40:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1225,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:41:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1226,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"delayed\",\"step\":1,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 20:43:34','com_guidedtours.state',46,12,'COM_ACTIONLOGS_DISABLED'),(1227,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:48:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1228,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-23 20:50:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1229,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 20:53:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1230,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-23 20:54:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1231,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-23 21:01:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1232,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__djimageslider\"}','2025-07-23 21:05:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1233,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__djimageslider\"}','2025-07-23 21:05:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1234,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"DSC09909.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Imagenes Inicio\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 21:07:13','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1235,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Rave-03.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Imagenes Inicio\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 21:07:27','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1236,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-02-24 at 6.04.06 PM.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Imagenes Inicio\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 21:07:50','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1237,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__djimageslider\"}','2025-07-23 21:10:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1238,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__djimageslider\"}','2025-07-23 21:10:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1239,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__djimageslider\"}','2025-07-23 21:11:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1240,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__djimageslider\"}','2025-07-23 21:12:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1241,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"DSC00108.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Imagenes Inicio\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 21:13:20','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1242,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2024-09-24 at 10.28.57 AM.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Imagenes Inicio\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 21:14:29','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1243,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"_DSC0038.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Imagenes Inicio\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 21:14:34','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1244,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-04-21 at 11.03.34 AM.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Imagenes Inicio\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 21:17:40','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1245,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__djimageslider\"}','2025-07-23 21:17:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1246,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__djimageslider\"}','2025-07-23 21:18:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1247,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__djimageslider\"}','2025-07-23 21:18:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1248,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"ICAOC 18 1.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Imagenes Inicio\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-23 21:19:33','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1249,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__djimageslider\"}','2025-07-23 21:22:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1250,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__djimageslider\"}','2025-07-23 21:22:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1251,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__djimageslider\"}','2025-07-23 21:22:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1252,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-23 21:36:04','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1253,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-23 21:39:19','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(1254,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-23 21:39:19','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1255,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-23 21:43:16','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1256,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-07-23 21:43:45','com_content.article',44,13,'COM_ACTIONLOGS_DISABLED'),(1257,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-23 21:43:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1258,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-23 21:44:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1259,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-07-23 21:45:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1260,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-23 21:45:59','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1261,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-07-23 21:46:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1262,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__djimageslider\"}','2025-07-23 21:47:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1263,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-24 14:55:52','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1264,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"delayed\",\"step\":1,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 14:55:58','com_guidedtours.state',46,12,'COM_ACTIONLOGS_DISABLED'),(1265,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":122,\"title\":\"Sp Page Builder Quienes Somos\",\"extension_name\":\"Sp Page Builder Quienes Somos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=122\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 15:00:03','com_modules.module',46,122,'COM_ACTIONLOGS_DISABLED'),(1266,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":122,\"title\":\"Sp Page Builder Quienes Somos\",\"extension_name\":\"Sp Page Builder Quienes Somos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=122\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 15:00:05','com_modules.module',46,122,'COM_ACTIONLOGS_DISABLED'),(1267,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-24 15:00:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1268,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":122,\"title\":\"Sp Page Builder Quienes Somos\",\"extension_name\":\"Sp Page Builder Quienes Somos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=122\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 15:13:40','com_modules.module',46,122,'COM_ACTIONLOGS_DISABLED'),(1269,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-24 15:13:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1270,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"16\",\"title\":\"Quienes somos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=16\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 15:15:43','com_content.article',46,16,'COM_ACTIONLOGS_DISABLED'),(1271,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 15:15:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1272,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-24 15:15:55','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1273,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"16\",\"title\":\"Quienes somos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=16\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 15:16:15','com_content.article',46,16,'COM_ACTIONLOGS_DISABLED'),(1274,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 15:16:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1275,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 15:16:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1276,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":122,\"title\":\"Sp Page Builder Quienes Somos\",\"extension_name\":\"Sp Page Builder Quienes Somos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=122\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 15:17:11','com_modules.module',46,122,'COM_ACTIONLOGS_DISABLED'),(1277,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-24 15:17:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1278,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-24 15:18:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1279,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-24 15:18:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1280,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__update_sites\"}','2025-07-24 15:20:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1281,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-24 16:54:57','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1282,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 16:56:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1283,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-24 16:56:27','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1284,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Misin.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:04:42','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1285,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Visin.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:04:42','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1286,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:06:25','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1287,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 17:06:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1288,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:14:53','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1289,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:14:58','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1290,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Visin.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:15:05','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1291,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Misin.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:15:05','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1292,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:15:50','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1293,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 17:15:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1294,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:17:06','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1295,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Visin.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:17:12','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1296,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:18:55','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1297,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Visin_1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:19:02','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1298,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:19:38','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1299,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 17:19:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1300,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:20:42','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1301,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Misin_1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:20:47','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1302,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:25:26','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1303,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 17:25:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1304,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:26:04','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1305,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 17:26:04','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1306,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 17:26:25','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1307,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 17:26:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1308,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-24 19:49:13','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1309,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Grfico de Organigrama ICAOC Multicolor_Micrositio.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 19:55:39','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1310,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 19:56:01','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1311,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 19:56:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1312,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"areas de investigacin ICAOC.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:15:53','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1313,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:16:04','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1314,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:17:27','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1315,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:17:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1316,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:17:32','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1317,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:17:32','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1318,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:19:16','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1319,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:19:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1320,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQui\\u00e9nes somos?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:19:58','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1321,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:19:58','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1322,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQui\\u00e9nes somos?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:20:20','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1323,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:20:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1324,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:24:25','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1325,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:24:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1326,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:25:18','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1327,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:25:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1328,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:27:02','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1329,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:27:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1330,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:27:16','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1331,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:27:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1332,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:27:28','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1333,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:27:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1334,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:29:25','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1335,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:29:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1336,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:32:31','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1337,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:32:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1338,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:32:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1339,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:36:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1340,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:37:49','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1341,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:37:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1342,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:38:16','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1343,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:38:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1344,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:40:15','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1345,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:40:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1346,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:41:25','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1347,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:41:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1348,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:43:18','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1349,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:43:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1350,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-24 20:44:29','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1351,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-24 20:44:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1352,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-28 13:58:00','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-28 15:40:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-28 15:41:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-28 15:41:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-28 15:41:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(1357,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-28 15:41:45','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1358,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-28 19:27:45','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1359,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"delayed\",\"step\":1,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:27:56','com_guidedtours.state',46,12,'COM_ACTIONLOGS_DISABLED'),(1360,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:31:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1361,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-28 19:33:26','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1362,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:35:52','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1363,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:35:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1364,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS? Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:37:09','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1365,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:37:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1366,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:37:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1367,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:39:33','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1368,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:39:40','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1369,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:39:48','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1370,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:39:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1371,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Visin_3.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:39:49','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1372,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Misin_3.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:39:49','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1373,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:40:26','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1374,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:40:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1375,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:41:31','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1376,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:41:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1377,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS? Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:42:08','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1378,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:42:08','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1379,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS? Direccionamiento estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:42:34','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1380,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:42:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1381,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Quienes somos ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:43:40','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1382,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:43:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1383,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:44:15','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1384,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:44:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1385,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Banner 4ta Jornada de Ciencias Ambientales.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:44:26','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1386,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:44:44','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1387,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:44:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1388,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:44:57','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1389,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:44:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1390,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:45:58','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1391,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:45:58','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1392,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:46:28','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1393,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:46:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1394,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:48:37','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1395,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:48:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1396,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:51:03','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1397,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:51:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1398,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:51:20','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1399,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:51:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1400,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:52:35','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1401,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:52:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1402,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:53:41','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1403,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:53:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1404,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-02-27 at 10.29.44 AM 1.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:55:18','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1405,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:55:49','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1406,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:55:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1407,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:57:02','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1408,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:57:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1409,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:57:45','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1410,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:57:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1411,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 19:59:43','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1412,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 19:59:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1413,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:00:30','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1414,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 20:00:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1415,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da Jornada de Ciencias Ambientales.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:04:12','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1416,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-02-27 at 10.38.58 AM.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:04:33','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1417,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:08:16','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1418,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 20:08:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1419,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:09:32','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1420,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 20:09:32','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1421,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Banner 3ra Jornada de Ciencias Ambientales 1.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:27:01','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1422,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:28:37','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1423,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 20:28:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1424,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:30:38','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1425,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 20:30:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1426,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:30:57','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1427,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 20:30:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1428,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:31:12','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1429,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 20:31:12','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1430,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:48:46','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1431,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 20:48:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1432,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:49:57','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1433,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 20:49:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1434,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:55:26','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1435,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 20:55:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1436,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 20:55:54','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1437,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 20:55:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1438,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-28 21:05:31','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1439,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-28 21:05:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1440,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-29 16:23:47','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1441,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-29 16:32:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1442,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-29 16:32:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1443,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-29 16:33:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1444,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-29 16:34:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1445,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-29 16:34:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1446,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-29 16:34:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1447,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-29 16:35:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1448,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-29 16:35:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1449,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-29 16:35:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1450,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-07-29 16:35:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1451,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-29 16:45:58','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1452,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-29 16:46:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1453,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-07-29 16:47:47','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1454,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-29 16:49:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1455,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-29 19:51:08','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1456,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-07-31 19:13:42','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1457,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Alianza Ecopetrol.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Nuestra Historia\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 19:15:09','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1458,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"nuestros Aliados_ICAOC_imagen_Micrositio.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Nuestra Historia\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 19:15:20','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1459,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Nuestra historia.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 19:16:13','com_content.article',46,4,'COM_ACTIONLOGS_DISABLED'),(1460,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 19:16:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1461,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Nuestra historia.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 19:18:29','com_content.article',46,4,'COM_ACTIONLOGS_DISABLED'),(1462,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 19:18:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1463,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 19:24:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1464,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 19:25:23','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1465,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 19:25:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1466,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 19:27:17','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1467,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 19:27:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1468,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 19:27:55','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1469,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 19:27:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1470,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 19:28:10','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1471,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 19:28:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1472,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 19:31:04','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1473,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 19:31:04','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1474,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 19:32:20','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1475,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 19:32:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1476,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 19:32:40','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1477,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 19:32:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1478,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 19:33:08','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1479,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 19:33:08','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1480,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 20:13:46','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1481,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 20:13:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1482,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 20:16:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1483,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Nuestra historia.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 20:17:17','com_content.article',46,4,'COM_ACTIONLOGS_DISABLED'),(1484,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 20:17:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1485,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Nuestra historia.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-07-31 20:18:41','com_content.article',46,4,'COM_ACTIONLOGS_DISABLED'),(1486,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-07-31 20:18:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1487,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-01 14:34:30','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1488,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 14:53:41','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1489,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 14:53:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1490,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 14:59:38','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1491,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 14:59:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1492,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 15:03:47','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1493,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 15:03:47','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1494,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-02-27 at 10.38.58 AM.jpg\",\"itemlink\":\"index.php?option=com_media\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 15:04:38','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1495,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 15:31:56','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1496,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 15:31:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1497,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen 1ra JCA_Banner Para pagina.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 16:46:06','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1498,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 16:47:15','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1499,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 16:47:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1500,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 16:47:52','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1501,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 16:47:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1502,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 16:48:23','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1503,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 16:48:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1504,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 16:49:25','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1505,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 16:49:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1506,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 16:50:01','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1507,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 16:50:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1508,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 16:50:40','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1509,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 16:50:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1510,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 16:51:22','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1511,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 16:51:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1512,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 16:52:41','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1513,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 16:52:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1514,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 17:13:30','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1515,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 17:13:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1516,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-01 17:13:35','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(1517,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-01 19:39:59','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1518,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"delayed\",\"step\":1,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 19:48:37','com_guidedtours.state',46,12,'COM_ACTIONLOGS_DISABLED'),(1519,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 19:53:55','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1520,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 19:53:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1521,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 19:55:10','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1522,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 19:55:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1523,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 20:04:00','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1524,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 20:04:00','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1525,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 21:17:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1526,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-01 21:18:11','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1527,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 21:18:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1528,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-01 21:18:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1529,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-01 21:18:38','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(1530,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-04 13:18:40','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1531,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 13:21:42','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1532,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 13:21:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1533,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen 2da JCA_Banner Para pagina 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 13:23:12','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1534,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 13:50:24','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1535,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 13:50:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1536,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 14:07:09','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1537,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 14:07:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1538,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 14:30:56','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1539,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 14:30:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1540,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 14:31:50','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1541,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 14:31:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1542,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 14:32:21','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1543,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 14:32:21','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1544,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 14:33:00','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1545,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 14:33:00','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1546,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 14:33:42','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1547,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 14:33:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1548,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 14:34:43','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1549,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 14:34:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1550,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Banner 3ra Jornada de Ciencias Ambientales 1.jpg\",\"itemlink\":\"index.php?option=com_media\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 14:35:20','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1551,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:20:27','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1552,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:20:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1553,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen 3Ra JCA_Banner Para pagina.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:21:07','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1554,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:22:16','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1555,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:22:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1556,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:23:11','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1557,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:23:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1558,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:23:33','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1559,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:23:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1560,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:24:19','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1561,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:24:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1562,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:25:16','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1563,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:25:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1564,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:25:46','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1565,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:25:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1566,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:26:13','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1567,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:26:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1568,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:26:37','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1569,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:26:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1570,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:29:57','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1571,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:29:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1572,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:32:26','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1573,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:32:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1574,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:32:52','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1575,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:32:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1576,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:48:24','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1577,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:48:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1578,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 15:49:21','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1579,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 15:49:21','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1580,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Banner 4ta Jornada de Ciencias Ambientales.jpg\",\"itemlink\":\"index.php?option=com_media\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 16:23:43','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1581,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 16:49:28','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1582,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 16:49:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1583,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 16:53:37','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1584,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 16:53:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1585,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen 4ta JCA_Banner Para pagina.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 17:04:58','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1586,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 17:05:49','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1587,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 17:05:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1588,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 17:06:23','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1589,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 17:06:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1590,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen 4ta JCA_Banner Para pagina.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 17:09:56','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1591,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen 4ta JCA_Banner Para pagina2.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 17:10:24','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1592,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 17:12:40','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1593,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 17:12:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1594,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 17:12:52','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1595,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 17:12:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1596,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 17:13:16','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1597,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 17:13:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1598,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 17:14:11','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1599,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 17:14:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1600,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-04 17:14:52','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(1601,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-04 17:14:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1602,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-04 19:22:34','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1603,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-05 19:50:56','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1604,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 19:52:12','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1605,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 19:53:49','com_content.article',44,25,'COM_ACTIONLOGS_DISABLED'),(1606,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 19:53:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1607,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 19:56:49','com_content.article',44,25,'COM_ACTIONLOGS_DISABLED'),(1608,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 19:56:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1609,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 19:56:51','com_content.article',44,25,'COM_ACTIONLOGS_DISABLED'),(1610,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 19:56:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1611,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 19:59:46','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1612,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 20:00:07','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1613,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 20:00:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1614,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"117\",\"title\":\"plg_editors_tinymce\",\"extension_name\":\"plg_editors_tinymce\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=117\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:01:28','com_plugins.plugin',44,117,'COM_ACTIONLOGS_DISABLED'),(1615,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__extensions\"}','2025-08-05 20:01:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1616,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 20:02:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1617,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":16,\"title\":\"Helium - Predeterminado (2)\",\"extension_name\":\"Helium - Predeterminado (2)\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=16\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:04:36','com_templates.style',44,16,'COM_ACTIONLOGS_DISABLED'),(1618,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-08-05 20:08:36','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1619,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"extension_name\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:14:37','com_modules.module',44,17,'COM_ACTIONLOGS_DISABLED'),(1620,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-05 20:14:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1621,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":17,\"title\":\"Breadcrumbs\",\"extension_name\":\"Breadcrumbs\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:15:51','com_modules.module',44,17,'COM_ACTIONLOGS_DISABLED'),(1622,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-05 20:15:51','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1623,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-05 20:16:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1624,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:17:08','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(1625,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-05 20:17:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1626,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:17:42','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(1627,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-05 20:17:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1628,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:18:23','com_modules.module',44,111,'COM_ACTIONLOGS_DISABLED'),(1629,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-05 20:18:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1630,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-05 20:18:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1631,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:22:06','com_modules.module',44,123,'COM_ACTIONLOGS_DISABLED'),(1632,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-05 20:22:16','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1633,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:23:09','com_content.article',44,25,'COM_ACTIONLOGS_DISABLED'),(1634,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 20:23:09','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1635,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:23:50','com_content.article',44,25,'COM_ACTIONLOGS_DISABLED'),(1636,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 20:23:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1637,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 20:24:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1638,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:25:24','com_modules.module',44,123,'COM_ACTIONLOGS_DISABLED'),(1639,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-05 20:25:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1640,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:26:01','com_modules.module',44,123,'COM_ACTIONLOGS_DISABLED'),(1641,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-05 20:26:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1642,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-05 20:26:46','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1643,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-05 20:34:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1644,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 20:39:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1645,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":218,\"title\":\"eventos2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=218\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:41:05','com_menus.item',44,218,'COM_ACTIONLOGS_DISABLED'),(1646,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":26,\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:48:39','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1647,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":218,\"title\":\"eventos2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=218\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:49:05','com_menus.item',44,218,'COM_ACTIONLOGS_DISABLED'),(1648,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-08-05 20:49:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1649,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 20:51:22','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1650,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 20:51:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1651,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 21:21:50','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1652,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 21:21:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1653,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 21:27:02','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1654,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 21:27:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1655,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-05 21:27:20','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1656,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-05 21:27:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1657,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 19:09:27','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1658,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 19:09:27','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1659,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 19:10:06','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1660,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 19:10:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1661,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 19:11:25','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1662,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 19:11:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1663,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 19:15:46','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1664,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 19:15:46','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1665,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 19:16:45','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1666,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 19:16:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1667,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 19:19:39','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1668,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 19:19:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1669,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 19:53:08','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1670,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 19:53:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1671,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 19:53:17','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1672,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 19:53:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1673,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 19:55:17','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1674,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 19:55:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1675,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 19:56:28','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1676,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 19:56:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1677,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 20:25:45','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1678,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 20:25:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1679,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 20:26:05','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1680,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 20:26:05','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1681,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 20:26:30','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1682,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 20:26:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1683,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 20:29:23','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1684,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 20:29:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1685,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 20:29:52','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1686,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 20:29:52','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1687,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 21:21:20','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1688,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 21:21:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1689,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 21:21:39','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1690,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 21:21:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1691,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 21:23:03','com_content.article',44,25,'COM_ACTIONLOGS_DISABLED'),(1692,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 21:23:03','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1693,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 21:39:44','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1694,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 21:39:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1695,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-06 21:40:42','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1696,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-06 21:40:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1697,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-07 14:21:11','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1698,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":18,\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=18\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 14:22:26','com_categories.category',44,18,'COM_ACTIONLOGS_DISABLED'),(1699,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"18\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=18\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 14:25:10','com_categories.category',44,18,'COM_ACTIONLOGS_DISABLED'),(1700,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__categories\"}','2025-08-07 14:25:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1701,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":27,\"title\":\"4a Jornada de Ciencias ambientales\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=27\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 14:27:10','com_content.article',44,27,'COM_ACTIONLOGS_DISABLED'),(1702,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 14:27:13','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1703,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":218,\"title\":\"eventos2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=218\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 14:28:34','com_menus.item',44,218,'COM_ACTIONLOGS_DISABLED'),(1704,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-08-07 14:28:34','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1705,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"27\",\"title\":\"4a Jornada de Ciencias ambientales\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=27\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 14:29:24','com_content.article',44,27,'COM_ACTIONLOGS_DISABLED'),(1706,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 14:29:24','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1707,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 14:31:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1708,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 14:31:55','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1709,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"27\",\"title\":\"4a Jornada de Ciencias ambientales\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=27\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 14:32:21','com_content.article',44,27,'COM_ACTIONLOGS_DISABLED'),(1710,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 14:32:21','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1711,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 14:32:31','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1712,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 14:32:48','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1713,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 14:33:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1714,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"27\",\"title\":\"4a Jornada de Ciencias ambientales\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=27\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 14:33:22','com_content.article',44,27,'COM_ACTIONLOGS_DISABLED'),(1715,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 14:33:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1716,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 14:33:58','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1717,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 14:35:45','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1718,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 14:37:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1719,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":28,\"title\":\"3a Jornada de Ciencias Ambientales\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=28\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 14:37:51','com_content.article',44,28,'COM_ACTIONLOGS_DISABLED'),(1720,'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\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 14:58:37','com_config.component',44,19,'COM_ACTIONLOGS_DISABLED'),(1721,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-07 16:59:28','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1722,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":296,\"name\":\"MOD_JM_ADDITIONAL_FEATURES\",\"extension_name\":\"MOD_JM_ADDITIONAL_FEATURES\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:00:37','com_installer',44,296,'COM_ACTIONLOGS_DISABLED'),(1723,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":124,\"title\":\"JM Additional Features\",\"extension_name\":\"JM Additional Features\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=124\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:03:15','com_modules.module',44,124,'COM_ACTIONLOGS_DISABLED'),(1724,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:03:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1725,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":124,\"title\":\"JM Additional Features\",\"extension_name\":\"JM Additional Features\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=124\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:05:08','com_modules.module',44,124,'COM_ACTIONLOGS_DISABLED'),(1726,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:05:08','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1727,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:05:18','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1728,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"28\",\"title\":\"3a Jornada de Ciencias Ambientales\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=28\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:05:55','com_content.article',44,28,'COM_ACTIONLOGS_DISABLED'),(1729,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:05:55','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1730,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":124,\"title\":\"JM Additional Features\",\"extension_name\":\"JM Additional Features\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=124\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:06:48','com_modules.module',44,124,'COM_ACTIONLOGS_DISABLED'),(1731,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":124,\"title\":\"JM Additional Features\",\"extension_name\":\"JM Additional Features\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=124\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:07:10','com_modules.module',44,124,'COM_ACTIONLOGS_DISABLED'),(1732,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:07:10','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1733,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":124,\"title\":\"JM Additional Features\",\"extension_name\":\"JM Additional Features\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=124\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:07:50','com_modules.module',44,124,'COM_ACTIONLOGS_DISABLED'),(1734,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:07:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1735,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":124,\"title\":\"JM Additional Features\",\"extension_name\":\"JM Additional Features\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=124\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:08:04','com_modules.module',44,124,'COM_ACTIONLOGS_DISABLED'),(1736,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:08:04','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1737,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":124,\"title\":\"JM Additional Features\",\"extension_name\":\"JM Additional Features\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=124\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:08:42','com_modules.module',44,124,'COM_ACTIONLOGS_DISABLED'),(1738,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:08:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1739,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":124,\"title\":\"JM Additional Features\",\"extension_name\":\"JM Additional Features\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=124\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:09:54','com_modules.module',44,124,'COM_ACTIONLOGS_DISABLED'),(1740,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:09:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1741,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":124,\"title\":\"JM Additional Features\",\"extension_name\":\"JM Additional Features\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=124\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:10:22','com_modules.module',44,124,'COM_ACTIONLOGS_DISABLED'),(1742,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:10:22','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1743,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:10:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1744,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:10:44','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1745,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":124,\"title\":\"JM Additional Features\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=124\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:10:44','com_modules.module',44,124,'COM_ACTIONLOGS_DISABLED'),(1746,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":297,\"name\":\"mod_jm_articles_category\",\"extension_name\":\"mod_jm_articles_category\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:12:40','com_installer',44,297,'COM_ACTIONLOGS_DISABLED'),(1747,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:13:49','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1748,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:13:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1749,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"28\",\"title\":\"3a Jornada de Ciencias Ambientales\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=28\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:14:02','com_content.article',44,28,'COM_ACTIONLOGS_DISABLED'),(1750,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:14:02','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1751,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:15:13','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1752,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:15:13','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1753,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:16:42','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1754,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:16:42','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1755,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:17:17','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1756,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:17:17','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1757,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:17:50','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1758,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:17:50','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1759,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:18:32','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1760,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:18:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1761,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:18:54','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1762,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:18:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1763,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:20:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1764,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":29,\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=29\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:20:19','com_content.article',44,29,'COM_ACTIONLOGS_DISABLED'),(1765,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"29\",\"title\":\"prueba blog\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=29\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:20:30','com_content.article',44,29,'COM_ACTIONLOGS_DISABLED'),(1766,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:20:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1767,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:20:37','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1768,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":219,\"title\":\"eventos 3\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=219\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:21:14','com_menus.item',44,219,'COM_ACTIONLOGS_DISABLED'),(1769,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":219,\"title\":\"eventos 3\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=219\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:21:22','com_menus.item',44,219,'COM_ACTIONLOGS_DISABLED'),(1770,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:21:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1771,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:22:23','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1772,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:22:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1773,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:22:52','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1774,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:24:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1775,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:27:23','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1776,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:27:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1777,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:27:57','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1778,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:27:57','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1779,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:28:23','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1780,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:28:23','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1781,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:29:25','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1782,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:29:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1783,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"27\",\"title\":\"4a Jornada de Ciencias ambientales\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=27\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:30:49','com_content.article',44,27,'COM_ACTIONLOGS_DISABLED'),(1784,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:30:49','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1785,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:32:00','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1786,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:32:00','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1787,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:32:13','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1788,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:32:13','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1789,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:36:06','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1790,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":29,\"title\":\"prueba blog\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=29\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:36:25','com_content.article',44,29,'COM_ACTIONLOGS_DISABLED'),(1791,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":28,\"title\":\"3a Jornada de Ciencias Ambientales\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=28\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:36:25','com_content.article',44,28,'COM_ACTIONLOGS_DISABLED'),(1792,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":27,\"title\":\"4a Jornada de Ciencias ambientales\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=27\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:36:25','com_content.article',44,27,'COM_ACTIONLOGS_DISABLED'),(1793,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-08-07 17:37:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1794,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":219,\"title\":\"eventos 3\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=219\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:37:29','com_menus.item',44,219,'COM_ACTIONLOGS_DISABLED'),(1795,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":218,\"title\":\"eventos2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=218\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:37:54','com_menus.item',44,218,'COM_ACTIONLOGS_DISABLED'),(1796,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-08-07 17:37:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1797,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-07 17:40:20','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1798,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:42:28','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1799,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:42:28','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1800,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:53:33','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1801,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:53:33','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1802,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:53:43','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1803,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:53:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1804,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:55:01','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1805,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:55:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1806,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:55:21','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1807,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:55:21','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1808,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-07 17:55:43','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1809,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-07 17:55:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1810,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-08 19:08:22','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1811,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-08-08 19:08:39','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1812,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Nuestra historia.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-08 19:09:52','com_content.article',46,4,'COM_ACTIONLOGS_DISABLED'),(1813,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-08 19:09:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1814,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Nuestra historia.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-08 19:19:44','com_content.article',46,4,'COM_ACTIONLOGS_DISABLED'),(1815,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-08 19:19:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1816,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-08 19:47:47','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1817,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-08 19:47:50','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(1818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-19 14:41:49','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(1819,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-19 14:42:40','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1820,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURDELAYED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"delayed\",\"step\":1,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-19 14:42:48','com_guidedtours.state',46,12,'COM_ACTIONLOGS_DISABLED'),(1821,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-19 21:43:48','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(1822,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":298,\"name\":\"MOD_DIGI_SHOWCASE\",\"extension_name\":\"MOD_DIGI_SHOWCASE\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-19 21:44:43','com_installer',44,298,'COM_ACTIONLOGS_DISABLED'),(1823,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":17,\"title\":\"Helium - Helium - noticias (2)\",\"extension_name\":\"Helium - Helium - noticias (2)\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=17\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-19 21:46:20','com_templates.style',44,17,'COM_ACTIONLOGS_DISABLED'),(1824,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":218,\"title\":\"eventos2\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=218\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-19 21:49:35','com_menus.item',44,218,'COM_ACTIONLOGS_DISABLED'),(1825,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__menu\"}','2025-08-19 21:49:35','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1826,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":220,\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=220\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-19 21:51:08','com_menus.item',44,220,'COM_ACTIONLOGS_DISABLED'),(1827,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":126,\"title\":\"Digi Showcase\",\"extension_name\":\"Digi Showcase\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=126\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-19 21:54:15','com_modules.module',44,126,'COM_ACTIONLOGS_DISABLED'),(1828,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-19 21:54:15','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1829,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":126,\"title\":\"Digi Showcase\",\"extension_name\":\"Digi Showcase\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=126\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-19 21:54:30','com_modules.module',44,126,'COM_ACTIONLOGS_DISABLED'),(1830,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-19 21:54:30','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1831,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-19 21:54:39','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1832,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-19 21:54:39','com_modules.module',44,125,'COM_ACTIONLOGS_DISABLED'),(1833,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":126,\"title\":\"Digi Showcase\",\"extension_name\":\"Digi Showcase\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=126\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-19 21:55:29','com_modules.module',44,126,'COM_ACTIONLOGS_DISABLED'),(1834,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-19 21:55:29','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1835,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__modules\"}','2025-08-19 21:55:32','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1836,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-19 21:55:52','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1837,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-19 21:55:52','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1838,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-19 21:56:43','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1839,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"Jornada de Ciencias Ambientales\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-19 21:58:34','com_content.article',44,26,'COM_ACTIONLOGS_DISABLED'),(1840,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-19 21:58:34','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1841,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-19 21:58:38','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1842,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-19 21:58:58','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1843,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":28,\"title\":\"3a Jornada de Ciencias Ambientales\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=28\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-19 21:58:58','com_content.article',44,28,'COM_ACTIONLOGS_DISABLED'),(1844,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-08-19 21:59:01','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(1845,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":27,\"title\":\"4a Jornada de Ciencias ambientales\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=27\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\"}','2025-08-19 21:59:01','com_content.article',44,27,'COM_ACTIONLOGS_DISABLED'),(1846,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-21 14:40:44','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1847,'PLG_ACTIONLOG_JOOMLA_GUIDEDTOURS_TOURCOMPLETED','{\"id\":12,\"title\":\"Bienvenido a Joomla!\",\"state\":\"completed\",\"step\":6,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-21 14:41:20','com_guidedtours.state',46,12,'COM_ACTIONLOGS_DISABLED'),(1848,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-21 15:05:18','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1849,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-21 15:05:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1850,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-21 15:07:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1851,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-21 15:14:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1852,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-21 15:16:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1853,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-21 15:21:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1854,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-21 15:21:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1855,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":\"11\",\"title\":\"Cassiopeia - Default\",\"extension_name\":\"Cassiopeia - Default\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-21 15:37:43','com_templates.style',46,11,'COM_ACTIONLOGS_DISABLED'),(1856,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-21 15:43:36','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1857,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-21 15:43:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1858,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-21 15:45:04','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1859,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-21 15:45:04','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1860,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-21 15:48:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1861,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-21 15:59:43','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1862,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-21 15:59:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1863,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-21 16:00:53','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1864,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-21 16:00:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1865,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-21 16:01:12','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1866,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-21 16:03:05','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1867,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-21 16:03:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1868,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-22 00:08:26','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1869,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-22 01:05:08','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1870,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 01:27:01','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1871,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 01:27:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1872,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 01:30:08','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1873,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 01:30:08','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1874,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 01:32:11','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1875,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 01:32:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1876,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"13097692.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 01:38:12','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1877,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"alliance.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 01:38:12','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1878,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"8328195.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 01:38:12','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1879,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"investigation.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 01:38:12','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1880,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"training.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 01:38:12','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1881,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"data-science.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 01:38:12','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1882,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 01:42:10','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1883,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 01:42:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1884,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 01:43:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1885,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 01:50:16','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1886,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 01:50:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1887,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 01:52:45','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1888,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 01:52:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1889,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 01:53:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1890,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 01:59:31','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1891,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 01:59:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1892,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 02:01:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1893,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 02:08:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1894,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 02:10:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1895,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Mision.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 02:10:58','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1896,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"vision.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 02:10:58','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(1897,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 02:16:25','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1898,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 02:16:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1899,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 02:17:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1900,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 02:19:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1901,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 02:20:22','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1902,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 02:20:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1903,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 02:25:39','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1904,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 02:25:39','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1905,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 02:28:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1906,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 02:31:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1907,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 02:42:00','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1908,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 02:48:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1909,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__phocadownload_styles\"}','2025-08-22 02:53:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1910,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 02:57:21','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1911,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-22 03:00:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1912,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-08-22 03:06:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1913,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 03:11:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1914,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 03:16:02','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1915,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 03:16:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1916,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 03:16:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1917,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 03:27:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1918,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-22 03:28:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1919,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 03:30:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1920,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 03:33:19','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1921,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 03:33:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1922,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 03:35:12','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1923,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 03:42:03','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1924,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 03:42:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1925,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 03:44:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1926,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 03:55:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1927,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 04:04:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1928,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 04:22:23','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1929,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 04:22:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1930,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-22 04:22:26','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(1931,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-22 14:10:42','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1932,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 14:12:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1933,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-22 14:19:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1934,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-22 14:20:04','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1935,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__categories\"}','2025-08-22 14:46:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1936,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 14:55:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1937,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 14:55:59','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1938,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 14:55:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1939,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 14:57:28','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1940,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 14:57:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1941,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 14:58:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1942,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 15:02:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1943,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__extensions\"}','2025-08-22 15:04:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1944,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 15:10:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1945,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 15:18:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1946,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 15:23:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1947,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 15:32:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1948,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 15:38:19','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1949,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 15:38:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1950,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 15:42:26','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1951,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 15:42:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1952,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 15:42:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1953,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 15:51:31','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1954,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 15:51:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1955,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 15:53:00','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1956,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 15:53:00','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1957,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__extensions\"}','2025-08-22 15:57:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1958,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__phocadownload\"}','2025-08-22 16:00:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1959,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 16:05:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1960,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 16:11:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1961,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 16:13:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1962,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 16:14:25','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1963,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 16:14:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1964,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 16:17:01','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1965,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 16:17:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1966,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 16:18:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1967,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 16:37:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1968,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 16:38:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1969,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-22 16:45:28','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(1970,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-22 19:26:01','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(1971,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 19:27:00','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1972,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 19:27:00','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1973,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 19:30:18','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1974,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 19:30:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1975,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"QUI\\u00c9NES SOMOS ?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 19:31:16','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1976,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 19:31:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1977,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 19:31:44','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1978,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 19:31:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1979,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 19:32:01','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1980,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 19:32:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1981,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 19:47:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1982,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"117\",\"title\":\"plg_editors_tinymce\",\"extension_name\":\"plg_editors_tinymce\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=117\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 19:54:43','com_plugins.plugin',46,117,'COM_ACTIONLOGS_DISABLED'),(1983,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__extensions\"}','2025-08-22 19:54:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1984,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"117\",\"title\":\"plg_editors_tinymce\",\"extension_name\":\"plg_editors_tinymce\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=117\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 19:54:54','com_plugins.plugin',46,117,'COM_ACTIONLOGS_DISABLED'),(1985,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__extensions\"}','2025-08-22 19:54:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1986,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 19:57:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1987,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 19:58:29','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1988,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 19:58:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1989,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 19:59:01','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(1990,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 19:59:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1991,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 19:59:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1992,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":299,\"name\":\"Regular Labs Library\",\"extension_name\":\"Regular Labs Library\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 20:00:10','com_installer',46,299,'COM_ACTIONLOGS_DISABLED'),(1993,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":300,\"name\":\"PLG_SYSTEM_REGULARLABS\",\"extension_name\":\"PLG_SYSTEM_REGULARLABS\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 20:00:10','com_installer',46,300,'COM_ACTIONLOGS_DISABLED'),(1994,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":301,\"name\":\"PKG_REGULARLABS\",\"extension_name\":\"PKG_REGULARLABS\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 20:00:10','com_installer',46,301,'COM_ACTIONLOGS_DISABLED'),(1995,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":302,\"name\":\"COM_REGULARLABSMANAGER\",\"extension_name\":\"COM_REGULARLABSMANAGER\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 20:00:10','com_installer',46,302,'COM_ACTIONLOGS_DISABLED'),(1996,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":303,\"name\":\"PLG_ACTIONLOG_REGULARLABSMANAGER\",\"extension_name\":\"PLG_ACTIONLOG_REGULARLABSMANAGER\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 20:00:10','com_installer',46,303,'COM_ACTIONLOGS_DISABLED'),(1997,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":304,\"name\":\"PKG_REGULARLABSMANAGER\",\"extension_name\":\"PKG_REGULARLABSMANAGER\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-22 20:00:10','com_installer',46,304,'COM_ACTIONLOGS_DISABLED'),(1998,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 20:07:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(1999,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-22 20:41:04','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2000,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-22 20:41:10','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(2001,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-25 19:05:27','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2002,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-25 19:35:54','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2003,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"ORGANIGRAMA ICAOC 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 19:37:43','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2004,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 19:38:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2005,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 19:43:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2006,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 19:46:14','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(2007,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 19:46:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2008,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 19:47:36','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(2009,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 19:47:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2010,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 19:48:36','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(2011,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 19:48:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2012,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 19:51:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2013,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 19:51:30','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2014,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"ORGANIGRAMA ICAOC R.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 19:51:41','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2015,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 19:52:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2016,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 19:53:12','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(2017,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 19:53:12','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2018,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 19:56:02','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(2019,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 19:56:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2020,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 19:58:40','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(2021,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 19:58:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2022,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 19:59:03','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(2023,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 19:59:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2024,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 20:00:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2025,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 20:05:58','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2026,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 20:19:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2027,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-25 20:32:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2028,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 20:34:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2029,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-25 20:35:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2030,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-25 20:42:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2031,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 20:53:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2032,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 20:55:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2033,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 21:00:56','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(2034,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 21:00:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2035,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 21:03:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2036,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 21:04:52','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(2037,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 21:04:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2038,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 21:10:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2039,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 21:10:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2040,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-25 21:18:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2041,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 21:30:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2042,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-25 21:31:08','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2043,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 21:32:36','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(2044,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-25 21:32:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2045,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 21:34:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2046,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 21:38:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2047,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-25 21:43:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2048,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 21:51:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2049,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 21:51:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2050,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 21:55:57','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(2051,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-25 21:55:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2052,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-25 21:56:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2053,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 21:58:12','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(2054,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-25 21:58:12','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2055,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 21:58:37','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(2056,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-25 21:58:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2057,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-25 22:06:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2058,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 22:10:38','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(2059,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 22:10:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2060,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 22:13:21','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(2061,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 22:13:21','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2062,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 22:17:27','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2063,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 22:17:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2064,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 22:17:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2065,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 22:18:02','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2066,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 22:18:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2067,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Birrete.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 22:19:21','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2068,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 22:20:39','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2069,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 22:21:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2070,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 22:25:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2071,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-25 22:26:50','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2072,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-25 22:26:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2073,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-25 22:30:09','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(2074,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-26 14:38:07','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2075,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-26 19:11:12','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2076,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Proyectos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 19:14:21','com_content.article',46,22,'COM_ACTIONLOGS_DISABLED'),(2077,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 19:14:21','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2078,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 19:14:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2079,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 19:15:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2080,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-26 19:17:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2081,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-26 19:17:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2082,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-26 19:19:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2083,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":30,\"title\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=30\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 19:20:18','com_content.article',46,30,'COM_ACTIONLOGS_DISABLED'),(2084,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"30\",\"title\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=30\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 19:21:16','com_content.article',46,30,'COM_ACTIONLOGS_DISABLED'),(2085,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 19:21:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2086,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"30\",\"title\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=30\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 19:23:03','com_content.article',46,30,'COM_ACTIONLOGS_DISABLED'),(2087,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 19:23:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2088,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"30\",\"title\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=30\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 19:23:48','com_content.article',46,30,'COM_ACTIONLOGS_DISABLED'),(2089,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 19:23:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2090,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"30\",\"title\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=30\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 19:24:04','com_content.article',46,30,'COM_ACTIONLOGS_DISABLED'),(2091,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 19:24:04','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2092,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 19:26:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2093,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-26 19:48:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2094,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 19:49:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2095,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 19:52:56','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(2096,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 19:52:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2097,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"gigas_logo.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/logos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 19:53:54','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2098,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"girehpes_logo.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/logos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 19:57:01','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2099,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"biorinoquia_logo.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/logos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 19:57:34','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2100,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 19:58:02','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(2101,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 19:58:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2102,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 19:58:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2103,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 19:58:54','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(2104,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 19:58:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2105,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:00:37','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2106,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:00:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2107,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:00:38','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2108,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:00:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2109,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:02:23','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2110,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:02:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2111,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:02:58','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2112,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:02:58','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2113,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:04:32','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2114,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:04:32','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2115,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:05:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2116,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:07:55','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2117,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:07:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2118,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:08:12','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2119,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:09:33','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2120,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:09:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2121,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:10:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2122,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:10:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2123,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:10:32','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2124,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:12:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2125,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:15:23','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2126,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:15:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2127,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:20:49','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(2128,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:20:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2129,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:21:27','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(2130,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:21:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2131,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:21:32','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(2132,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:21:32','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2133,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:22:39','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2134,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:23:20','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(2135,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:23:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2136,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:25:33','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2137,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:25:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2138,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:26:47','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2139,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:27:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2140,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:28:39','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2141,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:28:39','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2142,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:30:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2143,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:30:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2144,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:32:32','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2145,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:32:32','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2146,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:32:56','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2147,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:32:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2148,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Proyectos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:37:40','com_content.article',46,22,'COM_ACTIONLOGS_DISABLED'),(2149,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:37:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2150,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"proyectocuencas.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/proyectos_in\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:38:31','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2151,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Proyectos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:40:23','com_content.article',46,22,'COM_ACTIONLOGS_DISABLED'),(2152,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:40:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2153,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Proyectos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:40:53','com_content.article',46,22,'COM_ACTIONLOGS_DISABLED'),(2154,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:40:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2155,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Proyectos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:42:29','com_content.article',46,22,'COM_ACTIONLOGS_DISABLED'),(2156,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:42:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2157,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Proyectos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:45:46','com_content.article',46,22,'COM_ACTIONLOGS_DISABLED'),(2158,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:45:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2159,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Proyectos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:46:15','com_content.article',46,22,'COM_ACTIONLOGS_DISABLED'),(2160,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:46:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2161,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Proyectos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:47:04','com_content.article',46,22,'COM_ACTIONLOGS_DISABLED'),(2162,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:47:04','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2163,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Proyectos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:47:22','com_content.article',46,22,'COM_ACTIONLOGS_DISABLED'),(2164,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:47:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2165,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Proyectos de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-26 20:47:30','com_content.article',46,22,'COM_ACTIONLOGS_DISABLED'),(2166,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-26 20:47:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2167,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-27 14:03:22','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2168,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-27 14:27:26','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2169,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-27 14:27:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2170,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-27 14:30:28','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2171,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-27 14:30:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2172,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-27 14:30:51','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2173,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-27 14:30:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2174,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-27 14:37:11','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2175,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-27 14:37:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2176,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-27 14:38:04','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2177,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-27 14:43:56','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(2178,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-27 14:43:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2179,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-28 13:57:04','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2180,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:14:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2181,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:17:48','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2182,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:17:51','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2183,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:17:57','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2184,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"biorinoquia_logo.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/logos\\/logos_grupos\\/biorinoquia\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:18:10','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2185,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"ENTOMOS_semillero.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:18:31','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2186,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Flora_semillero.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:19:48','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2187,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"gigas_logo.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/logos\\/logos_grupos\\/gigas\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:19:59','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2188,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"SIGAS_semillero.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/logos\\/logos_grupos\\/gigas\\/semilleros\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:20:18','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2189,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"SIEAS_semillero.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/logos\\/logos_grupos\\/gigas\\/semilleros\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:20:18','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2190,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"girehpes_logo.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/logos\\/logos_grupos\\/girehpes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:20:29','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2191,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"BioHerp_semillero.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/logos\\/logos_grupos\\/girehpes\\/semilleros\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:20:44','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2192,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"JIACACU_semillero.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/logos\\/logos_grupos\\/girehpes\\/semilleros\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:21:05','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2193,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"BIODES_semillero.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/logos\\/logos_grupos\\/girehpes\\/semilleros\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:21:08','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2194,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:26:14','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2195,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:26:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2196,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:30:19','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2197,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:30:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2198,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:34:54','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2199,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:34:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2200,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:37:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2201,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:38:18','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2202,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:38:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2203,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:38:33','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2204,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:38:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2205,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:40:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2206,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:41:33','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2207,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:41:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2208,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:45:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2209,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:46:17','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2210,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:46:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2211,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:48:14','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2212,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:48:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2213,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:51:01','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2214,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:51:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2215,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:53:46','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2216,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:53:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2217,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:55:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2218,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:56:13','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2219,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:56:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2220,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:58:03','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(2221,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:58:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2222,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 14:59:48','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(2223,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 14:59:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2224,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 15:00:05','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(2225,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 15:00:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2226,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 15:00:44','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2227,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 15:00:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2228,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 15:05:22','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2229,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 15:05:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2230,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 15:07:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2231,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-28 15:08:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2232,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 15:10:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2233,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-08-28 15:15:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2234,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__categories\"}','2025-08-28 15:18:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2235,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-28 15:22:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2236,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-28 15:23:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2237,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 15:24:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2238,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":192,\"title\":\"Proyectos de Investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=192\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 15:29:45','com_menus.item',46,192,'COM_ACTIONLOGS_DISABLED'),(2239,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-08-28 15:29:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2240,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":167,\"title\":\"Direccionamiento Estrat\\u00e9gico\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=167\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 15:30:10','com_menus.item',46,167,'COM_ACTIONLOGS_DISABLED'),(2241,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-08-28 15:30:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2242,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":168,\"title\":\"Nuestra Historia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=168\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 15:30:27','com_menus.item',46,168,'COM_ACTIONLOGS_DISABLED'),(2243,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-08-28 15:30:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2244,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":170,\"title\":\"Certificaciones y Distinciones\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=170\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 15:30:38','com_menus.item',46,170,'COM_ACTIONLOGS_DISABLED'),(2245,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-08-28 15:30:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2246,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-08-28 15:31:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2247,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":220,\"title\":\"eventos prueba\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=220\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 15:32:20','com_menus.item',46,220,'COM_ACTIONLOGS_DISABLED'),(2248,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-08-28 15:32:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2249,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":217,\"title\":\"Eventos Realizados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=217\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 15:32:37','com_menus.item',46,217,'COM_ACTIONLOGS_DISABLED'),(2250,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-08-28 15:32:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2251,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 15:36:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2252,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-28 15:38:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2253,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 15:38:52','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(2254,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 15:38:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2255,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 15:41:16','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(2256,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 15:41:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2257,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-28 15:42:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2258,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":305,\"name\":\"Hot Joomla Carousel\",\"extension_name\":\"Hot Joomla Carousel\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-28 15:44:45','com_installer',46,305,'COM_ACTIONLOGS_DISABLED'),(2259,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-29 12:56:23','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2260,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:05:25','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(2261,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 13:05:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2262,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:05:54','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(2263,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 13:05:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2264,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:06:24','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(2265,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 13:06:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2266,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"16\",\"title\":\"Quienes somos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=16\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:13:19','com_content.article',46,16,'COM_ACTIONLOGS_DISABLED'),(2267,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 13:13:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2268,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"16\",\"title\":\"Quienes somos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=16\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:20:54','com_content.article',46,16,'COM_ACTIONLOGS_DISABLED'),(2269,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 13:20:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2270,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"16\",\"title\":\"Quienes somos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=16\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:21:28','com_content.article',46,16,'COM_ACTIONLOGS_DISABLED'),(2271,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 13:21:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2272,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 13:21:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2273,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":128,\"title\":\"Equipo de Laboratorio\",\"extension_name\":\"Equipo de Laboratorio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=128\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:29:25','com_modules.module',46,128,'COM_ACTIONLOGS_DISABLED'),(2274,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":128,\"title\":\"Equipo de Laboratorio\",\"extension_name\":\"Equipo de Laboratorio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=128\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:29:35','com_modules.module',46,128,'COM_ACTIONLOGS_DISABLED'),(2275,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 13:29:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2276,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"17\",\"title\":\"Equipo de laboratorio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=17\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:29:54','com_content.article',46,17,'COM_ACTIONLOGS_DISABLED'),(2277,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 13:29:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2278,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"17\",\"title\":\"Equipo de laboratorio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=17\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:30:13','com_content.article',46,17,'COM_ACTIONLOGS_DISABLED'),(2279,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 13:30:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2280,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":128,\"title\":\"Equipo de Laboratorio\",\"extension_name\":\"Equipo de Laboratorio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=128\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:31:38','com_modules.module',46,128,'COM_ACTIONLOGS_DISABLED'),(2281,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 13:31:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2282,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":128,\"title\":\"Equipo de Laboratorio\",\"extension_name\":\"Equipo de Laboratorio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=128\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:33:43','com_modules.module',46,128,'COM_ACTIONLOGS_DISABLED'),(2283,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 13:33:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2284,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"servicios_CCA.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:34:56','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2285,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:37:37','com_content.article',46,18,'COM_ACTIONLOGS_DISABLED'),(2286,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 13:37:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2287,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:38:37','com_content.article',46,18,'COM_ACTIONLOGS_DISABLED'),(2288,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 13:38:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2289,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 13:46:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2290,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 13:47:12','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2291,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-29 14:03:42','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2292,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-29 14:05:25','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2293,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"BROCHURE CCA_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:06:50','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2294,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"BROCHURE CCA_page-0003.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:06:51','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2295,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"BROCHURE CCA_page-0002.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:06:52','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2296,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"BROCHURE CCA_page-0004.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:06:53','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2297,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"BROCHURE CCA_page-0005.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:07:05','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2298,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen de WhatsApp 2025-07-03 a las 14.27.14_48f231be.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\\/carrusel_CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:12:45','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2299,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen de WhatsApp 2025-07-03 a las 14.27.15_e4a02ff3.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\\/carrusel_CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:12:46','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2300,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen de WhatsApp 2025-07-03 a las 14.27.14_65657d29.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\\/carrusel_CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:12:47','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2301,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen de WhatsApp 2025-07-03 a las 14.27.15_5b6e6429.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\\/carrusel_CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:12:48','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2302,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen de WhatsApp 2025-07-03 a las 14.27.16_f1c45537.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\\/carrusel_CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:12:48','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2303,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen de WhatsApp 2025-07-03 a las 14.27.15_c01c0f47.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\\/carrusel_CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:12:48','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2304,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen de WhatsApp 2025-07-03 a las 14.27.14_846a4a80.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\\/carrusel_CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:12:48','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2305,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen de WhatsApp 2025-07-03 a las 14.27.15_46cabfd3.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\\/carrusel_CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:12:48','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2306,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen de WhatsApp 2025-07-03 a las 14.27.14_d3513683.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\\/carrusel_CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:12:48','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2307,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Imagen de WhatsApp 2025-07-03 a las 14.27.15_e8cc1be6.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/CCA\\/carrusel_CCA\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:12:48','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2308,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:21:01','com_content.article',46,18,'COM_ACTIONLOGS_DISABLED'),(2309,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:21:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2310,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:21:59','com_content.article',46,18,'COM_ACTIONLOGS_DISABLED'),(2311,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:21:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2312,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:22:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2313,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:23:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2314,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:23:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2315,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:25:33','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2316,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:26:09','com_content.article',46,18,'COM_ACTIONLOGS_DISABLED'),(2317,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:26:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2318,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:26:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2319,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:27:39','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2320,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:27:39','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2321,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:27:57','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2322,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:27:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2323,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:28:15','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2324,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:28:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2325,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:28:36','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2326,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:28:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2327,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:29:05','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2328,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:29:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2329,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:30:20','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2330,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:30:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2331,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:32:16','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2332,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:32:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2333,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:32:31','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2334,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:32:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2335,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:32:45','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2336,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:32:52','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2337,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":130,\"title\":\"Carrusel_servicios\",\"extension_name\":\"Carrusel_servicios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=130\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:34:45','com_modules.module',46,130,'COM_ACTIONLOGS_DISABLED'),(2338,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:37:40','com_content.article',46,18,'COM_ACTIONLOGS_DISABLED'),(2339,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:37:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2340,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:38:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2341,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:38:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2342,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:40:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2343,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:41:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2344,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":130,\"title\":\"Carrusel_servicios\",\"extension_name\":\"Carrusel_servicios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=130\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:42:01','com_modules.module',46,130,'COM_ACTIONLOGS_DISABLED'),(2345,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:42:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2346,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":130,\"title\":\"Carrusel_servicios\",\"extension_name\":\"Carrusel_servicios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=130\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:42:26','com_modules.module',46,130,'COM_ACTIONLOGS_DISABLED'),(2347,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:42:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2348,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:42:50','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2349,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:42:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2350,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:43:14','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2351,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:43:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2352,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:43:50','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2353,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:43:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2354,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:45:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2355,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:46:31','com_content.article',46,18,'COM_ACTIONLOGS_DISABLED'),(2356,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:46:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2357,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:46:45','com_content.article',46,18,'COM_ACTIONLOGS_DISABLED'),(2358,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:46:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2359,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:47:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2360,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:48:27','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2361,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:48:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2362,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:48:35','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2363,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:48:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2364,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":129,\"title\":\"Servicios_ICAOC\",\"extension_name\":\"Servicios_ICAOC\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=129\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:48:48','com_modules.module',46,129,'COM_ACTIONLOGS_DISABLED'),(2365,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 14:48:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2366,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:49:42','com_content.article',46,18,'COM_ACTIONLOGS_DISABLED'),(2367,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:49:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2368,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Servicios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 14:50:06','com_content.article',46,18,'COM_ACTIONLOGS_DISABLED'),(2369,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 14:50:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2370,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-08-29 21:25:31','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2371,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":130,\"title\":\"Carrusel_servicios\",\"extension_name\":\"Carrusel_servicios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=130\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 21:27:41','com_modules.module',46,130,'COM_ACTIONLOGS_DISABLED'),(2372,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 21:27:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2373,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":130,\"title\":\"Carrusel_servicios\",\"extension_name\":\"Carrusel_servicios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=130\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 21:28:07','com_modules.module',46,130,'COM_ACTIONLOGS_DISABLED'),(2374,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 21:28:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2375,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":130,\"title\":\"Carrusel_servicios\",\"extension_name\":\"Carrusel_servicios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=130\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 21:28:57','com_modules.module',46,130,'COM_ACTIONLOGS_DISABLED'),(2376,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 21:28:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2377,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 21:34:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2378,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 21:35:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2379,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"19\",\"title\":\"Informaci\\u00f3n de contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=19\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 21:50:06','com_content.article',46,19,'COM_ACTIONLOGS_DISABLED'),(2380,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 21:50:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2381,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"19\",\"title\":\"Informaci\\u00f3n de contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=19\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 21:52:40','com_content.article',46,19,'COM_ACTIONLOGS_DISABLED'),(2382,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 21:52:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2383,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 21:53:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2384,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 21:54:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2385,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 21:54:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2386,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 21:56:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2387,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 21:56:37','com_modules.module',46,125,'COM_ACTIONLOGS_DISABLED'),(2388,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 21:56:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2389,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":125,\"title\":\"JM Intro Articles\",\"extension_name\":\"JM Intro Articles\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=125\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 21:57:20','com_modules.module',46,125,'COM_ACTIONLOGS_DISABLED'),(2390,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 21:57:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2391,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 21:57:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2392,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Ol Testimonials\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 21:57:30','com_modules.module',46,113,'COM_ACTIONLOGS_DISABLED'),(2393,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 21:59:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2394,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"ICAOC al D\\u00eda\",\"extension_name\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 21:59:45','com_modules.module',46,119,'COM_ACTIONLOGS_DISABLED'),(2395,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 21:59:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2396,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:00:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2397,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:00:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2398,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:00:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2399,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 22:00:43','com_modules.module',46,119,'COM_ACTIONLOGS_DISABLED'),(2400,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 22:06:16','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(2401,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 22:06:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2402,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-08-29 22:12:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2403,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:13:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2404,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:13:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2405,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 22:15:08','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(2406,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:15:08','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2407,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 22:15:35','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(2408,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:15:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2409,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 22:16:07','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(2410,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:16:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2411,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 22:16:23','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(2412,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:16:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2413,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 22:16:56','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(2414,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:16:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2415,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 22:18:15','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(2416,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:18:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2417,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 22:18:39','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(2418,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:18:39','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2419,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 22:19:05','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(2420,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:19:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2421,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-08-29 22:19:18','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(2422,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-08-29 22:19:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2423,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-02 13:48:46','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2424,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 13:55:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2425,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 13:56:56','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(2426,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 13:56:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2427,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 13:57:49','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(2428,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 13:57:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2429,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 13:58:17','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(2430,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 13:58:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2431,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 13:58:40','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(2432,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 13:58:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2433,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 13:59:27','com_content.article',46,6,'COM_ACTIONLOGS_DISABLED'),(2434,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 13:59:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2435,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:07:11','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2436,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:07:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2437,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:07:58','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2438,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-02 14:08:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2439,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:10:34','com_contact.contact',46,1,'COM_ACTIONLOGS_DISABLED'),(2440,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__contact_details\"}','2025-09-02 14:10:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2441,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__contact_details\"}','2025-09-02 14:10:58','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2442,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__contact_details\"}','2025-09-02 14:11:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2443,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":1,\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:11:10','com_contact.contact',46,1,'COM_ACTIONLOGS_DISABLED'),(2444,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__contact_details\"}','2025-09-02 14:11:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2445,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":1,\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:11:29','com_contact.contact',46,1,'COM_ACTIONLOGS_DISABLED'),(2446,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__contact_details\"}','2025-09-02 14:11:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2447,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":1,\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:11:41','com_contact.contact',46,1,'COM_ACTIONLOGS_DISABLED'),(2448,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__contact_details\"}','2025-09-02 14:12:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2449,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":1,\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:12:23','com_contact.contact',46,1,'COM_ACTIONLOGS_DISABLED'),(2450,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__contact_details\"}','2025-09-02 14:12:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2451,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FIELD\",\"id\":\"2\",\"title\":\"servicios ICAOC\",\"itemlink\":\"index.php?option=com_fields&task=field.edit&id=2\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:13:40','com_fields.field',46,2,'COM_ACTIONLOGS_DISABLED'),(2452,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__fields\"}','2025-09-02 14:13:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2453,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__fields\"}','2025-09-02 14:14:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2454,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__categories\"}','2025-09-02 14:15:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2455,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__extensions\"}','2025-09-02 14:17:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2456,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:18:24','com_contact.contact',46,1,'COM_ACTIONLOGS_DISABLED'),(2457,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__contact_details\"}','2025-09-02 14:18:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2458,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:19:11','com_contact.contact',46,1,'COM_ACTIONLOGS_DISABLED'),(2459,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__contact_details\"}','2025-09-02 14:19:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2460,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:19:25','com_contact.contact',46,1,'COM_ACTIONLOGS_DISABLED'),(2461,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__contact_details\"}','2025-09-02 14:19:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2462,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Cotiza con nosotros\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:19:53','com_contact.contact',46,1,'COM_ACTIONLOGS_DISABLED'),(2463,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__contact_details\"}','2025-09-02 14:19:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2464,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__contact_details\"}','2025-09-02 14:19:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2465,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__fields\"}','2025-09-02 14:20:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2466,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:23:12','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2467,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:23:21','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2468,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":20,\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:23:21','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2469,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:23:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2470,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":20,\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:23:27','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2471,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:23:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2472,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":20,\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:23:30','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2473,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:23:47','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2474,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":20,\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:23:47','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2475,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:23:55','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2476,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:23:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2477,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:24:05','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2478,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:24:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2479,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:24:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2480,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":190,\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=190\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:27:56','com_menus.item',46,190,'COM_ACTIONLOGS_DISABLED'),(2481,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-09-02 14:27:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2482,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:33:07','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2483,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:33:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2484,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:41:12','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2485,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:41:12','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2486,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:43:07','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2487,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:43:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2488,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"whatsapp.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/icons\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:45:33','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2489,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:46:05','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2490,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:46:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2491,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:46:58','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2492,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:46:58','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2493,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:47:32','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2494,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:47:32','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2495,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:50:42','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2496,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:50:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2497,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:52:49','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2498,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:52:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2499,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 14:59:17','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2500,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 14:59:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2501,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:00:16','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2502,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:00:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2503,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:09:54','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2504,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:09:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2505,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:13:49','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2506,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:13:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2507,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:14:15','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2508,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:14:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2509,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:21:47','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2510,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:24:03','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2511,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:24:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2512,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":131,\"title\":\"Mapa\",\"extension_name\":\"Mapa\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=131\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:25:52','com_modules.module',46,131,'COM_ACTIONLOGS_DISABLED'),(2513,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":131,\"title\":\"Mapa\",\"extension_name\":\"Mapa\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=131\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:26:06','com_modules.module',46,131,'COM_ACTIONLOGS_DISABLED'),(2514,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-02 15:26:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2515,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-02 15:26:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2516,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:26:58','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2517,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:26:58','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2518,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:27:21','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2519,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:27:21','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2520,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:27:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2521,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-02 15:27:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2522,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":131,\"title\":\"Mapa\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=131\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:27:34','com_modules.module',46,131,'COM_ACTIONLOGS_DISABLED'),(2523,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-02 15:27:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2524,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":131,\"title\":\"Mapa\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=131\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:27:40','com_modules.module',46,131,'COM_ACTIONLOGS_DISABLED'),(2525,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"117\",\"title\":\"plg_editors_tinymce\",\"extension_name\":\"plg_editors_tinymce\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=117\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:29:20','com_plugins.plugin',46,117,'COM_ACTIONLOGS_DISABLED'),(2526,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__extensions\"}','2025-09-02 15:29:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2527,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:29:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2528,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"117\",\"title\":\"plg_editors_tinymce\",\"extension_name\":\"plg_editors_tinymce\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=117\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:30:22','com_plugins.plugin',46,117,'COM_ACTIONLOGS_DISABLED'),(2529,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__extensions\"}','2025-09-02 15:30:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2530,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"117\",\"title\":\"plg_editors_tinymce\",\"extension_name\":\"plg_editors_tinymce\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=117\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:30:26','com_plugins.plugin',46,117,'COM_ACTIONLOGS_DISABLED'),(2531,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__extensions\"}','2025-09-02 15:30:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2532,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:30:43','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2533,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:30:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2534,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__extensions\"}','2025-09-02 15:31:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2535,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:38:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2536,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:39:12','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2537,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:44:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2538,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__extensions\"}','2025-09-02 15:45:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2539,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:47:09','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2540,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:47:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2541,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:49:27','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2542,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:49:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2543,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:50:03','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2544,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:50:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2545,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"117\",\"title\":\"plg_editors_tinymce\",\"extension_name\":\"plg_editors_tinymce\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=117\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:50:33','com_plugins.plugin',46,117,'COM_ACTIONLOGS_DISABLED'),(2546,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__extensions\"}','2025-09-02 15:50:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2547,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"117\",\"title\":\"plg_editors_tinymce\",\"extension_name\":\"plg_editors_tinymce\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=117\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:50:48','com_plugins.plugin',46,117,'COM_ACTIONLOGS_DISABLED'),(2548,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__extensions\"}','2025-09-02 15:50:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2549,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__extensions\"}','2025-09-02 15:50:58','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2550,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":306,\"name\":\"com_phocamaps\",\"extension_name\":\"com_phocamaps\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:53:54','com_installer',46,306,'COM_ACTIONLOGS_DISABLED'),(2551,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UNINSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":306,\"name\":\"com_phocamaps\",\"extension_name\":\"com_phocamaps\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:57:15','com_installer',46,306,'COM_ACTIONLOGS_DISABLED'),(2552,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 15:58:47','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2553,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:58:47','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2554,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 15:59:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2555,'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\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 16:03:23','com_config.application',46,0,'COM_ACTIONLOGS_DISABLED'),(2556,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 16:03:43','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2557,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 16:03:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2558,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 16:04:00','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2559,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 16:04:00','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2560,'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\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 16:06:17','com_config.application',46,0,'COM_ACTIONLOGS_DISABLED'),(2561,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 16:06:41','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2562,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 16:06:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2563,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 16:06:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2564,'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\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 16:07:03','com_config.application',46,0,'COM_ACTIONLOGS_DISABLED'),(2565,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 16:07:31','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2566,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 16:07:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2567,'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\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 16:07:53','com_config.application',46,0,'COM_ACTIONLOGS_DISABLED'),(2568,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 16:21:35','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2569,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 16:21:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2570,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 16:23:31','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2571,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 16:23:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED');
INSERT INTO `jnx5e_action_logs` VALUES (2572,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 16:35:09','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2573,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 16:35:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2574,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 16:40:27','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2575,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 16:40:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2576,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-02 16:43:44','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2577,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-02 16:43:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2578,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-03 19:13:27','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2579,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-03 19:22:48','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2580,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-03 19:22:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2581,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-03 19:38:11','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2582,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-03 19:42:20','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2583,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-03 19:42:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2584,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-03 19:44:59','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2585,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-03 19:44:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2586,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-03 19:48:14','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2587,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-03 19:48:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2588,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-05 13:58:40','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2589,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 14:16:19','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2590,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:16:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2591,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 14:17:24','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2592,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:17:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2593,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"19\",\"title\":\"Informaci\\u00f3n de contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=19\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 14:17:38','com_content.article',46,19,'COM_ACTIONLOGS_DISABLED'),(2594,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:17:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2595,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:18:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2596,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:25:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2597,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 14:37:37','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2598,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:37:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2599,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 14:38:53','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2600,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:38:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2601,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 14:42:40','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2602,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:42:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2603,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 14:44:25','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2604,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:44:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2605,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 14:46:30','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2606,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:46:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2607,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 14:48:36','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2608,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:48:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2609,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 14:52:59','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2610,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:52:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2611,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 14:54:38','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2612,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:54:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2613,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 14:55:59','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2614,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:55:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2615,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 14:57:48','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2616,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 14:57:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2617,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:00:03','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2618,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:00:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2619,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:02:19','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2620,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:02:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2621,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:04:48','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2622,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:04:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2623,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:06:06','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2624,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:06:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2625,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:08:21','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2626,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:08:21','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2627,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:10:38','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2628,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:10:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2629,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:11:11','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2630,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:11:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2631,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:26:03','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2632,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:26:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2633,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:29:05','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2634,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:29:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2635,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:31:07','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2636,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:31:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2637,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:34:09','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2638,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:34:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2639,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:34:17','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2640,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:34:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2641,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:37:35','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2642,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:37:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2643,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:38:26','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2644,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:38:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2645,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:41:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2646,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:43:14','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2647,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:43:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2648,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:44:20','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2649,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:44:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2650,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:47:29','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2651,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:47:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2652,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:48:20','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2653,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:48:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2654,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:48:57','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2655,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:48:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2656,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:49:34','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2657,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:49:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2658,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:50:00','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2659,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:50:00','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2660,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:50:22','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2661,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:50:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2662,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:50:55','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2663,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:50:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2664,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:50:57','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2665,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:50:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2666,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 15:59:42','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2667,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 15:59:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2668,'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\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 16:00:01','com_config.application',46,0,'COM_ACTIONLOGS_DISABLED'),(2669,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 16:00:24','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2670,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 16:00:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2671,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"20\",\"title\":\"Solicitud de cotizaciones\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 16:00:47','com_content.article',46,20,'COM_ACTIONLOGS_DISABLED'),(2672,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 16:00:47','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2673,'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\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 16:01:05','com_config.application',46,0,'COM_ACTIONLOGS_DISABLED'),(2674,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 16:14:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2675,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 16:16:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2676,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-09-05 16:17:04','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2677,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"14\",\"title\":\"Videos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=14\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 16:19:01','com_content.article',46,14,'COM_ACTIONLOGS_DISABLED'),(2678,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 16:19:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2679,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"14\",\"title\":\"Videos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=14\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-05 16:19:10','com_content.article',46,14,'COM_ACTIONLOGS_DISABLED'),(2680,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 16:19:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2681,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 16:19:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2682,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-05 16:20:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2683,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-05 16:22:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2684,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-05 16:24:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2685,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-09-05 16:25:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-05 18:48:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2687,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-05 18:48:45','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(2688,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-09-05 18:56:54','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(2689,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"table\":\"#__content\"}','2025-09-05 18:57:25','com_checkin',44,44,'COM_ACTIONLOGS_DISABLED'),(2690,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-11 13:20:09','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2691,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"group\":\"_media_version\"}','2025-09-11 13:31:52','com_cache',46,46,'COM_ACTIONLOGS_DISABLED'),(2692,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"group\":\"com_dpcalendar_version\"}','2025-09-11 13:31:52','com_cache',46,46,'COM_ACTIONLOGS_DISABLED'),(2693,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"group\":\"regularlabs\"}','2025-09-11 13:31:52','com_cache',46,46,'COM_ACTIONLOGS_DISABLED'),(2694,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"group\":\"schemaorg\"}','2025-09-11 13:31:52','com_cache',46,46,'COM_ACTIONLOGS_DISABLED'),(2695,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"group\":\"sppagebuilder\"}','2025-09-11 13:31:52','com_cache',46,46,'COM_ACTIONLOGS_DISABLED'),(2696,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-11 13:43:05','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(2697,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-11 13:43:48','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2698,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"group\":\"all\"}','2025-09-11 13:51:34','com_cache',46,46,'COM_ACTIONLOGS_DISABLED'),(2699,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-11 16:08:12','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2700,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-16 13:16:44','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-16 13:46:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(2702,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-16 13:47:00','com_users',44,0,'COM_ACTIONLOGS_DISABLED'),(2703,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"group\":\"all\"}','2025-09-16 13:48:58','com_cache',44,44,'COM_ACTIONLOGS_DISABLED'),(2704,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":44,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"group\":\"all\"}','2025-09-16 13:49:04','com_cache',44,44,'COM_ACTIONLOGS_DISABLED'),(2705,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-16 13:59:42','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2706,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 14:10:00','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2707,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 14:10:00','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2708,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 14:12:42','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2709,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 14:12:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2710,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 14:27:42','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(2711,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 14:27:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2712,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:17:06','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(2713,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:17:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2714,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:17:27','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(2715,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:17:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2716,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:27:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2717,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Administradorv9n2a2_Recursosuelo.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:33:34','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2718,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:34:00','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2719,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Administradorv9n2a2_Recursosuelo.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:34:24','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2720,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"IJROWA-2025-8144.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:37:41','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2721,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:40:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2722,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:40:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2723,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:41:03','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2724,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:41:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2725,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:41:59','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2726,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:41:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2727,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:45:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2728,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:46:21','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2729,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:46:21','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2730,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:46:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2731,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:47:33','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2732,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:47:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2733,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:48:10','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2734,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:48:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2735,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:50:24','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2736,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:50:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2737,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Suelo.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:50:47','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2738,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:51:16','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2739,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:51:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2740,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:51:34','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2741,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:51:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2742,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:51:52','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2743,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:51:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2744,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:52:26','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2745,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:52:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2746,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:59:20','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2747,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 15:59:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2748,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 15:59:39','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2749,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Administradorv9n2a2_Recursosuelo-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:04:55','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2750,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:05:29','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2751,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:05:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2752,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:06:43','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2753,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:06:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2754,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:08:00','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2755,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:08:00','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2756,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:08:17','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2757,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:08:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2758,'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\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:08:27','com_config.application',46,0,'COM_ACTIONLOGS_DISABLED'),(2759,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:08:38','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2760,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:08:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2761,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:08:51','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2762,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:08:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2763,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:09:34','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2764,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:09:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2765,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:11:51','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2766,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:11:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2767,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:13:07','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2768,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:13:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2769,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:22:58','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2770,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:22:58','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2771,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"IJROWA-2025-8144-2_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:23:10','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2772,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:24:25','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2773,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:24:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2774,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:25:16','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2775,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:25:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2776,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:25:45','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2777,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:25:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2778,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:26:10','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2779,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:26:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2780,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:27:19','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2781,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:27:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2782,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-16 16:32:37','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2783,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-16 16:32:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2784,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-17 13:58:41','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2785,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-17 14:01:29','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2786,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:03:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2787,'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\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:03:52','com_config.application',46,0,'COM_ACTIONLOGS_DISABLED'),(2788,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:06:12','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2789,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:06:12','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2790,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:08:21','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2791,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:08:21','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2792,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:09:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2793,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:10:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2794,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:12:17','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2795,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:12:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2796,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:13:12','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2797,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:13:12','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2798,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:13:38','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2799,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:13:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2800,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:14:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2801,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:15:09','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2802,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:15:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2803,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:15:50','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2804,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:15:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2805,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:16:00','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2806,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:16:03','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2807,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:19:13','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2808,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:19:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2809,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:21:43','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2810,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:21:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2811,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:29:22','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2812,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:29:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2813,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"inorganics-13-00218-1 1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:29:43','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2814,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"land-14-01073-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:29:43','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2815,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:34:00','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2816,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:34:00','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2817,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:34:21','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2818,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:34:21','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2819,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"v27n2e-30214581-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:37:29','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2820,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:37:42','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2821,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:37:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2822,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Quimica9_2025_-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:41:51','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2823,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:42:46','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2824,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:42:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2825,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"sci-07-00031-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:44:49','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2826,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-17 14:45:10','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2827,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-17 14:45:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-18 00:57:11','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(2829,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-18 00:57:44','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2830,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-18 13:05:20','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2831,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 13:14:23','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2832,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 13:14:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2833,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 13:16:55','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2834,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 13:16:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2835,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 13:17:59','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2836,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 13:17:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2837,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Viviendadeinters_met_3-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 13:26:33','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2838,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 13:27:26','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2839,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Viviendadeinters_met_3-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 13:27:35','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2840,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 13:28:02','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2841,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 13:28:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2842,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"16RIAA8243-Pub-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 13:33:04','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2843,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 13:33:23','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2844,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 13:33:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2845,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Art02-2861-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 13:35:50','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2846,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 13:37:38','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2847,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 13:37:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2848,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2024_Trujillo-Gonzlez_Assessment of Vanadium Content in Soils Under Equatorial Climate-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 13:54:46','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2849,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 13:55:13','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2850,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 13:55:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2851,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"water-16-03411-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:03:11','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2852,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:03:52','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2853,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 14:03:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2854,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1087-Article Text-13108-11694-10-20240716-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:08:56','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2855,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:09:56','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2856,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 14:09:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2857,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"water-16-01903-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:13:55','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2858,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:14:08','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2859,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"water-16-01903-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:14:19','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2860,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:14:43','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2861,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 14:14:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2862,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Decontaminationofwastewater_Met-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:17:22','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2863,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:18:08','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2864,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 14:18:08','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2865,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:19:14','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2866,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 14:19:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2867,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2447-Texto del artculo-13993-2-10-20240417-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:22:45','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2868,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:23:02','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2869,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 14:23:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2870,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:31:59','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2871,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:32:22','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2872,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 14:32:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2873,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Lunazul58_7 - 1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:56:40','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2874,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 14:57:07','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2875,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 14:57:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2876,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:15:08','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2877,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 15:15:08','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2878,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:24:04','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2879,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 15:24:04','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2880,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:26:07','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2881,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 15:26:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2882,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:26:42','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2883,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 15:26:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2884,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:27:38','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2885,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 15:27:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2886,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"v26n2e-21314019-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:30:10','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2887,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:31:00','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2888,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 15:31:00','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2889,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"IJROWA_Volume-13_Issue-1_04_Pages-1-9-1-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:35:11','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2890,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:36:17','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2891,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 15:36:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2892,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:36:56','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2893,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 15:36:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2894,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"52916-Article Text please provide a single file with figures and tables integrated-263611-2-10-20240305-1_page-0001 1.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:41:57','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2895,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:42:21','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2896,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 15:42:21','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2897,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"CF-20126-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:45:27','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2898,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:45:48','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2899,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 15:45:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2900,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"lyasmin19Art05-2901-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:50:18','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2901,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 15:51:01','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2902,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 15:51:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2903,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"land-12-01888-v2-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:03:49','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2904,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:04:15','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2905,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 16:04:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2906,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"0120-548X-abc-28-02-251-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:07:55','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2907,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:11:46','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2908,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 16:11:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2909,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2667-MPU-VF-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:15:41','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2910,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:16:02','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2911,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 16:16:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2912,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"BC-1108dt-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:20:02','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2913,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:20:20','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2914,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 16:20:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2915,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2633-MPU-VF-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:29:17','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2916,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:29:31','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2917,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 16:29:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2918,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"water-15-00667-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:33:33','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2919,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:33:48','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2920,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 16:33:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2921,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"9-5531_RIAA-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:37:43','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2922,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:37:55','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2923,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 16:37:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2924,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"fenvs-10-1107465-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:39:36','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2925,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:40:06','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2926,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 16:40:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2927,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"fenvs-10-675195-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:43:32','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2928,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-18 16:43:48','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2929,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-18 16:43:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2930,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-19 13:08:02','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2931,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-19 13:27:34','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2932,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-19 13:27:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2933,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-19 13:31:34','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2934,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-19 13:31:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2935,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-19 13:33:08','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2936,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-19 13:33:08','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2937,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-19 13:40:07','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2938,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-19 13:40:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2939,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-19 13:57:02','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2940,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-19 13:57:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2941,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-19 14:09:59','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2942,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-19 14:09:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2943,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-19 15:54:13','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2944,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-19 15:54:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2945,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-19 16:10:31','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2946,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-19 16:10:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2947,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-19 16:26:07','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2948,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-19 16:26:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2949,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-19 16:36:37','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2950,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-19 16:36:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2951,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-19 16:43:42','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2952,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-19 16:43:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2953,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-22 19:03:47','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(2954,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 19:20:15','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2955,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 19:20:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2956,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 19:29:19','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2957,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 19:29:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2958,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 19:31:07','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2959,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 19:31:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2960,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 19:31:30','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2961,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 19:31:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2962,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"ManuelTrujillo-Gonzalez2022_Article_BaselineValuesAndEnvironmental-2_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:35:08','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2963,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:36:41','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2964,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 20:36:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2965,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"agriculture-12-00401-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:41:41','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2966,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:42:15','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2967,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 20:42:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2968,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"12xx-Identificacion-de-los-sistemas-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:43:42','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2969,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"e20610947 - 1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:46:14','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2970,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:46:32','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2971,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 20:46:32','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2972,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"IJROWA_Volume-11_Issue-1_Pages-143-151-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:47:42','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2973,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:47:55','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2974,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 20:47:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2975,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"9-5531_RIAA 1-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:50:46','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2976,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:51:09','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2977,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 20:51:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2978,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"104253_LowCarbonAgriculturalSectorGA2522022-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:52:16','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2979,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"airtone20216107158175-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:53:16','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2980,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1698-Textodelartculo-4725-3-10-202101072-2_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:53:58','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2981,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 20:54:15','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2982,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 20:54:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2983,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"revista131025Firstrecordofthelarvae-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:00:41','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2984,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"vargas-pineda-et-al-2020-supply-demand-of-water-resource-of-a-basin-with-high-anthropic-pressure-case-study-quenane-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:01:48','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2985,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Unad-ojs4usoderecursos-1 1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:02:33','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2986,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:02:47','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2987,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 21:02:47','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2988,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"0123-3033-inco-22-01-8429-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:05:10','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2989,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"575-Texto del artculo-4249-1-10-20200210-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:06:12','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2990,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Administradordistribucionespacial-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:07:46','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2991,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"cfnbBoletin221_8-comp-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:09:13','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2992,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:09:50','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2993,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 21:09:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2994,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"cfnbLunazul46_3-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:10:09','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2995,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"RCdEDic2017_271-276-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:12:24','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2996,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:12:44','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(2997,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 21:12:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(2998,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"lcaballeroArt2Acta223-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:17:37','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(2999,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"cfnbLunazul45_5-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:18:31','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3000,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"434-Texto del artculo-3956-1-10-20190129-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:19:06','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3001,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"394-Texto del artculo-3871-1-10-20171121-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:19:55','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3002,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"AdministradorArt15-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:20:49','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3003,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"agriculture-07-00052-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:21:50','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3004,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"cfnbLunazul44_11-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:22:37','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3005,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1909-0455-pml-12-01-00115-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:23:55','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3006,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"346-Texto del artculo-3683-1-10-20170420-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:24:46','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3007,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"cangulomuozGestor_adelarevista12Laproblematica-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:25:37','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3008,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"yfigueroacv38n1a10-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:26:18','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3009,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"v19n2a11-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:27:09','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3010,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"337-Texto del artculo-3531-1-10-20161011-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:27:49','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3011,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"n41a16-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:28:28','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3012,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"v19n1a10-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:29:19','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3013,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"v19n1a11-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:30:03','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3014,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:30:59','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(3015,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 21:30:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3016,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"309-Texto del artculo-3310-1-10-20150830-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:33:02','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3017,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"n39a03-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:33:39','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3018,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"v18n1a06-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:34:24','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3019,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"321728584006-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:35:15','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3020,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"n36a03-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:35:51','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3021,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"en_v16n2a01_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:36:28','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3022,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"43-Texto del artculo-186-1-10-20141001-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:37:02','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3023,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"37-Texto del artculo-157-1-10-20140930-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:37:45','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3024,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"v14s1a13-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:38:43','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3025,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"90-Texto del artculo-400-1-10-20141004-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:39:28','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3026,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"210-Texto del artculo-974-1-10-20141016-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:39:53','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3027,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-22 21:40:15','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(3028,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-22 21:40:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-23 19:07:32','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3030,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-23 19:07:49','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3031,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Mapping_Potential_Toxic_Elements_in_Agricultural_a-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:13:45','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3032,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"GHGSTGreenhouseGasBalanceColombia-2_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:15:37','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3033,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Trujillo-Gonzlez2022_Article_SpatialVariabilityOfThePhysico-2_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:17:23','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3034,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:17:54','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(3035,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 19:17:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3036,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"camelobaetidiusmetae 1-2_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:21:22','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3037,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:24:03','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3038,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:24:44','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(3039,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 19:24:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3040,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:24:51','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(3041,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 19:24:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3042,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Captura de pantalla_23-9-2025_142712_www.researchgate.net.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:27:21','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3043,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:28:02','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(3044,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 19:28:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3045,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:28:50','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(3046,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 19:28:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3047,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Tasciotti2015bis-2_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:31:26','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3048,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Manuscript-2_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:34:22','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3049,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:35:02','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(3050,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 19:35:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3051,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"01476513.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:41:09','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3052,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"10.1007s10653-020-00548-9-1_page-0001.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:43:32','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3053,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:43:43','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(3054,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 19:43:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3055,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"OIP.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Articulos_in\\/Imagenes\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:47:31','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3056,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:48:10','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(3057,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 19:48:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3058,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:58:46','com_content.article',46,23,'COM_ACTIONLOGS_DISABLED'),(3059,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 19:58:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3060,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2025-09-23 19:59:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3061,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":193,\"title\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=193\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 19:59:03','com_menus.item',46,193,'COM_ACTIONLOGS_DISABLED'),(3062,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_agenda.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:08:27','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3063,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_ponencia.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:08:29','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3064,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:13:55','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3065,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:13:57','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3066,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_agenda.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:14:02','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3067,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_ponencia.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:14:05','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3068,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:14:15','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3069,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:14:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3070,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:14:32','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3071,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 20:14:32','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3072,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:14:52','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3073,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:14:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3074,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:15:09','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3075,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:15:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3076,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos\",\"extension_name\":\"eventos\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:15:54','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3077,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:15:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3078,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:16:07','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3079,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 20:16:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3080,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-07-07 at 10.36.54 AM 4.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:17:28','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3081,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1ra-JCA_.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/1ra\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:19:37','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3082,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1ra-JCA_ponencia1.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/1ra\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:19:41','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3083,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1ra-JCA_Poster.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/1ra\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:19:44','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3084,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:19:51','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3085,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:19:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3086,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:19:53','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3087,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:19:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3088,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":132,\"title\":\"eventos 1ra\",\"extension_name\":\"eventos 1ra\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=132\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:20:37','com_modules.module',46,132,'COM_ACTIONLOGS_DISABLED'),(3089,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:21:26','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3090,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 20:21:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3091,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:21:26','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3092,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 20:21:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3093,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_sesin poster4.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:25:07','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3094,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_poster 3.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:25:12','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3095,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_poster 1.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:25:17','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3096,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_ponentes.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:25:21','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3097,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_mesa inscripcin.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:25:24','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3098,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_Registro e inscripcin.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:25:27','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3099,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":132,\"title\":\"eventos 1ra\",\"extension_name\":\"eventos 1ra\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=132\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:25:46','com_modules.module',46,132,'COM_ACTIONLOGS_DISABLED'),(3100,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:25:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3101,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":132,\"title\":\"eventos 1ra\",\"extension_name\":\"eventos 1ra\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=132\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:26:02','com_modules.module',46,132,'COM_ACTIONLOGS_DISABLED'),(3102,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:26:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3103,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":132,\"title\":\"eventos 1ra\",\"extension_name\":\"eventos 1ra\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=132\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:26:33','com_modules.module',46,132,'COM_ACTIONLOGS_DISABLED'),(3104,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:26:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3105,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":132,\"title\":\"eventos 1ra\",\"extension_name\":\"eventos 1ra\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=132\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:26:43','com_modules.module',46,132,'COM_ACTIONLOGS_DISABLED'),(3106,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:26:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3107,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":132,\"title\":\"eventos 1ra\",\"extension_name\":\"eventos 1ra\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=132\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:27:02','com_modules.module',46,132,'COM_ACTIONLOGS_DISABLED'),(3108,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:27:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3109,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":132,\"title\":\"eventos 1ra\",\"extension_name\":\"eventos 1ra\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=132\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:27:31','com_modules.module',46,132,'COM_ACTIONLOGS_DISABLED'),(3110,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:27:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3111,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":132,\"title\":\"eventos 1ra\",\"extension_name\":\"eventos 1ra\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=132\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:27:56','com_modules.module',46,132,'COM_ACTIONLOGS_DISABLED'),(3112,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:27:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3113,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":132,\"title\":\"eventos 1ra\",\"extension_name\":\"eventos 1ra\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=132\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:28:07','com_modules.module',46,132,'COM_ACTIONLOGS_DISABLED'),(3114,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:28:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3115,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":132,\"title\":\"eventos 1ra\",\"extension_name\":\"eventos 1ra\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=132\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:28:19','com_modules.module',46,132,'COM_ACTIONLOGS_DISABLED'),(3116,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:28:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3117,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":132,\"title\":\"eventos 1ra\",\"extension_name\":\"eventos 1ra\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=132\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:28:32','com_modules.module',46,132,'COM_ACTIONLOGS_DISABLED'),(3118,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:28:32','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3119,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":132,\"title\":\"eventos 1ra\",\"extension_name\":\"eventos 1ra\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=132\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:28:44','com_modules.module',46,132,'COM_ACTIONLOGS_DISABLED'),(3120,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:28:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3121,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":133,\"title\":\"eventos2da\",\"extension_name\":\"eventos2da\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=133\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:29:11','com_modules.module',46,133,'COM_ACTIONLOGS_DISABLED'),(3122,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":133,\"title\":\"eventos2da\",\"extension_name\":\"eventos2da\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=133\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:29:18','com_modules.module',46,133,'COM_ACTIONLOGS_DISABLED'),(3123,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:29:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3124,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:29:48','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3125,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 20:29:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3126,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:30:09','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3127,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 20:30:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3128,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":133,\"title\":\"eventos2da\",\"extension_name\":\"eventos2da\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=133\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:30:32','com_modules.module',46,133,'COM_ACTIONLOGS_DISABLED'),(3129,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:30:32','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3130,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:31:30','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3131,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:31:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3132,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:31:41','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3133,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:31:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3134,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:31:44','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3135,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:31:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3136,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:32:02','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3137,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:32:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3138,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:32:13','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3139,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:32:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3140,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:32:24','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3141,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:32:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3142,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:32:33','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3143,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:32:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3144,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:32:44','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3145,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:32:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3146,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:32:55','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3147,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:32:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3148,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:33:10','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3149,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:33:10','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3150,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:33:22','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3151,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:33:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3152,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:34:27','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3153,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 20:34:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3154,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:34:42','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3155,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 20:34:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3156,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_auditorio2.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:38:10','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3157,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_agenda_pr.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:38:14','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3158,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_inscripciones.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:38:19','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3159,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_auditorio.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:38:22','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3160,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_sesin poster.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:39:47','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3161,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_presentacin1.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:39:50','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3162,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1ra-JCA_inscripciones.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/1ra\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:40:42','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3163,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1ra-JCA_auditorio.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/1ra\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:40:45','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3164,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":123,\"title\":\"eventos4ta\",\"extension_name\":\"eventos4ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=123\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:41:56','com_modules.module',46,123,'COM_ACTIONLOGS_DISABLED'),(3165,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-09-23 20:41:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3166,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-23 20:42:01','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3167,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-23 20:42:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3168,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-30 14:16:14','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3169,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:06:48','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3170,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:06:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3171,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:18:24','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3172,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:18:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3173,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:20:09','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3174,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:20:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3175,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:24:40','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3176,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:24:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3177,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:24:53','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3178,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:24:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3179,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:25:35','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3180,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:25:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3181,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:26:24','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3182,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:26:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3183,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:26:28','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3184,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:26:28','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3185,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:26:56','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3186,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:26:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3187,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:27:14','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3188,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:27:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3189,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:28:08','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3190,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:28:08','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3191,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:29:48','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3192,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:29:48','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3193,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:32:40','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3194,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:32:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3195,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:35:37','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3196,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:35:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3197,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:36:25','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3198,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:36:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3199,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:40:37','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3200,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:40:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3201,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:41:40','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3202,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:41:40','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3203,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:43:07','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3204,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:43:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3205,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:44:57','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3206,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:44:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3207,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:45:17','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3208,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:45:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3209,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:53:15','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3210,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:53:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3211,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:54:14','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3212,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:54:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3213,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:55:17','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3214,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:55:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3215,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:55:55','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3216,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:55:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3217,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:57:03','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3218,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:57:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3219,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:57:34','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3220,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:57:34','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3221,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:58:26','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3222,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:58:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3223,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:59:23','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3224,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:59:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3225,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 15:59:59','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3226,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 15:59:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3227,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:00:38','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3228,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:00:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3229,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:01:14','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3230,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:01:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3231,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:02:24','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3232,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:02:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3233,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:04:29','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3234,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:04:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3235,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:05:14','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3236,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:05:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3237,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:06:02','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3238,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:06:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3239,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:06:54','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3240,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:06:54','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3241,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:07:23','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3242,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:07:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3243,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:07:57','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3244,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:07:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3245,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:08:25','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3246,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:08:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3247,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:09:24','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3248,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:09:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3249,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:09:44','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3250,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:09:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3251,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:12:25','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3252,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:12:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3253,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:15:11','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3254,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:15:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3255,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:16:27','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3256,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:16:27','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3257,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:20:19','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3258,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:20:19','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3259,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:21:16','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3260,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:21:16','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3261,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:21:47','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3262,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:21:47','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3263,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:22:06','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3264,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:22:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3265,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:22:36','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(3266,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:22:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3267,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:23:04','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3268,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:23:04','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3269,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:23:05','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3270,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:23:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3271,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:23:53','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3272,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:23:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3273,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:25:23','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3274,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:25:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3275,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:26:13','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3276,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:26:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3277,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:27:15','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3278,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:27:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3279,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:27:37','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3280,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:27:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3281,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:28:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3282,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:29:07','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3283,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:29:07','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3284,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:29:26','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3285,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:29:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3286,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:29:44','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3287,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:29:44','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3288,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:30:14','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3289,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:30:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3290,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:30:35','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3291,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:30:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3292,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:31:35','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3293,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:31:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3294,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:31:55','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3295,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:31:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3296,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:33:02','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3297,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:33:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3298,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-09-30 16:33:11','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3299,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-09-30 16:33:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3300,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-02 19:06:44','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3301,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"13\",\"title\":\"Cartillas divulgativas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-10-02 19:32:15','com_content.article',46,13,'COM_ACTIONLOGS_DISABLED'),(3302,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-10-02 19:32:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3303,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Nuestra historia.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-10-02 19:38:09','com_content.article',46,4,'COM_ACTIONLOGS_DISABLED'),(3304,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-10-02 19:38:09','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3305,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Nuestra historia.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-10-02 19:38:17','com_content.article',46,4,'COM_ACTIONLOGS_DISABLED'),(3306,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-10-02 19:38:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3307,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-02 20:39:15','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3308,'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\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-10-02 20:39:23','com_config.application',46,0,'COM_ACTIONLOGS_DISABLED'),(3309,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Nuestra historia.\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-10-02 20:39:49','com_content.article',46,4,'COM_ACTIONLOGS_DISABLED'),(3310,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-10-02 20:39:49','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3311,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-14 13:12:03','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3312,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-10-23 13:26:05','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3313,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-10-23 13:27:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3314,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-10-23 13:27:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3315,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":30,\"title\":\"ICAOC al D\\u00eda\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=30\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-10-23 13:27:30','com_content.article',46,30,'COM_ACTIONLOGS_DISABLED'),(3316,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-13 14:25:28','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3317,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 14:28:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3318,'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\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 14:29:10','com_config.application',46,0,'COM_ACTIONLOGS_DISABLED'),(3319,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 15:32:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3320,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 15:35:46','com_content.article',46,3,'COM_ACTIONLOGS_DISABLED'),(3321,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 15:35:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3322,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 15:41:53','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3323,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-13 15:46:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3324,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-13 15:58:47','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3325,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:01:46','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(3326,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-13 16:01:46','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3327,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-13 16:07:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3328,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:15:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3329,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:15:26','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3330,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:15:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3331,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:15:45','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3332,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:15:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3333,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"gigas_logo.png\",\"itemlink\":\"index.php?option=com_media\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:16:08','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3334,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:19:14','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3335,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:19:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3336,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:19:31','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3337,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:19:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3338,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:21:23','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3339,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:21:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3340,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:22:50','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3341,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:22:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3342,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:27:22','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3343,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:27:22','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3344,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:31:39','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3345,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:31:39','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3346,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:32:04','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3347,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:32:04','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3348,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:35:25','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3349,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:35:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3350,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:36:35','com_content.article',46,10,'COM_ACTIONLOGS_DISABLED'),(3351,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:36:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3352,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:37:38','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(3353,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:37:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3354,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:39:26','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(3355,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:39:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3356,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-13 16:40:18','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(3357,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-13 16:40:18','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3358,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-18 15:19:41','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3359,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-18 16:39:57','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3360,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-27 01:58:10','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3361,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:01:37','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(3362,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 02:01:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3363,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:02:14','com_content.article',46,11,'COM_ACTIONLOGS_DISABLED'),(3364,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 02:02:14','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3365,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"12\",\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:05:26','com_content.article',46,12,'COM_ACTIONLOGS_DISABLED'),(3366,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 02:05:26','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3367,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_cd3wm5cd3wm5cd3w.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:11:16','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3368,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:12:49','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3369,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_r1xumir1xumir1xu.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:12:51','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3370,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:13:11','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(3371,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 02:13:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3372,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_r1xumir1xumir1xu.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:14:30','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3373,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_r1xumir1xumir1xu.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:14:46','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3374,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_r1xumir1xumir1xu.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:14:47','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3375,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_r1xumir1xumir1xu.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:14:48','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3376,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_r1xumir1xumir1xu.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:14:48','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3377,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_r1xumir1xumir1xu.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:14:49','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3378,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_r1xumir1xumir1xu.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:14:49','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3379,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_r1xumir1xumir1xu.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:14:59','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3380,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:15:06','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3381,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_r1xumir1xumir1xu.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:15:32','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3382,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:16:52','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3383,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_ekolyekolyekolye.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:16:55','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3384,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:17:31','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3385,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_r1xumir1xumir1xu.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:23:02','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3386,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_kcxy1jkcxy1jkcxy.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:23:02','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3387,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_rcl1g8rcl1g8rcl1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:23:02','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3388,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_iuw6o5iuw6o5iuw6.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:23:02','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3389,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:23:24','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(3390,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 02:23:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3391,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:23:52','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(3392,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 02:23:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3393,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:24:13','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(3394,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 02:24:13','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3395,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_r1xumir1xumir1xu.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\\/\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:25:09','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3396,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:25:29','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(3397,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 02:25:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3398,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:25:50','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(3399,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 02:25:50','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3400,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:27:03','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(3401,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 02:27:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3402,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:27:38','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(3403,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 02:27:38','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3404,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_aoqj09aoqj09aoqj.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:18','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3405,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_cy55wfcy55wfcy55-copy-0.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:19','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3406,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_hp5w8nhp5w8nhp5w.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:19','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3407,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_5kqotr5kqotr5kqo.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:19','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3408,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_9wg30w9wg30w9wg3.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:19','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3409,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_cy55wfcy55wfcy55.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:19','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3410,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_w8vjxgw8vjxgw8vj.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:20','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3411,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_yhix1zyhix1zyhix.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:20','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3412,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_mxf813mxf813mxf8.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:20','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3413,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_r1xumir1xumir1xu.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:22','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3414,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_kcxy1jkcxy1jkcxy.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:24','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3415,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_iuw6o5iuw6o5iuw6.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:25','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3416,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_rcl1g8rcl1g8rcl1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:25','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3417,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:32:32','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3418,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:34:42','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(3419,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 02:34:42','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3420,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_g6l47wg6l47wg6l4 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:35:34','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3421,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:35:52','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(3422,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 02:35:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3423,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Gemini_Generated_Image_du3uqodu3uqodu3u 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/equipo\\/Equipo_nuevo\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:37:14','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3424,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Player Squad JT\",\"extension_name\":\"Player Squad JT\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:37:23','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(3425,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 02:37:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3426,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Equipo de Trabajo\",\"extension_name\":\"Equipo de Trabajo\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:41:51','com_modules.module',46,118,'COM_ACTIONLOGS_DISABLED'),(3427,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 02:41:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3428,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 02:43:39','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3429,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:57:56','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(3430,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 02:57:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3431,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"21\",\"title\":\"Consultor\\u00edas Ambientales \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 02:58:15','com_content.article',46,21,'COM_ACTIONLOGS_DISABLED'),(3432,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 02:58:15','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3433,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:00:04','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3434,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:00:04','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3435,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:03:43','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3436,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"VJCA2025.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:08:22','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3437,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:10:23','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3438,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:11:56','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3439,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:11:56','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3440,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:12:11','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3441,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:12:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3442,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:12:33','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3443,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:12:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3444,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:14:20','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3445,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":128,\"title\":\"Equipo de Laboratorio\",\"extension_name\":\"Equipo de Laboratorio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=128\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:14:55','com_modules.module',46,128,'COM_ACTIONLOGS_DISABLED'),(3446,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:14:55','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3447,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:15:03','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3448,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:16:01','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3449,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:16:37','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3450,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":134,\"title\":\"eventos5ta\",\"extension_name\":\"eventos5ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=134\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:17:19','com_modules.module',46,134,'COM_ACTIONLOGS_DISABLED'),(3451,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:17:35','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3452,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:18:05','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3453,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:18:05','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3454,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-11-19 at 9.50.25 AM.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/5ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:22:28','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3455,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-10-22 at 3.37.08 PM.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/5ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:22:28','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3456,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-11-19 at 9.50.07 AM 1.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/5ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:22:28','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3457,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-10-22 at 3.37.07 PM 6.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/5ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:22:29','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3458,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-11-19 at 9.50.24 AM.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/5ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:22:29','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3459,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-11-19 at 9.50.26 AM.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/5ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:22:29','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3460,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-11-19 at 9.50.28 AM.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/5ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:22:29','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3461,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"DSC04200.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/5ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:23:10','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3462,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"DSC04200.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/5ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:23:35','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3463,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"DSC04200.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/5ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:24:04','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3464,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:24:24','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3465,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":134,\"title\":\"eventos5ta\",\"extension_name\":\"eventos5ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=134\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:24:41','com_modules.module',46,134,'COM_ACTIONLOGS_DISABLED'),(3466,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:24:41','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3467,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:25:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3468,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:26:23','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3469,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:26:33','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3470,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:26:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3471,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:28:33','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3472,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:28:33','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3473,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:29:29','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3474,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:29:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3475,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1ra-JCA_ponencia1.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/1ra\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:30:59','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3476,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1ra-JCA_auditorio.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/1ra\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:30:59','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3477,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1ra-JCA_Poster.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/1ra\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:31:00','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3478,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1ra-JCA_.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/1ra\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:31:00','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3479,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1ra-JCA_inscripciones.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/1ra\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:31:00','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3480,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_presentacin1.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:32:14','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3481,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_mesa inscripcin.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:32:15','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3482,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_ponentes.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:32:15','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3483,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_poster 1.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:32:15','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3484,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_sesin poster.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:32:15','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3485,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_Registro e inscripcin.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:32:15','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3486,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2da-JCA_poster 3.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/2da\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:32:15','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3487,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-07-07 at 10.36.54 AM 5.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:33:13','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3488,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_auditorio2.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:33:13','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3489,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_agenda.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:33:14','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3490,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_ponencia.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:33:13','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3491,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_agenda_pr.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:33:14','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3492,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_inscripciones.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:33:14','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3493,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4ta-JCA_auditorio.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:33:14','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3494,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":134,\"title\":\"eventos5ta\",\"extension_name\":\"eventos5ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=134\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:37:52','com_modules.module',46,134,'COM_ACTIONLOGS_DISABLED'),(3495,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:37:52','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3496,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:38:29','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3497,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:38:29','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3498,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":134,\"title\":\"eventos5ta\",\"extension_name\":\"eventos5ta\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=134\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:38:45','com_modules.module',46,134,'COM_ACTIONLOGS_DISABLED'),(3499,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:38:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3500,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":133,\"title\":\"eventos2da\",\"extension_name\":\"eventos2da\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=133\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:39:31','com_modules.module',46,133,'COM_ACTIONLOGS_DISABLED'),(3501,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:39:31','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3502,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":132,\"title\":\"eventos 1ra\",\"extension_name\":\"eventos 1ra\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=132\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:40:02','com_modules.module',46,132,'COM_ACTIONLOGS_DISABLED'),(3503,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:40:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3504,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:40:32','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3505,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:40:32','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3506,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2025-11-27 03:40:51','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3507,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"WhatsApp Image 2025-07-07 at 10.36.54 AM 4.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/Eventos\\/4ta\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:42:59','com_media.file',46,0,'COM_ACTIONLOGS_DISABLED'),(3508,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:43:06','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3509,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:43:06','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3510,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:45:30','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3511,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:45:30','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3512,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"25\",\"title\":\"Eventos \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2025-11-27 03:45:45','com_content.article',46,25,'COM_ACTIONLOGS_DISABLED'),(3513,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2025-11-27 03:45:45','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3514,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-27 14:31:26','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-04 23:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-04 23:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-04 23:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-04 23:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-04 23:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-04 23:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-04 23:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-04 23:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:34:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:34:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:37:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:41:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:41:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:42:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:42:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:42:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:42:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:42:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:42:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:43:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:43:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:43:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:43:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:43:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 11:44:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:19:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:19:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:19:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:19:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:19:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:20:55','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:21:15','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:21:15','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:21:16','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:21:36','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:21:36','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:21:36','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:22:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:23:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:24:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:30:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 12:30:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 23:29:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 23:29:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 23:29:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-05 23:29:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:25:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:25:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:25:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:25:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:25:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:25:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:25:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:25:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:25:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-06 23:25:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 10:02:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 10:02:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 10:02:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 10:02:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-07 10:02:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3576,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-10 15:54:34','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3577,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-10 15:55:11','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3578,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-10 15:55:32','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-10 16:20:36','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3580,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-10 16:21:12','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3581,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-10 16:21:49','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-11 13:54:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-11 13:54:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-11 13:54:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-12 03:25:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-12 03:25:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3587,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-13 16:13:36','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3588,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2026-03-13 16:19:57','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3589,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2026-03-13 16:24:02','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3590,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":228,\"title\":\"Doctorado en Estudios Ambientales\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=228\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2026-03-13 16:28:10','com_menus.item',46,228,'COM_ACTIONLOGS_DISABLED'),(3591,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":228,\"title\":\"Doctorado en Estudios Ambientales\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=228\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2026-03-13 16:28:15','com_menus.item',46,228,'COM_ACTIONLOGS_DISABLED'),(3592,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":228,\"title\":\"Doctorado en Estudios Ambientales\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=228\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\"}','2026-03-13 16:29:11','com_menus.item',46,228,'COM_ACTIONLOGS_DISABLED'),(3593,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2026-03-13 16:29:11','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3594,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__content\"}','2026-03-13 16:31:59','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3595,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-13 20:52:20','com_users',46,0,'COM_ACTIONLOGS_DISABLED'),(3596,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__modules\"}','2026-03-13 20:53:36','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3597,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__categories\"}','2026-03-13 21:01:17','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3598,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":46,\"title\":\"icaoc\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"table\":\"#__menu\"}','2026-03-13 21:06:25','com_checkin',46,46,'COM_ACTIONLOGS_DISABLED'),(3599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-17 00:23:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-17 00:23:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-17 00:24:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-17 00:24:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-18 01:00:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:50:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:50:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:50:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:51:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:51:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:51:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:51:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:51:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:51:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:51:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:51:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:52:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:52:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:52:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:52:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:53:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:53:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:53:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:53:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:53:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:53:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:53:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:53:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:53:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:54:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:54:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:54:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:54:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:54:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:54:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:54:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:54:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:54:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:55:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:56:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:57:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:57:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-22 22:58:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-24 02:37:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-24 02:38:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-24 22:17:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:57:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:58:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:59:55','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:59:56','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:59:57','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 03:59:58','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:00','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:01','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:02','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:03','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:05','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:05','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:07','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:08','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:09','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:10','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:11','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:12','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:14','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:14','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:16','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:17','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:18','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:19','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:21','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:22','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:23','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:24','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:25','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:26','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:28','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:28','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:30','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:31','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:32','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:33','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:34','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:35','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:37','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:37','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:39','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:40','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:41','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:42','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:44','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:45','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:46','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:47','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:48','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:49','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:51','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:51','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:53','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:54','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:55','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:56','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:58','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:00:58','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:01:00','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:01:01','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:01:02','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:01:03','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:34','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:35','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:37','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:38','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:39','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:40','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:41','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:42','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:44','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:45','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:46','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:47','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:49','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:49','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:51','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:52','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:53','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:54','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:55','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:56','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:58','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:03:59','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:00','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:01','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:03','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:04','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:05','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:06','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:07','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:08','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:09','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:10','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:12','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:13','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:14','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:15','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:16','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:17','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:19','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:19','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:21','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:22','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:23','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:24','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:26','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:26','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:28','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:29','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:30','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:31','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:33','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:34','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:36','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:37','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:38','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:39','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:40','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:41','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:43','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":46,\"userid\":46,\"username\":\"icaoc\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=46\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-29 04:04:43','com_users',46,46,'COM_ACTIONLOGS_DISABLED'),(3860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-31 15:42:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:29:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:29:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:29:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:29:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:29:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:30:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:30:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:30:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:30:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:30:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:30:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:31:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:31:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:31:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:31:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:31:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:31:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:32:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:32:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:32:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:32:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:32:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:32:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:33:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:33:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:33:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:33:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:33:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:33:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:34:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:34:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:34:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:34:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:34:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:34:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:35:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:35:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:35:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:35:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:35:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:35:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:36:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:36:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:36:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:36:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:36:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:36:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:37:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:37:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:37:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:37:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:37:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:37:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:37:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:37:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:37:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:37:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:37:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:38:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:38:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:38:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:38:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:38:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:38:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:38:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:38:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:38:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:38:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:39:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:40:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:41:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(3999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:42:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:43:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:44:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:45:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:46:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:47:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:48:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:49:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:50:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:51:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:52:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:52:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:52:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:52:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:52:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:52:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:52:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:52:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:52:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:52:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:52:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:52:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:52:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:53:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:54:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:55:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:56:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:57:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:58:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 06:59:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:00:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:01:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:02:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:03:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:04:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:05:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:06:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:07:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:08:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:09:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:10:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:11:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:12:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:13:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:14:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:15:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:16:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:17:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:18:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:19:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:20:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:21:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:22:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:23:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:23:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:23:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:23:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:23:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:23:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:23:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:23:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:23:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:23:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:23:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:23:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:24:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:25:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:26:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:27:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(4999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:28:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:29:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:30:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:31:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:32:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:33:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:34:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:35:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:36:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:37:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:38:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:39:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:40:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:41:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:42:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:43:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:44:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:45:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:46:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:47:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:48:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:49:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:50:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:51:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:52:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED');
INSERT INTO `jnx5e_action_logs` VALUES (5589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:53:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:54:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:55:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:56:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:57:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:58:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 07:59:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:00:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:01:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:02:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:03:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:04:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:05:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:06:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:07:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:08:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:09:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:10:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(5999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:11:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:12:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:13:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:14:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:15:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:16:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:17:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:18:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:19:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:20:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:21:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:22:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:23:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:24:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:25:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:26:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:27:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:28:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:29:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:30:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:31:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:32:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:33:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:34:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:35:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:36:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:37:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:38:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:39:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:40:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:41:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:42:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:43:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:44:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:45:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:46:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:47:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:48:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:49:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:50:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:51:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:52:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:53:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:53:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:53:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:53:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:53:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:53:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:53:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:53:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:53:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:53:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:53:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(6999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:54:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:55:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:56:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:57:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:58:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 08:59:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:00:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:01:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:02:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:03:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:04:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:05:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:06:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:07:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:08:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:09:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:10:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:11:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:12:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:13:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:14:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:15:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:16:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:17:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:18:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:19:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:20:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:21:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:22:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:23:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:23:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:23:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:23:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:23:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:23:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:23:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:23:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:23:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:23:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:23:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:23:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:23:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:24:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:25:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:26:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:27:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:28:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:29:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:30:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:31:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:32:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:33:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:33:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:33:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:33:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:33:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:33:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:33:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:33:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:33:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:33:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:33:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:33:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:33:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:34:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:35:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:35:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:35:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:35:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:35:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:35:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:35:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:35:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:35:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:35:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:35:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:35:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:35:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:36:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:37:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:38:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:38:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:38:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:38:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:38:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:38:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:38:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:38:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:38:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:38:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:38:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:38:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:39:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:39:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:39:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:39:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:39:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:39:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:39:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:39:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:39:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:39:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:39:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:39:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:40:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:41:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:41:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:41:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:41:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:41:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:41:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:41:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:41:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:41:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:41:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:41:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:41:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:41:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:42:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:42:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:42:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:42:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:42:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:42:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:42:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:42:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:42:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:42:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:42:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:42:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:42:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:43:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:43:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:43:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:43:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:43:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:43:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:43:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:43:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:44:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:44:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:44:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:44:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:44:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:44:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:44:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:44:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:44:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:45:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:45:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:45:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:45:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:45:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:45:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:45:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:46:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:46:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:46:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:46:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:46:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:46:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:46:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:46:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:46:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:46:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:46:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:46:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:47:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:48:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:48:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:48:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:48:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:48:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:48:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:48:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:48:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:48:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:48:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:48:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:48:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:49:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:49:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:49:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:49:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:49:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:49:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:49:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:49:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:49:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:49:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:50:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:51:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:51:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:51:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:51:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:51:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:51:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:51:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:51:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:51:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:51:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:51:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:51:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:51:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:52:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:52:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:52:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:52:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:52:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:52:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:52:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:52:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:52:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:52:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:52:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:52:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:52:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:53:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:53:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:53:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:53:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:53:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:53:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:53:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:53:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:53:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:53:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:54:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:55:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:55:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:55:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:55:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:55:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:55:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:55:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:55:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:55:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:55:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:55:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:55:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:55:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:56:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:57:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:58:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 09:59:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:00:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:00:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:00:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:00:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:00:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:00:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:00:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:00:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:00:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:00:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:00:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:00:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:00:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:01:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:02:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:02:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:02:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:02:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(7999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:02:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:02:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:02:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:02:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:02:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:02:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:02:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:02:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:03:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:03:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:03:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:03:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:03:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:03:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:03:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:03:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:03:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:03:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:04:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:04:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:04:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:04:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:04:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:04:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:04:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:04:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:04:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:04:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:04:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:05:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:05:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:05:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:05:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:05:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:05:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:05:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:05:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:05:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:05:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:05:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:05:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:06:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:07:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:08:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:09:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:10:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:11:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:12:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:12:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:12:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:12:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:12:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:12:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:12:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:12:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:12:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:12:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:12:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:13:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:14:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:15:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:16:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:17:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:18:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:19:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:20:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:21:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:22:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:23:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:23:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:23:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:23:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:23:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:23:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:23:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:23:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:23:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:23:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:23:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:23:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:24:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:24:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:24:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:24:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:24:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:24:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:24:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:24:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:24:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:24:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:24:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:24:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:24:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:25:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:25:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:25:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:25:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:25:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:25:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:25:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:25:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:25:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:25:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:25:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:25:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:25:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:26:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:27:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:28:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:29:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:29:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:29:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:29:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:29:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:29:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:29:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:29:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:29:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:29:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:29:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:29:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:29:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:30:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:31:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:32:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:33:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:33:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:33:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:33:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:33:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:33:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:33:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:33:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:33:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:33:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:33:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:33:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:34:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:35:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:35:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:35:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:35:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:35:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:35:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:35:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:35:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:35:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:35:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:35:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:35:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:35:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:36:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:37:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:37:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:37:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:37:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:37:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:37:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:37:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:37:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:37:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:37:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:37:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:37:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:37:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:38:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:38:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:38:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:38:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:38:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:38:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:38:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:38:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:38:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:38:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:38:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:38:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:39:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:40:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:40:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:40:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:40:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:40:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:40:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:40:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:40:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:40:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:40:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:40:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:40:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:40:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:41:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:42:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:43:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:43:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:43:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:43:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:43:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:43:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:43:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:43:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:43:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:43:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:43:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:43:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:44:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:44:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:44:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:44:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:44:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:44:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:44:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:44:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:44:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:44:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:45:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:45:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:45:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:45:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:45:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:45:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:45:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:45:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:45:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:45:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:45:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:46:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:46:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:46:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:46:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:46:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:46:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:46:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:46:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:46:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:46:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:47:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:47:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:47:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:47:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:47:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:47:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:47:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:47:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:47:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:47:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:47:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:48:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:48:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:48:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:48:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:48:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:48:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:48:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:48:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:48:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:48:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:48:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:49:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:49:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:49:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:49:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:49:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:49:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:49:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:49:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:49:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:49:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:49:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:49:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:50:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:50:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:50:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:50:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:50:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:50:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:50:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:50:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:50:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:50:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:50:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:50:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:50:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:51:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:51:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:51:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:51:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:51:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:51:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:51:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:51:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:51:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:51:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:51:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:52:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:52:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:52:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:52:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:52:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:52:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:52:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:52:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:52:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:52:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:52:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:52:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:52:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:53:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:53:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:53:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:53:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:53:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:53:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:53:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:53:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:53:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:53:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:53:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:54:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:54:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:54:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:54:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:54:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:54:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:54:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:54:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:54:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:55:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:55:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:55:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:55:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:55:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:55:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:55:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:55:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:55:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:55:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:55:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:56:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:56:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:56:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:56:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:56:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:56:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:56:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:56:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:56:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:56:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:56:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:56:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:57:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:57:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:57:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:57:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:57:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:57:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:57:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:57:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:57:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:57:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:57:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:57:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:57:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:58:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:58:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:58:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:58:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:58:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:58:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:58:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:58:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:58:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:58:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:58:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:58:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:58:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:59:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:59:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:59:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:59:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:59:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:59:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:59:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:59:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:59:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:59:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:59:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:59:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 10:59:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:00:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:01:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:02:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:03:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:03:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:03:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:03:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:03:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:03:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:03:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:03:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:03:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:03:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:03:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:04:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:04:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:04:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:04:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:04:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:04:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:04:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:04:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:04:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:04:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:04:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:04:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:05:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:06:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:06:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:06:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:06:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:06:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:06:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:06:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:06:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:06:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:06:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:06:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:06:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:07:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:07:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:07:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:07:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:07:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:07:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:07:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:07:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:07:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:07:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:07:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:07:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:07:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:08:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:09:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:09:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:09:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:09:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:09:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:09:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:09:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:09:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:09:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:09:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:09:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:09:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:09:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED');
INSERT INTO `jnx5e_action_logs` VALUES (8921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:10:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:11:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:11:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:11:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:11:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:11:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:11:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:11:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:11:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:11:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:11:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:11:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:12:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:12:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:12:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:12:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:12:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:12:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:12:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:12:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:12:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:12:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:12:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:12:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:12:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:13:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:13:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:13:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:13:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:13:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:13:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:13:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:13:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:13:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:14:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:14:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:14:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:14:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:14:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:14:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:14:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:14:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:14:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:14:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:14:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:14:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:15:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:15:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:15:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:15:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:15:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:15:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:15:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:15:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:15:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:15:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:15:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:15:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:15:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(8999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:16:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:17:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:18:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:19:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:19:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:19:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:19:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:19:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:19:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:19:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:19:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:20:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:20:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:20:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:20:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:20:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:20:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:20:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:20:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:20:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:20:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:20:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:20:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:20:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:21:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:21:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:21:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:21:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:21:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:21:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:21:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:21:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:21:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:21:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:22:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:23:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:24:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:25:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:25:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:25:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:25:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:25:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:25:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:25:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:25:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:25:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:25:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:25:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:25:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:25:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:26:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:27:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:28:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:29:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:29:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:29:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:29:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:29:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:29:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:29:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:29:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:29:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:29:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:29:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:29:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:30:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:30:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:30:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:30:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:30:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:30:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:30:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:30:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:31:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:31:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:31:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:31:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:31:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:31:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:32:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:32:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:32:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:32:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:32:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:32:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:32:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:32:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:32:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:32:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:32:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:32:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:33:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:33:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:33:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:33:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:33:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:33:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:33:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:33:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:33:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:33:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:34:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:34:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:34:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:34:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:34:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:34:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:34:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:34:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:34:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:34:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:34:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:34:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:35:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:35:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:35:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:35:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:35:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:35:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:35:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:35:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:35:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:35:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:35:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:36:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:37:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:38:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:39:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:40:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:40:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:40:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:40:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:40:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:40:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:40:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:40:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:40:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:40:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:40:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:40:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:40:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:41:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:42:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:42:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:42:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:42:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:42:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:42:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:42:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:42:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:42:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:42:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:42:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:42:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:42:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:43:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:43:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:43:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:43:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:43:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:43:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:43:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:43:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:43:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:43:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:43:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:44:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:44:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:44:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:44:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:44:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:44:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:44:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:44:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:44:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:44:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:44:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:44:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:45:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:45:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:45:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:45:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:45:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:45:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:45:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:45:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:45:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:45:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:45:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:45:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:45:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:46:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:47:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:47:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:47:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:47:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:47:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:47:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:47:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:47:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:47:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:47:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:47:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:47:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:48:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:48:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:48:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:48:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:48:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:48:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:48:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:48:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:48:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:48:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:48:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:48:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:48:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:49:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:49:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:49:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:49:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:49:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:49:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:49:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:49:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:49:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:49:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:49:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:49:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:49:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:50:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:50:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:50:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:50:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:50:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:50:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:50:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:50:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:50:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:50:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:51:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:51:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:51:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:51:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:51:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:51:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:51:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:51:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:51:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:51:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:51:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:51:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:51:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:52:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:52:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:52:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:52:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:52:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:52:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:52:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:52:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:52:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:52:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:52:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:52:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:53:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:53:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:53:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:53:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:53:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:53:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:53:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:53:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:53:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:53:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:53:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:54:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:54:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:54:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:54:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:54:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:54:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:54:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:54:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:54:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:54:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:54:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:55:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:56:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:56:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:56:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:56:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:56:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:56:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:56:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:56:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:56:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:56:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:56:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:56:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:56:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:57:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:57:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:57:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:57:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:57:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:57:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:57:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:57:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:57:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:57:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:57:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:57:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:57:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:58:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:58:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:58:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:58:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:58:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:58:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:58:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:58:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:58:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:58:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:58:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:58:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:58:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 11:59:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:00:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:01:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:02:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:03:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:03:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:03:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:03:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:03:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:03:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:03:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:03:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:03:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:03:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:03:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:03:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:04:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:04:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:04:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:04:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:04:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:04:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:04:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:04:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:04:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:04:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:04:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:05:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:05:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:05:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:05:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:05:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:05:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:05:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:05:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:05:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:05:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:05:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:06:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:06:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:06:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:06:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:06:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:06:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:06:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:06:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:06:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:06:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:06:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:06:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:07:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:07:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:07:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:07:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:07:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:07:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:07:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:07:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:07:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:07:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:08:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:08:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:08:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:08:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:08:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:08:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:08:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:08:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:08:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:08:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:08:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:09:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:10:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:10:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:10:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:10:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:10:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:10:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:10:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:10:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:10:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:10:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:10:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:10:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:11:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:11:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:11:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:11:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:11:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:11:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:11:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:11:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:11:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:12:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:12:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:12:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:12:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:12:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:12:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:12:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:12:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:12:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:12:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:12:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:12:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:12:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:13:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:13:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:13:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:13:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:13:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:13:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:13:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:13:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:13:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:13:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:14:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:14:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:14:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:14:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:14:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:14:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:14:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:14:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:14:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:14:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:14:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:15:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:15:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:15:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:15:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:15:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:15:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:15:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:15:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:15:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:16:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:16:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:16:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:16:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:16:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:16:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:16:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:16:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:16:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:17:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:17:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:17:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:17:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:17:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:17:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:17:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:17:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:17:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:17:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:17:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:18:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:18:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:18:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:18:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:18:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:18:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:18:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:18:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:18:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:19:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:19:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:19:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:19:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:19:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:19:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:19:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:19:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:19:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:19:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:19:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:19:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:20:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:20:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:20:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:20:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:20:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:20:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:20:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:20:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:20:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:20:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:21:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:21:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:21:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:21:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:21:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:21:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:21:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:21:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:21:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:21:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:21:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:21:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:22:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:22:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:22:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:22:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:22:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:22:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:22:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:22:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:22:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:22:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:23:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:23:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:23:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:23:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:23:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:23:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:23:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:23:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:23:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:24:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:24:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:24:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:24:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:24:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:24:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:24:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:24:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:24:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:24:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:24:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:25:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:25:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:25:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:25:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:25:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:25:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:25:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:26:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:26:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:26:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:26:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:26:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:26:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:27:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:27:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:27:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:27:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:27:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:27:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:27:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:27:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:27:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:27:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:27:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:28:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:28:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:28:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:28:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:28:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:28:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:28:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:28:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:28:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:28:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:29:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:29:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:29:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:29:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:29:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:29:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:29:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:29:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:29:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:29:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:29:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:30:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:30:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:30:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:30:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:30:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:30:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:30:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:30:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:30:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:30:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:30:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:31:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:31:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:31:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:31:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:31:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:31:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:31:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:31:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:31:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:31:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:32:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:32:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:32:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:32:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:32:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:32:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:32:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:32:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:32:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:33:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:33:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:33:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:33:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:33:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:33:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:33:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:33:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:33:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:33:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:34:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:34:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:34:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:34:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:34:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:34:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:34:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:34:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:34:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:34:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:35:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:35:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:35:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:35:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:35:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:35:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:35:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:35:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:35:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:35:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:35:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:36:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:36:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:36:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:36:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:36:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:36:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:36:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:36:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:36:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:36:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:36:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:36:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:36:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:37:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:37:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:37:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:37:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:37:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:37:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:37:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:37:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:37:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:37:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:37:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:37:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:38:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:38:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:38:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:38:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:38:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:38:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:38:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:38:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:38:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:38:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:38:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:39:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:39:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:39:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:39:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:39:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:39:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:39:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:39:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:39:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:39:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:39:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:40:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:40:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:40:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:40:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:40:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:40:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:40:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:40:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:40:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:40:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:40:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:41:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:41:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:41:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:41:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:41:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(9999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:41:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:41:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:41:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:41:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:41:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:41:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:42:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:42:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:42:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:42:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:42:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:42:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:42:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:42:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:42:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:42:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:42:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:42:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:43:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:43:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:43:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:43:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:43:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:43:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:44:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:44:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:44:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:44:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:44:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:44:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:44:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:44:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:44:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:44:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:45:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:45:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:45:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:45:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:45:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:45:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:45:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:46:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:46:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:46:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:46:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:46:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:46:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:46:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:46:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:46:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:46:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:47:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:47:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:47:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:47:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:47:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:47:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:47:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:47:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:47:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:47:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:48:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:48:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:48:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:48:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:48:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:48:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:48:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:48:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:48:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:49:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:49:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:49:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:49:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:49:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:49:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:49:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:49:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:49:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:49:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:50:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:50:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:50:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:50:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:50:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:50:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:50:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:50:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:50:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:50:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:50:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:51:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:51:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:51:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:51:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:51:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:51:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:51:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:51:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:51:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:52:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:52:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:52:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:52:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:52:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:52:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:52:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:52:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:52:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:53:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:53:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:53:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:53:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:53:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:53:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:53:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:53:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:54:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:54:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:54:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:54:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:54:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:54:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:54:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:54:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:54:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:54:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:54:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:55:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:55:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:55:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:55:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:55:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:55:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:55:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:55:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:55:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:56:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:56:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:56:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:56:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:56:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:56:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:56:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:56:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:56:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:56:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:57:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:57:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:57:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:57:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:57:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:57:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:57:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:57:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:58:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:58:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:58:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:58:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:58:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:58:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:58:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:58:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:59:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:59:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:59:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:59:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:59:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:59:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:59:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 12:59:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:00:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:00:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:00:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:00:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:00:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:00:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:00:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:00:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:00:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:01:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:01:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:01:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:01:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:01:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:01:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:01:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:01:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:01:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:02:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:02:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:02:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:02:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:02:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:02:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:02:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:02:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:03:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:03:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:03:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:03:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:03:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:03:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:03:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:03:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:04:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:04:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:04:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:04:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:04:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:04:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:04:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:04:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:04:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:04:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:05:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:05:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:05:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:05:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:05:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:05:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:06:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:06:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:06:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:06:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:06:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:06:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:06:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:06:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:07:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:07:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:07:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:07:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:07:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:07:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:07:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:07:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:07:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:08:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:08:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:08:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:08:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:08:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:08:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:08:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:08:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:08:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:09:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:09:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:09:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:09:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:09:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:09:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:09:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:09:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:10:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:10:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:10:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:10:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:10:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:10:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:10:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:10:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:11:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:11:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:11:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:11:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:11:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:11:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:11:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:11:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:11:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:12:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:12:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:12:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:12:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:12:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:12:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:12:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:12:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:12:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:13:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:13:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:13:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:13:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:13:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:13:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:13:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:13:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:14:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:14:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:14:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:14:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:14:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:14:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:14:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:15:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:15:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:15:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:15:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:15:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:15:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:15:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:15:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:16:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:16:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:16:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:16:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:16:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:16:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:16:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:16:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:16:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:17:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:17:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:17:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:17:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:17:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:17:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:18:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:18:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:18:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:18:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:18:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:18:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:18:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:18:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:18:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:19:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:19:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:19:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:19:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:19:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:19:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:19:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:19:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:19:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:20:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:20:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:20:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:20:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:20:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:20:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:20:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:20:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:21:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:21:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:21:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:21:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:21:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:21:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:21:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:21:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:21:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:21:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:21:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:22:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:22:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:22:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:22:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:22:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:22:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:22:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:23:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:23:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:23:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:23:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:23:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:23:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:23:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:23:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:23:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:24:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:24:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:24:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:24:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:24:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:24:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:24:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:24:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:24:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:24:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:25:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:25:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:25:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:25:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:25:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:25:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:25:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:25:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:25:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:25:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:26:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:26:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:26:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:26:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:26:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:26:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:26:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:26:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:26:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:26:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:26:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:27:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:27:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:27:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:27:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:27:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:27:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:27:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:27:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:27:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:27:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:27:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:28:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:28:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:28:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:28:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:28:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:28:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:28:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:28:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:28:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:28:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:28:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:28:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:29:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:29:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:29:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:29:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:29:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:29:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:29:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:29:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:29:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:29:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:29:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:30:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:30:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:30:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:30:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:30:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:30:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:30:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:30:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:30:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:30:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:31:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:31:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:31:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:31:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:31:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:31:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:31:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:31:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:31:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:32:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:32:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:32:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:32:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:32:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:32:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:32:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:32:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:32:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:32:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:33:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:33:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:33:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:33:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:33:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:33:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:33:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:33:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:34:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:34:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:34:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:34:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:34:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:34:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:34:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:34:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:34:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:34:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:34:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:34:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:35:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:35:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:35:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:35:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:35:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:35:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:35:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:35:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:35:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:35:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:35:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:35:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:36:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:36:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:36:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:36:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:36:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:36:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:36:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:36:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:36:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:36:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:36:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:37:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:37:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:37:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:37:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:37:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:37:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:37:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:37:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:37:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:38:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:38:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:38:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:38:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:38:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:38:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:38:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:38:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:38:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:38:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:38:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:39:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:39:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:39:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:39:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:39:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:39:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:39:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:39:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:39:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:39:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:39:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:40:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:40:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:40:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:40:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:40:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:40:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:40:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:40:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:40:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:40:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:41:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:41:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:41:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:41:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:41:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:41:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:41:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:41:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:41:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:41:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:42:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:42:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:42:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:42:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:42:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:42:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:42:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:42:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:42:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:42:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:42:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:43:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:43:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:43:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:43:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:43:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:43:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:43:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:43:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:43:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:44:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:44:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:44:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:44:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:44:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:44:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:44:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:44:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:44:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:44:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:44:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:45:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:45:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:45:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:45:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:45:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:45:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:45:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:45:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:45:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:45:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:46:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:46:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:46:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:46:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:46:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:46:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:46:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:46:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:47:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:47:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:47:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:47:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:47:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:47:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:48:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:48:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:48:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:48:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:48:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:48:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:49:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:49:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:49:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:49:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:49:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:49:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:49:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:49:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:50:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:50:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:50:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:50:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:50:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:50:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:50:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:50:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:51:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:51:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:51:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:51:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:51:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:51:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:51:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:52:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:52:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:52:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:52:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:52:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:52:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:52:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:52:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:53:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:53:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:53:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:53:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:53:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:53:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:53:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:54:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:54:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:54:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:54:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:54:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:54:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:54:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:55:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:55:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:55:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:55:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:55:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:55:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:55:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:55:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:56:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:56:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:56:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:56:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:56:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:56:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:56:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:56:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:57:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:57:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:57:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:57:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:57:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:57:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:57:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:57:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:57:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:57:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:58:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:58:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:58:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:58:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:58:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:58:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:58:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:59:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:59:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:59:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:59:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:59:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:59:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:59:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 13:59:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:00:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:00:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:00:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:00:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:00:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:01:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:01:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:02:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:02:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:03:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:03:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:03:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:04:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:04:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:05:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:05:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:05:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:06:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:06:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:06:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:07:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:07:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:08:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:08:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:08:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:08:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:08:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:08:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:09:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:09:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:09:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:09:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:09:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:09:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:10:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:10:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:10:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:10:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:10:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:10:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:11:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:11:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:11:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:12:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:12:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:12:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:12:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:12:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:13:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:13:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:13:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:13:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:14:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:14:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:15:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:15:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:16:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:17:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:17:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:18:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:19:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:19:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:20:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:21:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:21:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:22:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:23:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:23:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:24:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:25:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:25:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:26:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:26:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:27:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:27:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:28:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:28:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:29:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:29:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:29:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:29:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:30:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:30:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:30:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:30:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:30:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:31:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:31:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:31:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:31:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:31:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:32:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:32:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:32:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:32:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:32:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:32:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:32:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:33:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:33:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:33:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:33:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:33:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:34:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:34:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:34:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:34:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:34:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:35:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:35:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:35:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:35:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:35:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:35:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:35:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:36:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:36:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:36:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:36:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:36:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:36:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:36:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:36:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:37:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:37:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:37:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:37:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:37:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:38:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:38:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:38:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:38:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:38:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:38:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:38:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:39:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:39:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:39:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:39:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:39:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:40:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:40:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:40:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:40:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:40:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:40:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:40:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:40:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:41:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:41:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:41:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:41:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:41:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:41:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:41:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:42:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:42:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:42:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:42:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:42:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:42:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:42:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:42:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:42:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:43:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:43:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:43:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:43:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:43:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:43:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:44:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:44:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:44:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:44:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:44:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:45:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:45:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:45:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:45:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:45:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:45:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:45:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:46:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:46:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:46:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:46:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:46:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:46:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:47:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:47:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:47:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:47:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:47:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:47:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:47:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:47:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:48:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:48:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:48:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:48:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:48:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:48:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:49:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:49:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:49:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:49:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:49:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:49:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:49:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:49:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:50:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:50:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:50:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:50:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:50:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:50:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:51:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:51:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:51:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:51:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:51:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:51:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:51:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:51:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:51:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:51:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:52:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:52:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:52:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:52:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:52:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:52:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:52:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:52:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:52:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:53:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:53:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:53:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:53:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:53:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:53:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:53:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:54:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:54:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:54:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:54:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:54:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:54:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:54:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:55:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:55:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:55:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:55:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:55:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:55:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:55:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:55:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:56:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:56:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:56:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:56:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:56:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:56:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:56:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:57:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:57:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:57:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:57:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:57:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:57:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:57:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:57:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:58:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:58:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:58:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:58:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:58:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:58:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:58:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:58:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:59:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:59:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:59:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:59:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:59:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:59:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:59:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 14:59:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:00:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:00:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:00:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(10999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:00:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:00:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:00:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:01:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:01:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:01:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:01:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:02:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:02:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:02:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:02:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:02:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:02:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:03:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:03:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:03:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:03:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:03:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:03:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:04:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:04:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:04:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:04:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:04:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:04:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:04:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:05:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:05:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:05:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:05:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:05:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:05:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:06:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:06:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:06:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:06:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:06:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:06:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:06:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:06:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:07:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:07:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:07:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:07:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:07:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:07:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:07:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:08:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:08:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:08:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:08:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:08:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:08:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:08:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:08:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:08:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:08:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:09:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:09:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:09:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:09:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:09:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:09:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:10:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:10:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:10:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:11:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:11:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:11:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:11:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:11:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:12:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:12:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:12:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:12:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:12:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:12:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:12:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:13:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:13:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:13:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:13:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:13:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:13:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:13:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:14:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:14:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:14:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:14:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:14:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:14:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:14:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:15:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:15:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:15:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:15:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:15:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:15:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:15:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:15:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:15:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:16:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:16:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:16:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:16:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:16:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:16:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:17:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:17:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:17:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:17:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:17:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:17:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:17:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:17:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:18:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:18:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:18:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:18:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:18:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:18:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:18:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:19:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:19:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:19:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:19:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:19:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:19:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:20:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:20:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:20:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:20:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:20:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:20:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:20:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:20:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:21:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:21:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:21:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:21:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:21:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:21:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:22:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:22:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:22:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:22:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:22:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:22:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:23:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:23:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:23:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:23:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:23:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:23:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:24:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:24:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:24:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:24:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:24:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:24:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:25:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:25:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:25:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:25:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:25:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:25:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:25:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:26:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:26:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:26:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:26:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:26:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:26:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:27:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:27:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:27:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:27:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:27:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:27:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:27:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:28:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:28:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:28:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:28:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:28:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:28:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:28:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:28:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:28:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:28:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:29:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:29:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:29:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:29:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:29:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:29:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:30:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:30:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:30:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:30:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:30:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:30:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:30:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:30:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:31:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:31:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:31:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:31:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:31:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:31:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:31:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:31:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:32:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:32:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:32:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:32:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:32:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:33:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:33:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:33:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:33:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:34:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:34:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:34:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:34:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:34:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:34:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:34:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:35:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:35:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:35:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:35:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:35:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:35:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:35:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:35:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:36:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:36:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:36:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:36:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:36:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:36:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:36:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:36:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:36:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:37:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:37:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:37:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:37:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:37:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:37:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:37:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:37:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:37:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:38:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:38:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:38:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:38:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:38:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:38:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:38:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:38:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:39:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:39:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:39:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:39:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:39:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:39:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:39:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:39:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:40:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:40:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:40:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:40:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:40:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:40:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:40:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:40:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:40:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:41:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:41:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:41:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:41:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:41:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:41:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:41:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:42:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:42:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:42:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:42:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:42:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:42:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:42:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:42:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:43:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:43:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:43:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:43:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:43:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:43:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:43:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:43:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:44:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:44:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:44:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:44:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:44:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:44:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:44:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:45:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:45:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:45:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:45:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:45:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:45:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:46:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:46:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:46:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:46:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:46:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:46:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:46:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:47:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:47:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:47:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:47:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:47:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:47:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:48:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:48:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:48:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:48:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:48:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:48:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:48:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:48:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:49:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:49:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:49:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:49:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:49:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:49:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:49:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:50:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:50:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:50:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:50:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:50:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:50:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:50:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:50:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:50:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:51:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:51:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:51:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:51:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:51:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:51:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:52:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:52:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:52:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:52:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:52:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:52:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:52:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:53:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:53:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:53:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:53:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:53:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:53:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:54:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:54:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:54:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:54:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:54:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:54:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:55:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:55:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:55:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:55:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:55:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:55:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:55:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:55:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:56:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:56:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:56:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:56:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:56:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:56:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:56:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:57:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:57:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:57:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:57:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:57:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:57:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:57:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:57:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:57:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:58:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:58:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:58:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:58:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:58:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:58:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:58:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:58:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:59:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:59:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:59:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:59:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:59:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:59:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 15:59:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:00:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:00:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:00:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:00:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:00:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:00:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:00:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:00:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:00:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:00:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:01:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:01:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:01:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:01:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:01:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:01:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:01:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:01:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:02:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:02:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:02:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:02:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:02:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:02:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:02:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:03:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:03:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:03:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:03:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:03:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:03:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:03:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:04:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:04:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:04:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:04:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:04:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:04:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:04:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:05:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:05:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:05:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:05:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:05:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:05:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:05:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:05:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:05:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:05:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:06:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:06:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:06:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:06:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:06:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:06:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:06:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:06:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:06:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:06:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:07:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:07:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:07:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:07:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:07:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:07:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:07:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:07:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:08:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:08:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:08:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:08:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:08:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:08:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:08:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:08:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:08:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:09:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:09:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:09:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:09:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:09:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:09:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:09:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:09:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:09:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:10:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:10:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:10:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:10:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:10:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:10:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:10:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:10:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:11:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:11:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:11:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:11:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:11:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:11:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:11:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:11:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:11:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:12:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:12:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:12:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:12:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:12:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:12:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:12:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:12:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:13:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:13:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:13:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:13:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:13:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:13:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:13:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:14:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:14:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:14:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:14:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:14:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:14:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:14:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:14:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:15:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:15:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:15:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:15:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:15:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:15:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:15:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:15:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:15:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:16:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:16:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:16:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:16:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:16:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:16:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:17:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:17:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:17:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:17:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:17:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:17:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:17:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:18:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:18:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:18:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:18:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:18:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:18:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:18:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:18:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:19:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:19:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:19:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:19:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:19:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:19:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:19:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:20:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:20:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:20:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:20:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:20:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:20:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:21:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:21:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:21:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:21:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:21:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:21:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:21:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:21:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:22:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:22:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:22:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:22:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:22:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:22:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:22:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:23:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:23:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:23:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:23:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:23:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:23:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:24:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:24:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:24:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:24:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:24:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:24:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:24:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:24:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:24:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:25:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:25:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:25:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:25:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:25:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:25:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:25:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:25:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:26:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:26:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:26:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:26:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:26:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:26:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:26:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:26:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:26:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:26:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:26:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:27:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:27:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:27:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:27:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:27:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:27:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:27:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:28:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:28:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:28:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:28:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:28:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:28:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:28:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:28:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:28:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:29:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:29:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:29:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:29:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:29:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:29:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:29:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:29:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:30:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:30:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:30:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:30:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:30:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:30:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:30:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:31:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:31:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:31:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:31:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:31:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:32:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:32:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:32:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:32:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:32:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:32:54','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:33:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:33:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:33:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:33:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:33:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:33:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:34:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:34:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:34:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:34:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:34:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:34:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:34:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:34:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:35:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:35:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:35:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:35:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:36:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:36:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:36:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:36:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:36:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:37:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:37:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:37:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:37:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:37:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:37:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:37:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:38:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:38:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:38:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:38:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:38:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:38:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:38:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:38:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:39:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:39:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:39:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:39:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:39:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:39:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:39:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:39:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:40:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:40:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:40:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:40:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:40:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:40:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:40:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:40:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:41:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:41:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:41:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:41:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:41:34','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:41:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:41:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:42:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:42:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:42:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:42:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:42:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:42:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:42:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:42:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:42:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:43:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:43:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:43:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:43:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:43:48','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:44:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:44:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:44:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:44:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:44:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:44:38','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:44:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:44:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:44:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:45:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:45:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:45:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:45:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:45:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:45:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:45:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:46:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:46:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:46:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:46:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:46:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:46:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:46:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:47:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:47:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:47:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:47:37','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:47:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:47:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:48:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:48:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:48:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:48:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:48:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:48:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:49:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:49:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:49:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:49:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:49:45','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:49:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:50:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:50:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:50:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:50:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:50:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:50:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:50:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:51:01','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:51:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:51:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:51:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:51:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:51:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:51:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:52:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:52:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:52:23','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:52:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:52:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:52:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:52:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:52:56','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:53:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:53:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:53:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:53:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:53:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:53:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:53:52','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:54:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:54:05','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:54:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:54:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:54:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:54:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:54:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:54:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:55:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:55:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:55:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:55:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:55:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:55:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:55:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:55:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:55:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:56:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:56:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:56:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:56:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:56:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:56:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:56:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:56:50','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:56:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:57:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:57:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:57:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:57:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:57:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:57:39','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:57:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:57:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:57:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:58:03','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:58:06','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:58:15','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:58:21','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:58:26','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:58:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:58:36','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:58:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:58:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:59:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:59:00','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:59:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:59:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:59:24','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:59:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:59:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:59:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:59:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:59:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 16:59:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:00:04','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:00:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:00:14','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:00:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:00:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:00:29','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:00:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:00:40','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:00:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:00:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:01:02','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:01:07','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:01:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:01:18','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:01:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:01:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:01:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:01:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:01:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:01:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:01:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:02:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:02:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:02:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:02:35','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:02:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:02:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:02:53','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:03:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:03:09','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:03:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:03:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:03:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:03:41','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:03:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:03:58','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:03:59','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:04:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:04:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:04:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:04:33','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:04:46','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:04:57','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:05:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:05:25','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:05:42','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:05:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:06:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:06:19','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:06:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:06:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:07:11','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:07:22','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:08:44','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:08:49','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:10:12','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:10:17','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:11:28','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:11:31','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:12:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:12:30','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:12:51','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:12:55','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:13:10','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:13:16','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:13:27','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:13:32','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:13:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:13:47','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:14:08','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-07 17:14:13','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-08 22:06:43','com_users',44,44,'COM_ACTIONLOGS_DISABLED'),(11946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":44,\"userid\":44,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=44\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-09 01:00:20','com_users',44,44,'COM_ACTIONLOGS_DISABLED');
/*!40000 ALTER TABLE `jnx5e_action_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_action_logs_extensions`
--

DROP TABLE IF EXISTS `jnx5e_action_logs_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_action_logs_extensions`
--

LOCK TABLES `jnx5e_action_logs_extensions` WRITE;
/*!40000 ALTER TABLE `jnx5e_action_logs_extensions` DISABLE KEYS */;
INSERT INTO `jnx5e_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'),(20,'com_fields'),(21,'com_guidedtours');
/*!40000 ALTER TABLE `jnx5e_action_logs_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_action_logs_users`
--

DROP TABLE IF EXISTS `jnx5e_action_logs_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_action_logs_users`
--

LOCK TABLES `jnx5e_action_logs_users` WRITE;
/*!40000 ALTER TABLE `jnx5e_action_logs_users` DISABLE KEYS */;
INSERT INTO `jnx5e_action_logs_users` VALUES (44,0,'[\"com_content\"]');
/*!40000 ALTER TABLE `jnx5e_action_logs_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_assets`
--

DROP TABLE IF EXISTS `jnx5e_assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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.',
  `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=181 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_assets`
--

LOCK TABLES `jnx5e_assets` WRITE;
/*!40000 ALTER TABLE `jnx5e_assets` DISABLE KEYS */;
INSERT INTO `jnx5e_assets` VALUES (1,0,0,337,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,18,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(8,1,19,112,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,113,114,1,'com_cpanel','com_cpanel','{}'),(10,1,115,116,1,'com_installer','com_installer','{\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,117,122,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1}}'),(12,11,118,119,2,'com_languages.language.1','English (en-GB)','{}'),(13,1,123,124,1,'com_login','com_login','{}'),(14,1,125,126,1,'com_mails','com_mails','{}'),(15,1,127,128,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,129,134,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1}}'),(17,1,135,136,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,137,260,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1}}'),(19,1,261,264,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(20,1,265,266,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1}}'),(21,1,267,268,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1}}'),(23,1,269,270,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1}}'),(24,1,275,280,1,'com_users','com_users','{\"core.admin\":{\"7\":1}}'),(26,1,281,282,1,'com_wrapper','com_wrapper','{}'),(27,8,20,29,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,262,263,2,'com_newsfeeds.category.5','Uncategorised','{}'),(32,24,276,277,2,'com_users.category.7','Uncategorised','{}'),(33,1,283,284,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,1,285,286,1,'com_joomlaupdate','com_joomlaupdate','{}'),(35,1,287,288,1,'com_tags','com_tags','{}'),(36,1,289,290,1,'com_contenthistory','com_contenthistory','{}'),(37,1,291,292,1,'com_ajax','com_ajax','{}'),(38,1,293,294,1,'com_postinstall','com_postinstall','{}'),(39,18,138,139,2,'com_modules.module.1','Main Menu','{}'),(40,18,140,141,2,'com_modules.module.2','Login','{}'),(41,18,142,143,2,'com_modules.module.3','Popular Articles','{}'),(42,18,144,145,2,'com_modules.module.4','Recently Added Articles','{}'),(43,18,146,147,2,'com_modules.module.8','Toolbar','{}'),(44,18,148,149,2,'com_modules.module.9','Notifications','{}'),(45,18,150,151,2,'com_modules.module.10','Logged-in Users','{}'),(46,18,152,153,2,'com_modules.module.12','Admin Menu','{}'),(49,18,158,159,2,'com_modules.module.15','Title','{}'),(50,18,160,161,2,'com_modules.module.16','Login Form','{}'),(51,18,162,163,2,'com_modules.module.17','Breadcrumbs','{}'),(52,18,164,165,2,'com_modules.module.79','Multilanguage status','{}'),(53,18,168,169,2,'com_modules.module.86','Joomla Version','{}'),(54,16,130,131,2,'com_menus.menu.1','Main Menu','{}'),(55,18,172,173,2,'com_modules.module.87','Sample Data','{}'),(56,8,30,47,2,'com_content.workflow.1','COM_WORKFLOW_BASIC_WORKFLOW','{}'),(57,56,31,32,3,'com_content.stage.1','COM_WORKFLOW_BASIC_STAGE','{}'),(58,56,33,34,3,'com_content.transition.1','UNPUBLISH','{}'),(59,56,35,36,3,'com_content.transition.2','PUBLISH','{}'),(60,56,37,38,3,'com_content.transition.3','TRASH','{}'),(61,56,39,40,3,'com_content.transition.4','ARCHIVE','{}'),(62,56,41,42,3,'com_content.transition.5','FEATURE','{}'),(63,56,43,44,3,'com_content.transition.6','UNFEATURE','{}'),(64,56,45,46,3,'com_content.transition.7','PUBLISH_AND_FEATURE','{}'),(65,1,271,272,1,'com_privacy','com_privacy','{}'),(66,1,273,274,1,'com_actionlogs','com_actionlogs','{}'),(67,18,154,155,2,'com_modules.module.88','Latest Actions','{}'),(68,18,156,157,2,'com_modules.module.89','Privacy Dashboard','{}'),(70,18,166,167,2,'com_modules.module.103','Site','{}'),(71,18,170,171,2,'com_modules.module.104','System','{}'),(72,18,174,175,2,'com_modules.module.91','System Dashboard','{}'),(73,18,176,177,2,'com_modules.module.92','Content Dashboard','{}'),(74,18,178,179,2,'com_modules.module.93','Menus Dashboard','{}'),(75,18,180,181,2,'com_modules.module.94','Components Dashboard','{}'),(76,18,182,183,2,'com_modules.module.95','Users Dashboard','{}'),(77,18,184,185,2,'com_modules.module.99','Frontend Link','{}'),(78,18,186,187,2,'com_modules.module.100','Messages','{}'),(79,18,188,189,2,'com_modules.module.101','Post Install Messages','{}'),(80,18,190,191,2,'com_modules.module.102','User Status','{}'),(82,18,192,193,2,'com_modules.module.105','3rd Party','{}'),(83,18,194,195,2,'com_modules.module.106','Help Dashboard','{}'),(84,18,196,197,2,'com_modules.module.107','Privacy Requests','{}'),(85,18,198,199,2,'com_modules.module.108','Privacy Status','{}'),(86,18,200,201,2,'com_modules.module.96','Popular Articles','{}'),(87,18,202,203,2,'com_modules.module.97','Recently Added Articles','{}'),(88,18,204,205,2,'com_modules.module.98','Logged-in Users','{}'),(89,18,206,207,2,'com_modules.module.90','Login Support','{}'),(90,1,295,296,1,'com_scheduler','com_scheduler','{}'),(91,1,297,298,1,'com_associations','com_associations','{}'),(92,1,299,300,1,'com_categories','com_categories','{}'),(93,1,301,302,1,'com_fields','com_fields','{}'),(94,1,303,304,1,'com_workflow','com_workflow','{}'),(95,1,305,306,1,'com_guidedtours','com_guidedtours','{}'),(96,18,208,209,2,'com_modules.module.109','Guided Tours','{}'),(97,1,307,308,1,'com_scheduler.task.1','com_scheduler.task.1','{}'),(98,1,309,310,1,'com_scheduler.task.2','com_scheduler.task.2','{}'),(99,1,311,312,1,'com_scheduler.task.3','com_scheduler.task.3','{}'),(100,11,120,121,2,'com_languages.language.2','Spanish (es-ES)','{}'),(101,18,210,211,2,'com_modules.module.110','Gantry 5 Particle','{}'),(102,1,313,314,1,'com_gantry5','com_gantry5','{}'),(103,1,315,318,1,'com_djimageslider','com_djimageslider','{}'),(104,18,212,213,2,'com_modules.module.111','DJ-ImageSlider','{}'),(105,103,316,317,2,'com_djimageslider.category.8','slider','{}'),(106,1,319,322,1,'com_dpcalendar','com_dpcalendar','{}'),(107,106,320,321,2,'com_dpcalendar.category.9','Uncategorised','{}'),(108,18,214,215,2,'com_modules.module.112','DPCalendar Mini','{}'),(109,1,323,324,1,'com_imageeffectck','com_imageeffectck','{}'),(110,27,21,22,3,'com_content.article.1','prueba','{}'),(111,1,325,326,1,'com_phocadownload','com_phocadownload','{}'),(112,27,23,24,3,'com_content.article.2','menu-vertical','{}'),(113,18,216,217,2,'com_modules.module.113','Ol Testimonials','{}'),(114,18,218,219,2,'com_modules.module.114','Smart Slider 3 Module','{}'),(115,1,327,328,1,'com_smartslider3','Smart Slider 3','{}'),(116,16,132,133,2,'com_menus.menu.2','menu-vertical','{}'),(117,18,220,221,2,'com_modules.module.115','buscador','{}'),(118,140,49,50,3,'com_content.article.3','¿QUIÉNES SOMOS?','{}'),(119,140,51,52,3,'com_content.article.4','Nuestra historia.','{}'),(120,140,53,54,3,'com_content.article.5','Nuestro Equipo.','{}'),(121,140,55,56,3,'com_content.article.6','CERTIFICACIONES Y DISTINCIONES','{}'),(123,141,59,60,3,'com_content.article.8','Grupos de Investigación','{}'),(125,142,64,65,4,'com_content.article.10','Grupo de Investigación en Gestión Ambiental Sostenible – GIGAS','{}'),(126,142,66,67,4,'com_content.article.11','Grupo de investigación GIREHPES','{}'),(127,142,68,69,4,'com_content.article.12','Grupo de Investigación Biorinoquia','{}'),(128,143,73,74,3,'com_content.article.13','Cartillas divulgativas','{}'),(129,143,75,76,3,'com_content.article.14','Videos','{}'),(130,27,25,26,3,'com_content.article.15','Centro de Calidad de Agua - CCA','{}'),(131,146,82,83,4,'com_content.article.16','Quienes somos','{}'),(132,146,84,85,4,'com_content.article.17','Equipo de laboratorio','{}'),(133,146,86,87,4,'com_content.article.18','Servicios','{}'),(134,146,88,89,4,'com_content.article.19','Información de contacto','{}'),(135,146,90,91,4,'com_content.article.20','Solicitud de cotizaciones','{}'),(136,145,93,94,3,'com_content.article.21','Consultorías Ambientales ','{}'),(137,18,222,223,2,'com_modules.module.116','Botones Inicio','{}'),(138,141,61,62,3,'com_content.article.22','Proyectos de Investigación','{}'),(139,18,224,225,2,'com_modules.module.117','flotante','{}'),(140,8,48,57,2,'com_content.category.10','quienes somos','{}'),(141,8,58,71,2,'com_content.category.11','investigacion','{}'),(142,141,63,70,3,'com_content.category.12','grupos de investigación ','{}'),(143,8,72,79,2,'com_content.category.13','publicaciones','{}'),(144,143,77,78,3,'com_content.article.23','Artículos de investigación','{}'),(145,8,80,95,2,'com_content.category.14','Servicios','{}'),(146,145,81,92,3,'com_content.category.15','CCA','{}'),(147,18,226,227,2,'com_modules.module.118','Equipo de Trabajo','{}'),(148,24,278,279,2,'com_users.field.1','Servicios','{}'),(149,7,16,17,2,'com_contact.field.2','servicios ICAOC','{}'),(150,18,228,229,2,'com_modules.module.119','ICAOC al Día','{}'),(151,8,96,99,2,'com_content.category.16','ICAOC al Día','{}'),(153,1,329,334,1,'com_sppagebuilder','SP Page Builder','{}'),(154,18,230,231,2,'com_modules.module.120','SP Page Builder','{}'),(155,8,100,103,2,'com_content.category.17','Eventos ','{}'),(156,155,101,102,3,'com_content.article.25','Eventos ','{}'),(157,153,330,331,2,'com_sppagebuilder.page.1','Módulos de Eventos Sp Page ','{}'),(158,18,232,233,2,'com_modules.module.121','Modulo Sp Page Builder Eventos 2','{}'),(159,18,234,235,2,'com_modules.module.122','Sp Page Builder Quienes Somos','{}'),(160,153,332,333,2,'com_sppagebuilder.page.3','Sp Page Builder Quienes Somos','{}'),(161,18,236,237,2,'com_modules.module.123','eventos4ta','{}'),(162,163,109,110,3,'com_content.article.26','Jornada de Ciencias Ambientales','{}'),(163,8,104,111,2,'com_content.category.18','eventos prueba','{}'),(164,163,105,106,3,'com_content.article.27','4a Jornada de Ciencias ambientales','{}'),(165,163,107,108,3,'com_content.article.28','3a Jornada de Ciencias Ambientales','{}'),(166,18,238,239,2,'com_modules.module.124','JM Additional Features','{}'),(167,18,240,241,2,'com_modules.module.125','JM Intro Articles','{}'),(168,27,27,28,3,'com_content.article.29','prueba blog','{}'),(169,18,242,243,2,'com_modules.module.126','Digi Showcase','{}'),(170,1,335,336,1,'com_regularlabsmanager','COM_REGULARLABSMANAGER','{}'),(171,151,97,98,3,'com_content.article.30','ICAOC al Día','{}'),(172,18,244,245,2,'com_modules.module.127','Hot Joomla Carousel','{}'),(173,18,246,247,2,'com_modules.module.128','Equipo de Laboratorio','{}'),(174,18,248,249,2,'com_modules.module.129','Servicios_ICAOC','{}'),(175,18,250,251,2,'com_modules.module.130','Carrusel_servicios','{}'),(176,18,252,253,2,'com_modules.module.131','Mapa','{}'),(178,18,254,255,2,'com_modules.module.132','eventos 1ra','{}'),(179,18,256,257,2,'com_modules.module.133','eventos2da','{}'),(180,18,258,259,2,'com_modules.module.134','eventos5ta','{}');
/*!40000 ALTER TABLE `jnx5e_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_associations`
--

DROP TABLE IF EXISTS `jnx5e_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_associations`
--

LOCK TABLES `jnx5e_associations` WRITE;
/*!40000 ALTER TABLE `jnx5e_associations` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_associations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_banner_clients`
--

DROP TABLE IF EXISTS `jnx5e_banner_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_banner_clients`
--

LOCK TABLES `jnx5e_banner_clients` WRITE;
/*!40000 ALTER TABLE `jnx5e_banner_clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_banner_clients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_banner_tracks`
--

DROP TABLE IF EXISTS `jnx5e_banner_tracks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_banner_tracks`
--

LOCK TABLES `jnx5e_banner_tracks` WRITE;
/*!40000 ALTER TABLE `jnx5e_banner_tracks` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_banner_tracks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_banners`
--

DROP TABLE IF EXISTS `jnx5e_banners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_banners`
--

LOCK TABLES `jnx5e_banners` WRITE;
/*!40000 ALTER TABLE `jnx5e_banners` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_banners` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_categories`
--

DROP TABLE IF EXISTS `jnx5e_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_categories`
--

LOCK TABLES `jnx5e_categories` WRITE;
/*!40000 ALTER TABLE `jnx5e_categories` DISABLE KEYS */;
INSERT INTO `jnx5e_categories` VALUES (1,0,0,0,33,0,'','system','ROOT','root','','',1,NULL,NULL,1,'{}','','','{}',44,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',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\":\"\"}',44,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',0,'*',1),(3,28,1,3,4,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',0,'*',1),(4,29,1,5,6,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',0,'*',1),(5,30,1,7,8,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',0,'*',1),(7,32,1,9,10,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',0,'*',1),(8,105,1,11,12,1,'slider','com_djimageslider','slider','slider','','',1,46,'2025-09-23 20:12:04',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2024-10-17 15:06:22',44,'2024-10-17 15:06:22',0,'*',1),(9,107,1,13,14,1,'uncategorised','com_dpcalendar','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"color\":\"3366CC\",\"etag\":4}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2024-10-17 15:27:54',44,'2024-10-17 15:27:54',0,'*',1),(10,140,1,15,16,1,'quienes-somos','com_content','quienes somos','quienes-somos','','',1,46,'2025-08-21 14:42:55',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2025-07-07 18:47:00',44,'2025-07-07 18:47:00',0,'*',1),(11,141,1,17,20,1,'investigacion','com_content','investigacion','investigacion','','',1,46,'2025-08-28 15:18:12',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2025-07-07 18:50:17',44,'2025-07-07 18:50:17',0,'*',1),(12,142,11,18,19,2,'investigacion/grupos-de-investigacion','com_content','grupos de investigación ','grupos-de-investigacion','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2025-07-07 18:54:24',44,'2025-07-07 18:54:24',0,'*',1),(13,143,1,21,22,1,'publicaciones','com_content','publicaciones','publicaciones','','',1,46,'2025-09-05 16:18:37',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2025-07-07 18:57:12',44,'2025-07-07 18:57:12',0,'*',1),(14,145,1,23,26,1,'servicios','com_content','Servicios','servicios','','',1,46,'2025-09-02 14:20:47',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2025-07-07 19:01:15',44,'2025-07-07 19:01:15',0,'*',1),(15,146,14,24,25,2,'servicios/cca','com_content','CCA','cca','','',1,46,'2025-09-02 14:08:16',1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2025-07-07 19:01:37',44,'2025-07-07 19:01:37',0,'*',1),(16,151,1,27,28,1,'icaoc-al-dia','com_content','ICAOC al Día','icaoc-al-dia','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2025-07-22 13:58:19',44,'2025-07-22 13:58:19',0,'*',1),(17,155,1,29,30,1,'eventos','com_content','Eventos ','eventos','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',46,'2025-07-23 17:18:28',46,'2025-07-23 20:00:13',0,'*',1),(18,163,1,31,32,1,'eventos-prueba','com_content','eventos prueba','eventos-prueba','','<h2>Jornada de Ciencias Ambientales </h2>\r\n<p style=\"text-align: justify;\"> La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participación y cooperación entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desafíos actuales de la región y del país. Este evento se desarrolla de forma bianual desde el año 2017.</p>',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',44,'2025-08-07 14:22:26',44,'2025-08-07 14:25:10',0,'*',1);
/*!40000 ALTER TABLE `jnx5e_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_contact_details`
--

DROP TABLE IF EXISTS `jnx5e_contact_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_contact_details`
--

LOCK TABLES `jnx5e_contact_details` WRITE;
/*!40000 ALTER TABLE `jnx5e_contact_details` DISABLE KEYS */;
INSERT INTO `jnx5e_contact_details` VALUES (1,'Cotiza con nosotros','cotiza-con-nosotros','','','','','','','','','','','[email protected]',0,1,NULL,NULL,1,'{\"show_contact_category\":\"hide\",\"show_contact_list\":\"0\",\"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\":\"1\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"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\":\"1\",\"custom_reply\":\"\",\"redirect\":\"\"}',0,4,1,'','','','','','*','2025-07-15 19:59:26',44,'','2025-09-02 14:19:53',46,'','','{\"robots\":\"\",\"rights\":\"\"}',0,'2025-09-02 14:11:29',NULL,10,50);
/*!40000 ALTER TABLE `jnx5e_contact_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_content`
--

DROP TABLE IF EXISTS `jnx5e_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_content`
--

LOCK TABLES `jnx5e_content` WRITE;
/*!40000 ALTER TABLE `jnx5e_content` DISABLE KEYS */;
INSERT INTO `jnx5e_content` VALUES (1,110,'prueba','prueba','<h2>efecto imageeffectck</h2>\r\n<p><img class=\"effectck-steve\" src=\"images/logos/logo50.png\" width=\"220\" height=\"183\"></p>\r\n<hr>\r\n<h2>acordion de Simple Sliders</h2>\r\n<p>{slider title=\"prueba 1 Title\" class=\"blue\"}</p>\r\n<p><a href=\"#\">Slider 1 content.</a></p>\r\n<p>{slider title=\"Slider 2 Title\" class=\"red\"}</p>\r\n<p>Slider 2 content. </p>\r\n<p>{/sliders}</p>\r\n<hr>\r\n<h2>tab de Simple Sliders</h2>\r\n<p>{tab title=\"Tab 1\" class=\"blue\"}</p>\r\n<p>Tab 1 content. {tab title=\"Tab 2\" class=\"red\"}</p>\r\n<p>Tab 2 content. {tab title=\"Tab 3\" class=\"green\"}</p>\r\n<p>Tab 3 content.</p>\r\n<p>{/tabs}</p>\r\n<hr>\r\n<h2>Botones con imagen </h2>\r\n<h2 style=\"text-align: center;\"> </h2>\r\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"><!-- Tarjeta 1 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/fondoMVZ.jpg\" alt=\"Fondo MVZ\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Línea de profundización Pregrado MVZ </a></div>\r\n<!-- Tarjeta 2 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoPATS.jpg\" alt=\"FondoPATS.jpg\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Especialización Producción Agrícola Tropical Sostenible </a></div>\r\n<!-- Tarjeta 3 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoPTS.jpg\" alt=\"FondoPTS.jpg\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Maestria Produccion tropical sostenible </a></div>\r\n<!-- Tarjeta 4 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/Fondoproyectos.jpg\" alt=\"Fondoproyectos.jpg\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Proyectos PTS </a></div>\r\n<!-- Tarjeta 5 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/horizonte-verde.png\" alt=\"horizonte-verde.png\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Ejemplo de boton 5 </a></div>\r\n</div>\r\n<hr>\r\n<h2>modulo testimonio ol_testimonials.</h2>\r\n<p>{loadmoduleid 113}</p>\r\n<hr>\r\n<p>modulo calendario dp_calendar</p>\r\n<p>{loadmoduleid 112}</p>\r\n<p> </p>','',1,2,'2024-10-17 15:56:03',44,'','2025-04-02 21:23:12',44,NULL,NULL,'2024-10-17 15:56:03',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\":\"\"}',14,3,'','',1,81,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(2,112,'menu-vertical','menu-vertical','<p>Prueba menu vertical</p>','',1,2,'2025-02-24 13:56:30',44,'','2025-02-24 13:56:30',44,46,'2026-03-13 16:33:20','2025-02-24 13:56: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\":\"\"}',1,2,'','',1,5,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(3,118,'¿QUIÉNES SOMOS?','quienes-somos','<div style=\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; border-left: 5px solid #28a745; margin: 30px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\">\r\n<p style=\"text-align: justify; margin-bottom: 20px; line-height: 1.7;\"><span style=\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\"> El <strong style=\"color: #28a745; font-weight: 600;\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)</strong>, perteneciente a la <em style=\"color: #495057; font-style: italic;\">Universidad de los Llanos</em>, es un instituto de investigación que se fundamenta en la <strong style=\"color: #28a745;\">excelencia científica</strong>, la <strong style=\"color: #28a745;\">pertinencia regional</strong> y el <strong style=\"color: #28a745;\">impacto social</strong>, consolidándonos como un referente en la investigación y gestión ambiental. </span></p>\r\n<p style=\"text-align: justify; margin-bottom: 0; line-height: 1.7;\"><span style=\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\"> Como centro de investigación reconocido por el <strong style=\"color: #fd7e14; font-weight: 600;\">Ministerio de Ciencia, Tecnología e Innovación (Minciencias)</strong>, garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estratégicos de <strong style=\"color: #28a745;\">Investigación de alto impacto</strong>, <strong style=\"color: #28a745;\">Formación de talento humano</strong>, <strong style=\"color: #28a745;\">Servicios especializados y acreditados</strong> y <strong style=\"color: #28a745;\">Alianzas estratégicas y proyección social</strong>. </span></p>\r\n<div style=\"background: linear-gradient(90deg, #28a745, #20c997); padding: 20px; border-radius: 10px; margin-top: 25px; text-align: center; box-shadow: 0 3px 10px rgba(40, 167, 69, 0.2);\">\r\n<p style=\"margin: 0; line-height: 1.6;\"><span style=\"color: white; font-size: 18px; font-weight: 600; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\"> En el <strong>ICAOC</strong>, nuestro compromiso es ser el <em>motor de la transformación ambiental en la Orinoquia</em>, aportando ciencia, tecnología y talento humano para un desarrollo verdaderamente sostenible. </span></p>\r\n</div>\r\n</div>\r\n<!-- Módulo de Servicios ICAOC -->\r\n<div style=\"font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; padding: 40px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); margin: 30px 0; border-radius: 15px;\"><!-- Grid de Servicios -->\r\n<div style=\"display: flex; flex-wrap: wrap; gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 20px; justify-content: center;\"><!-- CARD 1 -->\r\n<div style=\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\">\r\n<div style=\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\"><img style=\"width: 40px; height: 40px; object-fit: contain;\" src=\"images/icons/investigation.png\" alt=\"Investigación\"></div>\r\n<div style=\"flex: 1;\">\r\n<div style=\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\">Investigación</div>\r\n<div style=\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\">Desarrollamos Proyectos de investigación en áreas como: monitoreo y evaluación ambiental, gestión del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiológicos y pesqueros.</div>\r\n</div>\r\n</div>\r\n<!-- CARD 2 -->\r\n<div style=\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\">\r\n<div style=\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\"><img style=\"width: 40px; height: 40px; object-fit: contain;\" src=\"images/icons/alliance.png\" alt=\"Alianzas Estratégicas\"></div>\r\n<div style=\"flex: 1;\">\r\n<div style=\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\">Alianzas Estratégicas</div>\r\n<div style=\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\">Establecemos colaboraciones con entidades públicas y privadas para fortalecer la investigación y el desarrollo tecnológico.</div>\r\n</div>\r\n</div>\r\n<!-- CARD 3 -->\r\n<div style=\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\">\r\n<div style=\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\"><img style=\"width: 40px; height: 40px; object-fit: contain;\" src=\"images/icons/training.png\" alt=\"Formación de Talento Humano\"></div>\r\n<div style=\"flex: 1;\">\r\n<div style=\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\">Formación de Talento Humano</div>\r\n<div style=\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\">Ofrecemos programas de posgrado, incluyendo la Especialización y Maestría en Gestión Ambiental Sostenible.</div>\r\n</div>\r\n</div>\r\n<!-- CARD 4 -->\r\n<div style=\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\">\r\n<div style=\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\"><img style=\"width: 40px; height: 40px; object-fit: contain;\" src=\"images/icons/data-science.png\" alt=\"Servicios Técnicos y Científicos\"></div>\r\n<div style=\"flex: 1;\">\r\n<div style=\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\">Servicios Técnicos y Científicos</div>\r\n<div style=\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\">Ofrecemos servicios de consultoría, monitoreo ambiental, muestreo y análisis de laboratorio.</div>\r\n</div>\r\n</div>\r\n<!-- CARD 5 -->\r\n<div style=\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\">\r\n<div style=\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\"><img style=\"width: 40px; height: 40px; object-fit: contain;\" src=\"images/icons/8328195.png\" alt=\"Transferencia de Conocimiento\"></div>\r\n<div style=\"flex: 1;\">\r\n<div style=\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\">Transferencia de Conocimiento</div>\r\n<div style=\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\">Promovemos la transferencia de conocimiento a través de su Centro de Calidad de Aguas, que realiza análisis y estudios ambientales.</div>\r\n</div>\r\n</div>\r\n<!-- CARD 6 -->\r\n<div style=\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\">\r\n<div style=\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\"><img style=\"width: 40px; height: 40px; object-fit: contain;\" src=\"images/icons/13097692.png\" alt=\"Apropiación Social del Conocimiento\"></div>\r\n<div style=\"flex: 1;\">\r\n<div style=\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\">Apropiación Social del Conocimiento</div>\r\n<div style=\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\">Participamos en eventos científicos y realizamos actividades de divulgación para el ecosistema territorial de CTel.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- DIRECCIONAMIENTO ESTRATÉGICO -->\r\n<div style=\"background: white; padding: 40px 20px; border-radius: 20px; margin: 40px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\">\r\n<h1 style=\"text-align: center; color: #2c3e50; font-size: clamp(1.8rem, 5vw, 2.5rem); font-weight: bold; margin-bottom: 40px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\">DIRECCIONAMIENTO ESTRATÉGICO</h1>\r\n<!-- CONTENEDOR DE CARDS -->\r\n<div style=\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;\"><!-- CARD MISIÓN -->\r\n<div style=\"flex: 1 1 300px; min-width: 280px; max-width: 100%; background: white; border-radius: 15px; padding: 30px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-left: 5px solid #28a745;\">\r\n<div style=\"width: 90px; height: 90px; border-radius: 50%; background: #d4edda; border: 4px solid #28a745; display: flex; align-items: center; justify-content: center; margin-bottom: 15px;\"><img style=\"max-width: 55px; height: auto;\" src=\"images/icons/Mision.png\" alt=\"Misión ICAOC\"></div>\r\n<h2 style=\"color: #28a745; font-size: 1.4rem; font-weight: 800; margin-bottom: 15px; text-align: center;\">MISIÓN</h2>\r\n<p style=\"color: #2c3e50; font-size: 1rem; line-height: 1.6; margin: 0; text-align: justify;\">Contribuir en la relación compleja hombre-naturaleza en la región y el país, con el desarrollo de las ciencias ambientales a través de la formación de talento humano, de la investigación y de la transferencia de conocimiento, en el marco de la sostenibilidad.</p>\r\n</div>\r\n<!-- CARD VISIÓN -->\r\n<div style=\"flex: 1 1 300px; min-width: 280px; max-width: 100%; background: white; border-radius: 15px; padding: 30px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-left: 5px solid #fd7e14;\">\r\n<div style=\"width: 90px; height: 90px; border-radius: 50%; background: #ffeaa7; border: 4px solid #fd7e14; display: flex; align-items: center; justify-content: center; margin-bottom: 15px;\"><img style=\"max-width: 55px; height: auto;\" src=\"images/icons/vision.png\" alt=\"Visión ICAOC\"></div>\r\n<h2 style=\"color: #fd7e14; font-size: 1.4rem; font-weight: 800; margin-bottom: 15px; text-align: center;\">VISIÓN</h2>\r\n<p style=\"color: #2c3e50; font-size: 1rem; line-height: 1.6; margin: 0; text-align: justify;\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a través del cumplimiento de su misión, será reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gestión sostenible del territorio.</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- ORGANIGRAMA -->\r\n<div style=\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 15px 30px; border-radius: 15px; margin: 10px 0; border-left: 5px solid #6c757d; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\">\r\n<h1 style=\"text-align: center; color: #495057; font-size: 2.2rem; font-weight: bold; margin-bottom: 10px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\">Organigrama</h1>\r\n<p style=\"text-align: center; color: #6c757d; font-size: 1.1rem; margin: 0; font-style: italic;\">Estructura organizacional del ICAOC</p>\r\n</div>\r\n<p><img src=\"images/Grfico de Organigrama ICAOC Multicolor_Micrositio.png\"></p>','',1,10,'2025-06-24 18:55:24',44,'','2025-11-13 15:35:46',46,NULL,NULL,'2025-06-24 18:55:24',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\":\"\"}',73,17,'','',1,348,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(4,119,'Nuestra historia.','nuestra-historia','<h1> </h1>\r\n<div style=\"width: 100%;\"><div style=\"position: relative; padding-bottom: 56.25%; padding-top: 0; height: 0;\"><iframe title=\"Nuestra Historia\" frameborder=\"0\" width=\"1200\" height=\"675\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" src=\"https://view.genially.com/6893676b292cbe8996a87a76\" type=\"text/html\" allowscriptaccess=\"always\" allowfullscreen=\"true\" scrolling=\"yes\" allownetworking=\"all\"></iframe> </div> </div>\r\n<h1>Nuestras alianzas</h1>\r\n<p><img src=\"images/Nuestra%20Historia/nuestros%20Aliados_ICAOC_imagen_Micrositio.png\" width=\"5015\" height=\"3600\" loading=\"lazy\" data-path=\"local-images:/Nuestra Historia/nuestros Aliados_ICAOC_imagen_Micrositio.png\"></p>\r\n<p> </p>\r\n<h1>Ecopetrol Aliado Estratégico</h1>\r\n<p> </p>\r\n<p><img src=\"images/Nuestra%20Historia/Alianza%20Ecopetrol.png\" width=\"2000\" height=\"783\" loading=\"lazy\" data-path=\"local-images:/Nuestra Historia/Alianza Ecopetrol.png\"></p>','',1,10,'2025-06-24 18:56:33',44,'','2025-10-02 20:39:49',46,46,'2025-10-14 13:12:22','2025-06-24 18:56:33',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\":\"\"}',11,16,'','',1,260,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(5,120,'Nuestro Equipo.','nuestro-equipo','<p>{loadmoduleid 118}</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>','',1,10,'2025-06-24 18:57:39',44,'','2025-07-22 19:45:31',44,NULL,NULL,'2025-06-24 18:57:39',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\":\"\"}',10,15,'','',1,309,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(6,121,'CERTIFICACIONES Y DISTINCIONES','certificaciones-y-distinciones','<h1><span style=\"font-size: 36px;\"><strong>RECONOCIMIENTOS</strong></span></h1>\r\n<p><img class=\"effectck-steve\" src=\"images/Imagen%20Reconocimiento%20minciencias.jpg\" width=\"1280\" height=\"720\" loading=\"lazy\" data-path=\"local-images:/Imagen Reconocimiento minciencias.jpg\"></p>\r\n<p><span style=\"font-size: 36px;\"><strong>Maestría en Gestión Ambiental Sostenible</strong></span></p>\r\n<p><strong><img class=\"effectck-steve\" src=\"images/Acreditacin%20alta%20calidad%20MGAS.jpg\" width=\"1280\" height=\"720\" loading=\"lazy\" data-path=\"local-images:/Acreditacin alta calidad MGAS.jpg\"></strong></p>\r\n<p style=\"padding-left: 80px;\">Programa con <strong>Acreditación en Alta Calidad</strong> otorgado por el <strong>Ministerio de Educación Nacional</strong>. Res MEN 023036 del 2021</p>\r\n<h2><strong><span style=\"font-size: 36px;\">Acreditación de Laboratorio</span></strong></h2>\r\n<p><strong>El Centro de Calidad de Aguas cuenta con acreditación </strong><strong>IDEAM</strong> bajo la norma <strong>NTC-ISO/IEC 17025.</strong> </p>\r\n<p><img class=\"effectck-steve\" src=\"images/Imagen%20Acreditacin%20IDEAM.jpg\" alt=\"Imagen Acreditación IDEAM.png\" width=\"1280\" height=\"720\" loading=\"lazy\" data-path=\"local-images:/Imagen Acreditacin IDEAM.jpg\"></p>\r\n<h2 style=\"font-size: 36px; color: #2c3e50; text-align: center; margin-bottom: 20px;\"><strong>Certificaciones de Calidad</strong></h2>\r\n<p style=\"font-size: 18px; line-height: 1.6; color: #333; text-align: justify; margin-bottom: 20px;\">El <strong>Instituto de Ciencias Ambientales de la Orinoquía Colombiana (ICAOC)</strong> cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos.</p>\r\n<ul style=\"list-style-type: none; padding: 0; margin: 0;\">\r\n<li style=\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\r\n<p style=\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\"><strong>ISO 9001:2015</strong><br><span style=\"color: #555;\">Certificación otorgada por <strong>ICONTEC</strong> e <strong>IQNet</strong> que garantiza un sistema de gestión de calidad sólido.</span></p>\r\n</li>\r\n<li style=\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\r\n<p style=\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\"><strong>ISO 14001:2015</strong><br><span style=\"color: #555;\">Certificación en gestión ambiental que confirma el compromiso del ICAOC con la <strong>sostenibilidad</strong>.</span></p>\r\n</li>\r\n</ul>','',1,10,'2025-06-24 18:58:18',44,'','2025-09-02 13:59:27',46,NULL,NULL,'2025-06-24 18:58:18',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\":\"1\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"\",\"show_hits\":\"0\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',25,14,'','',1,243,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(8,123,'Grupos de Investigación','grupos-de-investigacion','<p style=\"text-align: justify;\">El <strong>Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)</strong> es una unidad académica comprometida con el desarrollo sostenible de la región Orinoquia, a través de la generación de conocimiento científico, la formación de talento humano altamente calificado y el fortalecimiento de procesos de investigación e innovación.</p>\r\n<p style=\"text-align: justify;\">Como parte de su misión, el ICAOC lidera y gestiona <strong>tres grupos de investigación reconocidos por Minciencias</strong>, que abordan problemáticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiológicos y ecosistemas estratégicos. Estos grupos realizan una valiosa contribución tanto a la investigación básica como aplicada, promoviendo además la vinculación activa de estudiantes mediante semilleros.</p>\r\n<p style=\"text-align: justify;\">Los tres grupos adscritos al ICAOC son:</p>\r\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"><!-- Tarjeta 1 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\" src=\"images/grupos/biorinoquia.jpg\" alt=\"biorinoquia\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"index.php/investigaciones/grupos-de-investigacion/biorinoquia\" target=\"_blank\" rel=\"noopener\"> </a></div>\r\n<!-- Tarjeta 2 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\" src=\"images/grupos/gigas.png\" alt=\"gigas\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"index.php/investigaciones/grupos-de-investigacion/gigas\" target=\"_blank\" rel=\"noopener\"> </a></div>\r\n<!-- Tarjeta 3 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\" src=\"images/grupos/girehpes.jpg\" alt=\"girehpes\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"index.php/investigaciones/grupos-de-investigacion/girehpes\" target=\"_blank\" rel=\"noopener\"> </a></div>\r\n</div>','',1,11,'2025-06-25 13:48:21',44,'','2025-07-07 18:50:40',44,NULL,NULL,'2025-06-25 13:48: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\":\"\"}',20,13,'','',1,248,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(10,125,'Grupo de Investigación en Gestión Ambiental Sostenible – GIGAS','gigas','<!-- Información General -->\r\n<div style=\"background: #ffffff; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;\"><!-- Texto -->\r\n<div style=\"flex: 1; min-width: 250px;\">\r\n<h2 style=\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\">Información General</h2>\r\n<p style=\"font-size: 17px; color: #2c3e50; line-height: 1.6; margin: 0;\"><strong>Líder del grupo:</strong> Juan Manuel Trujillo González<br><strong>Código Minciencias:</strong> COL0037158<br><strong>Fecha de institucionalización:</strong> 9 de junio de 2009<br><strong>Última categoría Minciencias:</strong> Categoría A<br><strong>Unidad académica:</strong> Instituto de Ciencias Ambientales de la Orinoquía Colombiana (ICAOC)<br><strong>Correo de contacto:</strong> <a style=\"color: #007bff; text-decoration: none; font-weight: bold; cursor: pointer;\" href=\"mailto:[email protected]\">[email protected]</a></p>\r\n</div>\r\n<!-- Imagen -->\r\n<div style=\"flex-shrink: 0; text-align: center; margin-left: 10px;\"><img class=\"effectck-steve\" style=\"max-width: 280px; height: auto; border-radius: 8px; display: block;\" src=\"images/logos/logos_grupos/gigas/gigas_logo.png\" alt=\"Logo GIGAS\"></div>\r\n</div>\r\n<!-- Sobre el Grupo -->\r\n<div style=\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\">\r\n<h2 style=\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\">Sobre GIGAS</h2>\r\n<p style=\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\">El Grupo de Investigación en <strong>Gestión Ambiental Sostenible – GIGAS</strong>, reconocido por su excelencia investigativa en el ámbito ambiental, tiene como objetivo principal generar conocimiento, metodologías y estrategias para la gestión sostenible del ambiente, contribuyendo a la solución de problemáticas regionales y nacionales.</p>\r\n</div>\r\n<!-- Programas Académicos Vinculados -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\">\r\n<h2 style=\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\">Programas Académicos Vinculados</h2>\r\n<p style=\"font-size: 16px; color: #333; text-align: justify;\">El grupo GIGAS aporta al fortalecimiento académico y científico de los siguientes programas de posgrado:</p>\r\n<ul style=\"padding-left: 20px; margin: 10px 0; color: #444;\">\r\n<li><strong>Especialización en Gestión Ambiental Sostenible</strong></li>\r\n<li><strong>Maestría en Gestión Ambiental Sostenible</strong></li>\r\n</ul>\r\n</div>\r\n<!-- Semilleros -->\r\n<div style=\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0;\">\r\n<h2 style=\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\">Semilleros de Investigación</h2>\r\n<p style=\"font-size: 16px; color: #333; text-align: justify;\">GIGAS promueve la formación investigativa de nuevos talentos a través de los siguientes semilleros:</p>\r\n<!-- Semillero Gestión Ambiental Sostenible -->\r\n<div style=\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\">\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>Semillero de Investigación en Gestión Ambiental Sostenible</strong></p>\r\n<img class=\"effectck-steve\" style=\"width: 100%; max-width: 200px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\" src=\"images/logos/logos_grupos/gigas/semilleros/SIGAS_semillero.jpg\" alt=\"Logo Semillero Gestión Ambiental Sostenible\"></div>\r\n<!-- Semillero SIEAS -->\r\n<div style=\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\">\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>Estudios Ambientales y Sostenibilidad (SIEAS)</strong></p>\r\n<img class=\"effectck-steve\" style=\"width: 100%; max-width: 200px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\" src=\"images/logos/logos_grupos/gigas/semilleros/SIEAS_semillero.jpg\" alt=\"Logo Semillero SIEAS\"></div>\r\n</div>\r\n<!-- Áreas -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\">\r\n<h2 style=\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\">Áreas de Investigación</h2>\r\n<p style=\"font-size: 16px; color: #333; text-align: justify;\">El grupo articula sus líneas de trabajo con las siguientes áreas estratégicas:</p>\r\n<ul style=\"padding-left: 20px; margin: 10px 0; color: #444;\">\r\n<li>Ciencia, tecnología e innovación en ambiente, biodiversidad y hábitat</li>\r\n</ul>\r\n</div>\r\n<!-- Sección de Integrantes -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial,sans-serif;\">\r\n<h2 style=\"text-align: center; color: #2c3e50; margin-bottom: 25px;\">Integrantes</h2>\r\n<div style=\"display: flex; gap: 30px; justify-content: center; align-items: flex-start; flex-wrap: wrap;\"><!-- Primera columna -->\r\n<div style=\"flex: 1; max-width: 400px;\">\r\n<ul style=\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\">\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Marco Aurelio Torres Mora</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Juan Manuel Trujillo Gonzalez</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Clara Inés Caro Caro</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Jose Ismael Rojas Peña</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Naisly Tovar Hernández</li>\r\n</ul>\r\n</div>\r\n<!-- Segunda columna -->\r\n<div style=\"flex: 1; max-width: 400px;\">\r\n<ul style=\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\">\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Juan David Mahecha Pulido</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Francisco José Morales Espitia</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Geraldine Jhafet Huerfano Moreno</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Yirley Angelica Rincon Blanquicet</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Diana Paola Osorio Ramirez</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<p><a class=\"button button-bevel\" href=\"https://scienti.minciencias.gov.co/gruplac/jsp/visualiza/visualizagr.jsp?nro=00000000005296\" target=\"_blank\" rel=\"noopener\">Acceso al GrupLAC</a></p>','',1,12,'2025-06-25 13:52:37',44,'','2025-11-13 16:36:35',46,NULL,NULL,'2025-06-25 13:52:37',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\":\"\"}',34,12,'','',1,306,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(11,126,'Grupo de investigación GIREHPES','girehpes','<!-- Información General -->\r\n<div style=\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\"><!-- Texto -->\r\n<div style=\"flex: 1; min-width: 250px;\">\r\n<h2 style=\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\">Información General</h2>\r\n<p style=\"font-size: 17px; color: #2c3e50; line-height: 1.6;\"><strong>Líder del grupo:</strong> Jesús Manuel Vásquez Ramos<br><strong>Código Minciencias:</strong> COL0114533<br><strong>Fecha de institucionalización:</strong> 11 de marzo de 2016<br><strong>Última categoría Minciencias:</strong> Categoría C<br><strong>Unidad académica:</strong> Departamento de Biología y Química<br><strong>Correo de contacto:</strong></p>\r\n<ul style=\"list-style: none; padding: 0; margin: 10px 0;\">\r\n<li><a style=\"color: #007bff; text-decoration: none; font-size: 16px; font-weight: bold;\" href=\"mailto:[email protected]\">[email protected]</a></li>\r\n</ul>\r\n</div>\r\n<!-- Imagen -->\r\n<div style=\"flex-shrink: 0; text-align: center;\"><img class=\"effectck-steve\" style=\"max-width: 1540px; height: 237px; border-radius: 8px;\" src=\"images/logos/logos_grupos/girehpes/girehpes_logo.jpg\" alt=\"Logo GIREHPES\" width=\"281\"></div>\r\n</div>\r\n<!-- Sobre el Grupo -->\r\n<div style=\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\">\r\n<h2 style=\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\">Sobre GIREHPES</h2>\r\n<p style=\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\">El Grupo <strong>GIREHPES</strong> está enfocado en la evaluación, manejo y conservación sostenible de los recursos hidrobiológicos y pesqueros de la región Orinoquia Colombiana, aportando al conocimiento científico y a la gestión ambiental de la biodiversidad acuática.</p>\r\n</div>\r\n<!-- Programas Académicos Vinculados -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\">\r\n<h2 style=\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\">Programas Académicos Vinculados</h2>\r\n<p style=\"font-size: 16px; color: #333;\">El grupo GIREHPES contribuye al desarrollo académico y científico de los siguientes programas:</p>\r\n<ul style=\"padding-left: 20px; margin: 10px 0; color: #444;\">\r\n<li><strong>Biología</strong></li>\r\n<li><strong>Ingeniería Ambiental</strong></li>\r\n<li><strong>Especialización en Gestión Ambiental Sostenible</strong></li>\r\n<li><strong>Maestría en Gestión Ambiental Sostenible</strong></li>\r\n</ul>\r\n</div>\r\n<!-- Semilleros -->\r\n<div style=\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\">\r\n<h2 style=\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\">Semilleros de Investigación</h2>\r\n<p style=\"font-size: 16px; color: #333;\">El grupo GIREHPES fomenta la formación de jóvenes investigadores mediante los siguientes semilleros:</p>\r\n<!-- Semillero JIACACU -->\r\n<div style=\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\">\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>JIACACU</strong></p>\r\n<img class=\"effectck-steve\" style=\"width: 100%; max-width: 180px; height: auto; object-fit: contain; border-radius: 20px;\" src=\"images/logos/logos_grupos/girehpes/semilleros/JIACACU_semillero.jpg\" alt=\"Logo JIACACU\"></div>\r\n<!-- Semillero BioHerp -->\r\n<div style=\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\">\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>BioHerp</strong></p>\r\n<img class=\"effectck-steve\" style=\"width: 100%; max-width: 180px; height: auto; object-fit: contain; border-radius: 20px;\" src=\"images/logos/logos_grupos/girehpes/semilleros/BioHerp_semillero.jpg\" alt=\"Logo BioHerp\"></div>\r\n<!-- Semillero BIODES -->\r\n<div style=\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\">\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>Biología del Desarrollo – BIODES</strong></p>\r\n<img class=\"effectck-steve\" style=\"width: 100%; max-width: 180px; height: auto; object-fit: contain; border-radius: 20px;\" src=\"images/logos/logos_grupos/girehpes/semilleros/BIODES_semillero.jpg\" alt=\"Logo BIODES\"></div>\r\n</div>\r\n<!-- Áreas -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\">\r\n<h2 style=\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\">Áreas de Investigación</h2>\r\n<p style=\"font-size: 16px; color: #333;\">El grupo se articula con las siguientes áreas estratégicas:</p>\r\n<ul style=\"padding-left: 20px; margin: 10px 0; color: #444;\">\r\n<li>Caracterización y conservación de la biodiversidad en la Orinoquia, con énfasis en la evaluación, manejo y conservación de los recursos hidrobiológicos.</li>\r\n<li>Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el área de pesquerías.</li>\r\n</ul>\r\n</div>\r\n<!-- Sección de Integrantes -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\">\r\n<h2 style=\"text-align: center; color: #2c3e50; margin-bottom: 25px;\">Integrantes</h2>\r\n<div style=\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\"><!-- Primera columna -->\r\n<div style=\"flex: 1; max-width: 400px;\">\r\n<ul style=\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\">\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Jesús Manuel Vásquez Ramos</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Hernando Ramirez Gil</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Jorge Anthony Astwood Romero</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Rosa Elena Ajiaco Martinez</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Carlos Barreto Reyes</li>\r\n</ul>\r\n</div>\r\n<!-- Segunda columna -->\r\n<div style=\"flex: 1; max-width: 400px;\">\r\n<ul style=\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\">\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Breidy Leandro Rodriguez Umaña</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Karen Lineke Alvarez Alvarez</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Miguel Angel Cortés Hernández</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Jesica Juliana Romero Lizcano</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Erwin Andres Navarro Gómez</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<p><a class=\"button button-bevel\" href=\"https://scienti.minciencias.gov.co/gruplac/jsp/visualiza/visualizagr.jsp?nro=00000000011558\" target=\"_blank\" rel=\"noopener\">Acceso al GrupLAC</a></p>','',1,12,'2025-06-25 13:55:22',44,'','2025-11-27 02:02:14',46,NULL,NULL,'2025-06-25 13:55:22',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\":\"\"}',26,11,'','',1,251,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(12,127,'Grupo de Investigación Biorinoquia','biorinoquia','<!-- Información General -->\r\n<div style=\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\"><!-- Texto -->\r\n<div style=\"flex: 1; min-width: 250px;\">\r\n<h2 style=\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\">Información General</h2>\r\n<p style=\"font-size: 17px; color: #2c3e50; line-height: 1.6;\"><strong>Líder del grupo:</strong> Mónica Medina Merchán<br><strong>Código Minciencias:</strong> COL0058505<br><strong>Fecha de institucionalización:</strong> 25 de octubre de 2008<br><strong>Última categoría Minciencias:</strong> Categoría C<br><strong>Unidad académica:</strong> Departamento de Biología y Química<br><strong>Correos de contacto:</strong></p>\r\n<ul style=\"list-style: none; padding: 0; margin: 10px 0;\">\r\n<li style=\"margin-bottom: 8px;\"><a style=\"color: #007bff; text-decoration: none; font-size: 16px;\" href=\"mailto:[email protected]\">[email protected]</a></li>\r\n<li><a style=\"color: #007bff; text-decoration: none; font-size: 16px;\" href=\"mailto:[email protected]\">[email protected]</a></li>\r\n</ul>\r\n</div>\r\n<!-- Imagen -->\r\n<div style=\"flex-shrink: 0; text-align: center; max-width: 100%;\"><img class=\"effectck-steve\" style=\"width: 100%; max-width: 380px; height: auto; border-radius: 12px;\" src=\"images/logos/logos_grupos/biorinoquia/biorinoquia_logo.jpg\" alt=\"Logo Biorinoquia\"></div>\r\n</div>\r\n<!-- Sobre el Grupo -->\r\n<div style=\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\">\r\n<h2 style=\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\">Sobre Biorinoquia</h2>\r\n<p style=\"font-size: 16px; color: #333; line-height: 1.6;\">El Grupo de Investigación <strong>Biorinoquia</strong> se enfoca en el estudio de la biodiversidad y los recursos biológicos de la Orinoquia Colombiana. Su labor científica busca aportar al conocimiento, conservación y uso sostenible de los ecosistemas de la región, articulando ciencia básica, aplicada y biotecnología.</p>\r\n</div>\r\n<!-- Programas Académicos Vinculados -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\">\r\n<h2 style=\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\">Programas Académicos Vinculados</h2>\r\n<p style=\"font-size: 16px; color: #333;\">El grupo Biorinoquia contribuye al desarrollo académico y científico del siguiente programa de pregrado:</p>\r\n<ul style=\"padding-left: 20px; margin: 10px 0; color: #444;\">\r\n<li><strong>Programa de Biología</strong></li>\r\n</ul>\r\n</div>\r\n<!-- Semilleros -->\r\n<div style=\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\">\r\n<h2 style=\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\">Semilleros de Investigación</h2>\r\n<p style=\"font-size: 16px; color: #333;\">Biorinoquia promueve la formación de jóvenes investigadores a través de los siguientes semilleros:</p>\r\n<!-- Semillero ENTOMOS -->\r\n<div style=\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\">\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>Insectos y otros artrópodos para la Orinoquia Colombiana – ENTOMOS</strong></p>\r\n<img style=\"width: 180px; height: 180px; object-fit: cover; margin-left: 12px; border-radius: 150px;\" src=\"images/logos/logos_grupos/biorinoquia/semilleros/ENTOMOS_semillero.jpg\" alt=\"Logo ENTOMOS\"></div>\r\n<div style=\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\"><!-- Semillero Flora -->\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>Flora de la Orinoquia</strong></p>\r\n<img style=\"width: 180px; height: 180px; object-fit: contain; margin-left: 12px; border-radius: 150px;\" src=\"images/logos/logos_grupos/biorinoquia/semilleros/Flora_semillero.jpg\" alt=\"Logo Flora Orinoquia\"></div>\r\n</div>\r\n<!-- Áreas -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\">\r\n<h2 style=\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\">Áreas de Investigación</h2>\r\n<p style=\"font-size: 16px; color: #333;\">El grupo se articula con las siguientes áreas estratégicas del Sistema Nacional de Ciencia, Tecnología e Innovación:</p>\r\n<ul style=\"padding-left: 20px; margin: 10px 0; color: #444;\">\r\n<li>Ciencia, tecnología e innovación en ambiente, biodiversidad y hábitat</li>\r\n<li>Biotecnología</li>\r\n</ul>\r\n</div>\r\n<!-- Sección de Integrantes -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\">\r\n<h2 style=\"text-align: center; color: #2c3e50; margin-bottom: 25px;\">Integrantes</h2>\r\n<div style=\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\"><!-- Primera columna -->\r\n<div style=\"flex: 1; max-width: 400px;\">\r\n<ul style=\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\">\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Elizabeth Aya Baquero</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Johanna Isabel Murillo Pacheco</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Laura Isabel Mesa Castellanos</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Luis Antonio González Montaña</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Luz Stella Suárez</li>\r\n</ul>\r\n</div>\r\n<!-- Segunda columna -->\r\n<div style=\"flex: 1; max-width: 400px;\">\r\n<ul style=\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\">\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Gloria Victoria Castro Rojas</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Jorge Pachón García</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Lida Carolina Lesmes Rodríguez</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Luz Mila Quiñones Méndez</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Mónica Medina Merchán</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<p><a class=\"button button-bevel\" href=\"https://scienti.minciencias.gov.co/gruplac/jsp/visualiza/visualizagr.jsp?nro=00000000003963\" target=\"_blank\" rel=\"noopener\"> Acceso al GrupLAC </a></p>','',1,12,'2025-06-25 13:56:59',44,'','2025-11-27 02:05:26',46,NULL,NULL,'2025-06-25 13:56:59',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\":\"\"}',41,10,'','',1,220,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(13,128,'Cartillas divulgativas','cartillas-divulgativas','<!-- SECCIÓN: Proyecto Cuencas -->\r\n<div style=\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #ccfbf1 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\">\r\n<h2 style=\"text-align: center; font-size: 28px; color: #0369a1; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\">Proyecto Cuencas</h2>\r\n<div class=\"fp-features\">\r\n<div class=\"g-grid\" style=\"display: flex; flex-wrap: wrap; justify-content: center;\"><!-- Tarjeta 1 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/Cartilla Unillanos-Ecopetrol CNBIO.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/Cartilla Unillanos-Ecopetrol CNBIO.png?width=260&amp;height=298\" width=\"260\" height=\"298\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/Cartilla Unillanos-Ecopetrol CNBIO.pdf\" target=\"_blank\" rel=\"noopener\">Cartilla Unillanos-Ecopetrol CNBIO</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Tarjeta 2 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/GUIA MUESTREOS AMBIENTALES.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/GUIA MUESTREOS AMBIENTALES.png?width=260&amp;height=298\" width=\"260\" height=\"298\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/GUIA MUESTREOS AMBIENTALES.pdf\" target=\"_blank\" rel=\"noopener\">Muestreos Ambientales</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Tarjeta 3 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/generalidades del proceso de simulacion.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/generalidades del proceso de simulacion.png?width=260&amp;height=298\" width=\"260\" height=\"298\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/generalidades del proceso de simulacion.pdf\" target=\"_blank\" rel=\"noopener\">Generalidades del proceso de simulación</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Tarjeta 4 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/La gente en la cuenca del rio Guayuriba.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/La gente en la cuenca del rio Guayuriba.png?width=260&amp;height=312\" width=\"260\" height=\"312\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/La gente en la cuenca del rio Guayuriba.pdf\" target=\"_blank\" rel=\"noopener\">La gente en la cuenca del rio Guayuriba</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Tarjeta 5 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/La pesquería en bocas del Guayuriba, alto río meta, Orinoquia Colombiana.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/La pesquería en bocas del Guayuriba, alto río meta, Orinoquia Colombiana.png?width=260&amp;height=312\" width=\"260\" height=\"312\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/La pesquería en bocas del Guayuriba, alto río meta, Orinoquia Colombiana.pdf\" target=\"_blank\" rel=\"noopener\">La pesquería en bocas del Guayuriba</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Tarjeta 6 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/Cuenca alta rio Meta.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/Cuenca alta rio Meta.png?width=260&amp;height=312\" width=\"260\" height=\"312\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/Cuenca alta rio Meta.pdf\" target=\"_blank\" rel=\"noopener\">Cuenca alta rio Meta</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Tarjeta 7 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/La huella hidrica en nuestras cuencas.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/La huella hidrica en nuestras cuencas.png?width=260&amp;height=312\" width=\"260\" height=\"312\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/La huella hidrica en nuestras cuencas.pdf\" target=\"_blank\" rel=\"noopener\">La huella hídrica en nuestras cuencas</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- SECCIÓN: Proyecto Sabanalarga -->\r\n<div style=\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #a5f3fc 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\">\r\n<h2 style=\"text-align: center; font-size: 28px; color: #b45309; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\">Proyecto Sabanalarga</h2>\r\n<div class=\"fp-features\">\r\n<div class=\"g-grid\" style=\"display: flex; flex-wrap: wrap; justify-content: center;\">\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/Sabana larga.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/Sabana Larga.png\" width=\"260\" height=\"298\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/Sabana larga.pdf\" target=\"_blank\" rel=\"noopener\">Sabana larga</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- SECCIÓN: Proyecto Orotoy -->\r\n<div style=\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bae6fd 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\">\r\n<h2 style=\"text-align: center; font-size: 28px; color: #047857; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\">Proyecto Orotoy</h2>\r\n<div class=\"fp-features\">\r\n<div class=\"g-grid\" style=\"display: flex; flex-wrap: wrap; justify-content: center;\">\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/100 mujeres del rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/100 mujeres del rio orotoy.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/100 mujeres del rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\">100 mujeres del rio Orotoy</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto orotoy/alternativas ambientales y agricultura para el hogar.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/alternativas ambientales y agricultura para el hogar.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/alternativas ambientales y agricultura para el hogar.pdf\" target=\"_blank\" rel=\"noopener\">Alternativas ambientales y agricultura para el hogar</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto orotoy/Balance Hídrico Asociado a la Cobertura Vegetal.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Balance Hídrico Asociado a la Cobertura Vegetal.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/Balance Hídrico Asociado a la Cobertura Vegetal.pdf\" target=\"_blank\" rel=\"noopener\">Balance Hídrico Asociado a la Cobertura Vegetal</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto orotoy/Cuenca del río Orotoy - Diagnóstico socioambiental.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Cuenca del río Orotoy - Diagnóstico socioambiental.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/Cuenca del río Orotoy - Diagnóstico socioambiental.pdf\" target=\"_blank\" rel=\"noopener\">Cuenca del río Orotoy - Diagnóstico socioambiental</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto orotoy/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Cuenca del rio orotoy y sus ambientes acuaticos.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\" target=\"_blank\" rel=\"noopener\">Cuenca del rio orotoy y sus ambientes acuáticos</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto orotoy/estandarizacion de metodos de estudio para un sistema lotico.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/estandarizacion de metodos de estudio para un sistema lotico.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/estandarizacion de metodos de estudio para un sistema lotico.pdf\" target=\"_blank\" rel=\"noopener\">Estandarización de metodos de estudio para un sistema lotico</a></h4>\r\n</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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Libro resumen de las plantas utiles de la cuenca del rio orotoy.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\">Libro resumen de las plantas útiles de la cuenca del rio Orotoy</a></h4>\r\n</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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/macroinvertebrados acuaticos rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/macroinvertebrados acuaticos rio orotoy.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/macroinvertebrados acuaticos rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\">Macroinvertebrados acuáticos rio Orotoy</a></h4>\r\n</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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/mujer autocuidado y entorno saludable.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/mujer autocuidado y entorno saludable.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/mujer autocuidado y entorno saludable.pdf\" target=\"_blank\" rel=\"noopener\">Mujer autocuidado y entorno saludable</a></h4>\r\n</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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/mujer rural creadora de sueños.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/mujer rural creadora de sueños.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/mujer rural creadora de sueños.pdf\" target=\"_blank\" rel=\"noopener\">Mujer rural creadora de sueños</a></h4>\r\n</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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/proyecto 100 mujeres del rio orotoy metodologia.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/proyecto 100 mujeres del rio orotoy metodologia.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/proyecto 100 mujeres del rio orotoy metodologia.pdf\" target=\"_blank\" rel=\"noopener\">Proyecto 100 mujeres del rio Orotoy metodología</a></h4>\r\n</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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/vegetacion ribereña de la cuenca del rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/vegetacion ribereña de la cuenca del rio orotoy.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/vegetacion ribereña de la cuenca del rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\">Vegetación ribereña de la cuenca del rio Orotoy</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- SECCIÓN: Proyecto Tejido Social -->\r\n<div style=\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bbf7d0 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\">\r\n<h2 style=\"text-align: center; font-size: 28px; color: #0e7490; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\">Proyecto Tejido Social</h2>\r\n<div class=\"fp-features\">\r\n<div class=\"g-grid\" style=\"display: flex; flex-wrap: wrap; justify-content: center;\">\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/Diez Elementos de la Gestion Ambiental Local.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/Diez Elementos de la Gestion Ambiental Local.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/Diez Elementos de la Gestion Ambiental Local.pdf\" target=\"_blank\" rel=\"noopener\">Diez Elementos de la Gestión Ambiental Local</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto tejido social/Guia de Legislacion Ambiental.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Guia de Legislacion Ambiental.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/Guia de Legislacion Ambiental.pdf\" target=\"_blank\" rel=\"noopener\">Guia de Legislacion Ambiental</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto tejido social/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Memorias Diplomado en Cultura Juvenil y Ambiente.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\" target=\"_blank\" rel=\"noopener\">Memorias Diplomado en Cultura Juvenil y Ambiente</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto tejido social/Memorias Diplomado en Gestion Ambiental Local.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Memorias Diplomado en Gestion Ambiental Local.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/Memorias Diplomado en Gestion Ambiental Local.pdf\" target=\"_blank\" rel=\"noopener\">Memorias Diplomado en Gestion Ambiental Local</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto tejido social/Paisajes.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Paisajes.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/Paisajes.pdf\" target=\"_blank\" rel=\"noopener\">Paisajes</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- SECCIÓN: Proyecto Visión -->\r\n<div style=\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #99f6e4 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\">\r\n<h2 style=\"text-align: center; font-size: 28px; color: #1d4ed8; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\">Proyecto Visión</h2>\r\n<div class=\"fp-features\">\r\n<div class=\"g-grid\" style=\"display: flex; flex-wrap: wrap; justify-content: center;\">\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto vision/Compilación Fases de Diagnóstico y Construcción de Escenarios de la Visión de los Llanos Orientales.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/Compilación Fases de Diagnóstico y Construcción de Escenarios de la Visión de los Llanos Orientales.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto vision/Compilación Fases de Diagnóstico y Construcción de Escenarios de la Visión de los Llanos Orientales.pdf\" target=\"_blank\" rel=\"noopener\">Compilación Fases de Diagnóstico y Construcción de Escenarios de la Visión de los Llanos Orientales</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto vision/vision de visiones.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/vision de visiones.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/vision de visiones.pdf\" target=\"_blank\" rel=\"noopener\">Vision de visiones</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','',1,13,'2025-06-25 14:08:02',44,'','2025-10-02 19:32:15',46,NULL,NULL,'2025-06-25 14:08:02',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\":\"\"}',103,2,'','',1,322,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(14,129,'Videos','videos','','',1,13,'2025-06-25 14:34:25',44,'','2025-09-05 16:19:10',46,NULL,NULL,'2025-06-25 14:34: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\":\"\"}',4,1,'','',1,212,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(15,130,'Centro de Calidad de Agua - CCA','centro-de-calidad-de-agua-cca','','',1,2,'2025-06-25 14:48:36',44,'','2025-06-25 14:48:36',44,NULL,NULL,'2025-06-25 14:48:36',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\":\"\"}',1,1,'','',1,2,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(16,131,'Quienes somos','quienes-somos','<div style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 25px; margin: 20px 0; font-family: Arial, sans-serif; line-height: 1.6; color: #333;\">\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\">Somos una unidad académica y prestadora de servicios de la <strong>Universidad de los Llanos</strong>, comprometidos desde 1985 con la calidad del agua en la Orinoquía Colombiana. Nuestro centro nació como <em>Instituto de Aguas</em> y hoy, tras años de evolución y mejora continua, es el referente regional en análisis y conservación ambiental.</p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><strong style=\"color: #006699;\">¿Por qué es importante nuestro trabajo?</strong><br>Apoyamos a los sectores industrial, agrícola y energético con herramientas y estudios que garantizan la protección y buen manejo del recurso más vital: <strong>el agua</strong>.</p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><strong style=\"color: #006699;\">¿Qué nos hace únicos?</strong><br>Contamos con la acreditación <strong>IDEAM</strong> bajo la norma <em>NTC-ISO/IEC 17025:2017</em>, lo que asegura la calidad y confiabilidad de nuestros análisis. Nuestro equipo está compuesto por la <em>Unidad de Muestreo</em>, la <em>Unidad Analítica de Aguas</em>, la <em>Unidad Hidrobiológica</em> y la <em>Unidad de Microbiología</em>.</p>\r\n<p style=\"text-align: justify; margin: 0; font-size: 16px;\"><strong style=\"color: #006699;\">¿Quieres saber más o colaborar con nosotros?</strong><br>¡No dudes en contactarnos! <span style=\"color: #444;\">Juntos podemos conservar el agua de la Orinoquía para las futuras generaciones.</span></p>\r\n</div>','',1,15,'2025-06-25 14:54:29',44,'','2025-08-29 13:21:28',46,NULL,NULL,'2025-06-25 14:54:29',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\":\"\"}',7,6,'','',1,420,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(17,132,'Equipo de laboratorio','equipo-de-laboratorio','<p>{loadmoduleid 128}</p>','',1,15,'2025-06-25 14:59:21',44,'','2025-08-29 13:30:13',46,NULL,NULL,'2025-06-25 14:59: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\":\"\"}',4,5,'','',1,203,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(18,133,'Servicios','servicios','<p>{loadmoduleid 129}</p>\r\n<p>{loadmoduleid 130}</p>','',1,15,'2025-06-25 15:01:50',44,'','2025-08-29 14:50:06',46,NULL,NULL,'2025-06-25 15:01:50',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\":\"\"}',12,4,'','',1,253,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(19,134,'Información de contacto','informacion-de-contacto','<div style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 25px; margin: 20px 0; font-family: Arial, sans-serif; line-height: 1.6; color: #333;\">\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><strong>Dirección:</strong></p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\">Universidad de los Llanos Km 12 Vía Puerto López, Vereda Barcelona</p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><strong>Emails de contacto:</strong></p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><a href=\"mailto:[email protected]\">[email protected]</a> <br><a href=\"mailto:[email protected]\">[email protected]</a></p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><strong>Teléfono de contacto:</strong></p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><a href=\"tel:+5766616800\">+57 66616800</a></p>\r\n</div>','',1,15,'2025-06-25 15:03:11',44,'','2025-09-05 14:17:38',46,NULL,NULL,'2025-06-25 15:03: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\":\"\"}',5,3,'','',1,184,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(20,135,'Solicitud de cotizaciones','solicitud-de-cotizaciones','<div style=\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\"><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d31837.929481203966!2d-73.5903744!3d4.0730624!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e3e2f699906f93f%3A0xbbcdd4f58e307139!2sUniversidad%20de%20los%20Llanos%20-%20Campus%20Barcelona!5e0!3m2!1ses!2sco!4v1756827902521!5m2!1ses!2sco\" width=\"600\" height=\"450\"  allowfullscreen=\"allowfullscreen\" loading=\"lazy\"></iframe><!-- Contenedor del formulario -->\r\n<div style=\"flex: 1 1 400px; min-width: 300px; position: relative;\">\r\n<h2 style=\"font-size: 22px; color: #d00; margin-bottom: 10px;\">Contáctanos</h2>\r\n<p style=\"font-size: 14px; color: #333; margin-bottom: 15px;\">Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario:</p>\r\n<!-- Formulario --><form action=\"https://formsubmit.co/[email protected]\" method=\"POST\"><input style=\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\" name=\"nombre\" required=\"\" type=\"text\" placeholder=\"Nombre*\"> <input style=\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\" name=\"email\" required=\"\" type=\"email\" placeholder=\"Email*\"> <input style=\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\" name=\"asunto\" required=\"\" type=\"text\" placeholder=\"Asunto\"> <textarea style=\"width: 100%; padding: 10px; height: 100px; border: 1px solid #ccc; border-radius: 6px;\" required=\"\" placeholder=\"Mensaje*\"></textarea> <button style=\"width: 100%; padding: 12px; margin-top: 10px; background: #d00; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: bold;\" type=\"submit\">Enviar</button></form><!-- Botón de WhatsApp flotante dentro del formulario --> <a style=\"position: sticky; bottom: 10px; display: inline-block; float: right;\" href=\"https://wa.me/+573219726769?text=Hola\" target=\"_blank\" rel=\"noopener\"> <img style=\"width: 60px; height: 60px;\" src=\"images/icons/whatsapp.png\" alt=\"WhatsApp\"> </a></div>\r\n</div>','',1,15,'2025-06-25 15:09:58',44,'','2025-09-05 16:00:47',46,NULL,NULL,'2025-06-25 15:09:58',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\":\"\"}',33,2,'','',1,212,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(21,136,'Consultorías Ambientales ','consultorias-ambientales','<!-- Catálogo de Servicios – Instituto de Ciencias Ambientales de la Orinoquia Colombiana -->\r\n<div style=\"font-family: \'Segoe UI\', Roboto, Arial, sans-serif; color: #1f2937; line-height: 1.55; background: linear-gradient(180deg,#f7fafc 0%, #eef2f7 100%); padding: 28px; border-radius: 18px; box-shadow: 0 8px 30px rgba(0,0,0,.08); max-width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: hidden;\"><!-- Encabezado -->\r\n<div style=\"background: #ffffff; border-radius: 18px; padding: 28px; box-shadow: 0 8px 24px rgba(16,24,40,.06); border: 1px solid #e5e7eb; box-sizing: border-box; overflow: hidden;\">\r\n<h1 style=\"margin: 0 0 6px; font-size: clamp(26px, 3vw, 38px); color: #064e3b; letter-spacing: .2px; word-wrap: break-word; overflow-wrap: break-word;\">Catálogo de Servicios</h1>\r\n<p style=\"margin: 0; font-size: clamp(14px, 2vw, 16px); color: #475569; word-wrap: break-word; overflow-wrap: break-word;\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana</p>\r\n<!-- Navegación interna -->\r\n<div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px;\"><a style=\"text-decoration: none; background: #ecfdf5; color: #065f46; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #a7f3d0;\" href=\"#consultoria\">Consultoría</a> <a style=\"text-decoration: none; background: #eff6ff; color: #1e40af; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bfdbfe;\" href=\"#gestion-territorio\">Gestión ambiental y del territorio</a> <a style=\"text-decoration: none; background: #fefce8; color: #92400e; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fde68a;\" href=\"#recursos-naturales\">Recursos Naturales</a> <a style=\"text-decoration: none; background: #fff7ed; color: #9a3412; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fed7aa;\" href=\"#sig\">Sistemas de Información Geográfica</a> <a style=\"text-decoration: none; background: #eef2ff; color: #3730a3; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #c7d2fe;\" href=\"#divulgacion\">Divulgación Científica</a> <a style=\"text-decoration: none; background: #f0fdf4; color: #166534; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bbf7d0;\" href=\"#laboratorio\">Laboratorio y Análisis</a> <a style=\"text-decoration: none; background: #fdf2f8; color: #9d174d; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fbcfe8;\" href=\"#educacion\">Educación (formal y no formal)</a></div>\r\n</div>\r\n<!-- Sección: Consultoría Ambiental -->\r\n<section id=\"consultoria\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#ecfdf5, #ffffff);\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #065f46; word-wrap: break-word; overflow-wrap: break-word;\">Consultoría Ambiental</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\">Asesoría estratégica, técnica y científica para decisiones informadas.</p>\r\n</div>\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\"><!-- Item -->\r\n<div style=\"grid-column: span 6; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\">\r\n<div style=\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\">Valoración de Servicios Ecosistémicos</div>\r\n<div style=\"color: #2f4f4f; font-size: 14px;\">Cuantificación y valoración de beneficios ecosistémicos de la Orinoquía.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\">\r\n<div style=\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\">Asesoría en Políticas Públicas Ambientales</div>\r\n<div style=\"color: #2f4f4f; font-size: 14px;\">Diseño y formulación de políticas para la sostenibilidad regional.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\">\r\n<div style=\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\">Soporte Técnico para la Toma de Decisiones</div>\r\n<div style=\"color: #2f4f4f; font-size: 14px;\">Información científica y análisis para gobiernos, empresas y comunidades.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\">\r\n<div style=\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\">Proyectos de Investigación y Ambientales</div>\r\n<div style=\"color: #2f4f4f; font-size: 14px;\">Formulación y ejecución integral de proyectos.</div>\r\n</div>\r\n<div style=\"grid-column: span 12; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\">\r\n<div style=\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\">Asesoría en proyectos ambientales</div>\r\n<div style=\"color: #2f4f4f; font-size: 14px;\">Acompañamiento técnico desde la idea hasta el cierre.</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Sección: Gestión ambiental y del territorio -->\r\n<section id=\"gestion-territorio\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eff6ff, #ffffff);\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #1e40af; word-wrap: break-word; overflow-wrap: break-word;\">Gestión ambiental y del territorio</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\">Planificación, diagnóstico y monitoreo para la ordenación sostenible.</p>\r\n</div>\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\">\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Planes de Ordenamiento Territorial</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Orden departamental y municipal.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Estudios de Suelos con énfasis en Agricultura</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Propiedades, aptitud y manejo.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\">Cobertura y Uso del Suelo</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Caracterización y cambios de uso.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\">Huella Hídrica</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Evaluación del agua azul, verde y gris.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\">Estudios Hidrobiológicos</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Diversidad e índices de calidad.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Indicadores Ambientales</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Huella hídrica, huella de carbono e integridad biológica.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\">Análisis Socioeconómico del Territorio</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Estructura productiva y bienestar.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\">Calidad de Cuerpos de Agua</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Monitoreo físico-químico y biológico.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Estudios Integrales de Cuencas</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Diagnóstico, modelación y manejo.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Impactos del Cambio Climático</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Riesgos, vulnerabilidad y adaptación.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Planes de Manejo Ambiental</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Acompañamiento en la ejecución y seguimiento.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Recursos Hídricos</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Uso y aprovechamiento sostenible de aguas superficiales y subterráneas.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\">Programas y Estrategias Ambientales</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Diseño e implementación territorial.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Diagnóstico Socioambiental y Socioeconómico</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Comunidades locales y rurales.</div>\r\n</div>\r\n<div style=\"grid-column: span 12; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Gestión Social</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Diseño y formulación de planes de gestión social.</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Sección: Gestión de los Recursos Naturales -->\r\n<section id=\"recursos-naturales\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fefce8,#ffffff); box-sizing: border-box;\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #92400e; word-wrap: break-word; overflow-wrap: break-word;\">Gestión de los Recursos Naturales</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\">Evaluación y monitoreo de biodiversidad y ecosistemas.</p>\r\n</div>\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\">\r\n<div style=\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\">\r\n<div style=\"font-weight: 600; color: #92400e; margin-bottom: 8px;\">Biodiversidad y Ecosistemas</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Caracterización, identificación y evaluación de recursos naturales.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\">\r\n<div style=\"font-weight: 600; color: #92400e; margin-bottom: 8px;\">Ecosistemas Estratégicos</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Morichales, sabanas, humedales y bosques secos.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\">\r\n<div style=\"font-weight: 600; color: #92400e; margin-bottom: 8px;\">Estructura y Composición Vegetal</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Estudios a nivel de ecosistema.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\">\r\n<div style=\"font-weight: 600; color: #92400e; margin-bottom: 8px;\">Análisis de Coberturas</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Cartografía y métricas de cambio.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\">\r\n<div style=\"font-weight: 600; color: #92400e; margin-bottom: 8px;\">Servicios Ecosistémicos</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Evaluación y priorización de beneficios.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\">\r\n<div style=\"font-weight: 600; color: #92400e; margin-bottom: 8px;\">Comunidades Hidrobiológicas</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Muestreo y monitoreo para EIA.</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Sección: SIG -->\r\n<section id=\"sig\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #fef3c7; background: linear-gradient(90deg,#fff7ed,#ffffff); box-sizing: border-box;\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #9a3412; word-wrap: break-word; overflow-wrap: break-word;\">Sistemas de Información Geográfica (SIG)</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\">Cartografía, análisis espacial y comunicación visual.</p>\r\n</div>\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\">\r\n<div style=\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\">Cartografía Básica y Temática</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Generación y actualización de mapas.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\">Diseños Cartográficos</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Productos impresos y digitales listos para publicación.</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Sección: Divulgación Científica -->\r\n<section id=\"divulgacion\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eef2ff,#ffffff); box-sizing: border-box;\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #3730a3; word-wrap: break-word; overflow-wrap: break-word;\">Divulgación Científica</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\">Comunicación pública de la ciencia y apropiación social.</p>\r\n</div>\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\">\r\n<div style=\"grid-column: span 6; background: #f5f3ff; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\">Eventos, Publicaciones y Materiales</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Producción bibliográfica y divulgativa.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f5f3ff; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\">Apropiación Social y Educación Ambiental</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Procesos participativos y formación ciudadana.</div>\r\n</div>\r\n<div style=\"grid-column: span 12; background: #f5f3ff; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\">Fomento a Vocaciones Científicas</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Estudiantes y jóvenes investigadores.</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Sección: Laboratorio -->\r\n<section id=\"laboratorio\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#f0fdf4,#ffffff); box-sizing: border-box;\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #166534; word-wrap: break-word; overflow-wrap: break-word;\">Servicios de Laboratorio y Análisis</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\">Ensayos acreditables y soporte a la calidad.</p>\r\n</div>\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; width: 100%; box-sizing: border-box;\">\r\n<div style=\"grid-column: span 6; background: #f7fee7; border: 1px solid #bbf7d0; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #3f6212; margin-bottom: 8px;\">Calidad de Aguas (Centro de Calidad de Aguas)</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Pruebas físico-químicas y microbiológicas.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f7fee7; border: 1px solid #bbf7d0; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #3f6212; margin-bottom: 8px;\">Análisis de Suelos</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Propiedades físicas y químicas.</div>\r\n</div>\r\n<div style=\"grid-column: span 12; background: #f7fee7; border: 1px solid #bbf7d0; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #3f6212; margin-bottom: 8px;\">ISO/IEC 17025</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Asesoría y acompañamiento para certificación de laboratorios.</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Sección: Educación -->\r\n<section id=\"educacion\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; box-sizing: border-box; max-width: 1100px; width: 100%;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fdf2f8, #ffffff);\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #9d174d; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\">Programa de Educación (formal y no formal)</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\">Posgrados y formación continua para diversos públicos.</p>\r\n</div>\r\n<!-- Contenido -->\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\"><!-- Formación Continua -->\r\n<div style=\"background: #fdf2f80; border: 1px solid #fed7aa; border-radius: 14px; padding: 16px; box-sizing: border-box; width: 100%; overflow: hidden; max-width: 100%;\">\r\n<div style=\"font-weight: bold; color: #7c2d12; margin-bottom: 6px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\">Diplomados, Cursos, Talleres y Capacitaciones</div>\r\n<!-- Contenedor de Cards -->\r\n<div style=\"display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\"><!-- Gestión y normativa -->\r\n<div style=\"background: #fdf2f8; border: 1px solid #fbcfe8; border-radius: 12px; padding: 14px; box-sizing: border-box; width: 100%;\">\r\n<div style=\"font-weight: 600; color: #9d174d; margin-bottom: 6px;\">Gestión y normativa</div>\r\n<ul style=\"margin: 0; padding-left: 18px; color: #7a1a34; font-size: 14px; line-height: 1.45;\">\r\n<li>Legislación Ambiental</li>\r\n<li>Gestión Ambiental local</li>\r\n<li>Liderazgo en participación y convivencia</li>\r\n<li>Participación social y gobernanza</li>\r\n</ul>\r\n</div>\r\n<!-- Recursos hídricos -->\r\n<div style=\"background: #fdf2f8; border: 1px solid #fbcfe8; border-radius: 12px; padding: 14px; box-sizing: border-box; width: 100%;\">\r\n<div style=\"font-weight: 600; color: #9d174d; margin-bottom: 6px;\">Recursos hídricos</div>\r\n<ul style=\"margin: 0; padding-left: 18px; color: #7a1a34; font-size: 14px; line-height: 1.45;\">\r\n<li>Recurso hídrico</li>\r\n<li>Monitoreo de Calidad de Agua</li>\r\n<li>Monitoreo de comunidades hidrobiológicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macrófitas)</li>\r\n</ul>\r\n</div>\r\n<!-- Economía circular -->\r\n<div style=\"background: #fdf2f8; border: 1px solid #fbcfe8; border-radius: 12px; padding: 14px; box-sizing: border-box; width: 100%;\">\r\n<div style=\"font-weight: 600; color: #9d174d; margin-bottom: 6px;\">Economía circular</div>\r\n<ul style=\"margin: 0; padding-left: 18px; color: #7a1a34; font-size: 14px; line-height: 1.45;\">\r\n<li>Vermicompost</li>\r\n<li>Compost</li>\r\n</ul>\r\n</div>\r\n<!-- Formación para NNA -->\r\n<div style=\"background: #fdf2f8; border: 1px solid #fbcfe8; border-radius: 12px; padding: 14px; box-sizing: border-box; width: 100%;\">\r\n<div style=\"font-weight: 600; color: #9d174d; margin-bottom: 6px;\">Formación para NNA</div>\r\n<ul style=\"margin: 0; padding-left: 18px; color: #7a1a34; font-size: 14px; line-height: 1.45;\">\r\n<li>Formación ambiental en niños, niñas y adolescentes</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Pie / Llamado a la acción -->\r\n<div style=\"margin-top: 26px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;\">\r\n<div>\r\n<div style=\"font-weight: bold; color: #064e3b; font-size: 18px;\">¿Necesitas un servicio a la medida?</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Escríbenos con el nombre del servicio y el alcance requerido.</div>\r\n</div>\r\n<a style=\"text-decoration: none; background: #065f46; color: #ffffff; padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; box-shadow: 0 6px 16px rgba(6,95,70,.25); border: 1px solid #064e3b;\" href=\"index.php/productos-y-servicios/centro-de-calidad-de-agua-cca/solicitud-de-cotizaciones\"> Explorar servicios </a></div>\r\n</div>','',1,14,'2025-06-25 19:43:34',44,'','2025-11-27 02:58:15',46,NULL,NULL,'2025-06-25 19:43:34',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\":\"\"}',52,1,'','',1,312,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(22,138,'Proyectos de Investigación','proyectos-de-investigacion','<!-- Contenedor del primer proyecto: Proyecto Cuencas -->\r\n<div style=\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #f0f8ff, #e6f2ff); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif !important; color: #333 !important; line-height: 1.6 !important;\"><!-- Imagen superior -->\r\n<div style=\"text-align: center; margin-bottom: 30px;\"><img style=\"max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.2);\" src=\"images/proyectos_in/proyectocuencas.png\" alt=\"Proyecto Cuencas\"></div>\r\n<!-- Título del proyecto -->\r\n<h1 style=\"text-align: center; color: #004080 !important; font-size: 32px !important; margin-bottom: 20px; font-family: Arial, sans-serif !important;\">CONVENIO MARCO DE COLABORACIÓN No 5211592</h1>\r\n<h2 style=\"text-align: center; color: #0066cc !important; font-size: 24px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">ECOPETROL – UNILLANOS<br>\"Proyecto Cuencas\"</h2>\r\n<!-- Plazo -->\r\n<p style=\"text-align: center; font-weight: bold; font-size: 18px !important; margin-bottom: 40px; font-family: Arial, sans-serif !important;\">PLAZO: 36 MESES (2012-2015)</p>\r\n<!-- Descripción -->\r\n<p style=\"text-align: justify; font-size: 16px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">Identificación de alternativas de manejo ambiental de los ríos <strong>Guayuriba</strong> y <strong>Ocoa</strong> y caños <strong>Quenane</strong> y <strong>Quenanito</strong> de la cuenca alta del río Meta, basado en estrategias educativas, investigativas y de proyección social.</p>\r\n<!-- Objetivos -->\r\n<div style=\"background: #cce6ff; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">\r\n<h3 style=\"text-align: center; color: #003366 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\">OBJETIVOS DEL PROYECTO</h3>\r\n<ol style=\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\">\r\n<li>Desarrollar un diagnóstico de los ríos Guayuriba y Ocoa y caños Quenane y Quenanito.</li>\r\n<li>Vincular a la comunidad mediante capacitación en temas de monitoreos y servicios ambientales, restauración de ecosistemas e implementación de nuevas alternativas socioeconómicas.</li>\r\n<li>Identificar alternativas para la recuperación de los ríos Guayuriba y Ocoa y caños Quenane y Quenanito.</li>\r\n</ol>\r\n</div>\r\n<!-- Área de estudio -->\r\n<div style=\"background: #e6f2ff; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">\r\n<h3 style=\"text-align: center; color: #004080 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\">ÁREA DE ESTUDIO DEL CONVENIO</h3>\r\n<p style=\"text-align: center; font-size: 16px !important; font-family: Arial, sans-serif !important;\">Ríos Guayuriba y Ocoa y caños Quenane y Quenanito.</p>\r\n</div>\r\n<!-- Acuerdo de cooperación -->\r\n<div style=\"background: #cce6ff; padding: 20px; border-radius: 15px; font-family: Arial, sans-serif !important;\">\r\n<h3 style=\"text-align: center; color: #003366 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\">ACUERDO DE COOPERACIÓN “AC” No. 1</h3>\r\n<table style=\"width: 100%; border-collapse: collapse; font-size: 16px !important; text-align: left; font-family: Arial, sans-serif !important;\">\r\n<thead>\r\n<tr style=\"background-color: #004080;\">\r\n<th style=\"padding: 10px; border-radius: 10px 0 0 0; font-family: Arial, sans-serif !important;\"><strong>OBJETIVO</strong></th>\r\n<th style=\"padding: 10px; font-family: Arial, sans-serif !important;\"><strong>ACTIVIDADES</strong></th>\r\n<th style=\"padding: 10px; border-radius: 0 10px 0 0; font-family: Arial, sans-serif !important;\"><strong>SOCIALIZACIÓN</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr style=\"background-color: #e6f2ff;\">\r\n<td style=\"padding: 10px; font-weight: bold; font-family: Arial, sans-serif !important;\">Desarrollar un diagnóstico socio-ambiental de los ríos Guayuriba, Ocoa y caños Quenane y Quenanito.</td>\r\n<td style=\"padding: 10px; font-family: Arial, sans-serif !important;\">Identificar los actores contaminantes y determinar el grado de afectación según las actividades cercanas a los cuerpos hídricos.</td>\r\n<td style=\"padding: 10px; text-align: center; font-family: Arial, sans-serif !important;\">MARZO 19 DE 2013<br>Socialización inicial</td>\r\n</tr>\r\n<tr style=\"background-color: #cce6ff;\">\r\n<td style=\"padding: 10px; font-weight: bold; font-family: Arial, sans-serif !important;\">Vincular a la comunidad mediante capacitación</td>\r\n<td style=\"padding: 10px; font-family: Arial, sans-serif !important;\">Cursos de formación en monitoreo, servicios ambientales, restauración de ecosistemas e implementación de alternativas socioeconómicas.</td>\r\n<td style=\"padding: 10px; text-align: center; font-family: Arial, sans-serif !important;\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<!-- Contenedor del segundo proyecto: Proyecto Visión Regional -->\r\n<div style=\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #fff8e6, #fff1cc); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif !important; color: #333 !important; line-height: 1.6 !important;\"><!-- Título del proyecto -->\r\n<h1 style=\"text-align: center; color: #b35900 !important; font-size: 32px !important; margin-bottom: 20px; font-family: Arial, sans-serif !important;\">CONVENIO MARCO DE COLABORACIÓN No. 5211714</h1>\r\n<h2 style=\"text-align: center; color: #e69900 !important; font-size: 24px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">ECOPETROL – UNILLANOS<br>\"Proyecto Visión Regional\"</h2>\r\n<!-- Plazo -->\r\n<p style=\"text-align: center; font-weight: bold; font-size: 18px !important; margin-bottom: 40px; font-family: Arial, sans-serif !important;\">PLAZO: 37 MESES (Dic.2012- Ene.2016)</p>\r\n<!-- Descripción -->\r\n<p style=\"text-align: justify; font-size: 16px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">Construcción Participativa de la Visión Regional de los Llanos Orientales de Colombia a través del fortalecimiento de capacidades investigativas y pragmáticas de líderes de desarrollo local que promueven la toma de decisiones y la incidencia en política pública de desarrollo regional, en el marco de la Maestría de Gestión Ambiental Sostenible de la Universidad de los Llanos.</p>\r\n<!-- Fases metodológicas -->\r\n<div style=\"background: #ffe0b3; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">\r\n<h3 style=\"text-align: center; color: #b35900 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\">Fases metodológicas</h3>\r\n<ol style=\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\">\r\n<li>Diagnóstico e identificación de tendencias</li>\r\n<li>Futuribles y construcción de escenarios</li>\r\n<li>Definición de líneas estratégicas</li>\r\n<li>Construcción de visión y ajuste de líneas de acción</li>\r\n<li>Consolidación documento final</li>\r\n</ol>\r\n</div>\r\n<!-- Acuerdo de cooperación -->\r\n<div style=\"background: #ffe0b3; padding: 20px; border-radius: 15px; font-family: Arial, sans-serif !important;\">\r\n<h3 style=\"text-align: center; color: #b35900 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\">ACUERDO DE COOPERACIÓN “AC” No. 1</h3>\r\n<p style=\"font-size: 16px !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\">Formulación línea base, selección y matrícula y firma de compromiso de líderes de desarrollo regional para la formulación de la visión regional de desarrollo sostenible de los Llanos Orientales de Colombia.</p>\r\n<strong style=\"font-family: Arial, sans-serif !important;\">Alcances:</strong>\r\n<ol style=\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\">\r\n<li>Formulación de Línea Base</li>\r\n<li>Selección de Líderes de Desarrollo Local para la formación</li>\r\n<li>Concertación y firma de actas de compromiso con los líderes seleccionados</li>\r\n<li>Diseño e implementación de la Secretaría Técnica para el proceso</li>\r\n<li>Construcción de Documento de Visión</li>\r\n<li>Sistematización de la información</li>\r\n</ol>\r\n<strong style=\"font-family: Arial, sans-serif !important;\">Población Objetivo:</strong>\r\n<p style=\"font-size: 16px !important; margin-top: 10px; font-family: Arial, sans-serif !important;\">La ejecución del AC 01 abarca a la población de todos los municipios de los departamentos del Meta, Casanare, Vichada y Arauca.</p>\r\n</div>\r\n</div>','',1,11,'2025-06-27 15:28:10',44,'','2025-08-26 20:47:30',46,46,'2025-08-26 20:47:30','2025-06-27 15:28:10',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\":\"\"}',12,0,'','',1,203,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(23,144,'Artículos de investigación','articulos-de-investigacion','<!-- TARJETAS -->\r\n<div class=\"fp-features\">\r\n<div class=\"g-grid\" style=\"display: flex; flex-wrap: wrap; justify-content: center;\"><!-- TARJETA 2 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://oiccpress.com/ijrowa/article/view/8144\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/IJROWA-2025-8144-2_page-0001.jpg\" alt=\"Miniatura 2\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">The effects of compost application on soil properties: Agricultural and environmental benefits</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 3 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2304-6740/13/7/218\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/inorganics-13-00218-1 1_page-0001.jpg\" alt=\"Miniatura 3\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 4 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2073-445X/14/5/1073/xml\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/land-14-01073-1_page-0001.jpg\" alt=\"Miniatura 4\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 5 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistaingenieria.univalle.edu.co/index.php/ingenieria_y_competitividad/article/view/14581\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v27n2e-30214581-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Estado del arte de la huella hídrica agrícola en Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 6 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.bing.com/ck/a?!&amp;&amp;p=9ac05b47847909769684c47f030d8357433545535e5b71c3c4ac01b61edba53bJmltdHM9MTc1ODA2NzIwMA&amp;ptn=3&amp;ver=2&amp;hsh=4&amp;fclid=32558afe-3f6f-6502-3b46-9c943e8a64a5&amp;psq=Feasibility+for+energy+recovery+from+biogas+at+Los+Corazones+landfill%2c+Valledupar+Colombia%2c+Ciencia+En+Desarrollo+ISSN%3a+0121-7488%2c+2025+vol%3a16+fasc%3a+N%2fA+p%c3%a1gs%3a+207+-+214%2c+DOI%3a10.19053%2fuptc.01217488.v16.n1.2025.18533+Autores%3a+LUISA+FERNANDA+RAMIREZ+RIOS%2c+DORANCE+BECERRA+MORENO%2c+NELSON+JAVIER+CELY+CALIXTO&amp;u=a1aHR0cHM6Ly9yZXZpc3Rhcy51cHRjLmVkdS5jby9pbmRleC5waHAvY2llbmNpYV9lbl9kZXNhcnJvbGxvL2FydGljbGUvZG93bmxvYWQvMTg1MzMvMTU4MjIvOTY3MjUjOn46dGV4dD1UaGlzJTIwc3R1ZHklMjBldmFsdWF0ZWQlMjB0aGUlMjBmZWFzaWJpbGl0eSUyMG9mJTIwZW5lcmd5JTIwcmVjb3ZlcnksbWV0aGFuZSUyMGVtaXNzaW9ucyUyMGFuZCUyMGRpdmVyc2lmeSUyMHRoZSUyMHJlZ2lvbmFsJTIwZW5lcmd5JTIwbWF0cml4Lg\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Quimica9_2025_-1_page-0001.jpg\" alt=\"Miniatura 2\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 7 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2413-4155/7/1/31\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/sci-07-00031-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 8 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.udca.edu.co/index.php/ruadc/article/view/2595\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Viviendadeinters_met_3-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Áreas verdes y vivienda de interés social: histórico déficit de bienestar ambiental</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 9 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://hemeroteca.unad.edu.co/index.php/riaa/article/view/8243\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/16RIAA8243-Pub-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Análisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 10 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.ucp.edu.co/index.php/entrecienciaeingenieria/article/view/2861\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Art02-2861-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Larvas de Trichoptera: diversidad y distribuciónen el río Quenane, piedemonte orinocense Colombiano</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 11 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.ucp.edu.co/index.php/entrecienciaeingenieria/article/view/2861\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/2024_Trujillo-Gonzlez_Assessment of Vanadium Content in Soils Under Equatorial Climate-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Assessment of Vanadium Content in Soils Under Equatorial Climate</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 12 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2073-4441/16/23/3411\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/water-16-03411-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 13 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.entomobrasilis.org/index.php/ebras/article/view/e1087\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/1087-Article Text-13108-11694-10-20240716-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 14 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2073-4441/16/13/1903\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/water-16-01903-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 15 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://repository.udca.edu.co/entities/publication/780683de-5b51-41d9-b735-b4dcc95c11aa\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Decontaminationofwastewater_Met-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 16 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.revistaecosistemas.net/index.php/ecosistemas/article/view/2447\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/2447-Texto del artculo-13993-2-10-20240417-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacacías de la Universidad de los Llanos</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 17 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://oiccpress.com/ijrowa/article/view/3056\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 18 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistasojs.ucaldas.edu.co/index.php/lunazul/article/view/10097\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Lunazul58_7 - 1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Huella de Carbono en Instituciones De Educación en Colombia: Una Revisión Sistemática</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 19 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistaingenieria.univalle.edu.co/index.php/ingenieria_y_competitividad/article/view/14019\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v26n2e-21314019-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Potential use of methane gas from the Villavicencio sanitary landfill, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 20 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://oiccpress.com/ijrowa/article/view/3027\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 21 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://archivo.revistas.ucr.ac.cr//index.php/rbt/article/view/52916\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/52916-Article Text please provide a single file with figures and tables integrated-263611-2-10-20240305-1_page-0001 1.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el río Quenane-Quenanito, piedemonte llanero colombiano</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 22 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.udistrital.edu.co/index.php/colfor/article/view/20126\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/CF-20126-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gaitán, Meta</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 23 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.ucp.edu.co/index.php/entrecienciaeingenieria/article/view/2901\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/lyasmin19Art05-2901-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Ensamblaje de coleópteros en dos periodos hidrológicos contrastantes en el caño Quenane-Quenanito (Meta, Colombia)1</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 24 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2073-445X/12/10/1888\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/land-12-01888-v2-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y León (Spain) Farmlands</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 25 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S0120-548X2023000200251\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/0120-548X-abc-28-02-251-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">DIVERSIDAD FUNCIONAL Y TAXONÓMICA DE INSECTOS ACUÁTICOS (EPT) EN UN RÍO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 26 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.itm.edu.co/index.php/tecnologicas/article/view/2667\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/2667-MPU-VF-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 27 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.humboldt.org.co/index.php/biota/article/view/1108\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/BC-1108dt-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Fitoperifiton asociado al río Acacias-Pajure en la Orinoquia colombiana</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 28 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.itm.edu.co/index.php/tecnologicas/article/view/2633\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/2633-MPU-VF-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Caracterización de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a pequeña escala en el municipio de Guamal del Piedemonte llanero colombiano</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 29 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2073-4441/15/4/667\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/water-15-00667-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 30 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/9-5531_RIAA 1-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 31 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.frontiersin.org/journals/environmental-science/articles/10.3389/fenvs.2022.1107465/full\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/fenvs-10-1107465-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 32 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.frontiersin.org/journals/environmental-science/articles/10.3389/fenvs.2022.675195/full\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/fenvs-10-675195-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 33 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://link.springer.com/article/10.1007/s10661-022-10036-5\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/ManuelTrujillo-Gonzalez2022_Article_BaselineValuesAndEnvironmental-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 34 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://link.springer.com/article/10.1007/s11270-022-05550-8\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Mapping_Potential_Toxic_Elements_in_Agricultural_a-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 35 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2077-0472/12/3/401\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/agriculture-12-00401-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 36 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://oiccpress.com/ijrowa/article/view/2922\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/IJROWA_Volume-11_Issue-1_Pages-143-151-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Agronomic application effects of organic wastes on a squash crop production</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 37 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://link.springer.com/article/10.1007/s12665-022-10235-w\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Trujillo-Gonzlez2022_Article_SpatialVariabilityOfThePhysico-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 38 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://hemeroteca.unad.edu.co/index.php/riaa/article/view/4271\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/12xx-Identificacion-de-los-sistemas-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Identificación de los sistemas de suministro y disposición del agua en una comunidad rural</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 39 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistaingenieria.univalle.edu.co/index.php/ingenieria_y_competitividad/article/view/10947\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/e20610947 - 1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 40 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.unal.edu.co/index.php/gestion/article/view/104253\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/104253_LowCarbonAgriculturalSectorGA2522022-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 41 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://scijournals.onlinelibrary.wiley.com/doi/10.1002/ghg.2066\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/GHGSTGreenhouseGasBalanceColombia-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 42 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.sciencedirect.com/science/article/abs/pii/S0932473921000237?via%3Dihub\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/OIP.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 43 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.usp.br/paz/article/view/158175\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/airtone20216107158175-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 44 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.researchgate.net/publication/350640282_Impactos_del_cambio_climatico_sobre_los_rendimientos_del_arroz_Oryza_sativa_L_en_la_Zona_Llanos_Colombia/link/606b6c41a6fdccad3f753959/download?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/1698-Textodelartculo-4725-3-10-202101072-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Impactos del cambio climático sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 45 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://raccefyn.co/index.php/raccefyn/article/view/1025\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/revista131025Firstrecordofthelarvae-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 46 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://journals.sagepub.com/doi/10.1177/1178622120917725\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/vargas-pineda-et-al-2020-supply-demand-of-water-resource-of-a-basin-with-high-anthropic-pressure-case-study-quenane-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 47 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://link.springer.com/article/10.1007/s10653-020-00548-9\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/10.1007s10653-020-00548-9-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 48 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://hemeroteca.unad.edu.co/index.php/riaa/article/view/3091\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Unad-ojs4usoderecursos-1 1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 49 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S0123-30332020000100007\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/0123-3033-inco-22-01-8429-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Water footprint: An effective tool for the challenge of water sustainability</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 50 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/575\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/575-Texto del artculo-4249-1-10-20200210-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">El compostaje, una alternativa para el aprovechamiento de residuos orgánicos en las centrales de abastecimiento</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 51 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mapress.com/zt/article/view/zootaxa.4656.2.9\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/camelobaetidiusmetae 1-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 52 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.sciencedirect.com/science/article/abs/pii/S0147651319304002?via%3Dihub\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/01476513.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 53 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://link.springer.com/article/10.1007/s10653-018-0160-6\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Captura de pantalla_23-9-2025_142712_www.researchgate.net.jpeg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 54 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://hemeroteca.unad.edu.co/index.php/riaa/article/view/2167\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Administradordistribucionespacial-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Distribución espacial del plomo (Pb) en el municipio de Villavicencio usando briófitos como medio de verificación de la calidad ambiental urbana</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 55 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://repository.unad.edu.co/handle/10596/29339\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Administradorv9n2a2_Recursosuelo-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">El recurso suelo; un análisis de las funciones, capacidad de uso e indicadores de calidad</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 56 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistasojs.ucaldas.edu.co/index.php/boletincientifico/article/view/2740\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/cfnbBoletin221_8-comp-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACIÓN DE LA DISTRIBUCIÓN A LA CUENCA DEL RÍO ORINOCO</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 57 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistasojs.ucaldas.edu.co/index.php/lunazul/article/view/3281\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/cfnbLunazul46_3-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Análisis de un Sistema de cosecha de agua lluvia a pequeña escala con finalidad pecuaria</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 58 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistacolombianaentomologia.univalle.edu.co/index.php/SOCOLEN/article/view/5958\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/RCdEDic2017_271-276-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 59 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.unal.edu.co/index.php/actabiol/article/view/60619\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/lcaballeroArt2Acta223-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bentónicos del departamento del Meta</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 60 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistasojs.ucaldas.edu.co/index.php/lunazul/article/view/3866\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/cfnbLunazul45_5-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Gestión del agua en comunidades rurales; caso de estudio Cuenca del río Guayuriba, Meta-Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 61 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/434\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/434-Texto del artculo-3956-1-10-20190129-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Análisis de estudios en metales pesados en zonas agrícolas de Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 62 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/394\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/394-Texto del artculo-3871-1-10-20171121-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Evaluación de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del río Guayuriba (Meta, Colombia), a través de la evaluación de huella hídrica</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 63 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://hemeroteca.unad.edu.co/index.php/riaa/article/view/2044\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/AdministradorArt15-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">La economía verde: un cambio ambiental y social necesario en el mundo actual</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 64 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2077-0472/7/7/52\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/agriculture-07-00052-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 65 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistasojs.ucaldas.edu.co/index.php/lunazul/article/view/3832\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/cfnbLunazul44_11-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">GESTIÓN DE RESIDUOS SÓLIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTERÉS: EMPRESA, ESTADO Y COMUNIDAD</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 66 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.sciencedirect.com/science/article/abs/pii/S1369847816305022?via%3Dihub\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Manuscript-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 67 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/pdf/pml/v12n1/1909-0455-pml-12-01-00115.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/1909-0455-pml-12-01-00115-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Análisis de la inclusión de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 68 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/346\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/346-Texto del artculo-3683-1-10-20170420-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 69 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.usantotomas.edu.co/index.php/riiep/article/view/3622\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/cangulomuozGestor_adelarevista12Laproblematica-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">La problemática de la niña, niño y joven trabajador y su erradicación a través de programas de prevención. Artículo producto de la investigación</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 70 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.unal.edu.co/index.php/cal/article/view/57836\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/yfigueroacv38n1a10-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 71 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.sciencedirect.com/science/article/abs/pii/S0048969716303126?via%3Dihub\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 72 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000200011\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v19n2a11-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Servicios ecosistémicos como soporte para la gestión de sistemas socioecológicos: aplicación en agroecosistemas</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 73 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/337\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/337-Texto del artculo-3531-1-10-20161011-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gaitán, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 74 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S1909-24742015000200016\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/n41a16-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">EVALUACIÓN DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 75 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100010\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v19n1a10-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Niveles de contaminación en tres sectores de Villavicencio, a través del indice de geo-acumulación (I-geo)</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 76 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100011\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v19n1a11-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Contenidos de metales pesados en suelos agrícolas de la región del Ariari, departamento del Meta</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 77 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.tandfonline.com/doi/full/10.1080/17457300.2015.1047863\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Tasciotti2015bis-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Oil industry and road traffic fatalities in contemporary Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 78 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/309\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/309-Texto del artculo-3310-1-10-20150830-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">La ciudad y su dinámica</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 79 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://repositorio.ucaldas.edu.co/entities/publication/e424f7e5-f875-4e32-b910-1fd5cd3178e5/full\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/n39a03-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 80 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/download/280/826\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v18n1a06-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 81 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.redalyc.org/articulo.oa?id=321728584006\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/321728584006-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">LA HUELLA HÍDRICA COMO UNA ESTRATEGIA DE EDUCACIÓN AMBIENTAL ENFOCADA A LA GESTIÓN DEL RECURSO HÍDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 82 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S1909-24742013000100003\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/n36a03-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">100 MUJERES: UNA INICIATIVA DE EDUCACIÓN AMBIENTAL CON PERSPECTIVA DE GÉNERO</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 83 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/pdf/rori/v16n2/en_v16n2a01.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/en_v16n2a01_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">A view towards sustainable environmental management the Orinoquian region</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 84 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/43\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/43-Texto del artculo-186-1-10-20141001-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">La palma de moriche (Mauritia flexuosa L.f) un ecosistema estratégico</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 85 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/37\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/37-Texto del artculo-157-1-10-20140930-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Experiencias en la captura de los gases de combustión de cascarilla de arroz con soluciones alcalinas</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 86 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S0121-37092010000300013\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v14s1a13-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">La descomposición térmica de la cascarilla de arroz:una alternativa de aprovechamiento integral.</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 87 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/90\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/90-Texto del artculo-400-1-10-20141004-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Caracterización fitoquímica y bromatológica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 88 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/210\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/210-Texto del artculo-974-1-10-20141016-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA</h4>\r\n</a></div>\r\n</div>\r\n</div>\r\n</div>','',1,13,'2025-07-07 19:00:41',44,'','2025-09-23 19:58:46',46,NULL,NULL,'2025-07-07 19:00:41',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\":\"\"}',115,0,'','',1,311,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(25,156,'Eventos ','eventos','<h1>Jornada de Ciencias Ambientales </h1>\r\n<p style=\"text-align: justify;\">La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participación y cooperación entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desafíos actuales de la región y del país. Este evento se desarrolla de forma bianual desde el año 2017.</p>\r\n<h2>5a Jornada de Ciencias Ambientales</h2>\r\n<h3 style=\"text-align: justify;\"><em>Innovación para la sostenibilidad</em></h3>\r\n<table style=\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: #ffffff; border-color: #ffffff;\" border=\"1\"><colgroup> <col style=\"width: 35%;\"> <col style=\"width: 65%;\"> </colgroup>\r\n<tbody>\r\n<tr><!-- Imagen principal -->\r\n<td style=\"vertical-align: top; border-color: #ffffff;\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; max-width: 100%; height: auto;\" src=\"images/Eventos/VJCA2025.jpg\" alt=\"V Jornada de Ciencias Ambientales - Innovación para la sostenibilidad\" width=\"360\" height=\"512\" loading=\"lazy\" data-path=\"local-images:/Eventos/VJCA2025.jpg\"></td>\r\n<!-- Texto descriptivo -->\r\n<td style=\"border-color: #ffffff; vertical-align: top;\">\r\n<p style=\"text-align: justify; padding-left: 40px;\">La quinta edición de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevará a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia.</p>\r\n<p style=\"text-align: justify; padding-left: 40px;\">Este evento bianual busca promover el diálogo y la construcción colectiva, integrando ciencia, tecnología y gestión ambiental para afrontar los desafíos de sostenibilidad en la región y el país. Se desarrollará bajo las modalidades de ponencia oral y presentación tipo póster, con participación libre y gratuita.</p>\r\n<p style=\"text-align: justify; padding-left: 40px;\">Las contribuciones aceptadas se publicarán en las Memorias Digitales con ISSN de la jornada, fortaleciendo la divulgación científica y la apropiación social del conocimiento ambiental.</p>\r\n<h4 style=\"padding-left: 40px;\">Ejes temáticos</h4>\r\n<ul style=\"margin: 0; padding-left: 60px; list-style-type: disc; color: #000000; font-size: 14px; line-height: 1.5;\">\r\n<li style=\"color: #000000; margin-bottom: 8px;\">Tecnologías emergentes y modelos sostenibles de producción.</li>\r\n<li style=\"color: #000000; margin-bottom: 8px;\">Biodiversidad, cambio climático y gestión territorial.</li>\r\n<li style=\"color: #000000;\">Gobernanza ambiental y educación para la sostenibilidad.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<!-- Separador visual -->\r\n<h2 style=\"text-align: justify;\">{loadmoduleid 134}</h2>\r\n<h2 style=\"text-align: justify;\">4a Jornada de Ciencias ambientales</h2>\r\n<h3 style=\"text-align: justify;\"><em>Nuevos Restos Ambientales para la Región Orinoquía y el Paí</em>s</h3>\r\n<table style=\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 537.575px;\" border=\"1\"><colgroup><col style=\"width: 35.081%;\"><col style=\"width: 64.919%;\"></colgroup>\r\n<tbody>\r\n<tr style=\"height: 516.775px;\">\r\n<td style=\"border-color: rgb(255, 255, 255); height: 516.775px; vertical-align: top;\"><img class=\"effectck-steve\" style=\"margin-top: auto; margin-bottom: auto;\" src=\"images/Eventos/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\" width=\"352\" height=\"512\" loading=\"lazy\" data-path=\"local-images:/Eventos/Banner 4ta Jornada de Ciencias Ambientales.jpg\"></td>\r\n<td style=\"border-color: rgb(255, 255, 255); height: 516.775px;\">\r\n<p style=\"text-align: justify;\">En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. </p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify;\">Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de g<span style=\"font-size: 1rem;\">estión territorial y gestión del riesgo, t</span><span style=\"font-size: 1rem;\">ransición energética, S</span><span style=\"font-size: 1rem;\">istemas productivos sostenibles y producción más limpia, </span><span style=\"font-size: 1rem;\">Política y gobernanza ambiental, </span><span style=\"font-size: 1rem;\">Gestión del agua y cuencas hidrográficas, </span><span style=\"font-size: 1rem;\">Gestión de la Biodiversidad y Servicios ecosistémicos, </span><span style=\"font-size: 1rem;\">Gestión del recurso suelo, </span><span style=\"font-size: 1rem;\">Gestión territorial, </span><span style=\"font-size: 1rem;\">Educación Ambiental</span></p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 20.8px;\">\r\n<td style=\"border-color: rgb(255, 255, 255); vertical-align: top; height: 20.8px;\" colspan=\"2\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>{loadmoduleid 123}</h2>\r\n<h2>3a Jornada de Ciencias Ambientales</h2>\r\n<h3><em>Avanzando en la construcción ambiental en la Orinoquía Colombiana</em> </h3>\r\n<table style=\"border-collapse: collapse; width: 97.9048%; height: 589px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\" border=\"1\"><colgroup><col style=\"width: 35.4471%;\"><col style=\"width: 64.5529%;\"></colgroup>\r\n<tbody>\r\n<tr style=\"height: 353.969px;\">\r\n<td style=\"height: 589px; vertical-align: top; border-color: rgb(255, 255, 255);\" rowspan=\"2\"><img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/Eventos/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\" width=\"358\" height=\"592\" loading=\"lazy\" data-path=\"local-images:/Eventos/Banner 3ra Jornada de Ciencias Ambientales 1.jpg\"></td>\r\n<td style=\"height: 353.969px; border-color: rgb(255, 255, 255);\">\r\n<p style=\"text-align: justify; padding-left: 40px;\">En esta ocasión la tercera Jornada de Ciencias Ambientales se realizó en Modalidad Virtual debido a las precauciones  tomadas ante el COVID-19. Para está edición se presentaron 46 ponencias orales, de representantes de la Universidad de los  Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas García (Policía Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nariño y la Institución Educativa Luis Carlos Galán Sarmiento (Puerto Gaitán).</p>\r\n<p style=\"text-align: justify; padding-left: 40px;\">Las temáticas abordadas durante la jornada fueron: educación ambiental, estrategias de adaptación y mitigación al cambio climático, gestión de cuencas hidrográficas, gestión de la biodiversidad y servicios ecosistémicos, gestión del recurso suelo, gestión territorial, política y gobernanza ambiental y sistemas productivos sostenibles y producción más limpia. </p>\r\n<p style=\"padding-left: 40px;\">Se resalta la participación sincrónica de 74 asistentes durante el horario de presentaciones de la jornada virtual.</p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 235.031px;\">\r\n<td style=\"height: 235.031px; border-color: rgb(255, 255, 255);\"><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"images/Eventos/Imagen%203Ra%20JCA_Banner%20Para%20pagina.png\" width=\"615\" height=\"136\" loading=\"lazy\" data-path=\"local-images:/Eventos/Imagen 3Ra JCA_Banner Para pagina.png\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>2a Jornada de Ciencias Ambientales</h2>\r\n<h3><em>Avanzando en la construcción ambiental en la Orinoquia Colombiana</em></h3>\r\n<table style=\"border-collapse: collapse; width: 98.4762%; height: 547.338px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\" border=\"1\"><colgroup><col style=\"width: 42.1289%;\"><col style=\"width: 57.9128%;\"></colgroup>\r\n<tbody>\r\n<tr style=\"height: 339.15px;\">\r\n<td style=\"height: 547.338px; vertical-align: top; border-color: rgb(255, 255, 255);\" rowspan=\"2\"><img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/Eventos/2da%20Jornada%20de%20Ciencias%20Ambientales.jpg\" width=\"360\" height=\"540\" loading=\"lazy\" data-path=\"local-images:/Eventos/2da Jornada de Ciencias Ambientales.jpg\"></td>\r\n<td style=\"height: 339.15px; text-align: justify; padding-left: 40px; vertical-align: top; border-color: rgb(255, 255, 255);\">\r\n<p>En esta segunda edición de la Jornada de Ciencias Ambientales, contó con la participación de 249 asistentes  y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad póster. En esta jornada se destaca la presentación de trabajos en las temáticas de educación ambiental, contaminación ambiental y gestión de la biodiversidad y servicios ecosistémicos  y la participación de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nariño, Universidad Nacional,<span style=\"mso-spacerun: yes;\">  </span><span style=\"font-size: 1rem;\">Pontificia Universidad Javeriana, Corporación Universitaria Minuto de Dios, Institución Educativa Rural Vanguardia y la Institución Educativa Colegio San Francisco de Asís.</span> </p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 208.188px;\">\r\n<td style=\"height: 208.188px; border-color: rgb(255, 255, 255);\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>{loadmoduleid 133}</h2>\r\n<h2>1ra Jornada de Ciencias Ambientales</h2>\r\n<h3 style=\"text-align: left; line-height: 1;\"><em>Iniciativas Ambientales en la Orinoquia Colombiana</em></h3>\r\n<table style=\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 589.725px;\" border=\"1\"><colgroup><col style=\"width: 33.2802%;\"><col style=\"width: 66.7528%;\"></colgroup>\r\n<tbody>\r\n<tr style=\"height: 299.7px;\">\r\n<td style=\"border-color: rgb(255, 255, 255); height: 589.725px;\" rowspan=\"2\">\r\n<h3><img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/Eventos/WhatsApp%20Image%202025-02-27%20at%2010.38.58%20AM.jpeg\" width=\"351\" height=\"510\" loading=\"lazy\" data-path=\"local-images:/Eventos/WhatsApp Image 2025-02-27 at 10.38.58 AM.jpeg\"></h3>\r\n<h3> </h3>\r\n</td>\r\n<td style=\"border-color: rgb(255, 255, 255); height: 299.7px;\">\r\n<p style=\"text-align: justify; padding-left: 40px;\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana – ICAOC, con su primera Jornada de Ciencias Ambientales, compartió con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana. </p>\r\n<p style=\"text-align: justify; padding-left: 40px;\">En esta Jornada contó con la presentación de 89 trabajos en modalidad oral y póster, enmarcardos en los diferentes ejes temáticos,  contando con una amplia participación en las áreas de contaminación ambiental, gestión de la Biodiversidad y servicios ecosistémicos.</p>\r\n<p style=\"text-align: justify; padding-left: 40px;\">En esta primera jornada contamos con la participación de investigadores de la Universidad de los Llanos</p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 290.025px;\">\r\n<td style=\"border-color: rgb(255, 255, 255); height: 290.025px; text-align: center; vertical-align: top;\">\r\n<h3> </h3>\r\n<h3> </h3>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><em>{loadmoduleid 132}</em></h3>','',1,17,'2025-07-23 17:30:49',46,'','2025-11-27 03:45:45',46,NULL,NULL,'2025-07-23 17:30:49',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\":\"\"}',114,0,'','',1,349,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(26,162,'Jornada de Ciencias Ambientales','jornada-de-ciencias-ambientales','<h2>Jornada de Ciencias Ambientales </h2>\r\n<p style=\"text-align: justify;\"> La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participación y cooperación entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desafíos actuales de la región y del país. Este evento se desarrolla de forma bianual desde el año 2017.</p>\r\n<h2 style=\"text-align: justify;\">4a Jornada de Ciencias ambientales</h2>\r\n<h3 style=\"text-align: justify;\"><em>Nuevos Restos Ambientales para la Región Orinoquía y el Paí</em>s</h3>\r\n<div style=\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\"><!-- Imagen a la izquierda -->\r\n<div style=\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\"><img style=\"width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto;\" src=\"images/Eventos/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\" alt=\"4ta Jornada de Ciencias Ambientales\"></div>\r\n<!-- Texto a la derecha -->\r\n<div style=\"flex: 2 1 300px; text-align: justify; padding: 10px;\">\r\n<p>En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. </p>\r\n<p>Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental</p>\r\n</div>\r\n</div>','',1,18,'2025-08-05 20:48:39',44,'','2025-08-19 21:58:34',44,NULL,NULL,'2025-08-05 20:48:39',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,1,'','',1,40,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(27,164,'4a Jornada de Ciencias ambientales','4a-jornada-de-ciencias-ambientales','<h3 style=\"text-align: justify;\"><em>Nuevos Restos Ambientales para la Región Orinoquía y el Paí</em>s</h3>\r\n<div style=\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\"><!-- Imagen a la izquierda -->\r\n<div style=\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\"><img style=\"width: 100%; height: auto; display: block;\" src=\"images/Eventos/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\" alt=\"4ta Jornada de Ciencias Ambientales\"></div>\r\n<!-- Texto a la derecha -->\r\n<div style=\"flex: 2 1 300px; text-align: justify; padding: 10px;\">\r\n<p>En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. </p>\r\n<p>Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental</p>\r\n</div>\r\n</div>','',1,18,'2025-08-07 14:27:10',44,'','2025-08-07 17:30:49',44,NULL,NULL,'2025-08-07 14:27:10',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\":\"\"}',5,1,'','',1,4,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(28,165,'3a Jornada de Ciencias Ambientales','3a-jornada-de-ciencias-ambientales','<p>{loadmoduleid 125}</p>\r\n<h3 style=\"text-align: justify;\"><em>Avanzando en la construcción ambiental en la Orinoquía Colombiana</em>s</h3>\r\n<div style=\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\"><!-- Imagen a la izquierda -->\r\n<div style=\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\"><img style=\"width: 100%; height: auto; display: block;\" src=\"images/Eventos/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\" alt=\"4ta Jornada de Ciencias Ambientales\"></div>\r\n<!-- Texto a la derecha -->\r\n<div style=\"flex: 2 1 300px; text-align: justify; padding: 10px;\">\r\n<p>En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. </p>\r\n<p>Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental</p>\r\n</div>\r\n</div>','',1,18,'2025-08-07 14:37:51',44,'','2025-08-07 17:14:02',44,46,'2025-08-21 15:06:58','2025-08-07 14:37:51',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\":\"\"}',3,0,'','',1,22,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(29,168,'prueba blog','prueba-2','<p>{loadmoduleid 125}</p>','',-2,2,'2025-08-07 17:20:19',44,'','2025-08-07 17:20:30',44,44,'2025-08-07 17:21:44','2025-08-07 17:20:19',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\":\"\"}',2,0,'','',1,14,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(30,171,'ICAOC al Día','icaoc-al-dia','<p>{loadmoduleid 119}</p>','',-2,16,'2025-08-26 19:20:18',46,'','2025-08-26 19:24:04',46,NULL,NULL,'2025-08-26 19:20:18',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\":\"\"}',5,0,'','',1,8,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*','');
/*!40000 ALTER TABLE `jnx5e_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_content_frontpage`
--

DROP TABLE IF EXISTS `jnx5e_content_frontpage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_content_frontpage`
--

LOCK TABLES `jnx5e_content_frontpage` WRITE;
/*!40000 ALTER TABLE `jnx5e_content_frontpage` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_content_rating`
--

DROP TABLE IF EXISTS `jnx5e_content_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_content_rating`
--

LOCK TABLES `jnx5e_content_rating` WRITE;
/*!40000 ALTER TABLE `jnx5e_content_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_content_rating` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_content_types`
--

DROP TABLE IF EXISTS `jnx5e_content_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=10003 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_content_types`
--

LOCK TABLES `jnx5e_content_types` WRITE;
/*!40000 ALTER TABLE `jnx5e_content_types` DISABLE KEYS */;
INSERT INTO `jnx5e_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\"}]}'),(10000,'Event','com_dpcalendar.event','{\"special\":{\"dbtable\":\"#__dpcalendar_events\",\"key\":\"id\",\"type\":\"Event\",\"prefix\":\"Administrator\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Event\",\"prefix\":\"Administrator\",\"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\":\"description\", \"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\":\"url\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\",\"core_xreference\":\"xreference\", \"asset_id\":\"asset_id\"}, \"special\":{}}','DPCalendarHelperRoute::getEventRoute','{\"formFile\":\"administrator\\/components\\/com_dpcalendar\\/models\\/forms\\/event.xml\", \"hideFields\":[\"asset_id\",\"checked_out\", \"date\",\"checked_out_time\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\"],\"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\"} ]}'),(10001,'DPCalendar Category','com_dpcalendar.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"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\",\"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','DPCalendarHelperRoute::getCalendarRoute',''),(10002,'Location','com_dpcalendar.location','{\"special\":{\"dbtable\":\"#__dpcalendar_locations\",\"key\":\"id\",\"type\":\"Location\",\"prefix\":\"Administrator\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Location\",\"prefix\":\"Administrator\",\"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\":\"description\",\"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_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\"}, \"special\":{}}','DPCalendarHelperRoute::getLocationRoute','{\"formFile\":\"administrator\\/components\\/com_dpcalendar\\/models\\/forms\\/location.xml\", \"hideFields\":[\"checked_out\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\"],\"displayLookup\":[{\"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\"} ]}');
/*!40000 ALTER TABLE `jnx5e_content_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_contentitem_tag_map`
--

DROP TABLE IF EXISTS `jnx5e_contentitem_tag_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_contentitem_tag_map`
--

LOCK TABLES `jnx5e_contentitem_tag_map` WRITE;
/*!40000 ALTER TABLE `jnx5e_contentitem_tag_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_contentitem_tag_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_djimageslider`
--

DROP TABLE IF EXISTS `jnx5e_djimageslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_djimageslider` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `catid` int unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL DEFAULT '',
  `image` varchar(255) NOT NULL,
  `description` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `checked_out` int unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int NOT NULL DEFAULT '0',
  `params` text,
  PRIMARY KEY (`id`),
  KEY `catid` (`catid`,`published`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_djimageslider`
--

LOCK TABLES `jnx5e_djimageslider` WRITE;
/*!40000 ALTER TABLE `jnx5e_djimageslider` DISABLE KEYS */;
INSERT INTO `jnx5e_djimageslider` VALUES (1,8,'ICAOC','icaoc','images/banners/ICAOC.jpg#joomlaImage://local-images/banners/ICAOC.jpg?width=2048&height=1152','',1,'2024-10-17 15:06:52','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',7,'{\"link_type\":\"article\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"17\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(3,8,'ICAOC Equipo 2024','icaoc-equipo-2024','images/Imagenes%20Inicio/Rave-03.jpg#joomlaImage://local-images/Imagenes Inicio/Rave-03.jpg?width=2040&height=1148','',1,'2025-07-23 21:05:46','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',5,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(4,8,'Apertura Maestría Gestión Ambiental Sostenible Cohorte 2024','apertura-maestria-gestion-ambiental-sostenible-cohorte-2024','images/Imagenes%20Inicio/WhatsApp%20Image%202025-02-24%20at%206.04.06%20PM.jpeg#joomlaImage://local-images/Imagenes Inicio/WhatsApp Image 2025-02-24 at 6.04.06 PM.jpeg?width=4032&height=3024','',1,'2025-07-23 21:11:23','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',6,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(5,8,'Laboratorio CCA','laboratorio-cca','images/Imagenes%20Inicio/DSC00108.jpg#joomlaImage://local-images/Imagenes Inicio/DSC00108.jpg?width=1567&height=1047','',1,'2025-07-23 21:17:51','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',8,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(6,8,'ICAOC','icaoc','images/Imagenes%20Inicio/DSC09909.jpg#joomlaImage://local-images/Imagenes Inicio/DSC09909.jpg?width=1567&height=1047','',1,'2025-07-23 21:18:32','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',1,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(7,8,'ICAOC 2025','icaoc-2025','images/Imagenes%20Inicio/ICAOC%2018%201.jpg#joomlaImage://local-images/Imagenes Inicio/ICAOC 18 1.jpg?width=5893&height=3929','',1,'2025-07-23 21:19:41','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',2,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(8,8,'Semillero Gestión Ambiental Sostenible','semillero-gestion-ambiental-sostenible','images/Imagenes%20Inicio/WhatsApp%20Image%202024-09-24%20at%2010.28.57%20AM.jpeg#joomlaImage://local-images/Imagenes Inicio/WhatsApp Image 2024-09-24 at 10.28.57 AM.jpeg?width=1600&height=1200','',1,'2025-07-23 21:20:37','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',3,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(9,8,'Reconocimiento ','reconocimiento','images/Imagenes%20Inicio/_DSC0038.jpg#joomlaImage://local-images/Imagenes Inicio/_DSC0038.jpg?width=1616&height=1080','',1,'2025-07-23 21:21:20','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',4,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}');
/*!40000 ALTER TABLE `jnx5e_djimageslider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_bookings`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_bookings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_bookings` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int NOT NULL DEFAULT '0',
  `uid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `telephone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `zip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `street` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `latitude` decimal(12,8) DEFAULT NULL,
  `longitude` decimal(12,8) DEFAULT NULL,
  `first_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `book_date` datetime DEFAULT NULL,
  `options` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` tinyint NOT NULL DEFAULT '0',
  `transaction_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `currency` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `invoice` tinyint NOT NULL DEFAULT '0',
  `tax` decimal(10,2) NOT NULL DEFAULT '0.00',
  `tax_rate` decimal(10,5) DEFAULT NULL,
  `coupon_id` int DEFAULT NULL,
  `coupon_rate` decimal(10,2) NOT NULL DEFAULT '0.00',
  `events_discount` decimal(10,5) DEFAULT NULL,
  `tickets_discount` decimal(10,5) DEFAULT NULL,
  `payment_provider` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `net_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `tax_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `gross_amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `payment_fee` decimal(10,2) NOT NULL DEFAULT '0.00',
  `tax_percent` float DEFAULT NULL,
  `txn_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `txn_currency` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payer_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payer_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `raw_data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_provider_fee` decimal(10,5) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `uid` (`uid`),
  KEY `user_id` (`user_id`),
  KEY `state` (`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_bookings`
--

LOCK TABLES `jnx5e_dpcalendar_bookings` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_bookings` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_bookings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_caldav_calendarchanges`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_calendarchanges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_calendarchanges` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `uri` varbinary(200) NOT NULL,
  `synctoken` int unsigned NOT NULL,
  `calendarid` int unsigned NOT NULL,
  `operation` tinyint NOT NULL,
  PRIMARY KEY (`id`),
  KEY `calendarid_synctoken` (`calendarid`,`synctoken`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_calendarchanges`
--

LOCK TABLES `jnx5e_dpcalendar_caldav_calendarchanges` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_calendarchanges` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_calendarchanges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_caldav_calendarinstances`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_calendarinstances`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_calendarinstances` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `calendarid` int unsigned NOT NULL,
  `principaluri` varbinary(100) DEFAULT NULL,
  `access` tinyint NOT NULL DEFAULT '1' COMMENT '1 = owner, 2 = read, 3 = readwrite',
  `displayname` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `uri` varbinary(200) DEFAULT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `calendarorder` int unsigned NOT NULL DEFAULT '0',
  `calendarcolor` varbinary(10) DEFAULT NULL,
  `timezone` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `transparent` tinyint NOT NULL DEFAULT '0',
  `share_href` varbinary(100) DEFAULT NULL,
  `share_displayname` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `share_invitestatus` tinyint NOT NULL DEFAULT '2' COMMENT '1 = noresponse, 2 = accepted, 3 = declined, 4 = invalid',
  PRIMARY KEY (`id`),
  UNIQUE KEY `principaluri` (`principaluri`,`uri`),
  UNIQUE KEY `calendarid` (`calendarid`,`principaluri`),
  UNIQUE KEY `calendarid_2` (`calendarid`,`share_href`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_calendarinstances`
--

LOCK TABLES `jnx5e_dpcalendar_caldav_calendarinstances` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_calendarinstances` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_calendarinstances` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_caldav_calendarobjects`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_calendarobjects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_calendarobjects` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `calendardata` mediumblob,
  `uri` varbinary(200) DEFAULT NULL,
  `calendarid` int unsigned NOT NULL,
  `lastmodified` int unsigned DEFAULT NULL,
  `etag` varbinary(32) DEFAULT NULL,
  `size` int unsigned NOT NULL,
  `componenttype` varbinary(8) DEFAULT NULL,
  `firstoccurence` int unsigned DEFAULT NULL,
  `lastoccurence` int unsigned DEFAULT NULL,
  `uid` varbinary(200) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `calendarid` (`calendarid`,`uri`),
  KEY `calendarid_time` (`calendarid`,`firstoccurence`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_calendarobjects`
--

LOCK TABLES `jnx5e_dpcalendar_caldav_calendarobjects` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_calendarobjects` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_calendarobjects` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_caldav_calendars`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_calendars`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_calendars` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `synctoken` int unsigned NOT NULL DEFAULT '1',
  `components` varbinary(21) 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 `jnx5e_dpcalendar_caldav_calendars`
--

LOCK TABLES `jnx5e_dpcalendar_caldav_calendars` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_calendars` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_calendars` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_caldav_calendarsubscriptions`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_calendarsubscriptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_calendarsubscriptions` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `uri` varbinary(200) NOT NULL,
  `principaluri` varbinary(100) NOT NULL,
  `source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `displayname` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `refreshrate` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `calendarorder` int unsigned NOT NULL DEFAULT '0',
  `calendarcolor` varbinary(10) DEFAULT NULL,
  `striptodos` tinyint DEFAULT NULL,
  `stripalarms` tinyint DEFAULT NULL,
  `stripattachments` tinyint DEFAULT NULL,
  `lastmodified` int unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `principaluri` (`principaluri`,`uri`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_calendarsubscriptions`
--

LOCK TABLES `jnx5e_dpcalendar_caldav_calendarsubscriptions` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_calendarsubscriptions` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_calendarsubscriptions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_caldav_groupmembers`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_groupmembers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_groupmembers` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `principal_id` int unsigned NOT NULL,
  `member_id` int unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `principal_id` (`principal_id`,`member_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_groupmembers`
--

LOCK TABLES `jnx5e_dpcalendar_caldav_groupmembers` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_groupmembers` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_groupmembers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_caldav_principals`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_principals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_principals` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `uri` varbinary(200) NOT NULL,
  `email` varbinary(80) DEFAULT NULL,
  `displayname` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `external_id` int unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `uri` (`uri`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_principals`
--

LOCK TABLES `jnx5e_dpcalendar_caldav_principals` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_principals` DISABLE KEYS */;
INSERT INTO `jnx5e_dpcalendar_caldav_principals` VALUES (1,_binary 'principals/admin',_binary '[email protected]','admin',44),(2,_binary 'principals/admin/calendar-proxy-read',_binary '[email protected]','admin',44),(3,_binary 'principals/admin/calendar-proxy-write',_binary '[email protected]','admin',44),(4,_binary 'principals/icaoc',_binary '[email protected]','usuario - icaoc',46),(5,_binary 'principals/icaoc/calendar-proxy-read',_binary '[email protected]','usuario - icaoc',46),(6,_binary 'principals/icaoc/calendar-proxy-write',_binary '[email protected]','usuario - icaoc',46);
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_principals` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_caldav_propertystorage`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_propertystorage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_propertystorage` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `path` varbinary(1024) NOT NULL,
  `name` varbinary(100) NOT NULL,
  `valuetype` int unsigned DEFAULT NULL,
  `value` mediumblob,
  PRIMARY KEY (`id`),
  UNIQUE KEY `path_property` (`path`(600),`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_caldav_propertystorage`
--

LOCK TABLES `jnx5e_dpcalendar_caldav_propertystorage` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_propertystorage` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_propertystorage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_caldav_schedulingobjects`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_caldav_schedulingobjects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_caldav_schedulingobjects` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `principaluri` varbinary(255) DEFAULT NULL,
  `calendardata` mediumblob,
  `uri` varbinary(200) DEFAULT NULL,
  `lastmodified` int unsigned DEFAULT NULL,
  `etag` varbinary(32) DEFAULT NULL,
  `size` int unsigned 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 `jnx5e_dpcalendar_caldav_schedulingobjects`
--

LOCK TABLES `jnx5e_dpcalendar_caldav_schedulingobjects` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_schedulingobjects` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_caldav_schedulingobjects` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_countries`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_countries` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `short_code` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `created` datetime DEFAULT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `version` int unsigned NOT NULL DEFAULT '0',
  `modified` datetime DEFAULT NULL,
  `modified_by` int unsigned NOT NULL DEFAULT '0',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_short_code` (`short_code`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_createdby` (`created_by`)
) ENGINE=InnoDB AUTO_INCREMENT=256 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_countries`
--

LOCK TABLES `jnx5e_dpcalendar_countries` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_countries` DISABLE KEYS */;
INSERT INTO `jnx5e_dpcalendar_countries` VALUES (1,'AF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(2,'AX',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(3,'AL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(4,'DZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(5,'AS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(6,'AD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(7,'AO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(8,'AI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(9,'AQ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(10,'AG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(11,'AR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(12,'AM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(13,'AW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(14,'AC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(15,'AU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(16,'AT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(17,'AZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(18,'BS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(19,'BH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(20,'BD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(21,'BB',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(22,'BY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(23,'BE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(24,'BZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(25,'BJ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(26,'BM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(27,'BT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(28,'BO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(29,'BA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(30,'BW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(31,'BR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(32,'IO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(33,'VG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(34,'BN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(35,'BG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(36,'BF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(37,'BI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(38,'KH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(39,'CM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(40,'CA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(41,'IC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(42,'CV',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(43,'BQ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(44,'KY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(45,'CF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(46,'EA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(47,'TD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(48,'CL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(49,'CN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(50,'CX',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(51,'CC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(52,'CO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(53,'KM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(54,'CG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(55,'CD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(56,'CK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(57,'CR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(58,'CI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(59,'HR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(60,'CU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(61,'CW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(62,'CY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(63,'CZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(64,'DK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(65,'DG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(66,'DJ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(67,'DM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(68,'DO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(69,'EC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(70,'EG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(71,'SV',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(72,'GQ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(73,'ER',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(74,'EE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(75,'SZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(76,'ET',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(77,'FK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(78,'FO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(79,'FJ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(80,'FI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(81,'FR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(82,'GF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(83,'PF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(84,'TF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(85,'GA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(86,'GM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(87,'GE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(88,'DE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(89,'GH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(90,'GI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(91,'GR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(92,'GL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(93,'GD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(94,'GP',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(95,'GU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(96,'GT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(97,'GG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(98,'GN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(99,'GW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(100,'GY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(101,'HT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(102,'HN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(103,'HK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(104,'HU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(105,'IS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(106,'IN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(107,'ID',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(108,'IR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(109,'IQ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(110,'IE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(111,'IM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(112,'IL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(113,'IT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(114,'JM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(115,'JP',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(116,'JE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(117,'JO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(118,'KZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(119,'KE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(120,'KI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(121,'XK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(122,'KW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(123,'KG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(124,'LA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(125,'LV',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(126,'LB',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(127,'LS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(128,'LR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(129,'LY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(130,'LI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(131,'LT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(132,'LU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(133,'MO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(134,'MG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(135,'MW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(136,'MY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(137,'MV',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(138,'ML',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(139,'MT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(140,'MH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(141,'MQ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(142,'MR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(143,'MU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(144,'YT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(145,'MX',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(146,'FM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(147,'MD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(148,'MC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(149,'MN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(150,'ME',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(151,'MS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(152,'MA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(153,'MZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(154,'MM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(155,'NA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(156,'NR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(157,'NP',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(158,'NL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(159,'NC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(160,'NZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(161,'NI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(162,'NE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(163,'NG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(164,'NU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(165,'NF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(166,'KP',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(167,'MK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(168,'MP',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(169,'NO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(170,'OM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(171,'PK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(172,'PW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(173,'PS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(174,'PA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(175,'PG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(176,'PY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(177,'PE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(178,'PH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(179,'PN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(180,'PL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(181,'PT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(182,'XA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(183,'XB',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(184,'PR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(185,'QA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(186,'RE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(187,'RO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(188,'RU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(189,'RW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(190,'WS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(191,'SM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(192,'ST',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(193,'SA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(194,'SN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(195,'RS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(196,'SC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(197,'SL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(198,'SG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(199,'SX',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(200,'SK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(201,'SI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(202,'SB',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(203,'SO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(204,'ZA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(205,'GS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(206,'KR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(207,'SS',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(208,'ES',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(209,'LK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(210,'BL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(211,'SH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(212,'KN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(213,'LC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(214,'MF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(215,'PM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(216,'VC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(217,'SD',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(218,'SR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(219,'SJ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(220,'SE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(221,'CH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(222,'SY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(223,'TW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(224,'TJ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(225,'TZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(226,'TH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(227,'TL',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(228,'TG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(229,'TK',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(230,'TO',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(231,'TT',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(232,'TA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(233,'TN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(234,'TR',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(235,'TM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(236,'TC',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(237,'TV',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(238,'UG',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(239,'UA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(240,'AE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(241,'GB',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(242,'US',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(243,'UY',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(244,'UM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(245,'VI',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(246,'UZ',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(247,'VU',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(248,'VA',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(249,'VE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(250,'VN',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(251,'WF',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(252,'EH',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(253,'YE',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(254,'ZM',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL),(255,'ZW',1,0,NULL,0,NULL,0,0,NULL,0,NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_dpcalendar_countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_coupons`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_coupons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_coupons` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `value` int NOT NULL DEFAULT '0',
  `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'percentage',
  `area` int NOT NULL DEFAULT '1',
  `calendars` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `users` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `emails` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `limit` int DEFAULT NULL,
  `state` tinyint NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `access` int NOT NULL DEFAULT '1',
  `ordering` int NOT NULL DEFAULT '0',
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created` datetime DEFAULT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `modified` datetime DEFAULT NULL,
  `modified_by` int unsigned NOT NULL DEFAULT '0',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_createdby` (`created_by`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_coupons`
--

LOCK TABLES `jnx5e_dpcalendar_coupons` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_coupons` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_coupons` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_events`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_events` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `catid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `uid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `original_id` int DEFAULT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rrule` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `exdates` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `recurrence_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `start_date` datetime DEFAULT NULL,
  `end_date` datetime DEFAULT NULL,
  `show_end_time` tinyint unsigned NOT NULL DEFAULT '1',
  `all_day` tinyint unsigned NOT NULL DEFAULT '0',
  `color` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `images` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `schedule` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `hits` int NOT NULL DEFAULT '0',
  `capacity` int DEFAULT NULL,
  `capacity_used` int DEFAULT '0',
  `max_tickets` int DEFAULT '1',
  `booking_waiting_list` int DEFAULT '0',
  `booking_series` tinyint unsigned NOT NULL DEFAULT '2',
  `booking_opening_date` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `booking_closing_date` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `booking_cancel_closing_date` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `prices` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `earlybird_discount` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `user_discount` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `events_discount` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `tickets_discount` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `booking_information` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `booking_options` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `booking_assign_user_groups` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `terms` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `rooms` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `state` tinyint NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `access` int NOT NULL DEFAULT '1',
  `access_content` int NOT NULL DEFAULT '1',
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime DEFAULT 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 DEFAULT 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,
  `metadata` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `featured` tinyint unsigned NOT NULL DEFAULT '0' COMMENT 'Set if link is featured.',
  `xreference` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `payment_provider` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_start_date` (`start_date`),
  KEY `idx_end_date` (`end_date`),
  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_xreference` (`xreference`),
  KEY `idx_original_id` (`original_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_events`
--

LOCK TABLES `jnx5e_dpcalendar_events` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_events` DISABLE KEYS */;
INSERT INTO `jnx5e_dpcalendar_events` VALUES (1,'9','A420B6A3-9632-4374-AF91-45157B386801',0,'Calendario de prueba','calendario-de-prueba',NULL,NULL,NULL,'2025-02-24 14:00:00','2025-02-24 15:00:00',1,0,'eb9494','','{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_full\":\"\",\"image_full_alt\":\"\",\"image_full_caption\":\"\"}','<p>Calendario de prueba</p>','',3,0,0,1,0,2,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,'0000-00-00 00:00:00',1,1,'{\"event_date_format\":\"\",\"event_time_format\":\"\",\"event_show_calendar\":\"\",\"event_show_date\":\"\",\"event_show_location\":\"\",\"event_show_url\":\"\",\"event_show_author\":\"\",\"event_show_hosts\":\"\",\"event_show_booking_form\":\"1\",\"event_show_bookings\":\"\",\"event_show_price\":\"\",\"event_show_capacity\":\"\",\"event_show_capacity_used\":\"\",\"event_show_tickets\":\"\",\"event_show_print\":\"\",\"event_show_mail\":\"\",\"event_show_copy\":\"\",\"event_show_series\":\"\",\"event_series_max\":\"\",\"event_show_map\":\"\",\"event_map_zoom\":\"\",\"event_map_lat\":\"\",\"event_map_long\":\"\",\"event_textbefore\":\"\",\"event_textafter\":\"\",\"event_count_clicks\":\"\",\"event_show_page_heading\":\"\",\"event_prefix_meta_description\":\"\",\"event_custom_css\":\"\"}','*','2025-02-24 14:25:30',44,'','2025-02-24 14:46:27',44,NULL,NULL,'{\"metakey\":\"\",\"metadesc\":\"\",\"robots\":\"\",\"rights\":\"\"}',0,'',NULL,NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_dpcalendar_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_events_hosts`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_events_hosts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_events_hosts` (
  `event_id` int NOT NULL DEFAULT '0',
  `user_id` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`event_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_events_hosts`
--

LOCK TABLES `jnx5e_dpcalendar_events_hosts` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_events_hosts` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_events_hosts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_events_location`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_events_location`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_events_location` (
  `event_id` int NOT NULL DEFAULT '0',
  `location_id` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`event_id`,`location_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_events_location`
--

LOCK TABLES `jnx5e_dpcalendar_events_location` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_events_location` DISABLE KEYS */;
INSERT INTO `jnx5e_dpcalendar_events_location` VALUES (1,1);
/*!40000 ALTER TABLE `jnx5e_dpcalendar_events_location` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_extcalendars`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_extcalendars`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_extcalendars` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `plugin` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `color` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `color_force` tinyint NOT NULL DEFAULT '0',
  `state` tinyint NOT NULL DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime DEFAULT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `version` int unsigned NOT NULL DEFAULT '0',
  `modified` datetime DEFAULT NULL,
  `modified_by` int unsigned NOT NULL DEFAULT '0',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `access` int NOT NULL DEFAULT '1',
  `access_content` int NOT NULL DEFAULT '1',
  `sync_token` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `sync_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_plugin` (`plugin`),
  KEY `idx_state` (`state`),
  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 `jnx5e_dpcalendar_extcalendars`
--

LOCK TABLES `jnx5e_dpcalendar_extcalendars` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_extcalendars` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_extcalendars` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_locations`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_locations` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `country` int NOT NULL DEFAULT '0',
  `province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `zip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `street` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rooms` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `latitude` decimal(12,8) DEFAULT NULL,
  `longitude` decimal(12,8) DEFAULT NULL,
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `color` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `state` tinyint NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime DEFAULT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `version` int unsigned NOT NULL DEFAULT '0',
  `modified` datetime DEFAULT NULL,
  `modified_by` int unsigned NOT NULL DEFAULT '0',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `metadata` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `xreference` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_locations`
--

LOCK TABLES `jnx5e_dpcalendar_locations` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_locations` DISABLE KEYS */;
INSERT INTO `jnx5e_dpcalendar_locations` VALUES (1,'Campus Barcelona','campus-barcelona',52,'Meta','Villavicencio','500004','Kilometro 12 Vía Puerto López - Vereda Barcelona','','{}',4.07514275,-73.58540793,'','','ff0000',1,0,'0000-00-00 00:00:00',1,NULL,'*',NULL,0,'',1,'2025-02-24 14:23:55',44,NULL,NULL,'{\"metadesc\":\"\",\"metakey\":\"\",\"robots\":\"\",\"rights\":\"\",\"xreference\":\"\"}',NULL),(2,'Villavicencio, Meta 500008, 52','villavicencio-meta-500008-52',52,'Meta','Perímetro Urbano Villavicencio','500004','37','41-02 Barzal','{}',4.14577648,-73.64289172,'','','d11b49',1,0,'0000-00-00 00:00:00',2,NULL,'*',NULL,0,'',1,'2025-02-24 14:20:48',44,NULL,NULL,'{\"metadesc\":\"\",\"metakey\":\"\",\"robots\":\"\",\"rights\":\"\",\"xreference\":\"\"}',NULL),(3,'Campus Boquemonte','campus-boquemonte',52,'Meta','Granada','504001',' KM 2 Via San Juan de Arama','','{}',3.56860113,-73.72043990,'','','f5182e',1,0,'0000-00-00 00:00:00',3,NULL,'*',NULL,0,'',1,'2025-02-24 14:23:17',44,NULL,NULL,'{\"metadesc\":\"\",\"metakey\":\"\",\"robots\":\"\",\"rights\":\"\",\"xreference\":\"\"}',NULL);
/*!40000 ALTER TABLE `jnx5e_dpcalendar_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_taxrates`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_taxrates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_taxrates` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rate` decimal(10,5) DEFAULT NULL,
  `countries` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `inclusive` tinyint NOT NULL DEFAULT '0',
  `state` tinyint NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `created` datetime DEFAULT NULL,
  `created_by` int unsigned NOT NULL DEFAULT '0',
  `version` int unsigned NOT NULL DEFAULT '0',
  `modified` datetime DEFAULT NULL,
  `modified_by` int unsigned NOT NULL DEFAULT '0',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_createdby` (`created_by`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_taxrates`
--

LOCK TABLES `jnx5e_dpcalendar_taxrates` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_taxrates` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_taxrates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_dpcalendar_tickets`
--

DROP TABLE IF EXISTS `jnx5e_dpcalendar_tickets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_dpcalendar_tickets` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `booking_id` int NOT NULL DEFAULT '0',
  `event_id` int NOT NULL DEFAULT '0',
  `user_id` int NOT NULL DEFAULT '0',
  `uid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `first_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `telephone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `zip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `street` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `latitude` decimal(12,8) DEFAULT NULL,
  `longitude` decimal(12,8) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `state` tinyint NOT NULL DEFAULT '0',
  `public` tinyint NOT NULL DEFAULT '1',
  `price` decimal(10,2) NOT NULL DEFAULT '0.00',
  `type` int NOT NULL DEFAULT '0',
  `certificate_send_date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `uid` (`uid`),
  KEY `booking_id` (`booking_id`),
  KEY `event_id` (`event_id`),
  KEY `user_id` (`user_id`),
  KEY `state` (`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_dpcalendar_tickets`
--

LOCK TABLES `jnx5e_dpcalendar_tickets` WRITE;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_tickets` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_dpcalendar_tickets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_extensions`
--

DROP TABLE IF EXISTS `jnx5e_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=307 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_extensions`
--

LOCK TABLES `jnx5e_extensions` WRITE;
/*!40000 ALTER TABLE `jnx5e_extensions` DISABLE KEYS */;
INSERT INTO `jnx5e_extensions` VALUES (1,0,'com_wrapper','component','com_wrapper','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Wrapper\",\"filename\":\"wrapper\"}','','',NULL,NULL,0,0,NULL),(2,0,'com_admin','component','com_admin','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Admin\"}','','',NULL,NULL,0,0,NULL),(3,0,'com_banners','component','com_banners','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Cache\"}','','',NULL,NULL,0,0,NULL),(5,0,'com_categories','component','com_categories','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Categories\"}','','',NULL,NULL,0,0,NULL),(6,0,'com_checkin','component','com_checkin','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Checkin\"}','','',NULL,NULL,0,0,NULL),(7,0,'com_contact','component','com_contact','','',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\":\"\",\"changelogurl\":\"\",\"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\":\"1\",\"show_email\":\"0\",\"add_mailto_link\":\"1\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_image\":\"1\",\"image\":\"\",\"show_misc\":\"0\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"articles_display_num\":\"10\",\"show_profile\":\"0\",\"show_user_custom_fields\":[\"-1\"],\"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\":\"1\",\"show_description\":\"1\",\"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\":\"\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"0\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Cpanel\"}','','',NULL,NULL,0,0,NULL),(9,0,'com_installer','component','com_installer','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Installer\"}','{\"cachetimeout\":\"6\",\"minimum_stability\":\"4\"}','',NULL,NULL,0,0,NULL),(10,0,'com_languages','component','com_languages','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Languages\"}','{\"administrator\":\"es-ES\",\"site\":\"es-ES\"}','',NULL,NULL,0,0,NULL),(11,0,'com_login','component','com_login','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Login\"}','','',NULL,NULL,0,0,NULL),(12,0,'com_media','component','com_media','','',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\":\"\",\"changelogurl\":\"\",\"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,avif,ico,mp3,m4a,mp4a,ogg,mp4,mp4v,mpeg,mov,odg,odp,ods,odt,pdf,ppt,txt,xcf,xls,csv\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png,jpeg,webp,avif\",\"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,image\\/avif,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','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Messages\"}','','',NULL,NULL,0,0,NULL),(15,0,'com_modules','component','com_modules','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Modules\",\"filename\":\"modules\"}','','',NULL,NULL,0,0,NULL),(16,0,'com_newsfeeds','component','com_newsfeeds','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Plugins\"}','','',NULL,NULL,0,0,NULL),(18,0,'com_templates','component','com_templates','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Content\",\"filename\":\"content\"}','{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"info_block_position\":\"0\",\"info_block_show_title\":\"1\",\"show_category\":\"0\",\"link_category\":\"1\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_associations\":\"0\",\"flags\":\"1\",\"show_author\":\"1\",\"link_author\":\"0\",\"show_create_date\":\"1\",\"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\":\"1\",\"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\":\"1\",\"sef_ids\":1,\"custom_fields_enable\":\"1\",\"workflow_enabled\":\"0\"}','',NULL,NULL,0,0,NULL),(20,0,'com_config','component','com_config','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Redirect\"}','','',NULL,NULL,0,0,NULL),(22,0,'com_users','component','com_users','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Joomlaupdate\"}','{\"updatesource\":\"default\",\"customurl\":\"\"}','',NULL,NULL,0,0,NULL),(25,0,'com_tags','component','com_tags','','',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\":\"\",\"changelogurl\":\"\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Contenthistory\",\"filename\":\"contenthistory\"}','','',NULL,NULL,0,0,NULL),(27,0,'com_ajax','component','com_ajax','','',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\":\"\",\"changelogurl\":\"\",\"filename\":\"ajax\"}','','',NULL,NULL,0,0,NULL),(28,0,'com_postinstall','component','com_postinstall','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Postinstall\"}','','',NULL,NULL,0,0,NULL),(29,0,'com_fields','component','com_fields','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,0,0,NULL),(30,0,'com_associations','component','com_associations','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Associations\"}','','',NULL,NULL,0,0,NULL),(31,0,'com_privacy','component','com_privacy','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Privacy\",\"filename\":\"privacy\"}','','',NULL,NULL,0,0,NULL),(32,0,'com_actionlogs','component','com_actionlogs','','',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\":\"\",\"changelogurl\":\"\",\"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_fields\",\"com_guidedtours\",\"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','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Workflow\"}','{}','',NULL,NULL,0,0,NULL),(34,0,'com_mails','component','com_mails','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Mails\"}','','',NULL,NULL,0,0,NULL),(35,0,'com_scheduler','component','com_scheduler','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Scheduler\"}','{}','',NULL,NULL,0,0,NULL),(36,0,'com_guidedtours','component','com_guidedtours','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Guidedtours\"}','{}','',NULL,NULL,0,0,NULL),(37,0,'lib_joomla','library','joomla','','',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\":\"\",\"changelogurl\":\"\",\"filename\":\"joomla\"}','','',NULL,NULL,0,0,NULL),(38,0,'lib_phpass','library','phpass','','',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.5.1\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"phpass\"}','','',NULL,NULL,0,0,NULL),(39,0,'mod_articles_archive','module','mod_articles_archive','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesArchive\",\"filename\":\"mod_articles_archive\"}','','',NULL,NULL,0,0,NULL),(40,0,'mod_articles_latest','module','mod_articles_latest','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesLatest\",\"filename\":\"mod_articles_latest\"}','','',NULL,NULL,0,0,NULL),(41,0,'mod_articles_popular','module','mod_articles_popular','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesPopular\",\"filename\":\"mod_articles_popular\"}','','',NULL,NULL,0,0,NULL),(42,0,'mod_banners','module','mod_banners','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Banners\",\"filename\":\"mod_banners\"}','','',NULL,NULL,0,0,NULL),(43,0,'mod_breadcrumbs','module','mod_breadcrumbs','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Breadcrumbs\",\"filename\":\"mod_breadcrumbs\"}','','',NULL,NULL,0,0,NULL),(44,0,'mod_custom','module','mod_custom','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Custom\",\"filename\":\"mod_custom\"}','','',NULL,NULL,0,0,NULL),(45,0,'mod_feed','module','mod_feed','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Feed\",\"filename\":\"mod_feed\"}','','',NULL,NULL,0,0,NULL),(46,0,'mod_footer','module','mod_footer','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Footer\",\"filename\":\"mod_footer\"}','','',NULL,NULL,0,0,NULL),(47,0,'mod_login','module','mod_login','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Login\",\"filename\":\"mod_login\"}','','',NULL,NULL,0,0,NULL),(48,0,'mod_menu','module','mod_menu','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Menu\",\"filename\":\"mod_menu\"}','','',NULL,NULL,0,0,NULL),(49,0,'mod_articles_news','module','mod_articles_news','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesNews\",\"filename\":\"mod_articles_news\"}','','',NULL,NULL,0,0,NULL),(50,0,'mod_random_image','module','mod_random_image','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\RandomImage\",\"filename\":\"mod_random_image\"}','','',NULL,NULL,0,0,NULL),(51,0,'mod_related_items','module','mod_related_items','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\RelatedItems\",\"filename\":\"mod_related_items\"}','','',NULL,NULL,0,0,NULL),(52,0,'mod_stats','module','mod_stats','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Stats\",\"filename\":\"mod_stats\"}','','',NULL,NULL,0,0,NULL),(53,0,'mod_syndicate','module','mod_syndicate','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Syndicate\",\"filename\":\"mod_syndicate\"}','','',NULL,NULL,0,0,NULL),(54,0,'mod_users_latest','module','mod_users_latest','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\UsersLatest\",\"filename\":\"mod_users_latest\"}','','',NULL,NULL,0,0,NULL),(55,0,'mod_whosonline','module','mod_whosonline','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Whosonline\",\"filename\":\"mod_whosonline\"}','','',NULL,NULL,0,0,NULL),(56,0,'mod_wrapper','module','mod_wrapper','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Wrapper\",\"filename\":\"mod_wrapper\"}','','',NULL,NULL,0,0,NULL),(57,0,'mod_articles_category','module','mod_articles_category','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesCategory\",\"filename\":\"mod_articles_category\"}','','',NULL,NULL,0,0,NULL),(58,0,'mod_articles_categories','module','mod_articles_categories','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesCategories\",\"filename\":\"mod_articles_categories\"}','','',NULL,NULL,0,0,NULL),(59,0,'mod_languages','module','mod_languages','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Languages\",\"filename\":\"mod_languages\"}','','',NULL,NULL,0,0,NULL),(60,0,'mod_finder','module','mod_finder','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Finder\",\"filename\":\"mod_finder\"}','','',NULL,NULL,0,0,NULL),(61,0,'MOD_ARTICLES','module','mod_articles','','',0,1,0,0,1,'{\"name\":\"MOD_ARTICLES\",\"type\":\"module\",\"creationDate\":\"2024-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2024 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.2.0\",\"description\":\"MOD_ARTICLES_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Articles\",\"filename\":\"mod_articles\"}','','',NULL,NULL,0,0,NULL),(62,0,'mod_custom','module','mod_custom','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Custom\",\"filename\":\"mod_custom\"}','','',NULL,NULL,0,0,NULL),(63,0,'mod_feed','module','mod_feed','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Feed\",\"filename\":\"mod_feed\"}','','',NULL,NULL,0,0,NULL),(64,0,'mod_latest','module','mod_latest','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Latest\",\"filename\":\"mod_latest\"}','','',NULL,NULL,0,0,NULL),(65,0,'mod_logged','module','mod_logged','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Logged\",\"filename\":\"mod_logged\"}','','',NULL,NULL,0,0,NULL),(66,0,'mod_login','module','mod_login','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Login\",\"filename\":\"mod_login\"}','','',NULL,NULL,0,0,NULL),(67,0,'mod_loginsupport','module','mod_loginsupport','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Loginsupport\",\"filename\":\"mod_loginsupport\"}','','',NULL,NULL,0,0,NULL),(68,0,'mod_menu','module','mod_menu','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Menu\",\"filename\":\"mod_menu\"}','','',NULL,NULL,0,0,NULL),(69,0,'mod_popular','module','mod_popular','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Popular\",\"filename\":\"mod_popular\"}','','',NULL,NULL,0,0,NULL),(70,0,'mod_quickicon','module','mod_quickicon','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Quickicon\",\"filename\":\"mod_quickicon\"}','','',NULL,NULL,0,0,NULL),(71,0,'mod_frontend','module','mod_frontend','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Frontend\",\"filename\":\"mod_frontend\"}','','',NULL,NULL,0,0,NULL),(72,0,'mod_messages','module','mod_messages','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Messages\",\"filename\":\"mod_messages\"}','','',NULL,NULL,0,0,NULL),(73,0,'mod_post_installation_messages','module','mod_post_installation_messages','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PostInstallationMessages\",\"filename\":\"mod_post_installation_messages\"}','','',NULL,NULL,0,0,NULL),(74,0,'mod_user','module','mod_user','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\User\",\"filename\":\"mod_user\"}','','',NULL,NULL,0,0,NULL),(75,0,'mod_title','module','mod_title','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Title\",\"filename\":\"mod_title\"}','','',NULL,NULL,0,0,NULL),(76,0,'mod_toolbar','module','mod_toolbar','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Toolbar\",\"filename\":\"mod_toolbar\"}','','',NULL,NULL,0,0,NULL),(77,0,'mod_multilangstatus','module','mod_multilangstatus','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\MultilangStatus\",\"filename\":\"mod_multilangstatus\"}','{\"cache\":\"0\"}','',NULL,NULL,0,0,NULL),(78,0,'mod_version','module','mod_version','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Version\",\"filename\":\"mod_version\"}','{\"cache\":\"0\"}','',NULL,NULL,0,0,NULL),(79,0,'mod_stats_admin','module','mod_stats_admin','','',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\":\"\",\"changelogurl\":\"\",\"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),(80,0,'mod_tags_popular','module','mod_tags_popular','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\TagsPopular\",\"filename\":\"mod_tags_popular\"}','{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}','',NULL,NULL,0,0,NULL),(81,0,'mod_tags_similar','module','mod_tags_similar','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\TagsSimilar\",\"filename\":\"mod_tags_similar\"}','{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}','',NULL,NULL,0,0,NULL),(82,0,'mod_sampledata','module','mod_sampledata','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Sampledata\",\"filename\":\"mod_sampledata\"}','{}','',NULL,NULL,0,0,NULL),(83,0,'mod_latestactions','module','mod_latestactions','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\LatestActions\",\"filename\":\"mod_latestactions\"}','{}','',NULL,NULL,0,0,NULL),(84,0,'mod_privacy_dashboard','module','mod_privacy_dashboard','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PrivacyDashboard\",\"filename\":\"mod_privacy_dashboard\"}','{}','',NULL,NULL,0,0,NULL),(85,0,'mod_submenu','module','mod_submenu','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Submenu\",\"filename\":\"mod_submenu\"}','{}','',NULL,NULL,0,0,NULL),(86,0,'mod_privacy_status','module','mod_privacy_status','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PrivacyStatus\",\"filename\":\"mod_privacy_status\"}','{}','',NULL,NULL,0,0,NULL),(87,0,'mod_guidedtours','module','mod_guidedtours','','',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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Module\\\\GuidedTours\",\"filename\":\"mod_guidedtours\"}','{}','',NULL,NULL,0,0,NULL),(88,0,'plg_actionlog_joomla','plugin','joomla','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Actionlog\\\\Joomla\",\"filename\":\"joomla\"}','{}','',NULL,NULL,1,0,NULL),(89,0,'plg_api-authentication_basic','plugin','basic','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\ApiAuthentication\\\\Basic\",\"filename\":\"basic\"}','{}','',NULL,NULL,1,0,NULL),(90,0,'plg_api-authentication_token','plugin','token','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\ApiAuthentication\\\\Token\",\"filename\":\"token\"}','{}','',NULL,NULL,2,0,NULL),(91,0,'plg_authentication_cookie','plugin','cookie','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Cookie\",\"filename\":\"cookie\"}','','',NULL,NULL,1,0,NULL),(92,0,'plg_authentication_joomla','plugin','joomla','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,2,0,NULL),(93,0,'plg_authentication_ldap','plugin','ldap','','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\":\"\",\"changelogurl\":\"\",\"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),(94,0,'plg_behaviour_compat','plugin','compat','','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\":\"5.0.0\",\"description\":\"PLG_COMPAT_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Compat\",\"filename\":\"compat\"}','{\"classes_aliases\":\"1\",\"es5_assets\":\"1\"}','',NULL,NULL,1,0,NULL),(95,0,'plg_behaviour_taggable','plugin','taggable','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Taggable\",\"filename\":\"taggable\"}','{}','',NULL,NULL,2,0,NULL),(96,0,'plg_behaviour_versionable','plugin','versionable','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Versionable\",\"filename\":\"versionable\"}','{}','',NULL,NULL,3,0,NULL),(97,0,'plg_content_confirmconsent','plugin','confirmconsent','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\ConfirmConsent\",\"filename\":\"confirmconsent\"}','{}','',NULL,NULL,1,0,NULL),(98,0,'plg_content_contact','plugin','contact','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Contact\",\"filename\":\"contact\"}','','',NULL,NULL,2,0,NULL),(99,0,'plg_content_emailcloak','plugin','emailcloak','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\EmailCloak\",\"filename\":\"emailcloak\"}','{\"mode\":\"1\"}','',NULL,NULL,3,0,NULL),(100,0,'plg_content_fields','plugin','fields','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,4,0,NULL),(101,0,'plg_content_finder','plugin','finder','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Finder\",\"filename\":\"finder\"}','','',NULL,NULL,5,0,NULL),(102,0,'plg_content_joomla','plugin','joomla','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,6,0,NULL),(103,0,'plg_content_loadmodule','plugin','loadmodule','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\LoadModule\",\"filename\":\"loadmodule\"}','{\"style\":\"xhtml\"}','',NULL,NULL,7,0,NULL),(104,0,'plg_content_pagebreak','plugin','pagebreak','','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\":\"\",\"changelogurl\":\"\",\"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','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\PageNavigation\",\"filename\":\"pagenavigation\"}','{\"position\":\"1\"}','',NULL,NULL,9,0,NULL),(106,0,'plg_content_vote','plugin','vote','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Vote\",\"filename\":\"vote\"}','','',NULL,NULL,10,0,NULL),(107,0,'plg_editors-xtd_article','plugin','article','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Article\",\"filename\":\"article\"}','','',46,'2025-09-02 15:30:05',1,0,NULL),(108,0,'plg_editors-xtd_contact','plugin','contact','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Contact\",\"filename\":\"contact\"}','','',NULL,NULL,2,0,NULL),(109,0,'plg_editors-xtd_fields','plugin','fields','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,3,0,NULL),(110,0,'plg_editors-xtd_image','plugin','image','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Image\",\"filename\":\"image\"}','','',NULL,NULL,4,0,NULL),(111,0,'plg_editors-xtd_menu','plugin','menu','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Menu\",\"filename\":\"menu\"}','','',NULL,NULL,5,0,NULL),(112,0,'plg_editors-xtd_module','plugin','module','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Module\",\"filename\":\"module\"}','','',NULL,NULL,6,0,NULL),(113,0,'plg_editors-xtd_pagebreak','plugin','pagebreak','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\PageBreak\",\"filename\":\"pagebreak\"}','','',NULL,NULL,7,0,NULL),(114,0,'plg_editors-xtd_readmore','plugin','readmore','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\ReadMore\",\"filename\":\"readmore\"}','','',NULL,NULL,8,0,NULL),(115,0,'plg_editors_codemirror','plugin','codemirror','','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\":\"6.0.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"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','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\None\",\"filename\":\"none\"}','','',NULL,NULL,2,0,NULL),(117,0,'plg_editors_tinymce','plugin','tinymce','','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\":\"6.8.5\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\TinyMCE\",\"filename\":\"tinymce\"}','{\"configuration\":{\"setoptions\":[{\"access\":[\"7\",\"4\",\"8\"],\"skin\":\"\",\"skin_dark\":\"\",\"skin_admin\":\"\",\"skin_admin_dark\":\"\",\"toolbar_mode\":\"sliding\",\"drag_drop\":\"1\",\"path\":\"\",\"content_template_path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"lang_code\":\"\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"applet\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"sandbox_iframes\":\"1\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"textpattern\":\"0\",\"image_advtab\":\"1\",\"advlist\":\"1\",\"contextmenu\":\"1\",\"paste_as_text\":\"0\",\"sourcecode\":\"1\",\"content_languages\":\"\",\"custom_plugin\":\"\",\"custom_button\":\"\",\"external_plugins\":\"\",\"link_classes_list\":\"\"},{\"access\":[\"6\",\"2\"],\"skin\":\"\",\"skin_dark\":\"\",\"skin_admin\":\"\",\"skin_admin_dark\":\"\",\"toolbar_mode\":\"sliding\",\"drag_drop\":\"1\",\"path\":\"\",\"content_template_path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"lang_code\":\"\",\"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\":\"\",\"sandbox_iframes\":\"1\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"textpattern\":\"0\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"contextmenu\":\"1\",\"paste_as_text\":\"0\",\"sourcecode\":\"1\",\"content_languages\":\"\",\"custom_plugin\":\"\",\"custom_button\":\"\",\"external_plugins\":\"\",\"link_classes_list\":\"\"},{\"access\":[\"1\"],\"skin\":\"\",\"skin_dark\":\"\",\"skin_admin\":\"\",\"skin_admin_dark\":\"\",\"toolbar_mode\":\"sliding\",\"drag_drop\":\"1\",\"path\":\"\",\"content_template_path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"lang_code\":\"\",\"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\":\"\",\"sandbox_iframes\":\"1\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"textpattern\":\"0\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"contextmenu\":\"1\",\"paste_as_text\":\"0\",\"sourcecode\":\"1\",\"content_languages\":\"\",\"custom_plugin\":\"\",\"custom_button\":\"\",\"external_plugins\":\"\",\"link_classes_list\":\"\"}],\"toolbars\":[{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"styles\",\"|\",\"blocks\",\"fontfamily\",\"fontsize\",\"|\",\"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\",\"jtemplate\",\"|\",\"print\",\"preview\",\"codesample\",\"insertdatetime\",\"removeformat\"]},{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"blocks\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"code\",\"|\",\"hr\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"pastetext\",\"preview\"]},{\"toolbar1\":[\"bold\",\"underline\",\"strikethrough\",\"|\",\"undo\",\"redo\",\"|\",\"bullist\",\"numlist\",\"|\",\"pastetext\"]}]},\"sets_amount\":3,\"html_height\":\"550\",\"html_width\":\"750\"}','',NULL,NULL,3,0,''),(118,0,'plg_extension_finder','plugin','finder','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Finder\",\"filename\":\"finder\"}','','',NULL,NULL,1,0,NULL),(119,0,'plg_extension_joomla','plugin','joomla','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,2,0,NULL),(120,0,'plg_extension_namespacemap','plugin','namespacemap','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\NamespaceMap\",\"filename\":\"namespacemap\"}','{}','',NULL,NULL,3,0,NULL),(121,0,'plg_fields_calendar','plugin','calendar','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Calendar\",\"filename\":\"calendar\"}','','',NULL,NULL,1,0,NULL),(122,0,'plg_fields_checkboxes','plugin','checkboxes','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Checkboxes\",\"filename\":\"checkboxes\"}','','',NULL,NULL,2,0,NULL),(123,0,'plg_fields_color','plugin','color','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Color\",\"filename\":\"color\"}','','',NULL,NULL,3,0,NULL),(124,0,'plg_fields_editor','plugin','editor','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Editor\",\"filename\":\"editor\"}','{\"buttons\":0,\"width\":\"100%\",\"height\":\"250px\",\"filter\":\"\\\\Joomla\\\\CMS\\\\Component\\\\ComponentHelper::filterText\"}','',NULL,NULL,4,0,NULL),(125,0,'plg_fields_imagelist','plugin','imagelist','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Imagelist\",\"filename\":\"imagelist\"}','','',NULL,NULL,5,0,NULL),(126,0,'plg_fields_integer','plugin','integer','','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\":\"\",\"changelogurl\":\"\",\"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','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\ListField\",\"filename\":\"list\"}','','',NULL,NULL,7,0,NULL),(128,0,'plg_fields_media','plugin','media','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Media\",\"filename\":\"media\"}','','',NULL,NULL,8,0,NULL),(129,0,'plg_fields_radio','plugin','radio','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Radio\",\"filename\":\"radio\"}','','',NULL,NULL,9,0,NULL),(130,0,'plg_fields_sql','plugin','sql','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\SQL\",\"filename\":\"sql\"}','','',NULL,NULL,10,0,NULL),(131,0,'plg_fields_subform','plugin','subform','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Subform\",\"filename\":\"subform\"}','','',NULL,NULL,11,0,NULL),(132,0,'plg_fields_text','plugin','text','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Text\",\"filename\":\"text\"}','','',NULL,NULL,12,0,NULL),(133,0,'plg_fields_textarea','plugin','textarea','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Textarea\",\"filename\":\"textarea\"}','{\"rows\":10,\"cols\":10,\"maxlength\":\"\",\"filter\":\"\\\\Joomla\\\\CMS\\\\Component\\\\ComponentHelper::filterText\"}','',NULL,NULL,13,0,NULL),(134,0,'plg_fields_url','plugin','url','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Url\",\"filename\":\"url\"}','','',NULL,NULL,14,0,NULL),(135,0,'plg_fields_user','plugin','user','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\User\",\"filename\":\"user\"}','','',NULL,NULL,15,0,NULL),(136,0,'plg_fields_usergrouplist','plugin','usergrouplist','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\UsergroupList\",\"filename\":\"usergrouplist\"}','','',NULL,NULL,16,0,NULL),(137,0,'plg_filesystem_local','plugin','local','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Filesystem\\\\Local\",\"filename\":\"local\"}','{}','',NULL,NULL,1,0,NULL),(138,0,'plg_finder_categories','plugin','categories','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Categories\",\"filename\":\"categories\"}','','',NULL,NULL,1,0,NULL),(139,0,'plg_finder_contacts','plugin','contacts','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Contacts\",\"filename\":\"contacts\"}','','',NULL,NULL,2,0,NULL),(140,0,'plg_finder_content','plugin','content','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Content\",\"filename\":\"content\"}','','',NULL,NULL,3,0,NULL),(141,0,'plg_finder_newsfeeds','plugin','newsfeeds','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','','',NULL,NULL,4,0,NULL),(142,0,'plg_finder_tags','plugin','tags','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Tags\",\"filename\":\"tags\"}','','',NULL,NULL,5,0,NULL),(143,0,'plg_installer_folderinstaller','plugin','folderinstaller','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Folder\",\"filename\":\"folderinstaller\"}','','',NULL,NULL,2,0,NULL),(144,0,'plg_installer_override','plugin','override','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Override\",\"filename\":\"override\"}','','',NULL,NULL,4,0,NULL),(145,0,'plg_installer_packageinstaller','plugin','packageinstaller','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Package\",\"filename\":\"packageinstaller\"}','','',NULL,NULL,1,0,NULL),(146,0,'plg_installer_urlinstaller','plugin','urlinstaller','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Url\",\"filename\":\"urlinstaller\"}','','',NULL,NULL,3,0,NULL),(147,0,'plg_installer_webinstaller','plugin','webinstaller','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Web\",\"filename\":\"webinstaller\"}','{\"tab_position\":\"1\"}','',NULL,NULL,5,0,NULL),(148,0,'plg_media-action_crop','plugin','crop','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Crop\",\"filename\":\"crop\"}','{}','',NULL,NULL,1,0,NULL),(149,0,'plg_media-action_resize','plugin','resize','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Resize\",\"filename\":\"resize\"}','{}','',NULL,NULL,2,0,NULL),(150,0,'plg_media-action_rotate','plugin','rotate','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Rotate\",\"filename\":\"rotate\"}','{}','',NULL,NULL,3,0,NULL),(151,0,'plg_privacy_actionlogs','plugin','actionlogs','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Actionlogs\",\"filename\":\"actionlogs\"}','{}','',NULL,NULL,1,0,NULL),(152,0,'plg_privacy_consents','plugin','consents','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Consents\",\"filename\":\"consents\"}','{}','',NULL,NULL,2,0,NULL),(153,0,'plg_privacy_contact','plugin','contact','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Contact\",\"filename\":\"contact\"}','{}','',NULL,NULL,3,0,NULL),(154,0,'plg_privacy_content','plugin','content','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Content\",\"filename\":\"content\"}','{}','',NULL,NULL,4,0,NULL),(155,0,'plg_privacy_message','plugin','message','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Message\",\"filename\":\"message\"}','{}','',NULL,NULL,5,0,NULL),(156,0,'plg_privacy_user','plugin','user','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\User\",\"filename\":\"user\"}','{}','',NULL,NULL,6,0,NULL),(157,0,'plg_quickicon_joomlaupdate','plugin','joomlaupdate','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Joomlaupdate\",\"filename\":\"joomlaupdate\"}','','',NULL,NULL,1,0,NULL),(158,0,'plg_quickicon_extensionupdate','plugin','extensionupdate','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Extensionupdate\",\"filename\":\"extensionupdate\"}','','',NULL,NULL,2,0,NULL),(159,0,'plg_quickicon_overridecheck','plugin','overridecheck','','quickicon',0,0,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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\OverrideCheck\",\"filename\":\"overridecheck\"}','','',NULL,NULL,3,0,NULL),(160,0,'plg_quickicon_downloadkey','plugin','downloadkey','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Downloadkey\",\"filename\":\"downloadkey\"}','','',NULL,NULL,4,0,NULL),(161,0,'plg_quickicon_privacycheck','plugin','privacycheck','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\PrivacyCheck\",\"filename\":\"privacycheck\"}','{}','',NULL,NULL,5,0,NULL),(162,0,'plg_quickicon_phpversioncheck','plugin','phpversioncheck','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\PhpVersionCheck\",\"filename\":\"phpversioncheck\"}','','',NULL,NULL,6,0,NULL),(163,0,'plg_quickicon_eos','plugin','eos','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Eos\",\"filename\":\"eos\"}','','',NULL,NULL,7,0,NULL),(164,0,'plg_sampledata_blog','plugin','blog','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\SampleData\\\\Blog\",\"filename\":\"blog\"}','','',NULL,NULL,1,0,NULL),(165,0,'plg_sampledata_multilang','plugin','multilang','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\SampleData\\\\MultiLanguage\",\"filename\":\"multilang\"}','','',NULL,NULL,2,0,NULL),(166,0,'plg_schemaorg_article','plugin','article','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_article\",\"type\":\"plugin\",\"creationDate\":\"2024-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2024 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.1.0\",\"description\":\"PLG_SCHEMAORG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Article\",\"filename\":\"article\"}','{}','',NULL,NULL,1,0,NULL),(167,0,'plg_schemaorg_blogposting','plugin','blogposting','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_blogposting\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_BLOGPOSTING_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\BlogPosting\",\"filename\":\"blogposting\"}','{}','',NULL,NULL,2,0,NULL),(168,0,'plg_schemaorg_book','plugin','book','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_book\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_BOOK_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Book\",\"filename\":\"book\"}','{}','',NULL,NULL,3,0,NULL),(169,0,'plg_schemaorg_event','plugin','event','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_event\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_EVENT_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Event\",\"filename\":\"event\"}','{}','',NULL,NULL,4,0,NULL),(170,0,'plg_schemaorg_jobposting','plugin','jobposting','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_jobposting\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_JOBPOSTING_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\JobPosting\",\"filename\":\"jobposting\"}','{}','',NULL,NULL,5,0,NULL),(171,0,'plg_schemaorg_organization','plugin','organization','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_organization\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_ORGANIZATION_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Organization\",\"filename\":\"organization\"}','{}','',NULL,NULL,6,0,NULL),(172,0,'plg_schemaorg_person','plugin','person','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_person\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_PERSON_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Person\",\"filename\":\"person\"}','{}','',NULL,NULL,7,0,NULL),(173,0,'plg_schemaorg_recipe','plugin','recipe','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_recipe\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SCHEMAORG_RECIPE_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Recipe\",\"filename\":\"recipe\"}','{}','',NULL,NULL,8,0,NULL),(174,0,'plg_schemaorg_custom','plugin','custom','','schemaorg',0,1,1,0,0,'{\"name\":\"plg_schemaorg_custom\",\"type\":\"plugin\",\"creationDate\":\"2024-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2024 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.1.0\",\"description\":\"PLG_SCHEMAORG_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Schemaorg\\\\Custom\",\"filename\":\"custom\"}','{}','',NULL,NULL,9,0,NULL),(175,0,'plg_system_accessibility','plugin','accessibility','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Accessibility\",\"filename\":\"accessibility\"}','{\"section\":\"site\",\"useEmojis\":\"true\"}','',NULL,NULL,1,0,''),(176,0,'plg_system_actionlogs','plugin','actionlogs','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\ActionLogs\",\"filename\":\"actionlogs\"}','{}','',NULL,NULL,2,0,NULL),(177,0,'plg_system_cache','plugin','cache','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Cache\",\"filename\":\"cache\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','',NULL,NULL,3,0,NULL),(178,0,'plg_system_debug','plugin','debug','','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\":\"\",\"changelogurl\":\"\",\"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),(179,0,'plg_system_fields','plugin','fields','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,5,0,NULL),(180,0,'plg_system_highlight','plugin','highlight','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Highlight\",\"filename\":\"highlight\"}','','',NULL,NULL,6,0,NULL),(181,0,'plg_system_httpheaders','plugin','httpheaders','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Httpheaders\",\"filename\":\"httpheaders\"}','{}','',NULL,NULL,7,0,NULL),(182,0,'plg_system_jooa11y','plugin','jooa11y','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Jooa11y\",\"filename\":\"jooa11y\"}','','',NULL,NULL,8,0,NULL),(183,0,'plg_system_languagecode','plugin','languagecode','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LanguageCode\",\"filename\":\"languagecode\"}','','',NULL,NULL,9,0,NULL),(184,0,'plg_system_languagefilter','plugin','languagefilter','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LanguageFilter\",\"filename\":\"languagefilter\"}','','',NULL,NULL,10,0,NULL),(185,0,'plg_system_log','plugin','log','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Log\",\"filename\":\"log\"}','','',NULL,NULL,11,0,NULL),(186,0,'plg_system_logout','plugin','logout','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Logout\",\"filename\":\"logout\"}','','',NULL,NULL,12,0,NULL),(187,0,'plg_system_privacyconsent','plugin','privacyconsent','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\PrivacyConsent\",\"filename\":\"privacyconsent\"}','{}','',NULL,NULL,14,0,NULL),(188,0,'plg_system_redirect','plugin','redirect','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Redirect\",\"filename\":\"redirect\"}','','',NULL,NULL,15,0,NULL),(189,0,'plg_system_remember','plugin','remember','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Remember\",\"filename\":\"remember\"}','','',NULL,NULL,16,0,NULL),(190,0,'plg_system_schedulerunner','plugin','schedulerunner','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\ScheduleRunner\",\"filename\":\"schedulerunner\"}','{}','',NULL,NULL,17,0,NULL),(191,0,'plg_system_schemaorg','plugin','schemaorg','','system',0,1,1,0,0,'{\"name\":\"plg_system_schemaorg\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_SYSTEM_SCHEMAORG_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Schemaorg\",\"filename\":\"schemaorg\"}','{}','',46,'2025-07-29 16:48:24',18,0,NULL),(192,0,'plg_system_sef','plugin','sef','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Sef\",\"filename\":\"sef\"}','{\"domain\":\"\",\"indexphp\":\"1\",\"trailingslash\":\"0\",\"enforcesuffix\":\"1\",\"strictrouting\":\"1\"}','',NULL,NULL,19,0,NULL),(193,0,'plg_system_shortcut','plugin','shortcut','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Shortcut\",\"filename\":\"shortcut\"}','{}','',NULL,NULL,21,0,NULL),(194,0,'plg_system_skipto','plugin','skipto','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Skipto\",\"filename\":\"skipto\"}','{}','',NULL,NULL,22,0,NULL),(195,0,'plg_system_stats','plugin','stats','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Stats\",\"filename\":\"stats\"}','{\"mode\":3,\"lastrun\":\"\",\"unique_id\":\"3b6f4b228da443cdf7daebcdb2cddf062dc715ee\",\"interval\":12}','',NULL,NULL,23,0,NULL),(196,0,'plg_system_task_notification','plugin','tasknotification','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\TaskNotification\",\"filename\":\"tasknotification\"}','','',NULL,NULL,24,0,NULL),(197,0,'plg_system_webauthn','plugin','webauthn','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Webauthn\",\"filename\":\"webauthn\"}','{}','',NULL,NULL,26,0,NULL),(198,0,'plg_task_check_files','plugin','checkfiles','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Checkfiles\",\"filename\":\"checkfiles\"}','{}','',NULL,NULL,1,0,NULL),(199,0,'plg_task_deleteactionlogs','plugin','deleteactionlogs','','task',0,1,1,0,1,'{\"name\":\"plg_task_deleteactionlogs\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_DELETEACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\DeleteActionLogs\",\"filename\":\"deleteactionlogs\"}','{}','',NULL,NULL,2,0,NULL),(200,0,'plg_task_globalcheckin','plugin','globalcheckin','','task',0,1,1,0,0,'{\"name\":\"plg_task_globalcheckin\",\"type\":\"plugin\",\"creationDate\":\"2023-06-22\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_GLOBALCHECKIN_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Globalcheckin\",\"filename\":\"globalcheckin\"}','{}','',NULL,NULL,3,0,NULL),(201,0,'plg_task_requests','plugin','requests','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Requests\",\"filename\":\"requests\"}','{}','',NULL,NULL,4,0,NULL),(202,0,'plg_task_privacyconsent','plugin','privacyconsent','','task',0,1,1,0,1,'{\"name\":\"plg_task_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\PrivacyConsent\",\"filename\":\"privacyconsent\"}','{}','',NULL,NULL,5,0,NULL),(203,0,'plg_task_rotatelogs','plugin','rotatelogs','','task',0,1,1,0,1,'{\"name\":\"plg_task_rotatelogs\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_ROTATELOGS_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\RotateLogs\",\"filename\":\"rotatelogs\"}','{}','',NULL,NULL,6,0,NULL),(204,0,'plg_task_sessiongc','plugin','sessiongc','','task',0,1,1,0,1,'{\"name\":\"plg_task_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"2023-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\SessionGC\",\"filename\":\"sessiongc\"}','{}','',NULL,NULL,7,0,NULL),(205,0,'plg_task_site_status','plugin','sitestatus','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\SiteStatus\",\"filename\":\"sitestatus\"}','{}','',NULL,NULL,8,0,NULL),(206,0,'plg_task_updatenotification','plugin','updatenotification','','task',0,0,1,0,1,'{\"name\":\"plg_task_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"2023-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.0.0\",\"description\":\"PLG_TASK_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\UpdateNotification\",\"filename\":\"updatenotification\"}','{}','',NULL,NULL,9,0,NULL),(207,0,'plg_multifactorauth_totp','plugin','totp','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Totp\",\"filename\":\"totp\"}','','',NULL,NULL,1,0,NULL),(208,0,'plg_multifactorauth_yubikey','plugin','yubikey','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Yubikey\",\"filename\":\"yubikey\"}','','',NULL,NULL,2,0,NULL),(209,0,'plg_multifactorauth_webauthn','plugin','webauthn','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Webauthn\",\"filename\":\"webauthn\"}','','',NULL,NULL,3,0,NULL),(210,0,'plg_multifactorauth_email','plugin','email','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Email\",\"filename\":\"email\"}','','',NULL,NULL,4,0,NULL),(211,0,'plg_multifactorauth_fixed','plugin','fixed','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Fixed\",\"filename\":\"fixed\"}','','',NULL,NULL,5,0,NULL),(212,0,'plg_user_contactcreator','plugin','contactcreator','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\ContactCreator\",\"filename\":\"contactcreator\"}','{\"autowebpage\":\"\",\"category\":\"4\",\"autopublish\":\"0\"}','',NULL,NULL,1,0,NULL),(213,0,'plg_user_joomla','plugin','joomla','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Joomla\",\"filename\":\"joomla\"}','{\"autoregister\":\"1\",\"mail_to_user\":\"1\",\"forceLogout\":\"1\"}','',NULL,NULL,2,0,NULL),(214,0,'plg_user_profile','plugin','profile','','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\":\"\",\"changelogurl\":\"\",\"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),(215,0,'plg_user_terms','plugin','terms','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Terms\",\"filename\":\"terms\"}','{}','',NULL,NULL,4,0,NULL),(216,0,'plg_user_token','plugin','token','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Token\",\"filename\":\"token\"}','{}','',NULL,NULL,5,0,NULL),(217,0,'plg_webservices_banners','plugin','banners','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Banners\",\"filename\":\"banners\"}','{}','',NULL,NULL,1,0,NULL),(218,0,'plg_webservices_config','plugin','config','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Config\",\"filename\":\"config\"}','{}','',NULL,NULL,2,0,NULL),(219,0,'plg_webservices_contact','plugin','contact','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Contact\",\"filename\":\"contact\"}','{}','',NULL,NULL,3,0,NULL),(220,0,'plg_webservices_content','plugin','content','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Content\",\"filename\":\"content\"}','{}','',NULL,NULL,4,0,NULL),(221,0,'plg_webservices_installer','plugin','installer','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Installer\",\"filename\":\"installer\"}','{}','',NULL,NULL,5,0,NULL),(222,0,'plg_webservices_languages','plugin','languages','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Languages\",\"filename\":\"languages\"}','{}','',NULL,NULL,6,0,NULL),(223,0,'plg_webservices_media','plugin','media','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Media\",\"filename\":\"media\"}','{}','',NULL,NULL,7,0,NULL),(224,0,'plg_webservices_menus','plugin','menus','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Menus\",\"filename\":\"menus\"}','{}','',NULL,NULL,7,0,NULL),(225,0,'plg_webservices_messages','plugin','messages','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Messages\",\"filename\":\"messages\"}','{}','',NULL,NULL,8,0,NULL),(226,0,'plg_webservices_modules','plugin','modules','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Modules\",\"filename\":\"modules\"}','{}','',NULL,NULL,9,0,NULL),(227,0,'plg_webservices_newsfeeds','plugin','newsfeeds','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','{}','',NULL,NULL,10,0,NULL),(228,0,'plg_webservices_plugins','plugin','plugins','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Plugins\",\"filename\":\"plugins\"}','{}','',NULL,NULL,11,0,NULL),(229,0,'plg_webservices_privacy','plugin','privacy','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Privacy\",\"filename\":\"privacy\"}','{}','',NULL,NULL,12,0,NULL),(230,0,'plg_webservices_redirect','plugin','redirect','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Redirect\",\"filename\":\"redirect\"}','{}','',NULL,NULL,13,0,NULL),(231,0,'plg_webservices_tags','plugin','tags','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Tags\",\"filename\":\"tags\"}','{}','',NULL,NULL,14,0,NULL),(232,0,'plg_webservices_templates','plugin','templates','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Templates\",\"filename\":\"templates\"}','{}','',NULL,NULL,15,0,NULL),(233,0,'plg_webservices_users','plugin','users','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Users\",\"filename\":\"users\"}','{}','',NULL,NULL,16,0,NULL),(234,0,'plg_workflow_featuring','plugin','featuring','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Featuring\",\"filename\":\"featuring\"}','{}','',NULL,NULL,1,0,NULL),(235,0,'plg_workflow_notification','plugin','notification','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Notification\",\"filename\":\"notification\"}','{}','',NULL,NULL,2,0,NULL),(236,0,'plg_workflow_publishing','plugin','publishing','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Publishing\",\"filename\":\"publishing\"}','{}','',NULL,NULL,3,0,NULL),(237,0,'plg_system_guidedtours','plugin','guidedtours','','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\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\GuidedTours\",\"filename\":\"guidedtours\"}','{}','',NULL,NULL,15,0,NULL),(238,0,'atum','template','atum','','',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\":\"\",\"changelogurl\":\"\",\"inheritable\":true,\"filename\":\"templateDetails\"}','','',NULL,NULL,0,0,NULL),(239,0,'cassiopeia','template','cassiopeia','','',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\":\"\",\"changelogurl\":\"\",\"inheritable\":true,\"filename\":\"templateDetails\"}','{\"brand\":\"1\",\"logoFile\":\"\",\"siteTitle\":\"\",\"siteDescription\":\"\",\"useFontScheme\":\"0\",\"colorName\":\"colors_standard\",\"fluidContainer\":\"0\",\"stickyHeader\":0,\"backTop\":0}','',NULL,NULL,0,0,NULL),(240,0,'files_joomla','file','joomla','','',0,1,1,1,1,'{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"2025-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.3.2\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\"}','','',NULL,NULL,0,0,NULL),(241,0,'English (en-GB) Language Pack','package','pkg_en-GB','','',0,1,1,1,1,'{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"2025-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.3.2.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"pkg_en-GB\"}','','',NULL,NULL,0,0,NULL),(242,241,'English (en-GB)','language','en-GB','','',0,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2025-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.3.2\",\"description\":\"en-GB site language\",\"group\":\"\",\"changelogurl\":\"\"}','','',NULL,NULL,0,0,NULL),(243,241,'English (en-GB)','language','en-GB','','',1,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2025-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.3.2\",\"description\":\"en-GB administrator language\",\"group\":\"\",\"changelogurl\":\"\"}','','',NULL,NULL,0,0,NULL),(244,241,'English (en-GB)','language','en-GB','','',3,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2025-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"5.3.2\",\"description\":\"en-GB api language\",\"group\":\"\",\"changelogurl\":\"\"}','','',NULL,NULL,0,0,NULL),(245,286,'Spanish (es-ES)','language','es-ES','','',0,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2025-05\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2025 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"5.3.1.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\":\"\",\"changelogurl\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(246,286,'Spanish (es-ES)','language','es-ES','','',1,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2025-05\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2025 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"5.3.1.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\":\"\",\"changelogurl\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(247,286,'Spanish (es-ES)','language','es-ES','','',3,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2025-05\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"5.3.1.1\",\"description\":\"Idioma es-ES de la api\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(249,256,'plg_system_gantry5','plugin','gantry5','','system',0,1,1,0,0,'{\"name\":\"plg_system_gantry5\",\"type\":\"plugin\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"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),(250,256,'plg_quickicon_gantry5','plugin','gantry5','','quickicon',0,1,1,0,0,'{\"name\":\"plg_quickicon_gantry5\",\"type\":\"plugin\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"PLG_QUICKICON_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{\"context\":\"mod_quickicon\"}','',NULL,NULL,0,0,NULL),(251,256,'plg_gantry5_preset','plugin','preset','','gantry5',0,0,1,0,0,'{\"name\":\"plg_gantry5_preset\",\"type\":\"plugin\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"PLG_GANTRY5_PRESET_DESCRIPTION\",\"group\":\"\",\"filename\":\"preset\"}','{\"preset\":\"presets\",\"reset\":\"reset-settings\"}','',NULL,NULL,0,0,NULL),(252,256,'mod_gantry5_particle','module','mod_gantry5_particle','','',0,1,0,0,0,'{\"name\":\"mod_gantry5_particle\",\"type\":\"module\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2022 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"MOD_GANTRY5_PARTICLE_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_gantry5_particle\"}','{\"owncache\":\"0\",\"cache_time\":\"900\"}','',NULL,NULL,0,0,NULL),(253,256,'Gantry 5 Framework','library','gantry5','','',0,1,1,0,0,'{\"name\":\"Gantry 5 Framework\",\"type\":\"library\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"LIB_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{}','',NULL,NULL,0,0,NULL),(254,256,'gantry5_nucleus','file','gantry5_nucleus','','',0,1,0,0,0,'{\"name\":\"gantry5_nucleus\",\"type\":\"file\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"GANTRY5_NUCLEUS_DESCRIPTION\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(255,256,'com_gantry5','component','com_gantry5','','',1,1,0,0,0,'{\"name\":\"com_gantry5\",\"type\":\"component\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"COM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{}','',NULL,NULL,0,0,NULL),(256,0,'pkg_gantry5','package','pkg_gantry5','','',0,1,1,0,0,'{\"name\":\"pkg_gantry5\",\"type\":\"package\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"PKG_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_gantry5\"}','{}','',NULL,NULL,0,0,NULL),(257,0,'g5_helium','template','g5_helium','','',0,1,1,0,0,'{\"name\":\"g5_helium\",\"type\":\"template\",\"creationDate\":\"May 24, 2024\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2007 - 2022 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.19\",\"description\":\"TPL_G5_HELIUM_DESC\",\"group\":\"\",\"filename\":\"templateDetails\"}','[]','',NULL,NULL,0,0,NULL),(258,260,'com_djimageslider','component','com_djimageslider','','',1,1,0,0,0,'{\"name\":\"com_djimageslider\",\"type\":\"component\",\"creationDate\":\"2018-12-19\",\"author\":\"DJ-Extensions.com\",\"copyright\":\"Copyright (C) 2017 DJ-Extensions.com, All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/dj-extensions.com\",\"version\":\"4.6.6\",\"description\":\"DJ-ImageSlider component\",\"group\":\"\"}','{}','',NULL,NULL,0,0,NULL),(259,260,'DJ-ImageSlider','module','mod_djimageslider','','',0,1,0,0,0,'{\"name\":\"DJ-ImageSlider\",\"type\":\"module\",\"creationDate\":\"2018-12-19\",\"author\":\"DJ-Extensions.com\",\"copyright\":\"Copyright (C) 2017 DJ-Extensions.com, All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/dj-extensions.com\",\"version\":\"4.6.6\",\"description\":\"DJ-ImageSlider Module\",\"group\":\"\",\"filename\":\"mod_djimageslider\"}','{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"1\",\"image_folder\":\"images\\/sampledata\\/fruitshop\",\"link\":\"\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"240\",\"image_height\":\"180\",\"fit_to\":\"0\",\"image_centering\":\"0\",\"visible_images\":\"3\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"0\",\"show_buttons\":\"1\",\"show_arrows\":\"1\",\"show_custom_nav\":\"0\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"title_color\":\"#FFFFFF\",\"title_font\":\"\",\"desc_color\":\"#FFFFFF\",\"desc_font\":\"\",\"readmore_color\":\"#FFFFFF\",\"readmore_font\":\"\",\"desc_bg\":\"#383838\",\"include_gf\":\"0\",\"border_radius\":\"0px 0px 0px 0px;\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"cache\":\"1\",\"cache_time\":\"900\"}','',NULL,NULL,0,0,NULL),(260,0,'DJ-ImageSlider Package','package','pkg_dj-imageslider','','',0,1,1,0,0,'{\"name\":\"DJ-ImageSlider Package\",\"type\":\"package\",\"creationDate\":\"2018-12-19\",\"author\":\"DJ-Extensions.com\",\"copyright\":\"Copyright (C) 2017 DJ-Extensions.com, All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/dj-extensions.com\",\"version\":\"4.6.6\",\"description\":\"\\n\\t\\t<style type=\\\"text\\/css\\\">\\n\\t\\t\\t.djex-info { padding: 20px 30px 10px; margin: 0 0 20px 0; background: #ac00d4; color: #fff; border: 1px solid #81009f; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; -webkit-border-radius: 4px; border-radius: 4px; }\\n\\t\\t\\t.djex-title { text-transform: uppercase; font-weight: bold; font-size: 14px; }\\n\\t\\t\\t.djex-info a:link, .djex-info a:visited, .djex-info a:hover { color:#fff; text-decoration:underline; font-weight: 600; }\\t\\n\\t\\t\\t.djex-info img { float: left; margin: 0 30px 10px 0; }\\n\\t\\t<\\/style>\\n\\t\\t<div class=\\\"djex-info\\\">\\n\\t\\t\\t<a href=\\\"index.php?option=com_djimageslider\\\"><img src=\\\"components\\/com_djimageslider\\/assets\\/ex_slider.png\\\" \\/><\\/a>\\n\\t\\t\\t<p class=\\\"djex-title\\\">Thank you for installing DJ-ImageSlider!<\\/p>\\n\\t\\t\\t<p>The DJ-ImageSlider extension allows you to display slideshows containing slides with title and short description linked to any menu item, article or custom url address. \\n\\t\\t\\tIf you want to learn how to use DJ-ImageSlider please read <a target=\\\"_blank\\\" href=\\\"http:\\/\\/dj-extensions.com\\/documentation\\\">Documentation<\\/a> and <a target=\\\"_blank\\\" href=\\\"http:\\/\\/dj-extensions.com\\/faq\\\">FAQ section<\\/a><\\/p>\\n\\t\\t\\t<p>Check out our other extensions at <a target=\\\"_blank\\\" href=\\\"http:\\/\\/dj-extensions.com\\\">DJ-Extensions.com<\\/a><\\/p>\\n\\t\\t\\t<div style=\\\"clear:both\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\",\"group\":\"\",\"filename\":\"pkg_dj-imageslider\"}','{}','',NULL,NULL,0,0,NULL),(261,0,'Content - Simple Tabs','plugin','simpletabs','','content',0,1,1,0,0,'{\"name\":\"Content - Simple Tabs\",\"type\":\"plugin\",\"creationDate\":\"1 December 2023\",\"author\":\"Les Arbres Design\",\"copyright\":\"Les Arbres Design 2022-2023\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/www.lesarbresdesign.info\",\"version\":\"2.01\",\"description\":\"Simple Tabs\",\"group\":\"\",\"filename\":\"simpletabs\"}','{}','',NULL,NULL,0,0,NULL),(262,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\"}','{}','',46,'2025-08-28 15:42:40',0,0,NULL),(263,270,'plg_actionlog_dpcalendar','plugin','dpcalendar','','actionlog',0,1,1,0,0,'{\"name\":\"plg_actionlog_dpcalendar\",\"type\":\"plugin\",\"creationDate\":\"2025-05-22\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2018 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.2\",\"description\":\"PLG_ACTIONLOG_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Plugin\\\\Actionlog\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{}','',NULL,NULL,0,0,NULL),(264,270,'plg_content_dpcalendar','plugin','dpcalendar','','content',0,1,1,0,0,'{\"name\":\"plg_content_dpcalendar\",\"type\":\"plugin\",\"creationDate\":\"2025-05-22\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2015 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.2\",\"description\":\"PLG_CONTENT_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Plugin\\\\Content\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{\"show_contact_events\":\"1\",\"show_bookings\":\"0\"}','',NULL,NULL,0,0,NULL),(265,270,'plg_fields_dpcalendar','plugin','dpcalendar','','fields',0,1,1,0,0,'{\"name\":\"plg_fields_dpcalendar\",\"type\":\"plugin\",\"creationDate\":\"2025-05-22\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2017 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.2\",\"description\":\"PLG_FIELDS_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Plugin\\\\Fields\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{\"multiple\":\"0\"}','',NULL,NULL,0,0,NULL),(266,270,'plg_installer_dpcalendar','plugin','dpcalendar','','installer',0,1,1,0,0,'{\"name\":\"plg_installer_dpcalendar\",\"type\":\"plugin\",\"creationDate\":\"2025-05-22\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2022 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.2\",\"description\":\"PLG_INSTALLER_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Plugin\\\\Installer\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{}','',NULL,NULL,0,0,NULL),(267,270,'plg_privacy_dpcalendar','plugin','dpcalendar','','privacy',0,1,1,0,0,'{\"name\":\"plg_privacy_dpcalendar\",\"type\":\"plugin\",\"creationDate\":\"2025-05-22\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2018 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.2\",\"description\":\"PLG_PRIVACY_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Plugin\\\\Privacy\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{}','',NULL,NULL,0,0,NULL),(268,270,'plg_user_dpcalendar','plugin','dpcalendar','','user',0,1,1,0,0,'{\"name\":\"plg_user_dpcalendar\",\"type\":\"plugin\",\"creationDate\":\"2025-05-22\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2020 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.2\",\"description\":\"PLG_USER_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Plugin\\\\User\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{\"add_dpcalendar_user_fields\":\"1\"}','',NULL,NULL,0,0,NULL),(269,270,'com_dpcalendar','component','com_dpcalendar','','',1,1,0,0,0,'{\"name\":\"com_dpcalendar\",\"type\":\"component\",\"creationDate\":\"2025-05-22\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2014 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.2\",\"description\":\"COM_DPCALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Component\\\\DPCalendar\",\"filename\":\"dpcalendar\"}','{\"show_selection\":\"1\",\"default_view\":\"month\",\"weekstart\":\"1\",\"weekend\":\"1\",\"fixed_week_count\":\"1\",\"week_numbers\":\"0\",\"overlap_events\":\"1\",\"agenda_slot_minutes\":\"30\",\"calendar_height\":\"0\",\"event_limit\":\"\",\"titleformat_month\":\"F Y\",\"titleformat_week\":\"M j Y\",\"titleformat_day\":\"F j Y\",\"titleformat_list\":\"M j Y\",\"timeformat_month\":\"H:i\",\"timeformat_week\":\"H:i\",\"timeformat_day\":\"H:i\",\"timeformat_list\":\"H:i\",\"columnformat_month\":\"D\",\"columnformat_week\":\"D n\\/j\",\"columnformat_day\":\"l\",\"columnformat_list\":\"D\",\"axisformat_month\":\"l j\",\"axisformat_week\":\"H:i\",\"axisformat_day\":\"H:i\",\"dayformat_list\":\"l\",\"dateformat_list\":\"F j, Y\",\"list_range\":\"30\",\"header_show_navigation\":\"1\",\"header_show_datepicker\":\"1\",\"header_show_today\":\"1\",\"header_show_print\":\"1\",\"header_show_create\":\"1\",\"header_show_fullscreen\":\"1\",\"header_show_title\":\"1\",\"header_show_month\":\"1\",\"header_show_week\":\"1\",\"header_show_day\":\"1\",\"header_show_list\":\"1\",\"textbefore\":\"\",\"textafter\":\"\",\"show_event_as_popup\":\"2\",\"popup_width\":\"\",\"popup_height\":\"\",\"event_create_form\":\"1\",\"description_length\":\"100\",\"adjust_fg_color\":\"2\",\"show_map\":\"1\",\"map_zoom\":\"4\",\"map_width\":\"100%\",\"map_height\":\"350px\",\"map_lat\":\"47\",\"map_long\":\"4\",\"first_hour\":\"6\",\"min_time\":\"0\",\"max_time\":\"24\",\"current_time_indicator\":\"1\",\"business_hours_start\":\"\",\"business_hours_end\":\"\",\"screen_size_list_view\":\"500\",\"calendar_start_date\":\"\",\"calendar_filter_author\":\"0\",\"calendar_resource_views\":[\"\"],\"calendar_custom_css\":\"\",\"map_expand\":\"1\",\"map_include_ongoing\":\"0\",\"map_date_format\":\"d.m.Y\",\"map_view_zoom\":\"4\",\"map_view_lat\":\"47\",\"map_view_long\":\"4\",\"map_view_width\":\"100%\",\"map_view_height\":\"600px\",\"map_view_radius\":\"20\",\"map_view_length_type\":\"m\",\"map_show_event_as_popup\":\"0\",\"map_popup_width\":\"\",\"map_popup_height\":\"\",\"map_filter_author\":\"0\",\"map_autocomplete\":\"1\",\"map_textbefore\":\"\",\"map_textafter\":\"\",\"list_date_start\":\"\",\"list_date_end\":\"\",\"list_title_format\":\"j.n.Y\",\"list_increment\":\"1 month\",\"list_include_ongoing\":\"0\",\"list_expand\":\"1\",\"list_textbefore\":\"\",\"list_textafter\":\"\",\"list_description_length\":\"\",\"list_ordering\":\"adaptive\",\"list_manage_search_form\":\"1\",\"list_show_hits\":\"1\",\"list_show_print\":\"1\",\"list_show_booking\":\"1\",\"list_show_capacity\":\"1\",\"list_show_display_events\":\"0\",\"list_show_map\":\"1\",\"list_map_zoom\":\"4\",\"list_map_width\":\"100%\",\"list_map_height\":\"350px\",\"list_map_lat\":\"47\",\"list_map_long\":\"4\",\"list_filter_featured\":\"0\",\"list_autocomplete\":\"1\",\"list_filter_author\":\"0\",\"list_custom_css\":\"\",\"event_date_format\":\"d.m.Y\",\"event_time_format\":\"H:i\",\"event_redirect_to_url\":\"0\",\"event_show_calendar\":\"1\",\"event_show_date\":\"1\",\"event_show_location\":\"2\",\"event_show_url\":\"1\",\"event_show_author\":\"1\",\"event_show_hosts\":\"1\",\"event_show_booking_form\":\"0\",\"event_show_bookings\":\"1\",\"event_show_price\":\"1\",\"event_show_capacity\":\"1\",\"event_show_capacity_used\":\"1\",\"event_show_tickets\":\"0\",\"event_show_print\":\"1\",\"event_show_mail\":\"1\",\"event_show_copy\":\"1\",\"event_show_series\":\"1\",\"event_series_max\":5,\"event_show_map\":\"1\",\"event_map_zoom\":\"4\",\"event_map_lat\":\"47\",\"event_map_long\":\"4\",\"event_textbefore\":\"\",\"event_textafter\":\"\",\"event_count_clicks\":\"1\",\"event_show_page_heading\":\"0\",\"event_prefix_meta_description\":\"1\",\"event_custom_css\":\"\",\"event_form_flat_mode\":\"0\",\"event_form_fields_order_\":[],\"event_form_date_format\":\"d.m.Y\",\"event_form_time_format\":\"H:i\",\"event_form_time_step\":\"30\",\"event_form_min_time\":\"\",\"event_form_max_time\":\"\",\"event_form_check_overlaping\":\"0\",\"event_form_check_overlaping_locations\":\"0\",\"event_form_show_map\":\"1\",\"event_form_map_zoom\":\"10\",\"event_form_map_width\":\"100%\",\"event_form_map_height\":\"250px\",\"event_form_map_latitude\":\"47\",\"event_form_map_longitude\":\"4\",\"event_form_redirect\":\"\",\"event_form_calid\":\"\",\"event_form_show_end_time\":\"\",\"event_form_all_day\":\"\",\"event_form_color\":\"\",\"event_form_color_options\":[],\"event_form_url\":\"\",\"event_form_access\":\"\",\"event_form_access_content\":\"\",\"event_form_description\":\"\",\"event_form_featured\":\"\",\"event_form_language\":\"\",\"event_form_capacity\":\"0\",\"event_form_max_tickets\":\"\",\"event_form_booking_opening_date\":\"\",\"event_form_booking_closing_date\":\"\",\"event_form_booking_cancel_closing_date\":\"\",\"event_form_booking_series\":\"\",\"event_form_booking_waiting_list\":\"\",\"event_form_terms\":\"\",\"event_form_booking_information\":\"\",\"event_form_custom_css\":\"\",\"bookings_order_dir\":\"a.name ASC\",\"bookings_textbefore\":\"\",\"bookings_textafter\":\"\",\"bookings_custom_css\":\"\",\"booking_fields_order\":[],\"booking_show_country\":\"1\",\"booking_show_province\":\"1\",\"booking_show_city\":\"1\",\"booking_show_zip\":\"1\",\"booking_show_street\":\"1\",\"booking_show_number\":\"1\",\"booking_show_telephone\":\"1\",\"booking_custom_css\":\"\",\"booking_form_fields_order_\":[],\"booking_form_country\":\"1\",\"booking_form_province\":\"1\",\"booking_form_city\":\"1\",\"booking_form_zip\":\"1\",\"booking_form_street\":\"1\",\"booking_form_number\":\"1\",\"booking_form_telephone\":\"1\",\"booking_form_default_country\":\"\",\"booking_form_custom_css\":\"\",\"tickets_order_dir\":\"a.name ASC\",\"tickets_textbefore\":\"\",\"tickets_textafter\":\"\",\"tickets_custom_css\":\"\",\"ticket_fields_order\":[],\"ticket_show_country\":\"1\",\"ticket_show_province\":\"1\",\"ticket_show_city\":\"1\",\"ticket_show_zip\":\"1\",\"ticket_show_street\":\"1\",\"ticket_show_number\":\"1\",\"ticket_show_telephone\":\"1\",\"ticket_show_barcode\":\"1\",\"ticket_custom_css\":\"\",\"ticket_form_fields_order_\":[],\"ticket_form_country\":\"1\",\"ticket_form_province\":\"1\",\"ticket_form_city\":\"1\",\"ticket_form_zip\":\"1\",\"ticket_form_street\":\"1\",\"ticket_form_number\":\"1\",\"ticket_form_telephone\":\"1\",\"ticket_form_public\":\"1\",\"ticket_form_custom_css\":\"\",\"locations_output_grouping\":\"0\",\"locations_show_map\":\"1\",\"locations_map_zoom\":\"4\",\"locations_map_width\":\"100%\",\"locations_map_height\":\"250px\",\"locations_map_latitude\":\"47\",\"locations_map_longitude\":\"4\",\"locations_expand\":\"2\",\"locations_show_upcoming_events\":\"1\",\"locations_expand_events\":\"1\",\"locations_show_resource_view\":\"1\",\"locations_default_view\":\"resday\",\"locations_header_show_datepicker\":\"1\",\"locations_header_show_today\":\"1\",\"locations_header_show_title\":\"1\",\"locations_column_width\":\"\",\"location_titleformat_year\":\"Y\",\"location_titleformat_month\":\"F Y\",\"location_titleformat_week\":\"M j Y\",\"location_titleformat_day\":\"F j Y\",\"locations_timeformat_year\":\"H:i\",\"locations_timeformat_month\":\"H:i\",\"locations_timeformat_week\":\"H:i\",\"locations_timeformat_day\":\"H:i\",\"locations_axisformat_year\":\"M j\",\"locations_axisformat_month\":\"l j\",\"locations_axisformat_week\":\"D j H:i\",\"locations_axisformat_day\":\"H:i\",\"locations_min_time\":\"0\",\"locations_max_time\":\"24\",\"locations_filter_author\":\"0\",\"locations_custom_css\":\"\",\"location_show_map\":\"1\",\"location_map_zoom\":\"10\",\"location_map_width\":\"100%\",\"location_map_height\":\"250px\",\"location_map_latitude\":\"47\",\"location_map_longitude\":\"4\",\"location_format\":\"format_eu\",\"location_expand\":\"1\",\"location_show_upcoming_events\":\"1\",\"location_expand_events\":\"1\",\"location_show_resource_view\":\"1\",\"location_default_view\":\"resday\",\"location_header_show_datepicker\":\"1\",\"location_header_show_today\":\"1\",\"location_header_show_title\":\"1\",\"location_column_width\":\"\",\"location_timeformat_year\":\"H:i\",\"location_timeformat_month\":\"H:i\",\"location_timeformat_week\":\"H:i\",\"location_timeformat_day\":\"H:i\",\"location_axisformat_year\":\"M j\",\"location_axisformat_month\":\"l j\",\"location_axisformat_week\":\"D j H:i\",\"location_axisformat_day\":\"H:i\",\"location_min_time\":\"0\",\"location_max_time\":\"24\",\"location_show_page_heading\":\"0\",\"location_custom_css\":\"\",\"location_form_flat_mode\":\"0\",\"location_form_fields_order_\":[],\"location_form_country\":\"1\",\"location_form_province\":\"1\",\"location_form_city\":\"1\",\"location_form_zip\":\"1\",\"location_form_street\":\"1\",\"location_form_number\":\"1\",\"location_form_url\":\"1\",\"location_form_show_map\":\"1\",\"location_form_map_zoom\":\"10\",\"location_form_map_width\":\"100%\",\"location_form_map_height\":\"250px\",\"location_form_map_latitude\":\"47\",\"location_form_map_longitude\":\"4\",\"location_form_default_country\":\"\",\"location_form_redirect\":\"\",\"location_form_custom_css\":\"\",\"profile_show_sharing\":\"1\",\"avatar\":\"1\",\"avatar_width\":\"80\",\"avatar_height\":\"0\",\"map_ask_consent\":\"0\",\"map_provider\":\"openstreetmap\",\"map_api_google_key\":\"\",\"map_api_google_jskey\":\"\",\"map_api_mapbox_token\":\"pk.eyJ1IjoiZGlnaXRhbHBlYWsiLCJhIjoiY2xoMXZodndxMG5rcDNlb2hxNTBnOW96OSJ9.ezCOCC5uPJPvjI8bLRoCMw\",\"map_api_openstreetmap_tiles_url\":\"https:\\/\\/{s}.tile.openstreetmap.org\\/{z}\\/{x}\\/{y}.png\",\"map_api_openstreetmap_geocode_url\":\"https:\\/\\/nominatim.openstreetmap.org\",\"booking_send_mail_author\":\"1\",\"booking_send_mail_new\":\"2\",\"booking_send_mail_paid\":\"1\",\"bookingsys_author_as_mail_from\":\"0\",\"bookingsys_attendee_as_mail_from\":\"0\",\"booking_include_ics\":\"1\",\"booking_include_tickets\":\"1\",\"booking_include_receipt\":\"1\",\"booking_review_step\":\"2\",\"booking_confirm_step\":\"1\",\"bookingsys_enable_token\":\"0\",\"booking_registration\":\"1\",\"currency\":\"USD\",\"currency_symbol\":\"$\",\"currency_separator\":\".\",\"currency_thousands_separator\":\"\'\",\"pdf_address\":\"Your company address\",\"pdf_logo\":\"\",\"pdf_header\":\"\",\"pdf_content_top\":\"\",\"pdf_content_bottom\":\"\",\"receipt_include_tickets\":\"1\",\"bookingsys_new_booking_mail\":\"<p>COM_DPCALENDAR_NOTIFICATION_EVENT_BOOK_USER_BODY<\\/p>\",\"bookingsys_paid_booking_mail\":\"<p>COM_DPCALENDAR_NOTIFICATION_EVENT_BOOK_USER_PAYED_BODY<\\/p>\",\"ordertext\":\"<p>COM_DPCALENDAR_FIELD_CONFIG_BOOKINGSYS_ORDER_TEXT<\\/p>\",\"canceltext\":\"<p>COM_DPCALENDAR_FIELD_CONFIG_BOOKINGSYS_CANCEL_TEXT<\\/p>\",\"cancelpaidtext\":\"<p>COM_DPCALENDAR_FIELD_CONFIG_BOOKINGSYS_CANCEL_PAID_TEXT<\\/p>\",\"downloadid\":\"\",\"notification_author\":\"0\",\"captcha_groups\":[\"1\"],\"enable_tz_switcher\":\"0\",\"save_history\":\"0\",\"history_limit\":5,\"bookingsys_currencies\":{\"currencies0\":{\"currency\":\"USD\",\"symbol\":\"$\",\"separator\":\".\",\"thousands_separator\":\"\'\"}}}','',NULL,NULL,0,0,NULL),(271,0,'mod_dpcalendar_mini','module','mod_dpcalendar_mini','','',0,1,0,0,0,'{\"name\":\"mod_dpcalendar_mini\",\"type\":\"module\",\"creationDate\":\"2025-05-22\",\"author\":\"Digital Peak\",\"copyright\":\"(C) 2014 Digital Peak GmbH\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"joomla.digital-peak.com\",\"version\":\"10.3.2\",\"description\":\"MOD_DPCALENDAR_MINI_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"DigitalPeak\\\\Module\\\\Mini\",\"filename\":\"mod_dpcalendar_mini\"}','{\"compact_events\":\"2\",\"event_color\":\"#135CAE\",\"open_view\":\"day\",\"default_view\":\"month\",\"weekstart\":\"1\",\"weekend\":\"1\",\"fixed_week_count\":\"1\",\"week_numbers\":\"0\",\"overlap_events\":\"1\",\"agenda_slot_minutes\":\"30\",\"calendar_height\":\"0\",\"titleformat_month\":\"F Y\",\"titleformat_week\":\"M j Y\",\"titleformat_day\":\"F j Y\",\"titleformat_list\":\"M j Y\",\"timeformat_month\":\"H:i\",\"timeformat_week\":\"H:i\",\"timeformat_day\":\"H:i\",\"timeformat_list\":\"H:i\",\"columnformat_month\":\"D\",\"columnformat_week\":\"D n\\/j\",\"columnformat_day\":\"l\",\"columnformat_list\":\"D\",\"axisformat_month\":\"l j\",\"axisformat_week\":\"H:i\",\"axisformat_day\":\"H:i\",\"dayformat_list\":\"l\",\"dateformat_list\":\"F j, Y\",\"list_range\":\"30\",\"header_show_navigation\":\"1\",\"header_show_datepicker\":\"0\",\"header_show_today\":\"0\",\"header_show_create\":\"0\",\"header_show_title\":\"1\",\"header_show_month\":\"0\",\"header_show_week\":\"0\",\"header_show_day\":\"0\",\"header_show_list\":\"0\",\"show_event_as_popup\":\"0\",\"popup_height\":\"500\",\"event_create_form\":\"1\",\"description_length\":\"100\",\"adjust_fg_color\":\"2\",\"show_map\":\"0\",\"map_zoom\":\"4\",\"map_width\":\"100%\",\"map_height\":\"350px\",\"map_lat\":\"47\",\"map_long\":\"4\",\"first_hour\":\"6\",\"min_time\":\"0\",\"max_time\":\"24\",\"current_time_indicator\":\"1\",\"business_hours_start\":\"\",\"business_hours_end\":\"\",\"calendar_filter_author\":\"0\",\"screen_size_list_view\":\"500\"}','',NULL,NULL,0,0,NULL),(272,0,'com_imageeffectck','component','com_imageeffectck','','',1,1,0,0,0,'{\"name\":\"com_imageeffectck\",\"type\":\"component\",\"creationDate\":\"October 2017\",\"author\":\"Cedric Keiflin\",\"copyright\":\"Copyright (C) 2017. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/www.joomlack.fr\",\"version\":\"2.4.2\",\"description\":\"Image Effect CK allows you to style your images with ease without coding. Background, colors, etc to apply to any image in one click.\",\"group\":\"\"}','{}','',NULL,NULL,0,0,NULL),(273,0,'Image Effect CK','plugin','imageeffectck','','system',0,1,1,0,0,'{\"name\":\"Image Effect CK\",\"type\":\"plugin\",\"creationDate\":\"D\\u00e9cembre 2014\",\"author\":\"C\\u00e9dric KEIFLIN\",\"copyright\":\"C\\u00e9dric KEIFLIN\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.joomlack.fr\",\"version\":\"2.4.2\",\"description\":\"PLG_IMAGEEFFECTCK_XML_DESC\",\"group\":\"\",\"filename\":\"imageeffectck\"}','{}','',NULL,NULL,0,0,NULL),(274,0,'com_phocadownload','component','com_phocadownload','','',1,1,0,0,0,'{\"name\":\"com_phocadownload\",\"type\":\"component\",\"creationDate\":\"03\\/06\\/2025\",\"author\":\"Jan Pavelka (www.phoca.cz)\",\"copyright\":\"Jan Pavelka\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/www.phoca.cz\",\"version\":\"5.1.0\",\"description\":\"COM_PHOCADOWNLOAD_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"phocadownload\"}','{\"filename_or_name\":\"title\",\"display_downloads\":\"1\",\"display_description\":\"2\",\"display_main_cat_desc\":\"0\",\"display_main_cat_subcategories\":\"0\",\"display_detail\":\"0\",\"display_new\":\"0\",\"display_hot\":\"0\",\"display_most_download\":\"1\",\"most_download_files_num\":\"5\",\"display_file_view\":\"0\",\"display_date_type\":\"0\",\"download_external_link\":\"_self\",\"download_metadesc\":\"\",\"download_metakey\":\"\",\"category_ordering\":\"6\",\"file_ordering\":\"6\",\"file_ordering_values\":\"1,2,3,4,5,6,11,12,15,16,13,14,9,10\",\"ordering_asc_desc_arrows\":\"0\",\"default_pagination\":\"20\",\"pagination\":\"5,10,15,20,50\",\"display_num_doc_secs\":\"0\",\"display_num_doc_secs_header\":\"0\",\"display_up_icon\":\"0\",\"display_mirror_links\":\"0\",\"display_report_link\":\"0\",\"report_link_guestbook_id\":\"\",\"tags_links\":\"0\",\"display_tags_links\":\"0\",\"disable_breadcrumbs_category_view\":\"0\",\"license_box_height\":\"300\",\"display_header_type\":\"h1\",\"display_subheader_type\":\"h3\",\"display_rating_file\":\"0\",\"file_icon_size\":\"16\",\"file_icon_size_md\":\"16\",\"file_icon_mime\":\"1\",\"display_play\":\"0\",\"player_width\":\"328\",\"player_height\":\"200\",\"player_mp3_height\":\"30\",\"play_popup_window\":\"1\",\"display_preview\":\"1\",\"preview_width\":\"640\",\"preview_height\":\"480\",\"preview_popup_window\":\"1\",\"youtube_height_cv\":\"240\",\"youtube_width_cv\":\"320\",\"youtube_height_dv\":\"360\",\"youtube_width_dv\":\"480\",\"ignore_file_types_check\":\"2\",\"allowed_file_types_download\":\"{hqx=application\\/mac-binhex40} {cpt=application\\/mac-compactpro} {csv=text\\/x-comma-separated-values} {bin=application\\/macbinary} {dms=application\\/octet-stream} {lha=application\\/octet-stream} {lzh=application\\/octet-stream} {exe=application\\/octet-stream} {class=application\\/octet-stream} {psd=application\\/x-photoshop} {so=application\\/octet-stream} {sea=application\\/octet-stream} {dll=application\\/octet-stream} {oda=application\\/oda} {pdf=application\\/pdf} {ai=application\\/postscript} {eps=application\\/postscript} {ps=application\\/postscript} {smi=application\\/smil} {smil=application\\/smil} {mif=application\\/vnd.mif} {xls=application\\/vnd.ms-excel} {ppt=application\\/powerpoint} {wbxml=application\\/wbxml} {wmlc=application\\/wmlc} {dcr=application\\/x-director} {dir=application\\/x-director} {dxr=application\\/x-director} {dvi=application\\/x-dvi} {gtar=application\\/x-gtar} {gz=application\\/x-gzip} {php=application\\/x-httpd-php} {php4=application\\/x-httpd-php} {php3=application\\/x-httpd-php} {phtml=application\\/x-httpd-php} {phps=application\\/x-httpd-php-source} {js=application\\/x-javascript} {swf=application\\/x-shockwave-flash} {sit=application\\/x-stuffit} {tar=application\\/x-tar} {tgz=application\\/x-tar} {xhtml=application\\/xhtml+xml} {xht=application\\/xhtml+xml} {zip=application\\/x-zip} {mid=audio\\/midi} {midi=audio\\/midi} {mpga=audio\\/mpeg} {mp2=audio\\/mpeg} {mp3=audio\\/mpeg} {aif=audio\\/x-aiff} {aiff=audio\\/x-aiff} {aifc=audio\\/x-aiff} {ram=audio\\/x-pn-realaudio} {rm=audio\\/x-pn-realaudio} {rpm=audio\\/x-pn-realaudio-plugin} {ra=audio\\/x-realaudio} {rv=video\\/vnd.rn-realvideo} {wav=audio\\/x-wav} {bmp=image\\/bmp} {gif=image\\/gif} {jpeg=image\\/jpeg} {jpg=image\\/jpeg} {jpe=image\\/jpeg} {png=image\\/png} {tiff=image\\/tiff} {tif=image\\/tiff} {css=text\\/css} {html=text\\/html} {htm=text\\/html} {shtml=text\\/html} {txt=text\\/plain} {text=text\\/plain} {log=text\\/plain} {rtx=text\\/richtext} {rtf=text\\/rtf} {xml=text\\/xml} {xsl=text\\/xml} {mpeg=video\\/mpeg} {mpg=video\\/mpeg} {mpe=video\\/mpeg} {qt=video\\/quicktime} {mov=video\\/quicktime} {avi=video\\/x-msvideo} {flv=video\\/x-flv} {movie=video\\/x-sgi-movie} {doc=application\\/msword} {xl=application\\/excel} {eml=message\\/rfc822} {pptx=application\\/vnd.openxmlformats-officedocument.presentationml.presentation} {xlsx=application\\/vnd.openxmlformats-officedocument.spreadsheetml.sheet} {docx=application\\/vnd.openxmlformats-officedocument.wordprocessingml.document} {rar=application\\/x-rar-compressed} {odb=application\\/vnd.oasis.opendocument.database} {odc=application\\/vnd.oasis.opendocument.chart} {odf=application\\/vnd.oasis.opendocument.formula} {odg=application\\/vnd.oasis.opendocument.graphics} {odi=application\\/vnd.oasis.opendocument.image} {odm=application\\/vnd.oasis.opendocument.text-master} {odp=application\\/vnd.oasis.opendocument.presentation} {ods=application\\/vnd.oasis.opendocument.spreadsheet} {odt=application\\/vnd.oasis.opendocument.text} {sxc=application\\/vnd.sun.xml.calc} {sxd=application\\/vnd.sun.xml.draw} {sxg=application\\/vnd.sun.xml.writer.global} {sxi=application\\/vnd.sun.xml.impress} {sxm=application\\/vnd.sun.xml.math} {sxw=application\\/vnd.sun.xml.writer} {ogv=video\\/ogg} {ogg=audio\\/ogg} {mp4=video\\/mp4} {mp4=application\\/octet-stream}\",\"allowed_file_types_upload\":\"{pdf=application\\/pdf} {ppt=application\\/powerpoint} {gz=application\\/x-gzip} {tar=application\\/x-tar} {tgz=application\\/x-tar} {zip=application\\/x-zip} {bmp=image\\/bmp} {gif=image\\/gif} {jpeg=image\\/jpeg} {jpg=image\\/jpeg} {jpe=image\\/jpeg} {png=image\\/png} {tiff=image\\/tiff} {tif=image\\/tiff} {txt=text\\/plain} {mpeg=video\\/mpeg} {mpg=video\\/mpeg} {mpe=video\\/mpeg} {qt=video\\/quicktime} {mov=video\\/quicktime} {avi=video\\/x-msvideo} {flv=video\\/x-flv} {doc=application\\/msword} {ogv=video\\/ogg} {ogg=audio\\/ogg} {mp4=video\\/mp4} {mp4=application\\/octet-stream}\",\"disallowed_file_types_download\":\"\",\"disallowed_file_types_upload\":\"\",\"send_mail_download\":\"0\",\"user_files_max_count_download\":\"0\",\"enable_token_download\":\"0\",\"token_files_max_count_download\":\"0\",\"enable_user_cp\":\"0\",\"user_files_max_count\":\"5\",\"user_files_max_size\":\"10000000\",\"user_file_upload_size\":\"10000000\",\"enable_user_upload_approve\":\"0\",\"user_ucp_lang\":\"1\",\"send_mail_upload\":\"0\",\"overwrite_existing_files\":\"0\",\"pap_copy\":\"0\",\"upload_maxsize\":\"10000000\",\"enable_multiple_upload_admin\":\"1\",\"multiple_upload_method\":\"4\",\"default_access\":\"1\",\"enable_xss_check\":\"1\",\"frontend_run_events\":\"0\",\"enable_user_statistics\":\"1\",\"enable_logging\":\"0\",\"store_ip\":\"0\",\"delete_existing_files\":\"0\",\"description\":\"\",\"remove_sef_ids\":0,\"download_folder\":\"phocadownload\",\"download_folder_pap\":\"phocadownload\",\"absolute_path\":\"\",\"enable_plugin_query\":\"0\",\"enable_cache\":\"0\",\"bt_cat_col_left\":\"\",\"check_http_range\":\"1\"}','',NULL,NULL,0,0,NULL),(275,0,'plg_captcha_hcaptcha','plugin','hcaptcha','','captcha',0,0,1,0,0,'{\"name\":\"plg_captcha_hcaptcha\",\"type\":\"plugin\",\"creationDate\":\"January 2024\",\"author\":\"data2site\",\"copyright\":\"Copyright (C) 2021-2024 by data2site.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/data2site.com\",\"version\":\"1.4.3\",\"description\":\"PLG_CAPTCHA_HCAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"hcaptcha\"}','{\"publicKey\":\"\",\"privateKey\":\"\",\"theme\":\"light\",\"size\":\"normal\"}','',NULL,NULL,0,0,NULL),(276,0,'Ol Testimonials','module','mod_ol_testimonials','','',0,1,0,0,0,'{\"name\":\"Ol Testimonials\",\"type\":\"module\",\"creationDate\":\"Feb 20, 2019\",\"author\":\"olwebdesign\",\"copyright\":\"Copyright (C) http:\\/\\/www.olwebdesign.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.olwebdesign.com\",\"version\":\"1.1.2\",\"description\":\"\\t\\n\\t<link href=\\\"..\\/modules\\/mod_ol_testimonials\\/assets\\/css\\/admin.css\\\" rel=\\\"stylesheet\\\" type=\\\"text\\/css\\\" media=\\\"all\\\" \\/>\\n\\t<h1>Ol Testimonials<\\/h1>\\n\\t<div style=\\\"margin:0 0 0 10px; font-size:15px;\\\">Ol Testimonials Module from <a href=\\\"http:\\/\\/www.olwebdesign.com\\\" target=\\\"_blank\\\">olwebdesign.com<\\/a>. In the free version is included only one style. Nine more styles and star ratings, are available in the pro version.<\\/div>\\n\\t<h3>Userful links<\\/h3>\\n\\t<ul><li><a target=\'_blank\' href=\'https:\\/\\/www.olwebdesign.com\\/joomla-templates.html\'>Joomla templates<\\/a><\\/li>\\n\\t<li><a target=\'_blank\' href=\'https:\\/\\/www.olwebdesign.com\\/contact-us.html\'>Report bug<\\/a><\\/li><\\/ul>\\t\\n\\t\\t<div class=\\\"footer_review\\\">\\n\\t\\t\\t\\tLike this extensions? <a href=\\\"https:\\/\\/extensions.joomla.org\\/extension\\/ol-testimonials\\/\\\" target=\\\"_blank\\\">Leave a review on JED<\\/a>\\n\\t\\t\\t\\t<a class=\\\"stars\\\" href=\\\"https:\\/\\/extensions.joomla.org\\/extension\\/ol-testimonials\\/\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t<span class=\\\"icon-star\\\"><\\/span><span class=\\\"icon-star\\\"><\\/span><span class=\\\"icon-star\\\"><\\/span><span class=\\\"icon-star\\\"><\\/span><span class=\\\"icon-star\\\"><\\/span>\\n\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"mod_ol_testimonials\"}','{\"get_stars\":\"1\",\"jqueryload\":\"0\",\"get_fonto\":\"0\",\"get_style\":\"default\",\"image_width\":\"4\",\"image_width_tabl\":\"3\",\"image_width_tabp\":\"3\",\"image_width_mobl\":\"2\",\"image_width_mobp\":\"1\",\"autoplay\":\"true\",\"autoplay-timeout\":\"5000\",\"autoplay-speed\":\"1000\",\"autoplay-hover-pause\":\"true\",\"dataLoop\":\"true\",\"dataNav\":\"true\",\"navPosit\":\"\",\"navStyle\":\"\",\"navRounded\":\"\",\"jpreload\":\"0\",\"container_fix\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','',NULL,NULL,0,0,NULL),(277,0,'Smart Slider 3','component','com_smartslider3','','',1,1,0,0,0,'{\"name\":\"Smart Slider 3\",\"type\":\"component\",\"creationDate\":\"2025-05-12\",\"author\":\"Nextendweb\",\"copyright\":\"Copyright (C) 2020 Nextendweb.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/smartslider3.com\",\"version\":\"3.5.1.28\",\"description\":\"\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"smartslider3\"}','{}','',NULL,NULL,0,0,NULL),(279,0,'Smart Slider 3 Module','module','mod_smartslider3','','',0,1,0,0,0,'{\"name\":\"Smart Slider 3 Module\",\"type\":\"module\",\"creationDate\":\"2025-05-12\",\"author\":\"Nextendweb\",\"copyright\":\"Copyright (C) 2020 Nextendweb.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/smartslider3.com\",\"version\":\"3.5.1.28\",\"description\":\"This module displays sliders from Smart Slider 3. You can create the sliders in the Smart Slider 3\\n        component!\\n    \",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"mod_smartslider3\"}','{\"slider\":\"1\",\"editslider\":\"\"}','',NULL,NULL,0,0,NULL),(280,0,'Smart Slider 3 Updater Plugin','plugin','smartslider3','','installer',0,1,1,0,0,'{\"name\":\"Smart Slider 3 Updater Plugin\",\"type\":\"plugin\",\"creationDate\":\"2025-05-12\",\"author\":\"Nextendweb\",\"copyright\":\"Copyright (C) 2020 Nextendweb.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/smartslider3.com\",\"version\":\"3.5.1.28\",\"description\":\"\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"smartslider3\"}','{}','',NULL,NULL,0,0,NULL),(281,0,'Smart Slider 3 System Plugin','plugin','smartslider3','','system',0,1,1,0,0,'{\"name\":\"Smart Slider 3 System Plugin\",\"type\":\"plugin\",\"creationDate\":\"2025-05-12\",\"author\":\"Nextendweb\",\"copyright\":\"Copyright (C) 2020 Nextendweb.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/smartslider3.com\",\"version\":\"3.5.1.28\",\"description\":\"\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"smartslider3\"}','{}','',NULL,NULL,0,0,NULL),(282,0,'plg_finder_phocadownload','plugin','phocadownload','','finder',0,1,1,0,0,'{\"name\":\"plg_finder_phocadownload\",\"type\":\"plugin\",\"creationDate\":\"24\\/09\\/2024\",\"author\":\"Jan Pavelka (www.phoca.cz)\",\"copyright\":\"Jan Pavelka\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/www.phoca.cz\",\"version\":\"5.0.10\",\"description\":\"PLG_FINDER_PHOCADOWNLOAD_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"phocadownload\"}','{\"search_link\":\"0\"}','',NULL,NULL,0,0,NULL),(283,0,'plg_extension_joomlaupdate','plugin','joomlaupdate','','extension',0,1,1,0,1,'{\"name\":\"plg_extension_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"2025-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2025 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"1.0.0\",\"description\":\"PLG_EXTENSION_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Joomlaupdate\",\"filename\":\"joomlaupdate\"}','','',NULL,NULL,0,0,NULL),(285,0,'Smart Slider 3 Library','library','smartslider3','','',0,1,1,0,0,'{\"name\":\"Smart Slider 3 Library\",\"type\":\"library\",\"creationDate\":\"2025-05-12\",\"author\":\"Nextendweb\",\"copyright\":\"Copyright (C) 2020 Nextendweb.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/smartslider3.com\",\"version\":\"3.5.1.28\",\"description\":\"\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"lib_smartslider3\"}','{}','',NULL,NULL,0,0,NULL),(286,0,'Spanish (es-ES) Language Pack','package','pkg_es-ES','','',0,1,1,0,0,'{\"name\":\"Spanish (es-ES) Language Pack\",\"type\":\"package\",\"creationDate\":\"2025-05\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"5.3.1.1\",\"description\":\"<div style=\\\"text-align: left;\\\"><h2>Successfully installed the Joomla! 5.3.1.1 Spanish es-ES Language Pack<\\/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\'>JoomlaES.org<\\/a> Contact Us!<\\/p><p><\\/p><p>Translated by: The Spanish Translation Team [es-ES]<\\/p><h2>El paquete 5.3.1.1 del idioma espa\\u00f1ol es-ES para Joomla! 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\'>JoomlaES.org<\\/a> \\u00a1Contacte con nosotros!<\\/p><p><\\/p><p>Traducci\\u00f3n: Spanish Translation Team [es-ES]<\\/p><\\/div>\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"pkg_es-ES\"}','{}','',NULL,NULL,0,0,NULL),(287,0,'Player Squad JT','module','mod_playersquad_jt','','',0,1,0,0,0,'{\"name\":\"Player Squad JT\",\"type\":\"module\",\"creationDate\":\"March 2021\",\"author\":\"JoomlaTema\",\"copyright\":\"Copyright (C) 2021 JoomlaTema.net\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/www.joomlatema.net\",\"version\":\"1.5\",\"description\":\"\\n\\t\\t<p>Player Squad JT is a free Joomla Module helps you to display the Player Squad of your Team on your site. You should enter player info on admin area. Module has up to 5 player groups and each group has up to 10 team members.<\\/p>\\n\\t\\tInfos, Templates and more Extensions: <a href=\\\"https:\\/\\/www.joomlatema.net\\\" target=\\\"_blank\\\"><span style=\\\"font-weight:bold;\\\">www.joomlatema.net<\\/a>\\n\\t\\t<\\/p>\\n\\t\\t<p><strong>Features:<\\/strong><\\/p>\\n<ul>\\n  <li><strong>Up to 5 player groups<\\/strong><\\/li>\\n  <li><strong>Each group has up to 10 team members<\\/strong><strong><br \\/>\\n  <\\/strong><\\/li>\\n  <li><strong>Player\'s Image<\\/strong><\\/li>\\n  <li><strong>Social Media Icons<br \\/>\\n  <\\/strong><\\/li>\\n  <li><strong>Link to Player\'s Profile<br \\/>\\n  <\\/strong><\\/li>\\n  <li><strong>Player Description Text<br \\/>\\n  <\\/strong><\\/li>\\n  <li><strong>Player\'s Nationality<\\/strong><\\/li>\\n  <li><strong>Player\'s Date of Birth<\\/strong><\\/li>\\n  <li><strong>Player\'s Position<\\/strong><\\/li>\\n<\\/ul>\\n\\t\\t\\n\\t\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"mod_playersquad_jt\"}','{\"set\":\"\",\"radius\":\"1\",\"see_profile_text\":\"See Profile\",\"group1_title\":\"GOAL KEEPERS\",\"group1-name-1\":\"Player 1\",\"group1-pos-1\":\"\",\"group1-nat-1\":\"\",\"group1-desc-1\":\"\",\"group1-sicon1-1\":\"\",\"group1-link1-1\":\"\",\"group1-sicon2-1\":\"\",\"group1-link2-1\":\"\",\"group1-sicon3-1\":\"\",\"group1-link3-1\":\"\",\"group1-sicon4-1\":\"\",\"group1-link4-1\":\"\",\"group1-profilelink-1\":\"\",\"group1-name-2\":\"\",\"group1-pos-2\":\"\",\"group1-nat-2\":\"\",\"group1-desc-2\":\"\",\"group1-sicon1-2\":\"\",\"group1-link1-2\":\"\",\"group1-sicon2-2\":\"\",\"group1-link2-2\":\"\",\"group1-sicon3-2\":\"\",\"group1-link3-2\":\"\",\"group1-sicon4-2\":\"\",\"group1-link4-2\":\"\",\"group1-profilelink-2\":\"\",\"group1-name-3\":\"\",\"group1-pos-3\":\"\",\"group1-nat-3\":\"\",\"group1-desc-3\":\"\",\"group1-sicon1-3\":\"\",\"group1-link1-3\":\"\",\"group1-sicon2-3\":\"\",\"group1-link2-3\":\"\",\"group1-sicon3-3\":\"\",\"group1-link3-3\":\"\",\"group1-sicon4-3\":\"\",\"group1-link4-3\":\"\",\"group1-profilelink-3\":\"\",\"group1-name-4\":\"\",\"group1-pos-4\":\"\",\"group1-nat-4\":\"\",\"group1-desc-4\":\"\",\"group1-sicon1-4\":\"\",\"group1-link1-4\":\"\",\"group1-sicon2-4\":\"\",\"group1-link2-4\":\"\",\"group1-sicon3-4\":\"\",\"group1-link3-4\":\"\",\"group1-sicon4-4\":\"\",\"group1-link4-4\":\"\",\"group1-profilelink-4\":\"\",\"group1-name-5\":\"\",\"group1-pos-5\":\"\",\"group1-nat-5\":\"\",\"group1-desc-5\":\"\",\"group1-sicon1-5\":\"\",\"group1-link1-5\":\"\",\"group1-sicon2-5\":\"\",\"group1-link2-5\":\"\",\"group1-sicon3-5\":\"\",\"group1-link3-5\":\"\",\"group1-sicon4-5\":\"\",\"group1-link4-5\":\"\",\"group1-profilelink-5\":\"\",\"group1-name-6\":\"\",\"group1-pos-6\":\"\",\"group1-nat-6\":\"\",\"group1-desc-6\":\"\",\"group1-sicon1-6\":\"\",\"group1-link1-6\":\"\",\"group1-sicon2-6\":\"\",\"group1-link2-6\":\"\",\"group1-sicon3-6\":\"\",\"group1-link3-6\":\"\",\"group1-sicon4-6\":\"\",\"group1-link4-6\":\"\",\"group1-profilelink-6\":\"\",\"group1-name-7\":\"\",\"group1-pos-7\":\"\",\"group1-nat-7\":\"\",\"group1-desc-7\":\"\",\"group1-sicon1-7\":\"\",\"group1-link1-7\":\"\",\"group1-sicon2-7\":\"\",\"group1-link2-7\":\"\",\"group1-sicon3-7\":\"\",\"group1-link3-7\":\"\",\"group1-sicon4-7\":\"\",\"group1-link4-7\":\"\",\"group1-profilelink-7\":\"\",\"group1-name-8\":\"\",\"group1-pos-8\":\"\",\"group1-nat-8\":\"\",\"group1-desc-8\":\"\",\"group1-sicon1-8\":\"\",\"group1-link1-8\":\"\",\"group1-sicon2-8\":\"\",\"group1-link2-8\":\"\",\"group1-sicon3-8\":\"\",\"group1-link3-8\":\"\",\"group1-sicon4-8\":\"\",\"group1-link4-8\":\"\",\"group1-profilelink-8\":\"\",\"group1-name-9\":\"\",\"group1-pos-9\":\"\",\"group1-nat-9\":\"\",\"group1-desc-9\":\"\",\"group1-sicon1-9\":\"\",\"group1-link1-9\":\"\",\"group1-sicon2-9\":\"\",\"group1-link2-9\":\"\",\"group1-sicon3-9\":\"\",\"group1-link3-9\":\"\",\"group1-sicon4-9\":\"\",\"group1-link4-9\":\"\",\"group1-profilelink-9\":\"\",\"group1-name-10\":\"\",\"group1-pos-10\":\"\",\"group1-nat-10\":\"\",\"group1-desc-10\":\"\",\"group1-sicon1-10\":\"\",\"group1-link1-10\":\"#\",\"group1-sicon2-10\":\"\",\"group1-link2-10\":\"#\",\"group1-sicon3-10\":\"\",\"group1-link3-10\":\"#\",\"group1-sicon4-10\":\"\",\"group1-link4-10\":\"\",\"group1-profilelink-10\":\"\",\"group2_title\":\"DEFENDERS\",\"group2-name-1\":\"\",\"group2-pos-1\":\"\",\"group2-nat-1\":\"\",\"group2-desc-1\":\"\",\"group2-sicon1-1\":\"\",\"group2-link1-1\":\"\",\"group2-sicon2-1\":\"\",\"group2-link2-1\":\"\",\"group2-sicon3-1\":\"\",\"group2-link3-1\":\"\",\"group2-sicon4-1\":\"\",\"group2-link4-1\":\"\",\"group2-profilelink-1\":\"\",\"group2-name-2\":\"\",\"group2-pos-2\":\"\",\"group2-nat-2\":\"\",\"group2-desc-2\":\"\",\"group2-sicon1-2\":\"\",\"group2-link1-2\":\"\",\"group2-sicon2-2\":\"\",\"group2-link2-2\":\"\",\"group2-sicon3-2\":\"\",\"group2-link3-2\":\"\",\"group2-sicon4-2\":\"\",\"group2-link4-2\":\"\",\"group2-profilelink-2\":\"\",\"group2-name-3\":\"\",\"group2-pos-3\":\"\",\"group2-nat-3\":\"\",\"group2-desc-3\":\"\",\"group2-sicon1-3\":\"\",\"group2-link1-3\":\"\",\"group2-sicon2-3\":\"\",\"group2-link2-3\":\"\",\"group2-sicon3-3\":\"\",\"group2-link3-3\":\"\",\"group2-sicon4-3\":\"\",\"group2-link4-3\":\"\",\"group2-profilelink-3\":\"\",\"group2-name-4\":\"\",\"group2-pos-4\":\"\",\"group2-nat-4\":\"\",\"group2-desc-4\":\"\",\"group2-sicon1-4\":\"\",\"group2-link1-4\":\"\",\"group2-sicon2-4\":\"\",\"group2-link2-4\":\"\",\"group2-sicon3-4\":\"\",\"group2-link3-4\":\"\",\"group2-sicon4-4\":\"\",\"group2-link4-4\":\"\",\"group2-profilelink-4\":\"\",\"group2-name-5\":\"\",\"group2-pos-5\":\"\",\"group2-nat-5\":\"\",\"group2-desc-5\":\"\",\"group2-sicon1-5\":\"\",\"group2-link1-5\":\"\",\"group2-sicon2-5\":\"\",\"group2-link2-5\":\"\",\"group2-sicon3-5\":\"\",\"group2-link3-5\":\"\",\"group2-sicon4-5\":\"\",\"group2-link4-5\":\"\",\"group2-profilelink-5\":\"\",\"group2-name-6\":\"\",\"group2-pos-6\":\"\",\"group2-nat-6\":\"\",\"group2-desc-6\":\"\",\"group2-sicon1-6\":\"\",\"group2-link1-6\":\"\",\"group2-sicon2-6\":\"\",\"group2-link2-6\":\"\",\"group2-sicon3-6\":\"\",\"group2-link3-6\":\"\",\"group2-sicon4-6\":\"\",\"group2-link4-6\":\"\",\"group2-profilelink-6\":\"\",\"group2-name-7\":\"\",\"group2-pos-7\":\"\",\"group2-nat-7\":\"\",\"group2-desc-7\":\"\",\"group2-sicon1-7\":\"\",\"group2-link1-7\":\"\",\"group2-sicon2-7\":\"\",\"group2-link2-7\":\"\",\"group2-sicon3-7\":\"\",\"group2-link3-7\":\"\",\"group2-sicon4-7\":\"\",\"group2-link4-7\":\"\",\"group2-profilelink-7\":\"\",\"group2-name-8\":\"\",\"group2-pos-8\":\"\",\"group2-nat-8\":\"\",\"group2-desc-8\":\"\",\"group2-sicon1-8\":\"\",\"group2-link1-8\":\"\",\"group2-sicon2-8\":\"\",\"group2-link2-8\":\"\",\"group2-sicon3-8\":\"\",\"group2-link3-8\":\"\",\"group2-sicon4-8\":\"\",\"group2-link4-8\":\"\",\"group2-profilelink-8\":\"\",\"group2-name-9\":\"\",\"group2-pos-9\":\"\",\"group2-nat-9\":\"\",\"group2-desc-9\":\"\",\"group2-sicon1-9\":\"\",\"group2-link1-9\":\"\",\"group2-sicon2-9\":\"\",\"group2-link2-9\":\"\",\"group2-sicon3-9\":\"\",\"group2-link3-9\":\"\",\"group2-sicon4-9\":\"\",\"group2-link4-9\":\"\",\"group2-profilelink-9\":\"\",\"group2-name-10\":\"\",\"group2-pos-10\":\"\",\"group2-nat-10\":\"\",\"group2-desc-10\":\"\",\"group2-sicon1-10\":\"\",\"group2-link1-10\":\"#\",\"group2-sicon2-10\":\"\",\"group2-link2-10\":\"#\",\"group2-sicon3-10\":\"\",\"group2-link3-10\":\"#\",\"group2-sicon4-10\":\"\",\"group2-link4-10\":\"\",\"group2-profilelink-10\":\"\",\"group3_title\":\"MIDFIELDERS\",\"group3-name-1\":\"\",\"group3-pos-1\":\"\",\"group3-nat-1\":\"\",\"group3-desc-1\":\"\",\"group3-sicon1-1\":\"\",\"group3-link1-1\":\"\",\"group3-sicon2-1\":\"\",\"group3-link2-1\":\"\",\"group3-sicon3-1\":\"\",\"group3-link3-1\":\"\",\"group3-sicon4-1\":\"\",\"group3-link4-1\":\"\",\"group3-profilelink-1\":\"\",\"group3-name-2\":\"\",\"group3-pos-2\":\"\",\"group3-nat-2\":\"\",\"group3-desc-2\":\"\",\"group3-sicon1-2\":\"\",\"group3-link1-2\":\"\",\"group3-sicon2-2\":\"\",\"group3-link2-2\":\"\",\"group3-sicon3-2\":\"\",\"group3-link3-2\":\"\",\"group3-sicon4-2\":\"\",\"group3-link4-2\":\"\",\"group3-profilelink-2\":\"\",\"group3-name-3\":\"\",\"group3-pos-3\":\"\",\"group3-nat-3\":\"\",\"group3-desc-3\":\"\",\"group3-sicon1-3\":\"\",\"group3-link1-3\":\"\",\"group3-sicon2-3\":\"\",\"group3-link2-3\":\"\",\"group3-sicon3-3\":\"\",\"group3-link3-3\":\"\",\"group3-sicon4-3\":\"\",\"group3-link4-3\":\"\",\"group3-profilelink-3\":\"\",\"group3-name-4\":\"\",\"group3-pos-4\":\"\",\"group3-nat-4\":\"\",\"group3-desc-4\":\"\",\"group3-sicon1-4\":\"\",\"group3-link1-4\":\"\",\"group3-sicon2-4\":\"\",\"group3-link2-4\":\"\",\"group3-sicon3-4\":\"\",\"group3-link3-4\":\"\",\"group3-sicon4-4\":\"\",\"group3-link4-4\":\"\",\"group3-profilelink-4\":\"\",\"group3-name-5\":\"\",\"group3-pos-5\":\"\",\"group3-nat-5\":\"\",\"group3-desc-5\":\"\",\"group3-sicon1-5\":\"\",\"group3-link1-5\":\"\",\"group3-sicon2-5\":\"\",\"group3-link2-5\":\"\",\"group3-sicon3-5\":\"\",\"group3-link3-5\":\"\",\"group3-sicon4-5\":\"\",\"group3-link4-5\":\"\",\"group3-profilelink-5\":\"\",\"group3-name-6\":\"\",\"group3-pos-6\":\"\",\"group3-nat-6\":\"\",\"group3-desc-6\":\"\",\"group3-sicon1-6\":\"\",\"group3-link1-6\":\"\",\"group3-sicon2-6\":\"\",\"group3-link2-6\":\"\",\"group3-sicon3-6\":\"\",\"group3-link3-6\":\"\",\"group3-sicon4-6\":\"\",\"group3-link4-6\":\"\",\"group3-profilelink-6\":\"\",\"group3-name-7\":\"\",\"group3-pos-7\":\"\",\"group3-nat-7\":\"\",\"group3-desc-7\":\"\",\"group3-sicon1-7\":\"\",\"group3-link1-7\":\"\",\"group3-sicon2-7\":\"\",\"group3-link2-7\":\"\",\"group3-sicon3-7\":\"\",\"group3-link3-7\":\"\",\"group3-sicon4-7\":\"\",\"group3-link4-7\":\"\",\"group3-profilelink-7\":\"\",\"group3-name-8\":\"\",\"group3-pos-8\":\"\",\"group3-nat-8\":\"\",\"group3-desc-8\":\"\",\"group3-sicon1-8\":\"\",\"group3-link1-8\":\"\",\"group3-sicon2-8\":\"\",\"group3-link2-8\":\"\",\"group3-sicon3-8\":\"\",\"group3-link3-8\":\"\",\"group3-sicon4-8\":\"\",\"group3-link4-8\":\"\",\"group3-profilelink-8\":\"\",\"group3-name-9\":\"\",\"group3-pos-9\":\"\",\"group3-nat-9\":\"\",\"group3-desc-9\":\"\",\"group3-sicon1-9\":\"\",\"group3-link1-9\":\"\",\"group3-sicon2-9\":\"\",\"group3-link2-9\":\"\",\"group3-sicon3-9\":\"\",\"group3-link3-9\":\"\",\"group3-sicon4-9\":\"\",\"group3-link4-9\":\"\",\"group3-profilelink-9\":\"\",\"group3-name-10\":\"\",\"group3-pos-10\":\"\",\"group3-nat-10\":\"\",\"group3-desc-10\":\"\",\"group3-sicon1-10\":\"\",\"group3-link1-10\":\"#\",\"group3-sicon2-10\":\"\",\"group3-link2-10\":\"#\",\"group3-sicon3-10\":\"\",\"group3-link3-10\":\"#\",\"group3-sicon4-10\":\"\",\"group3-link4-10\":\"\",\"group3-profilelink-10\":\"\",\"group4_title\":\"FORWARDS\",\"group4-name-1\":\"\",\"group4-pos-1\":\"\",\"group4-nat-1\":\"\",\"group4-desc-1\":\"\",\"group4-sicon1-1\":\"\",\"group4-link1-1\":\"\",\"group4-sicon2-1\":\"\",\"group4-link2-1\":\"\",\"group4-sicon3-1\":\"\",\"group4-link3-1\":\"\",\"group4-sicon4-1\":\"\",\"group4-link4-1\":\"\",\"group4-profilelink-1\":\"\",\"group4-name-2\":\"\",\"group4-pos-2\":\"\",\"group4-nat-2\":\"\",\"group4-desc-2\":\"\",\"group4-sicon1-2\":\"\",\"group4-link1-2\":\"\",\"group4-sicon2-2\":\"\",\"group4-link2-2\":\"\",\"group4-sicon3-2\":\"\",\"group4-link3-2\":\"\",\"group4-sicon4-2\":\"\",\"group4-link4-2\":\"\",\"group4-profilelink-2\":\"\",\"group4-name-3\":\"\",\"group4-pos-3\":\"\",\"group4-nat-3\":\"\",\"group4-desc-3\":\"\",\"group4-sicon1-3\":\"\",\"group4-link1-3\":\"\",\"group4-sicon2-3\":\"\",\"group4-link2-3\":\"\",\"group4-sicon3-3\":\"\",\"group4-link3-3\":\"\",\"group4-sicon4-3\":\"\",\"group4-link4-3\":\"\",\"group4-profilelink-3\":\"\",\"group4-name-4\":\"\",\"group4-pos-4\":\"\",\"group4-nat-4\":\"\",\"group4-desc-4\":\"\",\"group4-sicon1-4\":\"\",\"group4-link1-4\":\"\",\"group4-sicon2-4\":\"\",\"group4-link2-4\":\"\",\"group4-sicon3-4\":\"\",\"group4-link3-4\":\"\",\"group4-sicon4-4\":\"\",\"group4-link4-4\":\"\",\"group4-profilelink-4\":\"\",\"group4-name-5\":\"\",\"group4-pos-5\":\"\",\"group4-nat-5\":\"\",\"group4-desc-5\":\"\",\"group4-sicon1-5\":\"\",\"group4-link1-5\":\"\",\"group4-sicon2-5\":\"\",\"group4-link2-5\":\"\",\"group4-sicon3-5\":\"\",\"group4-link3-5\":\"\",\"group4-sicon4-5\":\"\",\"group4-link4-5\":\"\",\"group4-profilelink-5\":\"\",\"group4-name-6\":\"\",\"group4-pos-6\":\"\",\"group4-nat-6\":\"\",\"group4-desc-6\":\"\",\"group4-sicon1-6\":\"\",\"group4-link1-6\":\"\",\"group4-sicon2-6\":\"\",\"group4-link2-6\":\"\",\"group4-sicon3-6\":\"\",\"group4-link3-6\":\"\",\"group4-sicon4-6\":\"\",\"group4-link4-6\":\"\",\"group4-profilelink-6\":\"\",\"group4-name-7\":\"\",\"group4-pos-7\":\"\",\"group4-nat-7\":\"\",\"group4-desc-7\":\"\",\"group4-sicon1-7\":\"\",\"group4-link1-7\":\"\",\"group4-sicon2-7\":\"\",\"group4-link2-7\":\"\",\"group4-sicon3-7\":\"\",\"group4-link3-7\":\"\",\"group4-sicon4-7\":\"\",\"group4-link4-7\":\"\",\"group4-profilelink-7\":\"\",\"group4-name-8\":\"\",\"group4-pos-8\":\"\",\"group4-nat-8\":\"\",\"group4-desc-8\":\"\",\"group4-sicon1-8\":\"\",\"group4-link1-8\":\"\",\"group4-sicon2-8\":\"\",\"group4-link2-8\":\"\",\"group4-sicon3-8\":\"\",\"group4-link3-8\":\"\",\"group4-sicon4-8\":\"\",\"group4-link4-8\":\"\",\"group4-profilelink-8\":\"\",\"group4-name-9\":\"\",\"group4-pos-9\":\"\",\"group4-nat-9\":\"\",\"group4-desc-9\":\"\",\"group4-sicon1-9\":\"\",\"group4-link1-9\":\"\",\"group4-sicon2-9\":\"\",\"group4-link2-9\":\"\",\"group4-sicon3-9\":\"\",\"group4-link3-9\":\"\",\"group4-sicon4-9\":\"\",\"group4-link4-9\":\"\",\"group4-profilelink-9\":\"\",\"group4-name-10\":\"\",\"group4-pos-10\":\"\",\"group4-nat-10\":\"\",\"group4-desc-10\":\"\",\"group4-sicon1-10\":\"\",\"group4-link1-10\":\"#\",\"group4-sicon2-10\":\"\",\"group4-link2-10\":\"#\",\"group4-sicon3-10\":\"\",\"group4-link3-10\":\"#\",\"group4-sicon4-10\":\"\",\"group4-link4-10\":\"\",\"group4-profilelink-10\":\"\",\"group5_title\":\"ON LOAN\",\"group5-name-1\":\"\",\"group5-pos-1\":\"\",\"group5-nat-1\":\"\",\"group5-desc-1\":\"\",\"group5-sicon1-1\":\"\",\"group5-link1-1\":\"\",\"group5-sicon2-1\":\"\",\"group5-link2-1\":\"\",\"group5-sicon3-1\":\"\",\"group5-link3-1\":\"\",\"group5-sicon4-1\":\"\",\"group5-link4-1\":\"\",\"group5-profilelink-1\":\"\",\"group5-name-2\":\"\",\"group5-pos-2\":\"\",\"group5-nat-2\":\"\",\"group5-desc-2\":\"\",\"group5-sicon1-2\":\"\",\"group5-link1-2\":\"\",\"group5-sicon2-2\":\"\",\"group5-link2-2\":\"\",\"group5-sicon3-2\":\"\",\"group5-link3-2\":\"\",\"group5-sicon4-2\":\"\",\"group5-link4-2\":\"\",\"group5-profilelink-2\":\"\",\"group5-name-3\":\"\",\"group5-pos-3\":\"\",\"group5-nat-3\":\"\",\"group5-desc-3\":\"\",\"group5-sicon1-3\":\"\",\"group5-link1-3\":\"\",\"group5-sicon2-3\":\"\",\"group5-link2-3\":\"\",\"group5-sicon3-3\":\"\",\"group5-link3-3\":\"\",\"group5-sicon4-3\":\"\",\"group5-link4-3\":\"\",\"group5-profilelink-3\":\"\",\"group5-name-4\":\"\",\"group5-pos-4\":\"\",\"group5-nat-4\":\"\",\"group5-desc-4\":\"\",\"group5-sicon1-4\":\"\",\"group5-link1-4\":\"\",\"group5-sicon2-4\":\"\",\"group5-link2-4\":\"\",\"group5-sicon3-4\":\"\",\"group5-link3-4\":\"\",\"group5-sicon4-4\":\"\",\"group5-link4-4\":\"\",\"group5-profilelink-4\":\"\",\"group5-name-5\":\"\",\"group5-pos-5\":\"\",\"group5-nat-5\":\"\",\"group5-desc-5\":\"\",\"group5-sicon1-5\":\"\",\"group5-link1-5\":\"\",\"group5-sicon2-5\":\"\",\"group5-link2-5\":\"\",\"group5-sicon3-5\":\"\",\"group5-link3-5\":\"\",\"group5-sicon4-5\":\"\",\"group5-link4-5\":\"\",\"group5-profilelink-5\":\"\",\"group5-name-6\":\"\",\"group5-pos-6\":\"\",\"group5-nat-6\":\"\",\"group5-desc-6\":\"\",\"group5-sicon1-6\":\"\",\"group5-link1-6\":\"\",\"group5-sicon2-6\":\"\",\"group5-link2-6\":\"\",\"group5-sicon3-6\":\"\",\"group5-link3-6\":\"\",\"group5-sicon4-6\":\"\",\"group5-link4-6\":\"\",\"group5-profilelink-6\":\"\",\"group5-name-7\":\"\",\"group5-pos-7\":\"\",\"group5-nat-7\":\"\",\"group5-desc-7\":\"\",\"group5-sicon1-7\":\"\",\"group5-link1-7\":\"\",\"group5-sicon2-7\":\"\",\"group5-link2-7\":\"\",\"group5-sicon3-7\":\"\",\"group5-link3-7\":\"\",\"group5-sicon4-7\":\"\",\"group5-link4-7\":\"\",\"group5-profilelink-7\":\"\",\"group5-name-8\":\"\",\"group5-pos-8\":\"\",\"group5-nat-8\":\"\",\"group5-desc-8\":\"\",\"group5-sicon1-8\":\"\",\"group5-link1-8\":\"\",\"group5-sicon2-8\":\"\",\"group5-link2-8\":\"\",\"group5-sicon3-8\":\"\",\"group5-link3-8\":\"\",\"group5-sicon4-8\":\"\",\"group5-link4-8\":\"\",\"group5-profilelink-8\":\"\",\"group5-name-9\":\"\",\"group5-pos-9\":\"\",\"group5-nat-9\":\"\",\"group5-desc-9\":\"\",\"group5-sicon1-9\":\"\",\"group5-link1-9\":\"\",\"group5-sicon2-9\":\"\",\"group5-link2-9\":\"\",\"group5-sicon3-9\":\"\",\"group5-link3-9\":\"\",\"group5-sicon4-9\":\"\",\"group5-link4-9\":\"\",\"group5-profilelink-9\":\"\",\"group5-name-10\":\"\",\"group5-pos-10\":\"\",\"group5-nat-10\":\"\",\"group5-desc-10\":\"\",\"group5-sicon1-10\":\"\",\"group5-link1-10\":\"#\",\"group5-sicon2-10\":\"\",\"group5-link2-10\":\"#\",\"group5-sicon3-10\":\"\",\"group5-link3-10\":\"#\",\"group5-sicon4-10\":\"\",\"group5-link4-10\":\"\",\"group5-profilelink-10\":\"\"}','',NULL,NULL,0,0,NULL),(288,290,'SimplifyYourWeb Extensions Library','library','syw','','',0,1,1,0,0,'{\"name\":\"SimplifyYourWeb Extensions Library\",\"type\":\"library\",\"creationDate\":\"01\\/21\\/2018\",\"author\":\"Olivier Buisard\",\"copyright\":\"Copyright (C) 2011 Simplify Your Web. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/simplifyyourweb.com\",\"version\":\"2.6.2\",\"description\":\"LIB_SYW_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"SYW\\\\Library\",\"filename\":\"syw\"}','{}','',NULL,NULL,0,0,NULL),(289,290,'PLG_SYSTEM_SYW','plugin','syw','','system',0,1,1,0,0,'{\"name\":\"PLG_SYSTEM_SYW\",\"type\":\"plugin\",\"creationDate\":\"03\\/24\\/2018\",\"author\":\"Olivier Buisard\",\"copyright\":\"Copyright (C) 2011 Simplify Your Web. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/simplifyyourweb.com\",\"version\":\"2.6.0\",\"description\":\"PLG_SYSTEM_SYW_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"SYW\\\\Plugin\\\\System\\\\SYW\",\"filename\":\"syw\"}','{\"image_library\":\"gd\",\"lazy_stylesheets\":\"0\",\"webfont_service\":\"google\"}','',NULL,NULL,0,0,NULL),(290,0,'PKG_SYWLIBRARY','package','pkg_sywlibrary','https://updates.simplifyyourweb.com/free/sywlibrary/changelog.xml','',0,1,1,0,0,'{\"name\":\"PKG_SYWLIBRARY\",\"type\":\"package\",\"creationDate\":\"01\\/21\\/2018\",\"author\":\"Olivier Buisard\",\"copyright\":\"Copyright (C) 2011 Simplify Your Web. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"2.6.2\",\"description\":\"PKG_SYWLIBRARY_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"https:\\/\\/updates.simplifyyourweb.com\\/free\\/sywlibrary\\/changelog.xml\",\"filename\":\"pkg_sywlibrary\"}','{}','',NULL,NULL,0,0,NULL),(291,292,'MOD_LATESTNEWSENHANCED','module','mod_latestnewsenhanced','','',0,1,0,0,0,'{\"name\":\"MOD_LATESTNEWSENHANCED\",\"type\":\"module\",\"creationDate\":\"10\\/15\\/2015\",\"author\":\"Olivier Buisard\",\"copyright\":\"Copyright (C) 2011 Simplify Your Web. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/simplifyyourweb.com\",\"version\":\"7.3.2\",\"description\":\"MOD_LATESTNEWSENHANCED_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"SYW\\\\Module\\\\LatestNewsEnhanced\",\"filename\":\"mod_latestnewsenhanced\"}','[]','',NULL,NULL,0,0,NULL),(292,0,'PKG_LATESTNEWSENHANCED','package','pkg_latestnewsenhanced','https://updates.simplifyyourweb.com/free/latestnewsenhanced/changelog.xml','',0,1,1,0,0,'{\"name\":\"PKG_LATESTNEWSENHANCED\",\"type\":\"package\",\"creationDate\":\"10\\/07\\/2016\",\"author\":\"Olivier Buisard\",\"copyright\":\"Copyright (C) 2011 Simplify Your Web. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"7.3.2\",\"description\":\"PKG_LATESTNEWSENHANCED_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"https:\\/\\/updates.simplifyyourweb.com\\/free\\/latestnewsenhanced\\/changelog.xml\",\"filename\":\"pkg_latestnewsenhanced\"}','{}','',NULL,NULL,0,0,NULL),(293,0,'SP Page Builder','component','com_sppagebuilder','','',1,1,0,0,0,'{\"name\":\"SP Page Builder\",\"type\":\"component\",\"creationDate\":\"Sep 2014\",\"author\":\"JoomShaper\",\"copyright\":\"Copyright @ 2010 - 2025 JoomShaper. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/www.joomshaper.com\",\"version\":\"5.7.1\",\"description\":\"\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"sppagebuilder\"}','{\"sppb_color_variables\":[],\"production_mode\":1,\"gmap_api\":\"\",\"ig_token\":\"{\\\"accessToken\\\":\\\"\\\",\\\"igId\\\":\\\"\\\"}\",\"fontawesome\":1,\"disable_google_fonts\":1,\"lazyloadimg\":0,\"lazyplaceholder\":\"\\/components\\/com_sppagebuilder\\/assets\\/images\\/lazyloading-placeholder.svg\",\"disableanimatecss\":1,\"disablecss\":1,\"disable_og\":0,\"fb_app_id\":\"\",\"disable_tc\":0,\"joomshaper_email\":\"\",\"joomshaper_license_key\":\"\",\"google_font_api_key\":\"\",\"enable_ai\":1,\"openai_api_key\":\"\",\"openai_model\":\"gpt-3.5-turbo\",\"enable_frontend_editing\":1,\"container_max_width\":1320,\"show_color_switcher\":1}','',NULL,NULL,0,0,NULL),(294,0,'SP Page Builder','module','mod_sppagebuilder','','',0,1,0,0,0,'{\"name\":\"SP Page Builder\",\"type\":\"module\",\"creationDate\":\"Oct 2016\",\"author\":\"JoomShaper\",\"copyright\":\"Copyright (C) 2010 - 2024 JoomShaper.com. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"5.7.1\",\"description\":\"Module to display content from SP Page Builder\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"mod_sppagebuilder\"}','{\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}','',NULL,NULL,0,0,NULL),(295,0,'','','',NULL,'',0,0,1,0,0,'','{\"sppb_color_variables\":[]}','',NULL,NULL,0,0,NULL),(296,0,'MOD_JM_ADDITIONAL_FEATURES','module','mod_jm_additional_features','','',0,1,0,0,0,'{\"name\":\"MOD_JM_ADDITIONAL_FEATURES\",\"type\":\"module\",\"creationDate\":\"04\\/01\\/2023\",\"author\":\"DJ-Extensions.com\",\"copyright\":\"Copyright (C) 2022 DJ-Extensions.com\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/dj-extensions.com\",\"version\":\"1.10\",\"description\":\"MOD_JM_ADDITIONAL_FEATURES_DESC\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"mod_jm_additional_features\"}','{\"title\":\"\",\"url\":\"\",\"alt\":\"\",\"icon\":\"\",\"color\":\"\",\"icon_item_side\":\"\",\"text\":\"\",\"item_readmore\":\"0\",\"text_bottom\":\"\",\"show_readmore\":\"0\",\"readmore_name\":\"\",\"readmore_url\":\"\",\"icon_link\":\"1\",\"icon_side\":\"left\",\"columns\":\"1\",\"theme\":\"1\",\"load_fontawesome\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','',NULL,NULL,0,0,NULL),(297,0,'mod_jm_articles_category','module','mod_jm_articles_category','','',0,1,0,0,0,'{\"name\":\"mod_jm_articles_category\",\"type\":\"module\",\"creationDate\":\"03\\/01\\/2024\",\"author\":\"DJ-Extensions.com\",\"copyright\":\"Copyright (C) 2022 DJ-Extensions.com\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/dj-extensions.com\",\"version\":\"1.06\",\"description\":\"MOD_JM_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"mod_jm_articles_category\"}','{\"link_titles\":\"1\",\"show_date\":\"0\",\"show_date_field\":\"created\",\"show_date_format\":\"Y-m-d H:i:s\",\"show_category\":\"0\",\"show_hits\":\"0\",\"show_author\":\"0\",\"show_introtext\":\"0\",\"introtext_limit\":\"100\",\"show_readmore\":\"0\",\"show_readmore_title\":\"1\",\"readmore_limit\":\"15\",\"count\":\"0\",\"skip_items\":\"0\",\"columns\":\"1\",\"theme\":\"1\",\"show_image\":\"1\",\"image_linked\":\"0\",\"image_position\":\"1\",\"image_align\":\"1\",\"image_resizing\":\"2\",\"image_source\":\"1\",\"carousel\":\"0\",\"show_indicators\":\"0\",\"show_nav\":\"0\",\"auto_play\":\"0\",\"play_interval\":\"5000\",\"show_front\":\"show\",\"category_filtering_type\":\"1\",\"show_child_category_articles\":\"0\",\"levels\":\"1\",\"author_filtering_type\":\"1\",\"author_alias_filtering_type\":\"1\",\"date_filtering\":\"off\",\"date_field\":\"a.created\",\"relative_date\":\"30\",\"article_ordering\":\"a.title\",\"article_ordering_direction\":\"ASC\",\"article_grouping\":\"none\",\"article_grouping_direction\":\"ksort\",\"month_year_format\":\"F Y\",\"mode\":\"normal\",\"show_on_article_page\":\"1\",\"owncache\":\"1\",\"cache_time\":\"900\"}','',NULL,NULL,0,0,NULL),(298,0,'MOD_DIGI_SHOWCASE','module','mod_digi_showcase','','',0,1,0,0,0,'{\"name\":\"MOD_DIGI_SHOWCASE\",\"type\":\"module\",\"creationDate\":\"Oct 2024\",\"author\":\"Digigreg\",\"copyright\":\"Copyright Digigreg 2014-2024\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/www.digigreg.com\",\"version\":\"2.3.1\",\"description\":\"MOD_DIGI_SHOWCASE_XML_DESCRIPTION\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"mod_digi_showcase\"}','{\"module_version\":\"2.3.1\",\"show-wizard\":\"1\",\"data-source\":\"0\",\"show-featured-items\":\"1\",\"show-expired-articles\":\"0\",\"items-offset\":\"0\",\"articles-time-correction\":\"+0\",\"order-by\":\"0\",\"order-type\":\"1\",\"include-title-inside\":\"0\",\"module-title-tag\":\"p\",\"mode\":\"0\",\"bootstrap-version\":\"3\",\"rows\":\"2\",\"columns\":\"2\",\"carousel-mode\":\"0\",\"carousel-autoanimation\":\"0\",\"carousel-autoanimation-interval\":\"5000\",\"carousel-items-quantity\":\"6\",\"carousel-columns-quantity\":\"3\",\"carousel-scroll-quantity\":\"1\",\"carousel-arrows\":\"1\",\"carousel-dots\":\"0\",\"carousel-loop\":\"1\",\"carousel-center-element\":\"0\",\"timeline-items-quantity\":\"6\",\"timeline-animation\":\"1\",\"timeline-image-inside\":\"0\",\"timeline-primary-color\":\"#fff\",\"timeline-secondary-color\":\"#f5f5f5\",\"timeline-border-radius\":\"3\",\"timeline-max-width\":\"1200\",\"timeline-switch-width\":\"768\",\"sphere-items-quantity\":\"18\",\"sphere-width\":\"400\",\"sphere-height\":\"400\",\"sphere-radius\":\"150\",\"masonry-items-quantity\":\"20\",\"masonry-columns\":\"4\",\"masonry-mode\":\"1\",\"masonry-blocks-size\":\"1\",\"masonry-pattern\":\"\",\"masonry-border-radius\":\"5\",\"masonry-tablet-switch\":\"960\",\"masonry-smartphone-switch\":\"640\",\"filter-switch\":\"1\",\"filter-group\":\"0\",\"filter-alignment\":\"1\",\"filter-margin-wrapper\":\"0 0 18 0\",\"filter-margin-items\":\"0 2 0 2\",\"filter-justify\":\"0\",\"filter-background-color\":\"#f5f5f5\",\"filter-color\":\"#333333\",\"filter-background-hover-color\":\"#005e8d\",\"filter-hover-color\":\"#ffffff\",\"items-padding\":\"0 10 0 10\",\"module-padding\":\"0 0 0 0\",\"show-image\":\"1\",\"image-type\":\"3\",\"show-placeholder-image\":\"1\",\"generate-thumbnail\":\"0\",\"image-width\":\"100\",\"image-height\":\"100\",\"show-title\":\"1\",\"title-characters\":\"50\",\"title-position\":\"1\",\"title-alignment\":\"1\",\"title-tag\":\"h3\",\"show-description\":\"1\",\"description-characters\":\"100\",\"text-position\":\"1\",\"text-alignment\":\"1\",\"text-tag\":\"p\",\"strip-html-text\":\"1\",\"readmore\":\"0\",\"readmore-text\":\"Read more...\",\"readmore-style\":\"1\",\"show-category\":\"0\",\"category-position\":\"1\",\"category-alignment\":\"1\",\"category-tag\":\"h4\",\"show-extra-info\":\"1\",\"extra-info-position\":\"1\",\"extra-info-alignment\":\"1\",\"extra-info-tag\":\"p\",\"link-switch\":\"1\",\"link-alias\":\"1\",\"link-category\":\"1\",\"link-item\":\"1\",\"forced-link-item-switch\":\"0\",\"forced-link-item\":\"\",\"items-background-switch\":\"0\",\"items-background-type\":\"0\",\"items-background-image-type\":\"0\",\"items-background-custom-color\":\"\",\"items-background-overlay\":\"0\",\"items-background-overlay-color\":\"#000000\",\"items-background-overlay-text-color\":\"#ffffff\",\"items-background-overlay-opacity\":\"0.7\",\"items-background-overlay-content-opacity\":\"0.4\",\"items-background-overlay-transition\":\"0.3\",\"jquery-no-conflict-switch\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}','',NULL,NULL,0,0,NULL),(299,301,'Regular Labs Library','library','regularlabs','','',0,1,1,0,0,'{\"name\":\"Regular Labs Library\",\"type\":\"library\",\"creationDate\":\"June 2025\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2025 Regular Labs - All Rights Reserved\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"25.6.10828\",\"description\":\"Regular Labs Library - used by Regular Labs extensions\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"RegularLabs\\\\Library\",\"filename\":\"regularlabs\"}','{}','',NULL,NULL,0,0,NULL),(300,301,'PLG_SYSTEM_REGULARLABS','plugin','regularlabs','','system',0,1,1,0,0,'{\"name\":\"PLG_SYSTEM_REGULARLABS\",\"type\":\"plugin\",\"creationDate\":\"June 2025\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2025 Regular Labs - All Rights Reserved\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"25.6.10828\",\"description\":\"PLG_SYSTEM_REGULARLABS_DESC\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"RegularLabs\\\\Plugin\\\\System\\\\RegularLabs\",\"filename\":\"regularlabs\"}','{\"combine_admin_menu\":\"0\",\"max_list_count\":\"10000\"}','',NULL,NULL,0,0,NULL),(301,0,'PKG_REGULARLABS','package','pkg_regularlabs','','',0,1,1,0,0,'{\"name\":\"PKG_REGULARLABS\",\"type\":\"package\",\"creationDate\":\"June 2025\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2025 Regular Labs - All Rights Reserved\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"25.6.10828\",\"description\":\"\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"pkg_regularlabs\"}','{}','',NULL,NULL,0,0,NULL),(302,304,'COM_REGULARLABSMANAGER','component','com_regularlabsmanager','','',1,1,0,0,0,'{\"name\":\"COM_REGULARLABSMANAGER\",\"type\":\"component\",\"creationDate\":\"June 2025\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2025 Regular Labs - All Rights Reserved\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"9.1.0\",\"description\":\"COM_REGULARLABSMANAGER_DESC\",\"group\":\"\",\"changelogurl\":\"\",\"namespace\":\"RegularLabs\\\\Component\\\\RegularLabsExtensionsManager\"}','{}','',NULL,NULL,0,0,NULL),(303,304,'PLG_ACTIONLOG_REGULARLABSMANAGER','plugin','regularlabsmanager','','actionlog',0,1,1,0,0,'{\"name\":\"PLG_ACTIONLOG_REGULARLABSMANAGER\",\"type\":\"plugin\",\"creationDate\":\"June 2025\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2025 Regular Labs - All Rights Reserved\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"9.1.0\",\"description\":\"PLG_ACTIONLOG_REGULARLABSMANAGER_DESC\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"regularlabsmanager\"}','[]','',NULL,NULL,0,0,NULL),(304,0,'PKG_REGULARLABSMANAGER','package','pkg_regularlabsmanager','','',0,1,1,0,0,'{\"name\":\"PKG_REGULARLABSMANAGER\",\"type\":\"package\",\"creationDate\":\"June 2025\",\"author\":\"Regular Labs (Peter van Westen)\",\"copyright\":\"Copyright \\u00a9 2025 Regular Labs - All Rights Reserved\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/regularlabs.com\",\"version\":\"9.1.0\",\"description\":\"\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"pkg_regularlabsmanager\"}','{}','',NULL,NULL,0,0,NULL),(305,0,'Hot Joomla Carousel','module','mod_hot_joomla_carousel','','',0,1,0,0,0,'{\"name\":\"Hot Joomla Carousel\",\"type\":\"module\",\"creationDate\":\"2009-11-25\",\"author\":\"HotThemes\",\"copyright\":\"Copyright 2018 by HotThemes\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/www.hotjoomlatemplates.com\",\"version\":\"4.1.0\",\"description\":\"HOT_JOOMLA_CAROUSEL_DESC\",\"group\":\"\",\"changelogurl\":\"\",\"filename\":\"mod_hot_joomla_carousel\"}','{\"moduleclass_sfx\":\"\",\"uniqueid\":\"\",\"carouselImagesPath\":\"images\\/headers\",\"fullWidth\":\"1\",\"slideWidth\":\"25%\",\"responsiveWidth\":\"767px\",\"slidePaddingVertical\":\"5px\",\"slidePaddingHorizontal\":\"5px\",\"slideMargin\":\"10px\",\"backgroundColor\":\"#eeeeee\",\"borderWidth\":\"1px\",\"borderStyle\":\"1\",\"borderColor\":\"#cccccc\",\"navArrows\":\"1\",\"navArrowsPosition\":\"30px\",\"navDots\":\"1\",\"navDotsPosition\":\"40px\",\"pauseTime\":\"5000\"}','',NULL,NULL,0,0,NULL);
/*!40000 ALTER TABLE `jnx5e_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_fields`
--

DROP TABLE IF EXISTS `jnx5e_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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` mediumtext 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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_fields`
--

LOCK TABLES `jnx5e_fields` WRITE;
/*!40000 ALTER TABLE `jnx5e_fields` DISABLE KEYS */;
INSERT INTO `jnx5e_fields` VALUES (1,148,'com_users.user',0,'Servicios','servicios','Servicios','','list','','',1,0,0,NULL,NULL,0,'{\"class\":\"\",\"label_class\":\"\",\"show_on\":\"\",\"showon\":\"\",\"render_class\":\"\",\"value_render_class\":\"\",\"showlabel\":\"1\",\"label_render_class\":\"\",\"display\":\"2\",\"prefix\":\"\",\"suffix\":\"\",\"layout\":\"\",\"display_readonly\":\"2\",\"searchindex\":\"0\",\"form_layout\":\"\"}','{\"header\":\"\",\"multiple\":1,\"options\":{\"options0\":{\"name\":\"servicio 1\",\"value\":\"\"},\"options1\":{\"name\":\"servicio 2\",\"value\":\"\"},\"options2\":{\"name\":\"servicio 3\",\"value\":\"\"}}}','*','2025-07-16 16:22:42',44,'2025-07-16 20:58:36',44,1),(2,149,'com_contact.contact',0,'servicios ICAOC','servicios-icaoc','servicios ICAOC','','list','','',1,1,0,NULL,NULL,0,'{\"class\":\"\",\"label_class\":\"\",\"show_on\":\"\",\"showon\":\"\",\"render_class\":\"\",\"value_render_class\":\"\",\"showlabel\":\"1\",\"label_render_class\":\"\",\"display\":\"3\",\"prefix\":\"\",\"suffix\":\"\",\"layout\":\"\",\"display_readonly\":\"2\",\"searchindex\":\"0\",\"form_layout\":\"joomla.form.field.list\"}','{\"header\":\"\",\"multiple\":1,\"options\":{\"options0\":{\"name\":\"servicio 1\",\"value\":\"1\"},\"options1\":{\"name\":\"servicio 2\",\"value\":\"2\"},\"options2\":{\"name\":\"servicio 3\",\"value\":\"3\"}}}','*','2025-07-16 16:25:20',44,'2025-09-02 14:13:40',46,1);
/*!40000 ALTER TABLE `jnx5e_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_fields_categories`
--

DROP TABLE IF EXISTS `jnx5e_fields_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_fields_categories`
--

LOCK TABLES `jnx5e_fields_categories` WRITE;
/*!40000 ALTER TABLE `jnx5e_fields_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_fields_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_fields_groups`
--

DROP TABLE IF EXISTS `jnx5e_fields_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_fields_groups`
--

LOCK TABLES `jnx5e_fields_groups` WRITE;
/*!40000 ALTER TABLE `jnx5e_fields_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_fields_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_fields_values`
--

DROP TABLE IF EXISTS `jnx5e_fields_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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` mediumtext 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 `jnx5e_fields_values`
--

LOCK TABLES `jnx5e_fields_values` WRITE;
/*!40000 ALTER TABLE `jnx5e_fields_values` DISABLE KEYS */;
INSERT INTO `jnx5e_fields_values` VALUES (2,'1','1'),(1,'46','');
/*!40000 ALTER TABLE `jnx5e_fields_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_filters`
--

DROP TABLE IF EXISTS `jnx5e_finder_filters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_filters`
--

LOCK TABLES `jnx5e_finder_filters` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_filters` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_finder_filters` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_links`
--

DROP TABLE IF EXISTS `jnx5e_finder_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=46 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_finder_links`
--

LOCK TABLES `jnx5e_finder_links` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_links` DISABLE KEYS */;
INSERT INTO `jnx5e_finder_links` VALUES (1,'index.php?option=com_phocadownload&view=file&id=1','index.php?option=com_phocadownload&view=category&id=1:normatividad&Itemid=117','Cartilla Unillanos-Ecopetrol CNBIO.',' ','2025-07-02 13:08:02','7dc87ec486d1ee3c7171e527456be3d6',1,1,1,'*','2024-10-23 14:39:21',NULL,'2024-10-23 14:39:21',NULL,0,0,6,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:1:\" \";i:3;a:21:{s:2:\"id\";i:1;s:5:\"catid\";i:1;s:5:\"alias\";s:40:\"acta sesion extraordinaria n 006 de 2024\";s:4:\"link\";s:0:\"\";s:7:\"summary\";s:74:\"<p><img class=\"float-none\" src=\"images/1.png\" width=\"80\" height=\"104\"></p>\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";N;s:8:\"ordering\";i:1;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:0:\"\";s:11:\"modified_by\";s:0:\"\";s:6:\"params\";N;s:8:\"approved\";i:1;s:8:\"category\";s:12:\"Normatividad\";s:13:\"categoryalias\";s:12:\"normatividad\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:42:\"1:acta-sesion-extraordinaria-n-006-de-2024\";s:7:\"catslug\";s:14:\"1:normatividad\";s:6:\"layout\";s:4:\"file\";}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:9:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";i:8;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:\"2024-10-23 14:39:21\";i:10;N;i:11;s:77:\"index.php?option=com_phocadownload&view=category&id=1:normatividad&Itemid=117\";i:12;N;i:13;s:19:\"2024-10-23 14:39:21\";i:14;i:1;i:15;a:3:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Phoca Download\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:12:\"Normatividad\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:35:\"Cartilla Unillanos-Ecopetrol CNBIO.\";i:17;i:6;i:18;s:49:\"index.php?option=com_phocadownload&view=file&id=1\";}'),(2,'index.php?option=com_content&view=category&id=2','index.php?option=com_content&view=category&id=2','Uncategorised','','2025-03-21 15:35:26','49f1059397542993b8b2dfecae1b4cf1',1,1,1,'*',NULL,NULL,'2024-10-17 13:00:51',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:18:{s:2:\"id\";i:2;s:5:\"alias\";s:13:\"uncategorised\";s:9:\"extension\";s:11:\"com_content\";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\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:1;s:9:\"parent_id\";i:1;s:5:\"level\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:11:\"workflow_id\";s:11:\"use_default\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2024-10-17 13:00:51\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:15:\"2:uncategorised\";s:4:\"mime\";N;s:6:\"layout\";s:8:\"category\";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:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}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:47:\"index.php?option=com_content&view=category&id=2\";i:12;N;i:13;s:19:\"2024-10-17 13:00:51\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"Uncategorised\";i:17;i:1;i:18;s:47:\"index.php?option=com_content&view=category&id=2\";}'),(3,'index.php?option=com_contact&view=category&id=4','index.php?option=com_contact&view=category&id=4','Uncategorised','','2025-03-21 15:35:26','0a8435451a16ee610a7df9223432c5de',1,1,1,'*',NULL,NULL,'2024-10-17 13:00:51',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:18:{s:2:\"id\";i:4;s:5:\"alias\";s:13:\"uncategorised\";s:9:\"extension\";s:11:\"com_contact\";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\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:5;s:9:\"parent_id\";i:1;s:5:\"level\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2024-10-17 13:00:51\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:15:\"4:uncategorised\";s:4:\"mime\";N;s:6:\"layout\";s:8:\"category\";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:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}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:47:\"index.php?option=com_contact&view=category&id=4\";i:12;N;i:13;s:19:\"2024-10-17 13:00:51\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"Uncategorised\";i:17;i:1;i:18;s:47:\"index.php?option=com_contact&view=category&id=4\";}'),(4,'index.php?option=com_newsfeeds&view=category&id=5','index.php?option=com_newsfeeds&view=category&id=5','Uncategorised','','2025-03-21 15:35:26','eda9d411ac4013a7523ca06b635028ee',1,1,1,'*',NULL,NULL,'2024-10-17 13:00:51',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:18:{s:2:\"id\";i:5;s:5:\"alias\";s:13:\"uncategorised\";s:9:\"extension\";s:13:\"com_newsfeeds\";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\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:7;s:9:\"parent_id\";i:1;s:5:\"level\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":2:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2024-10-17 13:00:51\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:15:\"5:uncategorised\";s:4:\"mime\";N;s:6:\"layout\";s:8:\"category\";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:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}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:49:\"index.php?option=com_newsfeeds&view=category&id=5\";i:12;N;i:13;s:19:\"2024-10-17 13:00:51\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"Uncategorised\";i:17;i:1;i:18;s:49:\"index.php?option=com_newsfeeds&view=category&id=5\";}'),(5,'index.php?option=com_content&view=article&id=1','index.php?option=com_content&view=article&id=1:prueba&catid=2','prueba',' efecto imageeffectck acordion de Simple Sliders {slider title=\"prueba 1 Title\" class=\"blue\"} Slider 1 content. {slider title=\"Slider 2 Title\" class=\"red\"} Slider 2 content. {/sliders} tab de Simple Sliders {tab title=\"Tab 1\" class=\"blue\"} Tab 1 content. {tab title=\"Tab 2\" class=\"red\"} Tab 2 content. {tab title=\"Tab 3\" class=\"green\"} Tab 3 content. {/tabs} Botones con imagen Línea de profundización Pregrado MVZ Especialización Producción Agrícola Tropical Sostenible Maestria Produccion tropical sostenible Proyectos PTS Ejemplo de boton 5 modulo testimonio ol_testimonials. modulo calendario dp_calendar ','2025-04-02 21:23:12','e59a169811e285d3d4ae75d22f543f4a',1,1,1,'*','2024-10-17 15:56:03',NULL,'2024-10-17 15:56:03',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:614:\" efecto imageeffectck acordion de Simple Sliders {slider title=\"prueba 1 Title\" class=\"blue\"} Slider 1 content. {slider title=\"Slider 2 Title\" class=\"red\"} Slider 2 content. {/sliders} tab de Simple Sliders {tab title=\"Tab 1\" class=\"blue\"} Tab 1 content. {tab title=\"Tab 2\" class=\"red\"} Tab 2 content. {tab title=\"Tab 3\" class=\"green\"} Tab 3 content. {/tabs} Botones con imagen Línea de profundización Pregrado MVZ Especialización Producción Agrícola Tropical Sostenible Maestria Produccion tropical sostenible Proyectos PTS Ejemplo de boton 5 modulo testimonio ol_testimonials. modulo calendario dp_calendar \";i:3;a:25:{s:2:\"id\";i:1;s:5:\"alias\";s:6:\"prueba\";s:7:\"summary\";s:5450:\"<h2>efecto imageeffectck</h2>\r\n<p><img class=\"effectck-steve\" src=\"images/logos/logo50.png\" width=\"220\" height=\"183\"></p>\r\n<hr>\r\n<h2>acordion de Simple Sliders</h2>\r\n<p>{slider title=\"prueba 1 Title\" class=\"blue\"}</p>\r\n<p><a href=\"#\">Slider 1 content.</a></p>\r\n<p>{slider title=\"Slider 2 Title\" class=\"red\"}</p>\r\n<p>Slider 2 content. </p>\r\n<p>{/sliders}</p>\r\n<hr>\r\n<h2>tab de Simple Sliders</h2>\r\n<p>{tab title=\"Tab 1\" class=\"blue\"}</p>\r\n<p>Tab 1 content. {tab title=\"Tab 2\" class=\"red\"}</p>\r\n<p>Tab 2 content. {tab title=\"Tab 3\" class=\"green\"}</p>\r\n<p>Tab 3 content.</p>\r\n<p>{/tabs}</p>\r\n<hr>\r\n<h2>Botones con imagen </h2>\r\n<h2 style=\"text-align: center;\"> </h2>\r\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"><!-- Tarjeta 1 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/fondoMVZ.jpg\" alt=\"Fondo MVZ\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Línea de profundización Pregrado MVZ </a></div>\r\n<!-- Tarjeta 2 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoPATS.jpg\" alt=\"FondoPATS.jpg\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Especialización Producción Agrícola Tropical Sostenible </a></div>\r\n<!-- Tarjeta 3 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/FondoPTS.jpg\" alt=\"FondoPTS.jpg\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Maestria Produccion tropical sostenible </a></div>\r\n<!-- Tarjeta 4 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/Fondoproyectos.jpg\" alt=\"Fondoproyectos.jpg\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Proyectos PTS </a></div>\r\n<!-- Tarjeta 5 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/horizonte-verde.png\" alt=\"horizonte-verde.png\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"#\" target=\"_blank\" rel=\"noopener\"> Ejemplo de boton 5 </a></div>\r\n</div>\r\n<hr>\r\n<h2>modulo testimonio ol_testimonials.</h2>\r\n<p></p>\r\n<hr>\r\n<p>modulo calendario dp_calendar</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:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-04-02 21:23:12\";s:11:\"modified_by\";i:44;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"1\";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:\"1\";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:14;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:8:\"1:prueba\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:5:\"admin\";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:\"2024-10-17 15:56:03\";i:10;N;i:11;s:61:\"index.php?option=com_content&view=article&id=1:prueba&catid=2\";i:12;N;i:13;s:19:\"2024-10-17 15:56:03\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}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:12;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:6:\"prueba\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=1\";}'),(6,'index.php?option=com_content&view=article&id=2','index.php?option=com_content&view=article&id=2:menu-vertical&catid=2','menu-vertical',' Prueba menu vertical ','2025-03-21 15:35:26','387c0971e360393259be9bf97aa739b0',1,1,1,'*','2025-02-24 13:56:30',NULL,'2025-02-24 13:56: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:22:\" Prueba menu vertical \";i:3;a:26:{s:2:\"id\";i:2;s:5:\"alias\";s:13:\"menu vertical\";s:7:\"summary\";s:27:\"<p>Prueba menu vertical</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:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-02-24 13:56:30\";s:11:\"modified_by\";i:44;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"1\";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:\"1\";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:1;s:8:\"ordering\";i:0;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:15:\"2:menu-vertical\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:5:\"admin\";s:4:\"mime\";N;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:\"2025-02-24 13:56:30\";i:10;N;i:11;s:68:\"index.php?option=com_content&view=article&id=2:menu-vertical&catid=2\";i:12;N;i:13;s:19:\"2025-02-24 13:56: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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}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:12;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"menu-vertical\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=2\";}'),(7,'index.php?option=com_content&view=article&id=3','index.php?option=com_content&view=article&id=3:quienes-somos&catid=10','¿QUIÉNES SOMOS?',' El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), perteneciente a la Universidad de los Llanos, es un instituto de investigación que se fundamenta en la excelencia científica, la pertinencia regional y el impacto social, consolidándonos como un referente en la investigación y gestión ambiental. Como centro de investigación reconocido por el Ministerio de Ciencia, Tecnología e Innovación (Minciencias), garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estratégicos de Investigación de alto impacto, Formación de talento humano, Servicios especializados y acreditados y Alianzas estratégicas y proyección social. En el ICAOC, nuestro compromiso es ser el motor de la transformación ambiental en la Orinoquia, aportando ciencia, tecnología y talento humano para un desarrollo verdaderamente sostenible. Investigación Desarrollamos Proyectos de investigación en áreas como: monitoreo y evaluación ambiental, gestión del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiológicos y pesqueros. Alianzas Estratégicas Establecemos colaboraciones con entidades públicas y privadas para fortalecer la investigación y el desarrollo tecnológico. Formación de Talento Humano Ofrecemos programas de posgrado, incluyendo la Especialización y Maestría en Gestión Ambiental Sostenible. Servicios Técnicos y Científicos Ofrecemos servicios de consultoría, monitoreo ambiental, muestreo y análisis de laboratorio. Transferencia de Conocimiento Promovemos la transferencia de conocimiento a través de su Centro de Calidad de Aguas, que realiza análisis y estudios ambientales. Apropiación Social del Conocimiento Participamos en eventos científicos y realizamos actividades de divulgación para el ecosistema territorial de CTel. DIRECCIONAMIENTO ESTRATÉGICO  MISIÓN Contribuir en la relación compleja hombre-naturaleza en la región y el país, con el desarrollo de las ciencias ambientales a través de la formación de talento humano, de la investigación y de la transferencia de conocimiento, en el marco de la sostenibilidad. VISIÓN El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a través del cumplimiento de su misión, será reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gestión sostenible del territorio. Organigrama Estructura organizacional del ICAOC ','2025-11-13 15:35:46','97dc02723576eb1be9fac8a3d3bd0a96',1,1,1,'*','2025-06-24 18:55:24',NULL,'2025-06-24 18:55:24',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:2443:\" El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), perteneciente a la Universidad de los Llanos, es un instituto de investigación que se fundamenta en la excelencia científica, la pertinencia regional y el impacto social, consolidándonos como un referente en la investigación y gestión ambiental. Como centro de investigación reconocido por el Ministerio de Ciencia, Tecnología e Innovación (Minciencias), garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estratégicos de Investigación de alto impacto, Formación de talento humano, Servicios especializados y acreditados y Alianzas estratégicas y proyección social. En el ICAOC, nuestro compromiso es ser el motor de la transformación ambiental en la Orinoquia, aportando ciencia, tecnología y talento humano para un desarrollo verdaderamente sostenible. Investigación Desarrollamos Proyectos de investigación en áreas como: monitoreo y evaluación ambiental, gestión del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiológicos y pesqueros. Alianzas Estratégicas Establecemos colaboraciones con entidades públicas y privadas para fortalecer la investigación y el desarrollo tecnológico. Formación de Talento Humano Ofrecemos programas de posgrado, incluyendo la Especialización y Maestría en Gestión Ambiental Sostenible. Servicios Técnicos y Científicos Ofrecemos servicios de consultoría, monitoreo ambiental, muestreo y análisis de laboratorio. Transferencia de Conocimiento Promovemos la transferencia de conocimiento a través de su Centro de Calidad de Aguas, que realiza análisis y estudios ambientales. Apropiación Social del Conocimiento Participamos en eventos científicos y realizamos actividades de divulgación para el ecosistema territorial de CTel. DIRECCIONAMIENTO ESTRATÉGICO  MISIÓN Contribuir en la relación compleja hombre-naturaleza en la región y el país, con el desarrollo de las ciencias ambientales a través de la formación de talento humano, de la investigación y de la transferencia de conocimiento, en el marco de la sostenibilidad. VISIÓN El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a través del cumplimiento de su misión, será reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gestión sostenible del territorio. Organigrama Estructura organizacional del ICAOC \";i:3;a:25:{s:2:\"id\";i:3;s:5:\"alias\";s:13:\"quienes somos\";s:7:\"summary\";s:11828:\"<div style=\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; border-left: 5px solid #28a745; margin: 30px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\">\r\n<p style=\"text-align: justify; margin-bottom: 20px; line-height: 1.7;\"><span style=\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\"> El <strong style=\"color: #28a745; font-weight: 600;\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)</strong>, perteneciente a la <em style=\"color: #495057; font-style: italic;\">Universidad de los Llanos</em>, es un instituto de investigación que se fundamenta en la <strong style=\"color: #28a745;\">excelencia científica</strong>, la <strong style=\"color: #28a745;\">pertinencia regional</strong> y el <strong style=\"color: #28a745;\">impacto social</strong>, consolidándonos como un referente en la investigación y gestión ambiental. </span></p>\r\n<p style=\"text-align: justify; margin-bottom: 0; line-height: 1.7;\"><span style=\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\"> Como centro de investigación reconocido por el <strong style=\"color: #fd7e14; font-weight: 600;\">Ministerio de Ciencia, Tecnología e Innovación (Minciencias)</strong>, garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estratégicos de <strong style=\"color: #28a745;\">Investigación de alto impacto</strong>, <strong style=\"color: #28a745;\">Formación de talento humano</strong>, <strong style=\"color: #28a745;\">Servicios especializados y acreditados</strong> y <strong style=\"color: #28a745;\">Alianzas estratégicas y proyección social</strong>. </span></p>\r\n<div style=\"background: linear-gradient(90deg, #28a745, #20c997); padding: 20px; border-radius: 10px; margin-top: 25px; text-align: center; box-shadow: 0 3px 10px rgba(40, 167, 69, 0.2);\">\r\n<p style=\"margin: 0; line-height: 1.6;\"><span style=\"color: white; font-size: 18px; font-weight: 600; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\"> En el <strong>ICAOC</strong>, nuestro compromiso es ser el <em>motor de la transformación ambiental en la Orinoquia</em>, aportando ciencia, tecnología y talento humano para un desarrollo verdaderamente sostenible. </span></p>\r\n</div>\r\n</div>\r\n<!-- Módulo de Servicios ICAOC -->\r\n<div style=\"font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; padding: 40px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); margin: 30px 0; border-radius: 15px;\"><!-- Grid de Servicios -->\r\n<div style=\"display: flex; flex-wrap: wrap; gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 20px; justify-content: center;\"><!-- CARD 1 -->\r\n<div style=\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\">\r\n<div style=\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\"><img style=\"width: 40px; height: 40px; object-fit: contain;\" src=\"images/icons/investigation.png\" alt=\"Investigación\"></div>\r\n<div style=\"flex: 1;\">\r\n<div style=\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\">Investigación</div>\r\n<div style=\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\">Desarrollamos Proyectos de investigación en áreas como: monitoreo y evaluación ambiental, gestión del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiológicos y pesqueros.</div>\r\n</div>\r\n</div>\r\n<!-- CARD 2 -->\r\n<div style=\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\">\r\n<div style=\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\"><img style=\"width: 40px; height: 40px; object-fit: contain;\" src=\"images/icons/alliance.png\" alt=\"Alianzas Estratégicas\"></div>\r\n<div style=\"flex: 1;\">\r\n<div style=\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\">Alianzas Estratégicas</div>\r\n<div style=\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\">Establecemos colaboraciones con entidades públicas y privadas para fortalecer la investigación y el desarrollo tecnológico.</div>\r\n</div>\r\n</div>\r\n<!-- CARD 3 -->\r\n<div style=\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\">\r\n<div style=\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\"><img style=\"width: 40px; height: 40px; object-fit: contain;\" src=\"images/icons/training.png\" alt=\"Formación de Talento Humano\"></div>\r\n<div style=\"flex: 1;\">\r\n<div style=\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\">Formación de Talento Humano</div>\r\n<div style=\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\">Ofrecemos programas de posgrado, incluyendo la Especialización y Maestría en Gestión Ambiental Sostenible.</div>\r\n</div>\r\n</div>\r\n<!-- CARD 4 -->\r\n<div style=\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\">\r\n<div style=\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\"><img style=\"width: 40px; height: 40px; object-fit: contain;\" src=\"images/icons/data-science.png\" alt=\"Servicios Técnicos y Científicos\"></div>\r\n<div style=\"flex: 1;\">\r\n<div style=\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\">Servicios Técnicos y Científicos</div>\r\n<div style=\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\">Ofrecemos servicios de consultoría, monitoreo ambiental, muestreo y análisis de laboratorio.</div>\r\n</div>\r\n</div>\r\n<!-- CARD 5 -->\r\n<div style=\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\">\r\n<div style=\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\"><img style=\"width: 40px; height: 40px; object-fit: contain;\" src=\"images/icons/8328195.png\" alt=\"Transferencia de Conocimiento\"></div>\r\n<div style=\"flex: 1;\">\r\n<div style=\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\">Transferencia de Conocimiento</div>\r\n<div style=\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\">Promovemos la transferencia de conocimiento a través de su Centro de Calidad de Aguas, que realiza análisis y estudios ambientales.</div>\r\n</div>\r\n</div>\r\n<!-- CARD 6 -->\r\n<div style=\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\">\r\n<div style=\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\"><img style=\"width: 40px; height: 40px; object-fit: contain;\" src=\"images/icons/13097692.png\" alt=\"Apropiación Social del Conocimiento\"></div>\r\n<div style=\"flex: 1;\">\r\n<div style=\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\">Apropiación Social del Conocimiento</div>\r\n<div style=\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\">Participamos en eventos científicos y realizamos actividades de divulgación para el ecosistema territorial de CTel.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- DIRECCIONAMIENTO ESTRATÉGICO -->\r\n<div style=\"background: white; padding: 40px 20px; border-radius: 20px; margin: 40px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\">\r\n<h1 style=\"text-align: center; color: #2c3e50; font-size: clamp(1.8rem, 5vw, 2.5rem); font-weight: bold; margin-bottom: 40px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\">DIRECCIONAMIENTO ESTRATÉGICO</h1>\r\n<!-- CONTENEDOR DE CARDS -->\r\n<div style=\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;\"><!-- CARD MISIÓN -->\r\n<div style=\"flex: 1 1 300px; min-width: 280px; max-width: 100%; background: white; border-radius: 15px; padding: 30px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-left: 5px solid #28a745;\">\r\n<div style=\"width: 90px; height: 90px; border-radius: 50%; background: #d4edda; border: 4px solid #28a745; display: flex; align-items: center; justify-content: center; margin-bottom: 15px;\"><img style=\"max-width: 55px; height: auto;\" src=\"images/icons/Mision.png\" alt=\"Misión ICAOC\"></div>\r\n<h2 style=\"color: #28a745; font-size: 1.4rem; font-weight: 800; margin-bottom: 15px; text-align: center;\">MISIÓN</h2>\r\n<p style=\"color: #2c3e50; font-size: 1rem; line-height: 1.6; margin: 0; text-align: justify;\">Contribuir en la relación compleja hombre-naturaleza en la región y el país, con el desarrollo de las ciencias ambientales a través de la formación de talento humano, de la investigación y de la transferencia de conocimiento, en el marco de la sostenibilidad.</p>\r\n</div>\r\n<!-- CARD VISIÓN -->\r\n<div style=\"flex: 1 1 300px; min-width: 280px; max-width: 100%; background: white; border-radius: 15px; padding: 30px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-left: 5px solid #fd7e14;\">\r\n<div style=\"width: 90px; height: 90px; border-radius: 50%; background: #ffeaa7; border: 4px solid #fd7e14; display: flex; align-items: center; justify-content: center; margin-bottom: 15px;\"><img style=\"max-width: 55px; height: auto;\" src=\"images/icons/vision.png\" alt=\"Visión ICAOC\"></div>\r\n<h2 style=\"color: #fd7e14; font-size: 1.4rem; font-weight: 800; margin-bottom: 15px; text-align: center;\">VISIÓN</h2>\r\n<p style=\"color: #2c3e50; font-size: 1rem; line-height: 1.6; margin: 0; text-align: justify;\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a través del cumplimiento de su misión, será reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gestión sostenible del territorio.</p>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- ORGANIGRAMA -->\r\n<div style=\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 15px 30px; border-radius: 15px; margin: 10px 0; border-left: 5px solid #6c757d; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\">\r\n<h1 style=\"text-align: center; color: #495057; font-size: 2.2rem; font-weight: bold; margin-bottom: 10px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\">Organigrama</h1>\r\n<p style=\"text-align: center; color: #6c757d; font-size: 1.1rem; margin: 0; font-style: italic;\">Estructura organizacional del ICAOC</p>\r\n</div>\r\n<p><img src=\"images/Grfico de Organigrama ICAOC Multicolor_Micrositio.png\"></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:10;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-11-13 15:35:46\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:73;s:8:\"ordering\";i:17;s:8:\"category\";s:13:\"quienes somos\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:15:\"3:quienes-somos\";s:7:\"catslug\";s:16:\"10:quienes-somos\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-24 18:55:24\";i:10;N;i:11;s:69:\"index.php?option=com_content&view=article&id=3:quienes-somos&catid=10\";i:12;N;i:13;s:19:\"2025-06-24 18:55:24\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"quienes somos\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:13;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:17:\"¿QUIÉNES SOMOS?\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=3\";}'),(8,'index.php?option=com_content&view=article&id=4','index.php?option=com_content&view=article&id=4:nuestra-historia&catid=10','Nuestra historia.',' Nuestras alianzas Ecopetrol Aliado Estratégico ','2025-10-02 20:39:49','04c70ca29d09224b6ead05a158803bec',1,1,1,'*','2025-06-24 18:56:33',NULL,'2025-06-24 18:56:33',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:49:\" Nuestras alianzas Ecopetrol Aliado Estratégico \";i:3;a:25:{s:2:\"id\";i:4;s:5:\"alias\";s:16:\"nuestra historia\";s:7:\"summary\";s:944:\"<h1> </h1>\r\n<div style=\"width: 100%;\"><div style=\"position: relative; padding-bottom: 56.25%; padding-top: 0; height: 0;\"><iframe title=\"Nuestra Historia\" frameborder=\"0\" width=\"1200\" height=\"675\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" src=\"https://view.genially.com/6893676b292cbe8996a87a76\" type=\"text/html\" allowscriptaccess=\"always\" allowfullscreen=\"true\" scrolling=\"yes\" allownetworking=\"all\"></iframe> </div> </div>\r\n<h1>Nuestras alianzas</h1>\r\n<p><img src=\"images/Nuestra%20Historia/nuestros%20Aliados_ICAOC_imagen_Micrositio.png\" width=\"5015\" height=\"3600\" loading=\"lazy\" data-path=\"local-images:/Nuestra Historia/nuestros Aliados_ICAOC_imagen_Micrositio.png\"></p>\r\n<p> </p>\r\n<h1>Ecopetrol Aliado Estratégico</h1>\r\n<p> </p>\r\n<p><img src=\"images/Nuestra%20Historia/Alianza%20Ecopetrol.png\" width=\"2000\" height=\"783\" loading=\"lazy\" data-path=\"local-images:/Nuestra Historia/Alianza Ecopetrol.png\"></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:10;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-10-02 20:39:49\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:11;s:8:\"ordering\";i:16;s:8:\"category\";s:13:\"quienes somos\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:18:\"4:nuestra-historia\";s:7:\"catslug\";s:16:\"10:quienes-somos\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-24 18:56:33\";i:10;N;i:11;s:72:\"index.php?option=com_content&view=article&id=4:nuestra-historia&catid=10\";i:12;N;i:13;s:19:\"2025-06-24 18:56:33\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"quienes somos\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:13;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:17:\"Nuestra historia.\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=4\";}'),(9,'index.php?option=com_content&view=article&id=5','index.php?option=com_content&view=article&id=5:nuestro-equipo&catid=10','Nuestro Equipo.',' ','2025-07-22 19:45:31','dbcd37e88e8d5b0dad60485bada576e3',1,1,1,'*','2025-06-24 18:57:39',NULL,'2025-06-24 18:57:39',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:1:\" \";i:3;a:25:{s:2:\"id\";i:5;s:5:\"alias\";s:14:\"nuestro equipo\";s:7:\"summary\";s:40:\"<p></p>\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:10;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-07-22 19:45:31\";s:11:\"modified_by\";i:44;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:10;s:8:\"ordering\";i:15;s:8:\"category\";s:13:\"quienes somos\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:16:\"5:nuestro-equipo\";s:7:\"catslug\";s:16:\"10:quienes-somos\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-24 18:57:39\";i:10;N;i:11;s:70:\"index.php?option=com_content&view=article&id=5:nuestro-equipo&catid=10\";i:12;N;i:13;s:19:\"2025-06-24 18:57:39\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"quienes somos\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:13;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:15:\"Nuestro Equipo.\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=5\";}'),(10,'index.php?option=com_content&view=article&id=6','index.php?option=com_content&view=article&id=6:certificaciones-y-distinciones&catid=10','CERTIFICACIONES Y DISTINCIONES',' RECONOCIMIENTOS Maestría en Gestión Ambiental Sostenible Programa con Acreditación en Alta Calidad otorgado por el Ministerio de Educación Nacional. Res MEN 023036 del 2021 Acreditación de Laboratorio El Centro de Calidad de Aguas cuenta con acreditación IDEAM bajo la norma NTC-ISO/IEC 17025. Certificaciones de Calidad El Instituto de Ciencias Ambientales de la Orinoquía Colombiana (ICAOC) cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos. ISO 9001:2015 Certificación otorgada por ICONTEC e IQNet que garantiza un sistema de gestión de calidad sólido. ISO 14001:2015 Certificación en gestión ambiental que confirma el compromiso del ICAOC con la sostenibilidad. ','2025-09-02 13:59:27','868582c29abaf3af47e7d89ef2c65edc',1,1,1,'*','2025-06-24 18:58:18',NULL,'2025-06-24 18:58:18',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:719:\" RECONOCIMIENTOS Maestría en Gestión Ambiental Sostenible Programa con Acreditación en Alta Calidad otorgado por el Ministerio de Educación Nacional. Res MEN 023036 del 2021 Acreditación de Laboratorio El Centro de Calidad de Aguas cuenta con acreditación IDEAM bajo la norma NTC-ISO/IEC 17025. Certificaciones de Calidad El Instituto de Ciencias Ambientales de la Orinoquía Colombiana (ICAOC) cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos. ISO 9001:2015 Certificación otorgada por ICONTEC e IQNet que garantiza un sistema de gestión de calidad sólido. ISO 14001:2015 Certificación en gestión ambiental que confirma el compromiso del ICAOC con la sostenibilidad. \";i:3;a:25:{s:2:\"id\";i:6;s:5:\"alias\";s:30:\"certificaciones y distinciones\";s:7:\"summary\";s:2563:\"<h1><span style=\"font-size: 36px;\"><strong>RECONOCIMIENTOS</strong></span></h1>\r\n<p><img class=\"effectck-steve\" src=\"images/Imagen%20Reconocimiento%20minciencias.jpg\" width=\"1280\" height=\"720\" loading=\"lazy\" data-path=\"local-images:/Imagen Reconocimiento minciencias.jpg\"></p>\r\n<p><span style=\"font-size: 36px;\"><strong>Maestría en Gestión Ambiental Sostenible</strong></span></p>\r\n<p><strong><img class=\"effectck-steve\" src=\"images/Acreditacin%20alta%20calidad%20MGAS.jpg\" width=\"1280\" height=\"720\" loading=\"lazy\" data-path=\"local-images:/Acreditacin alta calidad MGAS.jpg\"></strong></p>\r\n<p style=\"padding-left: 80px;\">Programa con <strong>Acreditación en Alta Calidad</strong> otorgado por el <strong>Ministerio de Educación Nacional</strong>. Res MEN 023036 del 2021</p>\r\n<h2><strong><span style=\"font-size: 36px;\">Acreditación de Laboratorio</span></strong></h2>\r\n<p><strong>El Centro de Calidad de Aguas cuenta con acreditación </strong><strong>IDEAM</strong> bajo la norma <strong>NTC-ISO/IEC 17025.</strong> </p>\r\n<p><img class=\"effectck-steve\" src=\"images/Imagen%20Acreditacin%20IDEAM.jpg\" alt=\"Imagen Acreditación IDEAM.png\" width=\"1280\" height=\"720\" loading=\"lazy\" data-path=\"local-images:/Imagen Acreditacin IDEAM.jpg\"></p>\r\n<h2 style=\"font-size: 36px; color: #2c3e50; text-align: center; margin-bottom: 20px;\"><strong>Certificaciones de Calidad</strong></h2>\r\n<p style=\"font-size: 18px; line-height: 1.6; color: #333; text-align: justify; margin-bottom: 20px;\">El <strong>Instituto de Ciencias Ambientales de la Orinoquía Colombiana (ICAOC)</strong> cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos.</p>\r\n<ul style=\"list-style-type: none; padding: 0; margin: 0;\">\r\n<li style=\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\r\n<p style=\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\"><strong>ISO 9001:2015</strong><br><span style=\"color: #555;\">Certificación otorgada por <strong>ICONTEC</strong> e <strong>IQNet</strong> que garantiza un sistema de gestión de calidad sólido.</span></p>\r\n</li>\r\n<li style=\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\">\r\n<p style=\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\"><strong>ISO 14001:2015</strong><br><span style=\"color: #555;\">Certificación en gestión ambiental que confirma el compromiso del ICAOC con la <strong>sostenibilidad</strong>.</span></p>\r\n</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:10;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-09-02 13:59:27\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"1\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";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:14;s:8:\"category\";s:13:\"quienes somos\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:32:\"6:certificaciones-y-distinciones\";s:7:\"catslug\";s:16:\"10:quienes-somos\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-24 18:58:18\";i:10;N;i:11;s:86:\"index.php?option=com_content&view=article&id=6:certificaciones-y-distinciones&catid=10\";i:12;N;i:13;s:19:\"2025-06-24 18:58:18\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"quienes somos\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:13;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:30:\"CERTIFICACIONES Y DISTINCIONES\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=6\";}'),(12,'index.php?option=com_content&view=article&id=8','index.php?option=com_content&view=article&id=8:grupos-de-investigacion&catid=11','Grupos de Investigación',' El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) es una unidad académica comprometida con el desarrollo sostenible de la región Orinoquia, a través de la generación de conocimiento científico, la formación de talento humano altamente calificado y el fortalecimiento de procesos de investigación e innovación. Como parte de su misión, el ICAOC lidera y gestiona tres grupos de investigación reconocidos por Minciencias, que abordan problemáticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiológicos y ecosistemas estratégicos. Estos grupos realizan una valiosa contribución tanto a la investigación básica como aplicada, promoviendo además la vinculación activa de estudiantes mediante semilleros. Los tres grupos adscritos al ICAOC son: ','2025-07-07 18:50:40','e14730bdc334b1d5b32d65b8bd3461d6',1,1,1,'*','2025-06-25 13:48:21',NULL,'2025-06-25 13:48: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:803:\" El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) es una unidad académica comprometida con el desarrollo sostenible de la región Orinoquia, a través de la generación de conocimiento científico, la formación de talento humano altamente calificado y el fortalecimiento de procesos de investigación e innovación. Como parte de su misión, el ICAOC lidera y gestiona tres grupos de investigación reconocidos por Minciencias, que abordan problemáticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiológicos y ecosistemas estratégicos. Estos grupos realizan una valiosa contribución tanto a la investigación básica como aplicada, promoviendo además la vinculación activa de estudiantes mediante semilleros. Los tres grupos adscritos al ICAOC son: \";i:3;a:25:{s:2:\"id\";i:8;s:5:\"alias\";s:23:\"grupos de investigacion\";s:7:\"summary\";s:3881:\"<p style=\"text-align: justify;\">El <strong>Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)</strong> es una unidad académica comprometida con el desarrollo sostenible de la región Orinoquia, a través de la generación de conocimiento científico, la formación de talento humano altamente calificado y el fortalecimiento de procesos de investigación e innovación.</p>\r\n<p style=\"text-align: justify;\">Como parte de su misión, el ICAOC lidera y gestiona <strong>tres grupos de investigación reconocidos por Minciencias</strong>, que abordan problemáticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiológicos y ecosistemas estratégicos. Estos grupos realizan una valiosa contribución tanto a la investigación básica como aplicada, promoviendo además la vinculación activa de estudiantes mediante semilleros.</p>\r\n<p style=\"text-align: justify;\">Los tres grupos adscritos al ICAOC son:</p>\r\n<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"><!-- Tarjeta 1 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\" src=\"images/grupos/biorinoquia.jpg\" alt=\"biorinoquia\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"index.php/investigaciones/grupos-de-investigacion/biorinoquia\" target=\"_blank\" rel=\"noopener\"> </a></div>\r\n<!-- Tarjeta 2 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\" src=\"images/grupos/gigas.png\" alt=\"gigas\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"index.php/investigaciones/grupos-de-investigacion/gigas\" target=\"_blank\" rel=\"noopener\"> </a></div>\r\n<!-- Tarjeta 3 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\" src=\"images/grupos/girehpes.jpg\" alt=\"girehpes\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"index.php/investigaciones/grupos-de-investigacion/girehpes\" target=\"_blank\" rel=\"noopener\"> </a></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:11;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-07-07 18:50:40\";s:11:\"modified_by\";i:44;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:20;s:8:\"ordering\";i:13;s:8:\"category\";s:13:\"investigacion\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:25:\"8:grupos-de-investigacion\";s:7:\"catslug\";s:16:\"11:investigacion\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-25 13:48:21\";i:10;N;i:11;s:79:\"index.php?option=com_content&view=article&id=8:grupos-de-investigacion&catid=11\";i:12;N;i:13;s:19:\"2025-06-25 13:48: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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"investigacion\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:14;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:24:\"Grupos de Investigación\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=8\";}'),(14,'index.php?option=com_content&view=article&id=10','index.php?option=com_content&view=article&id=10:gigas&catid=12','Grupo de Investigación en Gestión Ambiental Sostenible – GIGAS',' Información General Líder del grupo: Juan Manuel Trujillo González Código Minciencias: COL0037158 Fecha de institucionalización: 9 de junio de 2009 Última categoría Minciencias: Categoría A Unidad académica: Instituto de Ciencias Ambientales de la Orinoquía Colombiana (ICAOC) Correo de contacto: [email protected] Sobre GIGAS El Grupo de Investigación en Gestión Ambiental Sostenible – GIGAS, reconocido por su excelencia investigativa en el ámbito ambiental, tiene como objetivo principal generar conocimiento, metodologías y estrategias para la gestión sostenible del ambiente, contribuyendo a la solución de problemáticas regionales y nacionales. Programas Académicos Vinculados El grupo GIGAS aporta al fortalecimiento académico y científico de los siguientes programas de posgrado: Especialización en Gestión Ambiental Sostenible Maestría en Gestión Ambiental Sostenible Semilleros de Investigación GIGAS promueve la formación investigativa de nuevos talentos a través de los siguientes semilleros: Semillero de Investigación en Gestión Ambiental Sostenible Estudios Ambientales y Sostenibilidad (SIEAS) Áreas de Investigación El grupo articula sus líneas de trabajo con las siguientes áreas estratégicas: Ciencia, tecnología e innovación en ambiente, biodiversidad y hábitat Integrantes Marco Aurelio Torres Mora Juan Manuel Trujillo Gonzalez Clara Inés Caro Caro Jose Ismael Rojas Peña Naisly Tovar Hernández Juan David Mahecha Pulido Francisco José Morales Espitia Geraldine Jhafet Huerfano Moreno Yirley Angelica Rincon Blanquicet Diana Paola Osorio Ramirez Acceso al GrupLAC ','2025-11-13 16:36:35','474ac69a79e4ea0f3a0455abff05a442',1,1,1,'*','2025-06-25 13:52:37',NULL,'2025-06-25 13:52:37',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:1635:\" Información General Líder del grupo: Juan Manuel Trujillo González Código Minciencias: COL0037158 Fecha de institucionalización: 9 de junio de 2009 Última categoría Minciencias: Categoría A Unidad académica: Instituto de Ciencias Ambientales de la Orinoquía Colombiana (ICAOC) Correo de contacto: [email protected] Sobre GIGAS El Grupo de Investigación en Gestión Ambiental Sostenible – GIGAS, reconocido por su excelencia investigativa en el ámbito ambiental, tiene como objetivo principal generar conocimiento, metodologías y estrategias para la gestión sostenible del ambiente, contribuyendo a la solución de problemáticas regionales y nacionales. Programas Académicos Vinculados El grupo GIGAS aporta al fortalecimiento académico y científico de los siguientes programas de posgrado: Especialización en Gestión Ambiental Sostenible Maestría en Gestión Ambiental Sostenible Semilleros de Investigación GIGAS promueve la formación investigativa de nuevos talentos a través de los siguientes semilleros: Semillero de Investigación en Gestión Ambiental Sostenible Estudios Ambientales y Sostenibilidad (SIEAS) Áreas de Investigación El grupo articula sus líneas de trabajo con las siguientes áreas estratégicas: Ciencia, tecnología e innovación en ambiente, biodiversidad y hábitat Integrantes Marco Aurelio Torres Mora Juan Manuel Trujillo Gonzalez Clara Inés Caro Caro Jose Ismael Rojas Peña Naisly Tovar Hernández Juan David Mahecha Pulido Francisco José Morales Espitia Geraldine Jhafet Huerfano Moreno Yirley Angelica Rincon Blanquicet Diana Paola Osorio Ramirez Acceso al GrupLAC \";i:3;a:25:{s:2:\"id\";i:10;s:5:\"alias\";s:5:\"gigas\";s:7:\"summary\";s:6741:\"<!-- Información General -->\r\n<div style=\"background: #ffffff; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;\"><!-- Texto -->\r\n<div style=\"flex: 1; min-width: 250px;\">\r\n<h2 style=\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\">Información General</h2>\r\n<p style=\"font-size: 17px; color: #2c3e50; line-height: 1.6; margin: 0;\"><strong>Líder del grupo:</strong> Juan Manuel Trujillo González<br><strong>Código Minciencias:</strong> COL0037158<br><strong>Fecha de institucionalización:</strong> 9 de junio de 2009<br><strong>Última categoría Minciencias:</strong> Categoría A<br><strong>Unidad académica:</strong> Instituto de Ciencias Ambientales de la Orinoquía Colombiana (ICAOC)<br><strong>Correo de contacto:</strong> <a style=\"color: #007bff; text-decoration: none; font-weight: bold; cursor: pointer;\" href=\"mailto:[email protected]\">[email protected]</a></p>\r\n</div>\r\n<!-- Imagen -->\r\n<div style=\"flex-shrink: 0; text-align: center; margin-left: 10px;\"><img class=\"effectck-steve\" style=\"max-width: 280px; height: auto; border-radius: 8px; display: block;\" src=\"images/logos/logos_grupos/gigas/gigas_logo.png\" alt=\"Logo GIGAS\"></div>\r\n</div>\r\n<!-- Sobre el Grupo -->\r\n<div style=\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\">\r\n<h2 style=\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\">Sobre GIGAS</h2>\r\n<p style=\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\">El Grupo de Investigación en <strong>Gestión Ambiental Sostenible – GIGAS</strong>, reconocido por su excelencia investigativa en el ámbito ambiental, tiene como objetivo principal generar conocimiento, metodologías y estrategias para la gestión sostenible del ambiente, contribuyendo a la solución de problemáticas regionales y nacionales.</p>\r\n</div>\r\n<!-- Programas Académicos Vinculados -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\">\r\n<h2 style=\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\">Programas Académicos Vinculados</h2>\r\n<p style=\"font-size: 16px; color: #333; text-align: justify;\">El grupo GIGAS aporta al fortalecimiento académico y científico de los siguientes programas de posgrado:</p>\r\n<ul style=\"padding-left: 20px; margin: 10px 0; color: #444;\">\r\n<li><strong>Especialización en Gestión Ambiental Sostenible</strong></li>\r\n<li><strong>Maestría en Gestión Ambiental Sostenible</strong></li>\r\n</ul>\r\n</div>\r\n<!-- Semilleros -->\r\n<div style=\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0;\">\r\n<h2 style=\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\">Semilleros de Investigación</h2>\r\n<p style=\"font-size: 16px; color: #333; text-align: justify;\">GIGAS promueve la formación investigativa de nuevos talentos a través de los siguientes semilleros:</p>\r\n<!-- Semillero Gestión Ambiental Sostenible -->\r\n<div style=\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\">\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>Semillero de Investigación en Gestión Ambiental Sostenible</strong></p>\r\n<img class=\"effectck-steve\" style=\"width: 100%; max-width: 200px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\" src=\"images/logos/logos_grupos/gigas/semilleros/SIGAS_semillero.jpg\" alt=\"Logo Semillero Gestión Ambiental Sostenible\"></div>\r\n<!-- Semillero SIEAS -->\r\n<div style=\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\">\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>Estudios Ambientales y Sostenibilidad (SIEAS)</strong></p>\r\n<img class=\"effectck-steve\" style=\"width: 100%; max-width: 200px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\" src=\"images/logos/logos_grupos/gigas/semilleros/SIEAS_semillero.jpg\" alt=\"Logo Semillero SIEAS\"></div>\r\n</div>\r\n<!-- Áreas -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\">\r\n<h2 style=\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\">Áreas de Investigación</h2>\r\n<p style=\"font-size: 16px; color: #333; text-align: justify;\">El grupo articula sus líneas de trabajo con las siguientes áreas estratégicas:</p>\r\n<ul style=\"padding-left: 20px; margin: 10px 0; color: #444;\">\r\n<li>Ciencia, tecnología e innovación en ambiente, biodiversidad y hábitat</li>\r\n</ul>\r\n</div>\r\n<!-- Sección de Integrantes -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial,sans-serif;\">\r\n<h2 style=\"text-align: center; color: #2c3e50; margin-bottom: 25px;\">Integrantes</h2>\r\n<div style=\"display: flex; gap: 30px; justify-content: center; align-items: flex-start; flex-wrap: wrap;\"><!-- Primera columna -->\r\n<div style=\"flex: 1; max-width: 400px;\">\r\n<ul style=\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\">\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Marco Aurelio Torres Mora</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Juan Manuel Trujillo Gonzalez</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Clara Inés Caro Caro</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Jose Ismael Rojas Peña</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Naisly Tovar Hernández</li>\r\n</ul>\r\n</div>\r\n<!-- Segunda columna -->\r\n<div style=\"flex: 1; max-width: 400px;\">\r\n<ul style=\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\">\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Juan David Mahecha Pulido</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Francisco José Morales Espitia</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Geraldine Jhafet Huerfano Moreno</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Yirley Angelica Rincon Blanquicet</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Diana Paola Osorio Ramirez</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<p><a class=\"button button-bevel\" href=\"https://scienti.minciencias.gov.co/gruplac/jsp/visualiza/visualizagr.jsp?nro=00000000005296\" target=\"_blank\" rel=\"noopener\">Acceso al GrupLAC</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:12;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-11-13 16:36:35\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:34;s:8:\"ordering\";i:12;s:8:\"category\";s:25:\"grupos de investigación \";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:8:\"10:gigas\";s:7:\"catslug\";s:26:\"12:grupos-de-investigacion\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-25 13:52:37\";i:10;N;i:11;s:62:\"index.php?option=com_content&view=article&id=10:gigas&catid=12\";i:12;N;i:13;s:19:\"2025-06-25 13:52:37\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:25:\"grupos de investigación \";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:15;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:66:\"Grupo de Investigación en Gestión Ambiental Sostenible – GIGAS\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=10\";}'),(15,'index.php?option=com_content&view=article&id=11','index.php?option=com_content&view=article&id=11:girehpes&catid=12','Grupo de investigación GIREHPES',' Información General Líder del grupo: Jesús Manuel Vásquez Ramos Código Minciencias: COL0114533 Fecha de institucionalización: 11 de marzo de 2016 Última categoría Minciencias: Categoría C Unidad académica: Departamento de Biología y Química Correo de contacto: [email protected] Sobre GIREHPES El Grupo GIREHPES está enfocado en la evaluación, manejo y conservación sostenible de los recursos hidrobiológicos y pesqueros de la región Orinoquia Colombiana, aportando al conocimiento científico y a la gestión ambiental de la biodiversidad acuática. Programas Académicos Vinculados El grupo GIREHPES contribuye al desarrollo académico y científico de los siguientes programas: Biología Ingeniería Ambiental Especialización en Gestión Ambiental Sostenible Maestría en Gestión Ambiental Sostenible Semilleros de Investigación El grupo GIREHPES fomenta la formación de jóvenes investigadores mediante los siguientes semilleros: JIACACU BioHerp Biología del Desarrollo – BIODES Áreas de Investigación El grupo se articula con las siguientes áreas estratégicas: Caracterización y conservación de la biodiversidad en la Orinoquia, con énfasis en la evaluación, manejo y conservación de los recursos hidrobiológicos. Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el área de pesquerías. Integrantes Jesús Manuel Vásquez Ramos Hernando Ramirez Gil Jorge Anthony Astwood Romero Rosa Elena Ajiaco Martinez Carlos Barreto Reyes Breidy Leandro Rodriguez Umaña Karen Lineke Alvarez Alvarez Miguel Angel Cortés Hernández Jesica Juliana Romero Lizcano Erwin Andres Navarro Gómez Acceso al GrupLAC ','2025-11-27 02:02:14','16868dfe783a5e0a538cfb851551b5a9',1,1,1,'*','2025-06-25 13:55:22',NULL,'2025-06-25 13:55:22',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:1664:\" Información General Líder del grupo: Jesús Manuel Vásquez Ramos Código Minciencias: COL0114533 Fecha de institucionalización: 11 de marzo de 2016 Última categoría Minciencias: Categoría C Unidad académica: Departamento de Biología y Química Correo de contacto: [email protected] Sobre GIREHPES El Grupo GIREHPES está enfocado en la evaluación, manejo y conservación sostenible de los recursos hidrobiológicos y pesqueros de la región Orinoquia Colombiana, aportando al conocimiento científico y a la gestión ambiental de la biodiversidad acuática. Programas Académicos Vinculados El grupo GIREHPES contribuye al desarrollo académico y científico de los siguientes programas: Biología Ingeniería Ambiental Especialización en Gestión Ambiental Sostenible Maestría en Gestión Ambiental Sostenible Semilleros de Investigación El grupo GIREHPES fomenta la formación de jóvenes investigadores mediante los siguientes semilleros: JIACACU BioHerp Biología del Desarrollo – BIODES Áreas de Investigación El grupo se articula con las siguientes áreas estratégicas: Caracterización y conservación de la biodiversidad en la Orinoquia, con énfasis en la evaluación, manejo y conservación de los recursos hidrobiológicos. Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el área de pesquerías. Integrantes Jesús Manuel Vásquez Ramos Hernando Ramirez Gil Jorge Anthony Astwood Romero Rosa Elena Ajiaco Martinez Carlos Barreto Reyes Breidy Leandro Rodriguez Umaña Karen Lineke Alvarez Alvarez Miguel Angel Cortés Hernández Jesica Juliana Romero Lizcano Erwin Andres Navarro Gómez Acceso al GrupLAC \";i:3;a:25:{s:2:\"id\";i:11;s:5:\"alias\";s:8:\"girehpes\";s:7:\"summary\";s:7223:\"<!-- Información General -->\r\n<div style=\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\"><!-- Texto -->\r\n<div style=\"flex: 1; min-width: 250px;\">\r\n<h2 style=\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\">Información General</h2>\r\n<p style=\"font-size: 17px; color: #2c3e50; line-height: 1.6;\"><strong>Líder del grupo:</strong> Jesús Manuel Vásquez Ramos<br><strong>Código Minciencias:</strong> COL0114533<br><strong>Fecha de institucionalización:</strong> 11 de marzo de 2016<br><strong>Última categoría Minciencias:</strong> Categoría C<br><strong>Unidad académica:</strong> Departamento de Biología y Química<br><strong>Correo de contacto:</strong></p>\r\n<ul style=\"list-style: none; padding: 0; margin: 10px 0;\">\r\n<li><a style=\"color: #007bff; text-decoration: none; font-size: 16px; font-weight: bold;\" href=\"mailto:[email protected]\">[email protected]</a></li>\r\n</ul>\r\n</div>\r\n<!-- Imagen -->\r\n<div style=\"flex-shrink: 0; text-align: center;\"><img class=\"effectck-steve\" style=\"max-width: 1540px; height: 237px; border-radius: 8px;\" src=\"images/logos/logos_grupos/girehpes/girehpes_logo.jpg\" alt=\"Logo GIREHPES\" width=\"281\"></div>\r\n</div>\r\n<!-- Sobre el Grupo -->\r\n<div style=\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\">\r\n<h2 style=\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\">Sobre GIREHPES</h2>\r\n<p style=\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\">El Grupo <strong>GIREHPES</strong> está enfocado en la evaluación, manejo y conservación sostenible de los recursos hidrobiológicos y pesqueros de la región Orinoquia Colombiana, aportando al conocimiento científico y a la gestión ambiental de la biodiversidad acuática.</p>\r\n</div>\r\n<!-- Programas Académicos Vinculados -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\">\r\n<h2 style=\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\">Programas Académicos Vinculados</h2>\r\n<p style=\"font-size: 16px; color: #333;\">El grupo GIREHPES contribuye al desarrollo académico y científico de los siguientes programas:</p>\r\n<ul style=\"padding-left: 20px; margin: 10px 0; color: #444;\">\r\n<li><strong>Biología</strong></li>\r\n<li><strong>Ingeniería Ambiental</strong></li>\r\n<li><strong>Especialización en Gestión Ambiental Sostenible</strong></li>\r\n<li><strong>Maestría en Gestión Ambiental Sostenible</strong></li>\r\n</ul>\r\n</div>\r\n<!-- Semilleros -->\r\n<div style=\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\">\r\n<h2 style=\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\">Semilleros de Investigación</h2>\r\n<p style=\"font-size: 16px; color: #333;\">El grupo GIREHPES fomenta la formación de jóvenes investigadores mediante los siguientes semilleros:</p>\r\n<!-- Semillero JIACACU -->\r\n<div style=\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\">\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>JIACACU</strong></p>\r\n<img class=\"effectck-steve\" style=\"width: 100%; max-width: 180px; height: auto; object-fit: contain; border-radius: 20px;\" src=\"images/logos/logos_grupos/girehpes/semilleros/JIACACU_semillero.jpg\" alt=\"Logo JIACACU\"></div>\r\n<!-- Semillero BioHerp -->\r\n<div style=\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\">\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>BioHerp</strong></p>\r\n<img class=\"effectck-steve\" style=\"width: 100%; max-width: 180px; height: auto; object-fit: contain; border-radius: 20px;\" src=\"images/logos/logos_grupos/girehpes/semilleros/BioHerp_semillero.jpg\" alt=\"Logo BioHerp\"></div>\r\n<!-- Semillero BIODES -->\r\n<div style=\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\">\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>Biología del Desarrollo – BIODES</strong></p>\r\n<img class=\"effectck-steve\" style=\"width: 100%; max-width: 180px; height: auto; object-fit: contain; border-radius: 20px;\" src=\"images/logos/logos_grupos/girehpes/semilleros/BIODES_semillero.jpg\" alt=\"Logo BIODES\"></div>\r\n</div>\r\n<!-- Áreas -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\">\r\n<h2 style=\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\">Áreas de Investigación</h2>\r\n<p style=\"font-size: 16px; color: #333;\">El grupo se articula con las siguientes áreas estratégicas:</p>\r\n<ul style=\"padding-left: 20px; margin: 10px 0; color: #444;\">\r\n<li>Caracterización y conservación de la biodiversidad en la Orinoquia, con énfasis en la evaluación, manejo y conservación de los recursos hidrobiológicos.</li>\r\n<li>Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el área de pesquerías.</li>\r\n</ul>\r\n</div>\r\n<!-- Sección de Integrantes -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\">\r\n<h2 style=\"text-align: center; color: #2c3e50; margin-bottom: 25px;\">Integrantes</h2>\r\n<div style=\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\"><!-- Primera columna -->\r\n<div style=\"flex: 1; max-width: 400px;\">\r\n<ul style=\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\">\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Jesús Manuel Vásquez Ramos</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Hernando Ramirez Gil</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Jorge Anthony Astwood Romero</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Rosa Elena Ajiaco Martinez</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Carlos Barreto Reyes</li>\r\n</ul>\r\n</div>\r\n<!-- Segunda columna -->\r\n<div style=\"flex: 1; max-width: 400px;\">\r\n<ul style=\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\">\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Breidy Leandro Rodriguez Umaña</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Karen Lineke Alvarez Alvarez</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Miguel Angel Cortés Hernández</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Jesica Juliana Romero Lizcano</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Erwin Andres Navarro Gómez</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<p><a class=\"button button-bevel\" href=\"https://scienti.minciencias.gov.co/gruplac/jsp/visualiza/visualizagr.jsp?nro=00000000011558\" target=\"_blank\" rel=\"noopener\">Acceso al GrupLAC</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:12;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-11-27 02:02:14\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:26;s:8:\"ordering\";i:11;s:8:\"category\";s:25:\"grupos de investigación \";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:11:\"11:girehpes\";s:7:\"catslug\";s:26:\"12:grupos-de-investigacion\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-25 13:55:22\";i:10;N;i:11;s:65:\"index.php?option=com_content&view=article&id=11:girehpes&catid=12\";i:12;N;i:13;s:19:\"2025-06-25 13:55:22\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:25:\"grupos de investigación \";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:15;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:32:\"Grupo de investigación GIREHPES\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=11\";}'),(16,'index.php?option=com_content&view=article&id=12','index.php?option=com_content&view=article&id=12:biorinoquia&catid=12','Grupo de Investigación Biorinoquia',' Información General Líder del grupo: Mónica Medina Merchán Código Minciencias: COL0058505 Fecha de institucionalización: 25 de octubre de 2008 Última categoría Minciencias: Categoría C Unidad académica: Departamento de Biología y Química Correos de contacto: [email protected] [email protected] Sobre Biorinoquia El Grupo de Investigación Biorinoquia se enfoca en el estudio de la biodiversidad y los recursos biológicos de la Orinoquia Colombiana. Su labor científica busca aportar al conocimiento, conservación y uso sostenible de los ecosistemas de la región, articulando ciencia básica, aplicada y biotecnología. Programas Académicos Vinculados El grupo Biorinoquia contribuye al desarrollo académico y científico del siguiente programa de pregrado: Programa de Biología Semilleros de Investigación Biorinoquia promueve la formación de jóvenes investigadores a través de los siguientes semilleros: Insectos y otros artrópodos para la Orinoquia Colombiana – ENTOMOS Flora de la Orinoquia Áreas de Investigación El grupo se articula con las siguientes áreas estratégicas del Sistema Nacional de Ciencia, Tecnología e Innovación: Ciencia, tecnología e innovación en ambiente, biodiversidad y hábitat Biotecnología Integrantes Elizabeth Aya Baquero Johanna Isabel Murillo Pacheco Laura Isabel Mesa Castellanos Luis Antonio González Montaña Luz Stella Suárez Gloria Victoria Castro Rojas Jorge Pachón García Lida Carolina Lesmes Rodríguez Luz Mila Quiñones Méndez Mónica Medina Merchán Acceso al GrupLAC ','2025-11-27 02:05:26','54e2f8cd77ade79efdf2b9a83c23fce7',1,1,1,'*','2025-06-25 13:56:59',NULL,'2025-06-25 13:56:59',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:1572:\" Información General Líder del grupo: Mónica Medina Merchán Código Minciencias: COL0058505 Fecha de institucionalización: 25 de octubre de 2008 Última categoría Minciencias: Categoría C Unidad académica: Departamento de Biología y Química Correos de contacto: [email protected] [email protected] Sobre Biorinoquia El Grupo de Investigación Biorinoquia se enfoca en el estudio de la biodiversidad y los recursos biológicos de la Orinoquia Colombiana. Su labor científica busca aportar al conocimiento, conservación y uso sostenible de los ecosistemas de la región, articulando ciencia básica, aplicada y biotecnología. Programas Académicos Vinculados El grupo Biorinoquia contribuye al desarrollo académico y científico del siguiente programa de pregrado: Programa de Biología Semilleros de Investigación Biorinoquia promueve la formación de jóvenes investigadores a través de los siguientes semilleros: Insectos y otros artrópodos para la Orinoquia Colombiana – ENTOMOS Flora de la Orinoquia Áreas de Investigación El grupo se articula con las siguientes áreas estratégicas del Sistema Nacional de Ciencia, Tecnología e Innovación: Ciencia, tecnología e innovación en ambiente, biodiversidad y hábitat Biotecnología Integrantes Elizabeth Aya Baquero Johanna Isabel Murillo Pacheco Laura Isabel Mesa Castellanos Luis Antonio González Montaña Luz Stella Suárez Gloria Victoria Castro Rojas Jorge Pachón García Lida Carolina Lesmes Rodríguez Luz Mila Quiñones Méndez Mónica Medina Merchán Acceso al GrupLAC \";i:3;a:25:{s:2:\"id\";i:12;s:5:\"alias\";s:11:\"biorinoquia\";s:7:\"summary\";s:6675:\"<!-- Información General -->\r\n<div style=\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\"><!-- Texto -->\r\n<div style=\"flex: 1; min-width: 250px;\">\r\n<h2 style=\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\">Información General</h2>\r\n<p style=\"font-size: 17px; color: #2c3e50; line-height: 1.6;\"><strong>Líder del grupo:</strong> Mónica Medina Merchán<br><strong>Código Minciencias:</strong> COL0058505<br><strong>Fecha de institucionalización:</strong> 25 de octubre de 2008<br><strong>Última categoría Minciencias:</strong> Categoría C<br><strong>Unidad académica:</strong> Departamento de Biología y Química<br><strong>Correos de contacto:</strong></p>\r\n<ul style=\"list-style: none; padding: 0; margin: 10px 0;\">\r\n<li style=\"margin-bottom: 8px;\"><a style=\"color: #007bff; text-decoration: none; font-size: 16px;\" href=\"mailto:[email protected]\">[email protected]</a></li>\r\n<li><a style=\"color: #007bff; text-decoration: none; font-size: 16px;\" href=\"mailto:[email protected]\">[email protected]</a></li>\r\n</ul>\r\n</div>\r\n<!-- Imagen -->\r\n<div style=\"flex-shrink: 0; text-align: center; max-width: 100%;\"><img class=\"effectck-steve\" style=\"width: 100%; max-width: 380px; height: auto; border-radius: 12px;\" src=\"images/logos/logos_grupos/biorinoquia/biorinoquia_logo.jpg\" alt=\"Logo Biorinoquia\"></div>\r\n</div>\r\n<!-- Sobre el Grupo -->\r\n<div style=\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\">\r\n<h2 style=\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\">Sobre Biorinoquia</h2>\r\n<p style=\"font-size: 16px; color: #333; line-height: 1.6;\">El Grupo de Investigación <strong>Biorinoquia</strong> se enfoca en el estudio de la biodiversidad y los recursos biológicos de la Orinoquia Colombiana. Su labor científica busca aportar al conocimiento, conservación y uso sostenible de los ecosistemas de la región, articulando ciencia básica, aplicada y biotecnología.</p>\r\n</div>\r\n<!-- Programas Académicos Vinculados -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\">\r\n<h2 style=\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\">Programas Académicos Vinculados</h2>\r\n<p style=\"font-size: 16px; color: #333;\">El grupo Biorinoquia contribuye al desarrollo académico y científico del siguiente programa de pregrado:</p>\r\n<ul style=\"padding-left: 20px; margin: 10px 0; color: #444;\">\r\n<li><strong>Programa de Biología</strong></li>\r\n</ul>\r\n</div>\r\n<!-- Semilleros -->\r\n<div style=\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\">\r\n<h2 style=\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\">Semilleros de Investigación</h2>\r\n<p style=\"font-size: 16px; color: #333;\">Biorinoquia promueve la formación de jóvenes investigadores a través de los siguientes semilleros:</p>\r\n<!-- Semillero ENTOMOS -->\r\n<div style=\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\">\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>Insectos y otros artrópodos para la Orinoquia Colombiana – ENTOMOS</strong></p>\r\n<img style=\"width: 180px; height: 180px; object-fit: cover; margin-left: 12px; border-radius: 150px;\" src=\"images/logos/logos_grupos/biorinoquia/semilleros/ENTOMOS_semillero.jpg\" alt=\"Logo ENTOMOS\"></div>\r\n<div style=\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\"><!-- Semillero Flora -->\r\n<p style=\"font-size: 16px; color: #444; margin: 0; flex: 1;\"><strong>Flora de la Orinoquia</strong></p>\r\n<img style=\"width: 180px; height: 180px; object-fit: contain; margin-left: 12px; border-radius: 150px;\" src=\"images/logos/logos_grupos/biorinoquia/semilleros/Flora_semillero.jpg\" alt=\"Logo Flora Orinoquia\"></div>\r\n</div>\r\n<!-- Áreas -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\">\r\n<h2 style=\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\">Áreas de Investigación</h2>\r\n<p style=\"font-size: 16px; color: #333;\">El grupo se articula con las siguientes áreas estratégicas del Sistema Nacional de Ciencia, Tecnología e Innovación:</p>\r\n<ul style=\"padding-left: 20px; margin: 10px 0; color: #444;\">\r\n<li>Ciencia, tecnología e innovación en ambiente, biodiversidad y hábitat</li>\r\n<li>Biotecnología</li>\r\n</ul>\r\n</div>\r\n<!-- Sección de Integrantes -->\r\n<div style=\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\">\r\n<h2 style=\"text-align: center; color: #2c3e50; margin-bottom: 25px;\">Integrantes</h2>\r\n<div style=\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\"><!-- Primera columna -->\r\n<div style=\"flex: 1; max-width: 400px;\">\r\n<ul style=\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\">\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Elizabeth Aya Baquero</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Johanna Isabel Murillo Pacheco</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Laura Isabel Mesa Castellanos</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Luis Antonio González Montaña</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Luz Stella Suárez</li>\r\n</ul>\r\n</div>\r\n<!-- Segunda columna -->\r\n<div style=\"flex: 1; max-width: 400px;\">\r\n<ul style=\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\">\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Gloria Victoria Castro Rojas</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Jorge Pachón García</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Lida Carolina Lesmes Rodríguez</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Luz Mila Quiñones Méndez</li>\r\n<li style=\"padding: 8px; border-bottom: 1px solid #ecf0f1;\">Mónica Medina Merchán</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<p><a class=\"button button-bevel\" href=\"https://scienti.minciencias.gov.co/gruplac/jsp/visualiza/visualizagr.jsp?nro=00000000003963\" target=\"_blank\" rel=\"noopener\"> Acceso al GrupLAC </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:12;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-11-27 02:05:26\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:41;s:8:\"ordering\";i:10;s:8:\"category\";s:25:\"grupos de investigación \";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:14:\"12:biorinoquia\";s:7:\"catslug\";s:26:\"12:grupos-de-investigacion\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-25 13:56:59\";i:10;N;i:11;s:68:\"index.php?option=com_content&view=article&id=12:biorinoquia&catid=12\";i:12;N;i:13;s:19:\"2025-06-25 13:56:59\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:25:\"grupos de investigación \";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:15;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:35:\"Grupo de Investigación Biorinoquia\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=12\";}'),(17,'index.php?option=com_content&view=article&id=13','index.php?option=com_content&view=article&id=13:cartillas-divulgativas&catid=13','Cartillas divulgativas',' Proyecto Cuencas Cartilla Unillanos-Ecopetrol CNBIO Muestreos Ambientales Generalidades del proceso de simulación La gente en la cuenca del rio Guayuriba La pesquería en bocas del Guayuriba Cuenca alta rio Meta La huella hídrica en nuestras cuencas Proyecto Sabanalarga Sabana larga Proyecto Orotoy 100 mujeres del rio Orotoy Alternativas ambientales y agricultura para el hogar Balance Hídrico Asociado a la Cobertura Vegetal Cuenca del río Orotoy - Diagnóstico socioambiental Cuenca del rio orotoy y sus ambientes acuáticos Estandarización de metodos de estudio para un sistema lotico Libro resumen de las plantas útiles de la cuenca del rio Orotoy Macroinvertebrados acuáticos rio Orotoy Mujer autocuidado y entorno saludable Mujer rural creadora de sueños Proyecto 100 mujeres del rio Orotoy metodología Vegetación ribereña de la cuenca del rio Orotoy Proyecto Tejido Social Diez Elementos de la Gestión Ambiental Local Guia de Legislacion Ambiental Memorias Diplomado en Cultura Juvenil y Ambiente Memorias Diplomado en Gestion Ambiental Local Paisajes Proyecto Visión Compilación Fases de Diagnóstico y Construcción de Escenarios de la Visión de los Llanos Orientales Vision de visiones ','2025-10-02 19:32:15','192f18dba02df2c305ed90f554ed025e',1,1,1,'*','2025-06-25 14:08:02',NULL,'2025-06-25 14:08:02',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:1214:\" Proyecto Cuencas Cartilla Unillanos-Ecopetrol CNBIO Muestreos Ambientales Generalidades del proceso de simulación La gente en la cuenca del rio Guayuriba La pesquería en bocas del Guayuriba Cuenca alta rio Meta La huella hídrica en nuestras cuencas Proyecto Sabanalarga Sabana larga Proyecto Orotoy 100 mujeres del rio Orotoy Alternativas ambientales y agricultura para el hogar Balance Hídrico Asociado a la Cobertura Vegetal Cuenca del río Orotoy - Diagnóstico socioambiental Cuenca del rio orotoy y sus ambientes acuáticos Estandarización de metodos de estudio para un sistema lotico Libro resumen de las plantas útiles de la cuenca del rio Orotoy Macroinvertebrados acuáticos rio Orotoy Mujer autocuidado y entorno saludable Mujer rural creadora de sueños Proyecto 100 mujeres del rio Orotoy metodología Vegetación ribereña de la cuenca del rio Orotoy Proyecto Tejido Social Diez Elementos de la Gestión Ambiental Local Guia de Legislacion Ambiental Memorias Diplomado en Cultura Juvenil y Ambiente Memorias Diplomado en Gestion Ambiental Local Paisajes Proyecto Visión Compilación Fases de Diagnóstico y Construcción de Escenarios de la Visión de los Llanos Orientales Vision de visiones \";i:3;a:25:{s:2:\"id\";i:13;s:5:\"alias\";s:22:\"cartillas divulgativas\";s:7:\"summary\";s:23295:\"<!-- SECCIÓN: Proyecto Cuencas -->\r\n<div style=\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #ccfbf1 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\">\r\n<h2 style=\"text-align: center; font-size: 28px; color: #0369a1; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\">Proyecto Cuencas</h2>\r\n<div class=\"fp-features\">\r\n<div class=\"g-grid\" style=\"display: flex; flex-wrap: wrap; justify-content: center;\"><!-- Tarjeta 1 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/Cartilla Unillanos-Ecopetrol CNBIO.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/Cartilla Unillanos-Ecopetrol CNBIO.png?width=260&amp;height=298\" width=\"260\" height=\"298\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/Cartilla Unillanos-Ecopetrol CNBIO.pdf\" target=\"_blank\" rel=\"noopener\">Cartilla Unillanos-Ecopetrol CNBIO</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Tarjeta 2 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/GUIA MUESTREOS AMBIENTALES.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/GUIA MUESTREOS AMBIENTALES.png?width=260&amp;height=298\" width=\"260\" height=\"298\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/GUIA MUESTREOS AMBIENTALES.pdf\" target=\"_blank\" rel=\"noopener\">Muestreos Ambientales</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Tarjeta 3 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/generalidades del proceso de simulacion.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/generalidades del proceso de simulacion.png?width=260&amp;height=298\" width=\"260\" height=\"298\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/generalidades del proceso de simulacion.pdf\" target=\"_blank\" rel=\"noopener\">Generalidades del proceso de simulación</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Tarjeta 4 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/La gente en la cuenca del rio Guayuriba.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/La gente en la cuenca del rio Guayuriba.png?width=260&amp;height=312\" width=\"260\" height=\"312\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/La gente en la cuenca del rio Guayuriba.pdf\" target=\"_blank\" rel=\"noopener\">La gente en la cuenca del rio Guayuriba</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Tarjeta 5 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/La pesquería en bocas del Guayuriba, alto río meta, Orinoquia Colombiana.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/La pesquería en bocas del Guayuriba, alto río meta, Orinoquia Colombiana.png?width=260&amp;height=312\" width=\"260\" height=\"312\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/La pesquería en bocas del Guayuriba, alto río meta, Orinoquia Colombiana.pdf\" target=\"_blank\" rel=\"noopener\">La pesquería en bocas del Guayuriba</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Tarjeta 6 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/Cuenca alta rio Meta.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/Cuenca alta rio Meta.png?width=260&amp;height=312\" width=\"260\" height=\"312\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/Cuenca alta rio Meta.pdf\" target=\"_blank\" rel=\"noopener\">Cuenca alta rio Meta</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- Tarjeta 7 -->\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto cuencas/La huella hidrica en nuestras cuencas.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/La huella hidrica en nuestras cuencas.png?width=260&amp;height=312\" width=\"260\" height=\"312\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/proyecto cuencas/La huella hidrica en nuestras cuencas.pdf\" target=\"_blank\" rel=\"noopener\">La huella hídrica en nuestras cuencas</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- SECCIÓN: Proyecto Sabanalarga -->\r\n<div style=\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #a5f3fc 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\">\r\n<h2 style=\"text-align: center; font-size: 28px; color: #b45309; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\">Proyecto Sabanalarga</h2>\r\n<div class=\"fp-features\">\r\n<div class=\"g-grid\" style=\"display: flex; flex-wrap: wrap; justify-content: center;\">\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/Sabana larga.pdf\" target=\"_blank\" rel=\"noopener\"> <img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/Sabana Larga.png\" width=\"260\" height=\"298\"> </a>\r\n<h4 style=\"margin-top: 10px;\"><a href=\"docus/Sabana larga.pdf\" target=\"_blank\" rel=\"noopener\">Sabana larga</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- SECCIÓN: Proyecto Orotoy -->\r\n<div style=\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bae6fd 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\">\r\n<h2 style=\"text-align: center; font-size: 28px; color: #047857; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\">Proyecto Orotoy</h2>\r\n<div class=\"fp-features\">\r\n<div class=\"g-grid\" style=\"display: flex; flex-wrap: wrap; justify-content: center;\">\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/100 mujeres del rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/100 mujeres del rio orotoy.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/100 mujeres del rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\">100 mujeres del rio Orotoy</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto orotoy/alternativas ambientales y agricultura para el hogar.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/alternativas ambientales y agricultura para el hogar.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/alternativas ambientales y agricultura para el hogar.pdf\" target=\"_blank\" rel=\"noopener\">Alternativas ambientales y agricultura para el hogar</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto orotoy/Balance Hídrico Asociado a la Cobertura Vegetal.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Balance Hídrico Asociado a la Cobertura Vegetal.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/Balance Hídrico Asociado a la Cobertura Vegetal.pdf\" target=\"_blank\" rel=\"noopener\">Balance Hídrico Asociado a la Cobertura Vegetal</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto orotoy/Cuenca del río Orotoy - Diagnóstico socioambiental.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Cuenca del río Orotoy - Diagnóstico socioambiental.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/Cuenca del río Orotoy - Diagnóstico socioambiental.pdf\" target=\"_blank\" rel=\"noopener\">Cuenca del río Orotoy - Diagnóstico socioambiental</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto orotoy/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Cuenca del rio orotoy y sus ambientes acuaticos.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\" target=\"_blank\" rel=\"noopener\">Cuenca del rio orotoy y sus ambientes acuáticos</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto orotoy/estandarizacion de metodos de estudio para un sistema lotico.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/estandarizacion de metodos de estudio para un sistema lotico.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/estandarizacion de metodos de estudio para un sistema lotico.pdf\" target=\"_blank\" rel=\"noopener\">Estandarización de metodos de estudio para un sistema lotico</a></h4>\r\n</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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Libro resumen de las plantas utiles de la cuenca del rio orotoy.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\">Libro resumen de las plantas útiles de la cuenca del rio Orotoy</a></h4>\r\n</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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/macroinvertebrados acuaticos rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/macroinvertebrados acuaticos rio orotoy.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/macroinvertebrados acuaticos rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\">Macroinvertebrados acuáticos rio Orotoy</a></h4>\r\n</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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/mujer autocuidado y entorno saludable.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/mujer autocuidado y entorno saludable.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/mujer autocuidado y entorno saludable.pdf\" target=\"_blank\" rel=\"noopener\">Mujer autocuidado y entorno saludable</a></h4>\r\n</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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/mujer rural creadora de sueños.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/mujer rural creadora de sueños.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/mujer rural creadora de sueños.pdf\" target=\"_blank\" rel=\"noopener\">Mujer rural creadora de sueños</a></h4>\r\n</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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/proyecto 100 mujeres del rio orotoy metodologia.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/proyecto 100 mujeres del rio orotoy metodologia.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/proyecto 100 mujeres del rio orotoy metodologia.pdf\" target=\"_blank\" rel=\"noopener\">Proyecto 100 mujeres del rio Orotoy metodología</a></h4>\r\n</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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/vegetacion ribereña de la cuenca del rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/vegetacion ribereña de la cuenca del rio orotoy.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto orotoy/vegetacion ribereña de la cuenca del rio orotoy.pdf\" target=\"_blank\" rel=\"noopener\">Vegetación ribereña de la cuenca del rio Orotoy</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- SECCIÓN: Proyecto Tejido Social -->\r\n<div style=\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bbf7d0 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\">\r\n<h2 style=\"text-align: center; font-size: 28px; color: #0e7490; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\">Proyecto Tejido Social</h2>\r\n<div class=\"fp-features\">\r\n<div class=\"g-grid\" style=\"display: flex; flex-wrap: wrap; justify-content: center;\">\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/Diez Elementos de la Gestion Ambiental Local.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/Diez Elementos de la Gestion Ambiental Local.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/Diez Elementos de la Gestion Ambiental Local.pdf\" target=\"_blank\" rel=\"noopener\">Diez Elementos de la Gestión Ambiental Local</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto tejido social/Guia de Legislacion Ambiental.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Guia de Legislacion Ambiental.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/Guia de Legislacion Ambiental.pdf\" target=\"_blank\" rel=\"noopener\">Guia de Legislacion Ambiental</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto tejido social/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Memorias Diplomado en Cultura Juvenil y Ambiente.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\" target=\"_blank\" rel=\"noopener\">Memorias Diplomado en Cultura Juvenil y Ambiente</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto tejido social/Memorias Diplomado en Gestion Ambiental Local.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Memorias Diplomado en Gestion Ambiental Local.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/Memorias Diplomado en Gestion Ambiental Local.pdf\" target=\"_blank\" rel=\"noopener\">Memorias Diplomado en Gestion Ambiental Local</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto tejido social/Paisajes.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/Paisajes.png\" width=\"260\" height=\"312\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/Paisajes.pdf\" target=\"_blank\" rel=\"noopener\">Paisajes</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- SECCIÓN: Proyecto Visión -->\r\n<div style=\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #99f6e4 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\">\r\n<h2 style=\"text-align: center; font-size: 28px; color: #1d4ed8; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\">Proyecto Visión</h2>\r\n<div class=\"fp-features\">\r\n<div class=\"g-grid\" style=\"display: flex; flex-wrap: wrap; justify-content: center;\">\r\n<div class=\"g-block size-33-3\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\" style=\"text-align: center;\"><a href=\"docus/proyecto vision/Compilación Fases de Diagnóstico y Construcción de Escenarios de la Visión de los Llanos Orientales.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/cartillas/Compilación Fases de Diagnóstico y Construcción de Escenarios de la Visión de los Llanos Orientales.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto vision/Compilación Fases de Diagnóstico y Construcción de Escenarios de la Visión de los Llanos Orientales.pdf\" target=\"_blank\" rel=\"noopener\">Compilación Fases de Diagnóstico y Construcción de Escenarios de la Visión de los Llanos Orientales</a></h4>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"g-block size-33-3\" style=\"text-align: center;\">\r\n<div class=\"card\" style=\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\">\r\n<div class=\"card-block\"><a href=\"docus/proyecto vision/vision de visiones.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"display: block; margin: auto;\" src=\"images/cartillas/vision de visiones.png\" width=\"260\" height=\"298\"></a>\r\n<h4 class=\"card-title\" style=\"text-align: center;\"><a href=\"docus/proyecto tejido social/vision de visiones.pdf\" target=\"_blank\" rel=\"noopener\">Vision de visiones</a></h4>\r\n</div>\r\n</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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-10-02 19:32:15\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:103;s:8:\"ordering\";i:2;s:8:\"category\";s:13:\"publicaciones\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:25:\"13:cartillas-divulgativas\";s:7:\"catslug\";s:16:\"13:publicaciones\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-25 14:08:02\";i:10;N;i:11;s:79:\"index.php?option=com_content&view=article&id=13:cartillas-divulgativas&catid=13\";i:12;N;i:13;s:19:\"2025-06-25 14:08:02\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"publicaciones\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:16;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:22:\"Cartillas divulgativas\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=13\";}'),(18,'index.php?option=com_content&view=article&id=14','index.php?option=com_content&view=article&id=14:videos&catid=13','Videos','','2025-09-05 16:19:10','12063b1c394c1060df8bb7ba69ee80b8',1,1,1,'*','2025-06-25 14:34:25',NULL,'2025-06-25 14:34: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:0:\"\";i:3;a:25:{s:2:\"id\";i:14;s:5:\"alias\";s:6:\"videos\";s:7:\"summary\";s:0:\"\";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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-09-05 16:19:10\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:4;s:8:\"ordering\";i:1;s:8:\"category\";s:13:\"publicaciones\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:9:\"14:videos\";s:7:\"catslug\";s:16:\"13:publicaciones\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-25 14:34:25\";i:10;N;i:11;s:63:\"index.php?option=com_content&view=article&id=14:videos&catid=13\";i:12;N;i:13;s:19:\"2025-06-25 14:34: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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"publicaciones\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:16;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:6:\"Videos\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=14\";}'),(19,'index.php?option=com_content&view=article&id=15','index.php?option=com_content&view=article&id=15:centro-de-calidad-de-agua-cca&catid=2','Centro de Calidad de Agua - CCA','','2025-06-25 14:48:36','4ab7c505d3c540e6f804fa7316676049',1,1,1,'*','2025-06-25 14:48:36',NULL,'2025-06-25 14:48:36',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:0:\"\";i:3;a:25:{s:2:\"id\";i:15;s:5:\"alias\";s:29:\"centro de calidad de agua cca\";s:7:\"summary\";s:0:\"\";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:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-06-25 14:48:36\";s:11:\"modified_by\";i:44;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"1\";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:\"1\";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:1;s:8:\"ordering\";i:0;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:32:\"15:centro-de-calidad-de-agua-cca\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-25 14:48:36\";i:10;N;i:11;s:85:\"index.php?option=com_content&view=article&id=15:centro-de-calidad-de-agua-cca&catid=2\";i:12;N;i:13;s:19:\"2025-06-25 14:48:36\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}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:12;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:31:\"Centro de Calidad de Agua - CCA\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=15\";}'),(20,'index.php?option=com_content&view=article&id=16','index.php?option=com_content&view=article&id=16:quienes-somos&catid=15','Quienes somos',' Somos una unidad académica y prestadora de servicios de la Universidad de los Llanos, comprometidos desde 1985 con la calidad del agua en la Orinoquía Colombiana. Nuestro centro nació como Instituto de Aguas y hoy, tras años de evolución y mejora continua, es el referente regional en análisis y conservación ambiental. ¿Por qué es importante nuestro trabajo? Apoyamos a los sectores industrial, agrícola y energético con herramientas y estudios que garantizan la protección y buen manejo del recurso más vital: el agua. ¿Qué nos hace únicos? Contamos con la acreditación IDEAM bajo la norma NTC-ISO/IEC 17025:2017, lo que asegura la calidad y confiabilidad de nuestros análisis. Nuestro equipo está compuesto por la Unidad de Muestreo, la Unidad Analítica de Aguas, la Unidad Hidrobiológica y la Unidad de Microbiología. ¿Quieres saber más o colaborar con nosotros? ¡No dudes en contactarnos! Juntos podemos conservar el agua de la Orinoquía para las futuras generaciones. ','2025-08-29 13:21:28','e64c5c70d2eb727b099486d0e39433ac',1,1,1,'*','2025-06-25 14:54:29',NULL,'2025-06-25 14:54:29',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:1001:\" Somos una unidad académica y prestadora de servicios de la Universidad de los Llanos, comprometidos desde 1985 con la calidad del agua en la Orinoquía Colombiana. Nuestro centro nació como Instituto de Aguas y hoy, tras años de evolución y mejora continua, es el referente regional en análisis y conservación ambiental. ¿Por qué es importante nuestro trabajo? Apoyamos a los sectores industrial, agrícola y energético con herramientas y estudios que garantizan la protección y buen manejo del recurso más vital: el agua. ¿Qué nos hace únicos? Contamos con la acreditación IDEAM bajo la norma NTC-ISO/IEC 17025:2017, lo que asegura la calidad y confiabilidad de nuestros análisis. Nuestro equipo está compuesto por la Unidad de Muestreo, la Unidad Analítica de Aguas, la Unidad Hidrobiológica y la Unidad de Microbiología. ¿Quieres saber más o colaborar con nosotros? ¡No dudes en contactarnos! Juntos podemos conservar el agua de la Orinoquía para las futuras generaciones. \";i:3;a:25:{s:2:\"id\";i:16;s:5:\"alias\";s:13:\"quienes somos\";s:7:\"summary\";s:1739:\"<div style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 25px; margin: 20px 0; font-family: Arial, sans-serif; line-height: 1.6; color: #333;\">\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\">Somos una unidad académica y prestadora de servicios de la <strong>Universidad de los Llanos</strong>, comprometidos desde 1985 con la calidad del agua en la Orinoquía Colombiana. Nuestro centro nació como <em>Instituto de Aguas</em> y hoy, tras años de evolución y mejora continua, es el referente regional en análisis y conservación ambiental.</p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><strong style=\"color: #006699;\">¿Por qué es importante nuestro trabajo?</strong><br>Apoyamos a los sectores industrial, agrícola y energético con herramientas y estudios que garantizan la protección y buen manejo del recurso más vital: <strong>el agua</strong>.</p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><strong style=\"color: #006699;\">¿Qué nos hace únicos?</strong><br>Contamos con la acreditación <strong>IDEAM</strong> bajo la norma <em>NTC-ISO/IEC 17025:2017</em>, lo que asegura la calidad y confiabilidad de nuestros análisis. Nuestro equipo está compuesto por la <em>Unidad de Muestreo</em>, la <em>Unidad Analítica de Aguas</em>, la <em>Unidad Hidrobiológica</em> y la <em>Unidad de Microbiología</em>.</p>\r\n<p style=\"text-align: justify; margin: 0; font-size: 16px;\"><strong style=\"color: #006699;\">¿Quieres saber más o colaborar con nosotros?</strong><br>¡No dudes en contactarnos! <span style=\"color: #444;\">Juntos podemos conservar el agua de la Orinoquía para las futuras generaciones.</span></p>\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:15;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-08-29 13:21:28\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:7;s:8:\"ordering\";i:6;s:8:\"category\";s:3:\"CCA\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:16:\"16:quienes-somos\";s:7:\"catslug\";s:6:\"15:cca\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-25 14:54:29\";i:10;N;i:11;s:70:\"index.php?option=com_content&view=article&id=16:quienes-somos&catid=15\";i:12;N;i:13;s:19:\"2025-06-25 14:54:29\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:3:\"CCA\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:18;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"Quienes somos\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=16\";}'),(21,'index.php?option=com_content&view=article&id=17','index.php?option=com_content&view=article&id=17:equipo-de-laboratorio&catid=15','Equipo de laboratorio',' ','2025-08-29 13:30:13','f643746e199536df51d30d764bf47165',1,1,1,'*','2025-06-25 14:59:21',NULL,'2025-06-25 14:59: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:1:\" \";i:3;a:25:{s:2:\"id\";i:17;s:5:\"alias\";s:21:\"equipo de laboratorio\";s:7:\"summary\";s:7:\"<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:15;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-08-29 13:30:13\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:4;s:8:\"ordering\";i:5;s:8:\"category\";s:3:\"CCA\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:24:\"17:equipo-de-laboratorio\";s:7:\"catslug\";s:6:\"15:cca\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-25 14:59:21\";i:10;N;i:11;s:78:\"index.php?option=com_content&view=article&id=17:equipo-de-laboratorio&catid=15\";i:12;N;i:13;s:19:\"2025-06-25 14:59: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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:3:\"CCA\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:18;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:21:\"Equipo de laboratorio\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=17\";}'),(22,'index.php?option=com_content&view=article&id=18','index.php?option=com_content&view=article&id=18:servicios&catid=15','Servicios',' ','2025-08-29 14:50:06','7a69ee1a4ad98f9f629ba537f318e5a5',1,1,1,'*','2025-06-25 15:01:50',NULL,'2025-06-25 15:01:50',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:1:\" \";i:3;a:25:{s:2:\"id\";i:18;s:5:\"alias\";s:9:\"servicios\";s:7:\"summary\";s:16:\"<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:15;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-08-29 14:50:06\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:12;s:8:\"ordering\";i:4;s:8:\"category\";s:3:\"CCA\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:12:\"18:servicios\";s:7:\"catslug\";s:6:\"15:cca\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-25 15:01:50\";i:10;N;i:11;s:66:\"index.php?option=com_content&view=article&id=18:servicios&catid=15\";i:12;N;i:13;s:19:\"2025-06-25 15:01:50\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:3:\"CCA\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:18;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:9:\"Servicios\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=18\";}'),(23,'index.php?option=com_content&view=article&id=19','index.php?option=com_content&view=article&id=19:informacion-de-contacto&catid=15','Información de contacto',' Dirección: Universidad de los Llanos Km 12 Vía Puerto López, Vereda Barcelona Emails de contacto: [email protected] [email protected] Teléfono de contacto: +57 66616800 ','2025-09-05 14:17:38','c48c907732b1f585bf164b638d39b987',1,1,1,'*','2025-06-25 15:03:11',NULL,'2025-06-25 15:03: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:201:\" Dirección: Universidad de los Llanos Km 12 Vía Puerto López, Vereda Barcelona Emails de contacto: [email protected] [email protected] Teléfono de contacto: +57 66616800 \";i:3;a:25:{s:2:\"id\";i:19;s:5:\"alias\";s:23:\"informacion de contacto\";s:7:\"summary\";s:1015:\"<div style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 25px; margin: 20px 0; font-family: Arial, sans-serif; line-height: 1.6; color: #333;\">\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><strong>Dirección:</strong></p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\">Universidad de los Llanos Km 12 Vía Puerto López, Vereda Barcelona</p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><strong>Emails de contacto:</strong></p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><a href=\"mailto:[email protected]\">[email protected]</a> <br><a href=\"mailto:[email protected]\">[email protected]</a></p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><strong>Teléfono de contacto:</strong></p>\r\n<p style=\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\"><a href=\"tel:+5766616800\">+57 66616800</a></p>\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:15;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-09-05 14:17:38\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:5;s:8:\"ordering\";i:3;s:8:\"category\";s:3:\"CCA\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:26:\"19:informacion-de-contacto\";s:7:\"catslug\";s:6:\"15:cca\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-25 15:03:11\";i:10;N;i:11;s:80:\"index.php?option=com_content&view=article&id=19:informacion-de-contacto&catid=15\";i:12;N;i:13;s:19:\"2025-06-25 15:03: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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:3:\"CCA\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:18;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:24:\"Información de contacto\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=19\";}'),(24,'index.php?option=com_content&view=article&id=20','index.php?option=com_content&view=article&id=20:solicitud-de-cotizaciones&catid=15','Solicitud de cotizaciones',' Contáctanos Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario: Enviar ','2025-09-05 16:00:47','8956b8e7de5ad618ab702a26b4ad90f3',1,1,1,'*','2025-06-25 15:09:58',NULL,'2025-06-25 15:09:58',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:115:\" Contáctanos Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario: Enviar \";i:3;a:25:{s:2:\"id\";i:20;s:5:\"alias\";s:25:\"solicitud de cotizaciones\";s:7:\"summary\";s:2250:\"<div style=\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\"><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d31837.929481203966!2d-73.5903744!3d4.0730624!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e3e2f699906f93f%3A0xbbcdd4f58e307139!2sUniversidad%20de%20los%20Llanos%20-%20Campus%20Barcelona!5e0!3m2!1ses!2sco!4v1756827902521!5m2!1ses!2sco\" width=\"600\" height=\"450\"  allowfullscreen=\"allowfullscreen\" loading=\"lazy\"></iframe><!-- Contenedor del formulario -->\r\n<div style=\"flex: 1 1 400px; min-width: 300px; position: relative;\">\r\n<h2 style=\"font-size: 22px; color: #d00; margin-bottom: 10px;\">Contáctanos</h2>\r\n<p style=\"font-size: 14px; color: #333; margin-bottom: 15px;\">Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario:</p>\r\n<!-- Formulario --><form action=\"https://formsubmit.co/[email protected]\" method=\"POST\"><input style=\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\" name=\"nombre\" required=\"\" type=\"text\" placeholder=\"Nombre*\"> <input style=\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\" name=\"email\" required=\"\" type=\"email\" placeholder=\"Email*\"> <input style=\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\" name=\"asunto\" required=\"\" type=\"text\" placeholder=\"Asunto\"> <textarea style=\"width: 100%; padding: 10px; height: 100px; border: 1px solid #ccc; border-radius: 6px;\" required=\"\" placeholder=\"Mensaje*\"></textarea> <button style=\"width: 100%; padding: 12px; margin-top: 10px; background: #d00; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: bold;\" type=\"submit\">Enviar</button></form><!-- Botón de WhatsApp flotante dentro del formulario --> <a style=\"position: sticky; bottom: 10px; display: inline-block; float: right;\" href=\"https://wa.me/+573219726769?text=Hola\" target=\"_blank\" rel=\"noopener\"> <img style=\"width: 60px; height: 60px;\" src=\"images/icons/whatsapp.png\" alt=\"WhatsApp\"> </a></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:15;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-09-05 16:00:47\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:33;s:8:\"ordering\";i:2;s:8:\"category\";s:3:\"CCA\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:28:\"20:solicitud-de-cotizaciones\";s:7:\"catslug\";s:6:\"15:cca\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-25 15:09:58\";i:10;N;i:11;s:82:\"index.php?option=com_content&view=article&id=20:solicitud-de-cotizaciones&catid=15\";i:12;N;i:13;s:19:\"2025-06-25 15:09:58\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:3:\"CCA\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:18;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:25:\"Solicitud de cotizaciones\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=20\";}'),(25,'index.php?option=com_content&view=article&id=21','index.php?option=com_content&view=article&id=21:consultorias-ambientales&catid=14','Consultorías Ambientales ',' Catálogo de Servicios Instituto de Ciencias Ambientales de la Orinoquia Colombiana Consultoría Gestión ambiental y del territorio Recursos Naturales Sistemas de Información Geográfica Divulgación Científica Laboratorio y Análisis Educación (formal y no formal) Consultoría Ambiental Asesoría estratégica, técnica y científica para decisiones informadas. Valoración de Servicios Ecosistémicos Cuantificación y valoración de beneficios ecosistémicos de la Orinoquía. Asesoría en Políticas Públicas Ambientales Diseño y formulación de políticas para la sostenibilidad regional. Soporte Técnico para la Toma de Decisiones Información científica y análisis para gobiernos, empresas y comunidades. Proyectos de Investigación y Ambientales Formulación y ejecución integral de proyectos. Asesoría en proyectos ambientales Acompañamiento técnico desde la idea hasta el cierre. Gestión ambiental y del territorio Planificación, diagnóstico y monitoreo para la ordenación sostenible. Planes de Ordenamiento Territorial Orden departamental y municipal. Estudios de Suelos con énfasis en Agricultura Propiedades, aptitud y manejo. Cobertura y Uso del Suelo Caracterización y cambios de uso. Huella Hídrica Evaluación del agua azul, verde y gris. Estudios Hidrobiológicos Diversidad e índices de calidad. Indicadores Ambientales Huella hídrica, huella de carbono e integridad biológica. Análisis Socioeconómico del Territorio Estructura productiva y bienestar. Calidad de Cuerpos de Agua Monitoreo físico-químico y biológico. Estudios Integrales de Cuencas Diagnóstico, modelación y manejo. Impactos del Cambio Climático Riesgos, vulnerabilidad y adaptación. Planes de Manejo Ambiental Acompañamiento en la ejecución y seguimiento. Recursos Hídricos Uso y aprovechamiento sostenible de aguas superficiales y subterráneas. Programas y Estrategias Ambientales Diseño e implementación territorial. Diagnóstico Socioambiental y Socioeconómico Comunidades locales y rurales. Gestión Social Diseño y formulación de planes de gestión social. Gestión de los Recursos Naturales Evaluación y monitoreo de biodiversidad y ecosistemas. Biodiversidad y Ecosistemas Caracterización, identificación y evaluación de recursos naturales. Ecosistemas Estratégicos Morichales, sabanas, humedales y bosques secos. Estructura y Composición Vegetal Estudios a nivel de ecosistema. Análisis de Coberturas Cartografía y métricas de cambio. Servicios Ecosistémicos Evaluación y priorización de beneficios. Comunidades Hidrobiológicas Muestreo y monitoreo para EIA. Sistemas de Información Geográfica (SIG) Cartografía, análisis espacial y comunicación visual. Cartografía Básica y Temática Generación y actualización de mapas. Diseños Cartográficos Productos impresos y digitales listos para publicación. Divulgación Científica Comunicación pública de la ciencia y apropiación social. Eventos, Publicaciones y Materiales Producción bibliográfica y divulgativa. Apropiación Social y Educación Ambiental Procesos participativos y formación ciudadana. Fomento a Vocaciones Científicas Estudiantes y jóvenes investigadores. Servicios de Laboratorio y Análisis Ensayos acreditables y soporte a la calidad. Calidad de Aguas (Centro de Calidad de Aguas) Pruebas físico-químicas y microbiológicas. Análisis de Suelos Propiedades físicas y químicas. ISO/IEC 17025 Asesoría y acompañamiento para certificación de laboratorios.  Programa de Educación (formal y no formal) Posgrados y formación continua para diversos públicos. Diplomados, Cursos, Talleres y Capacitaciones Gestión y normativa Legislación Ambiental Gestión Ambiental local Liderazgo en participación y convivencia Participación social y gobernanza Recursos hídricos Recurso hídrico Monitoreo de Calidad de Agua Monitoreo de comunidades hidrobiológicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macrófitas) Economía circular Vermicompost Compost Formación para NNA Formación ambiental en niños, niñas y adolescentes ¿Necesitas un servicio a la medida? Escríbenos con el nombre del servicio y el alcance requerido. Explorar servicios ','2025-11-27 02:58:15','a28614601dc8135a558b16c0d8777d01',1,1,1,'*','2025-06-25 19:43:34',NULL,'2025-06-25 19:43:34',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:4209:\" Catálogo de Servicios Instituto de Ciencias Ambientales de la Orinoquia Colombiana Consultoría Gestión ambiental y del territorio Recursos Naturales Sistemas de Información Geográfica Divulgación Científica Laboratorio y Análisis Educación (formal y no formal) Consultoría Ambiental Asesoría estratégica, técnica y científica para decisiones informadas. Valoración de Servicios Ecosistémicos Cuantificación y valoración de beneficios ecosistémicos de la Orinoquía. Asesoría en Políticas Públicas Ambientales Diseño y formulación de políticas para la sostenibilidad regional. Soporte Técnico para la Toma de Decisiones Información científica y análisis para gobiernos, empresas y comunidades. Proyectos de Investigación y Ambientales Formulación y ejecución integral de proyectos. Asesoría en proyectos ambientales Acompañamiento técnico desde la idea hasta el cierre. Gestión ambiental y del territorio Planificación, diagnóstico y monitoreo para la ordenación sostenible. Planes de Ordenamiento Territorial Orden departamental y municipal. Estudios de Suelos con énfasis en Agricultura Propiedades, aptitud y manejo. Cobertura y Uso del Suelo Caracterización y cambios de uso. Huella Hídrica Evaluación del agua azul, verde y gris. Estudios Hidrobiológicos Diversidad e índices de calidad. Indicadores Ambientales Huella hídrica, huella de carbono e integridad biológica. Análisis Socioeconómico del Territorio Estructura productiva y bienestar. Calidad de Cuerpos de Agua Monitoreo físico-químico y biológico. Estudios Integrales de Cuencas Diagnóstico, modelación y manejo. Impactos del Cambio Climático Riesgos, vulnerabilidad y adaptación. Planes de Manejo Ambiental Acompañamiento en la ejecución y seguimiento. Recursos Hídricos Uso y aprovechamiento sostenible de aguas superficiales y subterráneas. Programas y Estrategias Ambientales Diseño e implementación territorial. Diagnóstico Socioambiental y Socioeconómico Comunidades locales y rurales. Gestión Social Diseño y formulación de planes de gestión social. Gestión de los Recursos Naturales Evaluación y monitoreo de biodiversidad y ecosistemas. Biodiversidad y Ecosistemas Caracterización, identificación y evaluación de recursos naturales. Ecosistemas Estratégicos Morichales, sabanas, humedales y bosques secos. Estructura y Composición Vegetal Estudios a nivel de ecosistema. Análisis de Coberturas Cartografía y métricas de cambio. Servicios Ecosistémicos Evaluación y priorización de beneficios. Comunidades Hidrobiológicas Muestreo y monitoreo para EIA. Sistemas de Información Geográfica (SIG) Cartografía, análisis espacial y comunicación visual. Cartografía Básica y Temática Generación y actualización de mapas. Diseños Cartográficos Productos impresos y digitales listos para publicación. Divulgación Científica Comunicación pública de la ciencia y apropiación social. Eventos, Publicaciones y Materiales Producción bibliográfica y divulgativa. Apropiación Social y Educación Ambiental Procesos participativos y formación ciudadana. Fomento a Vocaciones Científicas Estudiantes y jóvenes investigadores. Servicios de Laboratorio y Análisis Ensayos acreditables y soporte a la calidad. Calidad de Aguas (Centro de Calidad de Aguas) Pruebas físico-químicas y microbiológicas. Análisis de Suelos Propiedades físicas y químicas. ISO/IEC 17025 Asesoría y acompañamiento para certificación de laboratorios.  Programa de Educación (formal y no formal) Posgrados y formación continua para diversos públicos. Diplomados, Cursos, Talleres y Capacitaciones Gestión y normativa Legislación Ambiental Gestión Ambiental local Liderazgo en participación y convivencia Participación social y gobernanza Recursos hídricos Recurso hídrico Monitoreo de Calidad de Agua Monitoreo de comunidades hidrobiológicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macrófitas) Economía circular Vermicompost Compost Formación para NNA Formación ambiental en niños, niñas y adolescentes ¿Necesitas un servicio a la medida? Escríbenos con el nombre del servicio y el alcance requerido. Explorar servicios \";i:3;a:25:{s:2:\"id\";i:21;s:5:\"alias\";s:24:\"consultorias ambientales\";s:7:\"summary\";s:25110:\"<!-- Catálogo de Servicios – Instituto de Ciencias Ambientales de la Orinoquia Colombiana -->\r\n<div style=\"font-family: \'Segoe UI\', Roboto, Arial, sans-serif; color: #1f2937; line-height: 1.55; background: linear-gradient(180deg,#f7fafc 0%, #eef2f7 100%); padding: 28px; border-radius: 18px; box-shadow: 0 8px 30px rgba(0,0,0,.08); max-width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: hidden;\"><!-- Encabezado -->\r\n<div style=\"background: #ffffff; border-radius: 18px; padding: 28px; box-shadow: 0 8px 24px rgba(16,24,40,.06); border: 1px solid #e5e7eb; box-sizing: border-box; overflow: hidden;\">\r\n<h1 style=\"margin: 0 0 6px; font-size: clamp(26px, 3vw, 38px); color: #064e3b; letter-spacing: .2px; word-wrap: break-word; overflow-wrap: break-word;\">Catálogo de Servicios</h1>\r\n<p style=\"margin: 0; font-size: clamp(14px, 2vw, 16px); color: #475569; word-wrap: break-word; overflow-wrap: break-word;\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana</p>\r\n<!-- Navegación interna -->\r\n<div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px;\"><a style=\"text-decoration: none; background: #ecfdf5; color: #065f46; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #a7f3d0;\" href=\"#consultoria\">Consultoría</a> <a style=\"text-decoration: none; background: #eff6ff; color: #1e40af; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bfdbfe;\" href=\"#gestion-territorio\">Gestión ambiental y del territorio</a> <a style=\"text-decoration: none; background: #fefce8; color: #92400e; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fde68a;\" href=\"#recursos-naturales\">Recursos Naturales</a> <a style=\"text-decoration: none; background: #fff7ed; color: #9a3412; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fed7aa;\" href=\"#sig\">Sistemas de Información Geográfica</a> <a style=\"text-decoration: none; background: #eef2ff; color: #3730a3; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #c7d2fe;\" href=\"#divulgacion\">Divulgación Científica</a> <a style=\"text-decoration: none; background: #f0fdf4; color: #166534; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bbf7d0;\" href=\"#laboratorio\">Laboratorio y Análisis</a> <a style=\"text-decoration: none; background: #fdf2f8; color: #9d174d; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fbcfe8;\" href=\"#educacion\">Educación (formal y no formal)</a></div>\r\n</div>\r\n<!-- Sección: Consultoría Ambiental -->\r\n<section id=\"consultoria\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#ecfdf5, #ffffff);\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #065f46; word-wrap: break-word; overflow-wrap: break-word;\">Consultoría Ambiental</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\">Asesoría estratégica, técnica y científica para decisiones informadas.</p>\r\n</div>\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\"><!-- Item -->\r\n<div style=\"grid-column: span 6; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\">\r\n<div style=\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\">Valoración de Servicios Ecosistémicos</div>\r\n<div style=\"color: #2f4f4f; font-size: 14px;\">Cuantificación y valoración de beneficios ecosistémicos de la Orinoquía.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\">\r\n<div style=\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\">Asesoría en Políticas Públicas Ambientales</div>\r\n<div style=\"color: #2f4f4f; font-size: 14px;\">Diseño y formulación de políticas para la sostenibilidad regional.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\">\r\n<div style=\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\">Soporte Técnico para la Toma de Decisiones</div>\r\n<div style=\"color: #2f4f4f; font-size: 14px;\">Información científica y análisis para gobiernos, empresas y comunidades.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\">\r\n<div style=\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\">Proyectos de Investigación y Ambientales</div>\r\n<div style=\"color: #2f4f4f; font-size: 14px;\">Formulación y ejecución integral de proyectos.</div>\r\n</div>\r\n<div style=\"grid-column: span 12; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\">\r\n<div style=\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\">Asesoría en proyectos ambientales</div>\r\n<div style=\"color: #2f4f4f; font-size: 14px;\">Acompañamiento técnico desde la idea hasta el cierre.</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Sección: Gestión ambiental y del territorio -->\r\n<section id=\"gestion-territorio\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eff6ff, #ffffff);\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #1e40af; word-wrap: break-word; overflow-wrap: break-word;\">Gestión ambiental y del territorio</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\">Planificación, diagnóstico y monitoreo para la ordenación sostenible.</p>\r\n</div>\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\">\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Planes de Ordenamiento Territorial</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Orden departamental y municipal.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Estudios de Suelos con énfasis en Agricultura</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Propiedades, aptitud y manejo.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\">Cobertura y Uso del Suelo</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Caracterización y cambios de uso.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\">Huella Hídrica</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Evaluación del agua azul, verde y gris.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\">Estudios Hidrobiológicos</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Diversidad e índices de calidad.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Indicadores Ambientales</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Huella hídrica, huella de carbono e integridad biológica.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\">Análisis Socioeconómico del Territorio</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Estructura productiva y bienestar.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\">Calidad de Cuerpos de Agua</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Monitoreo físico-químico y biológico.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Estudios Integrales de Cuencas</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Diagnóstico, modelación y manejo.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Impactos del Cambio Climático</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Riesgos, vulnerabilidad y adaptación.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Planes de Manejo Ambiental</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Acompañamiento en la ejecución y seguimiento.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Recursos Hídricos</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Uso y aprovechamiento sostenible de aguas superficiales y subterráneas.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\">Programas y Estrategias Ambientales</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Diseño e implementación territorial.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Diagnóstico Socioambiental y Socioeconómico</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Comunidades locales y rurales.</div>\r\n</div>\r\n<div style=\"grid-column: span 12; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\">\r\n<div style=\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\">Gestión Social</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Diseño y formulación de planes de gestión social.</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Sección: Gestión de los Recursos Naturales -->\r\n<section id=\"recursos-naturales\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fefce8,#ffffff); box-sizing: border-box;\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #92400e; word-wrap: break-word; overflow-wrap: break-word;\">Gestión de los Recursos Naturales</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\">Evaluación y monitoreo de biodiversidad y ecosistemas.</p>\r\n</div>\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\">\r\n<div style=\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\">\r\n<div style=\"font-weight: 600; color: #92400e; margin-bottom: 8px;\">Biodiversidad y Ecosistemas</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Caracterización, identificación y evaluación de recursos naturales.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\">\r\n<div style=\"font-weight: 600; color: #92400e; margin-bottom: 8px;\">Ecosistemas Estratégicos</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Morichales, sabanas, humedales y bosques secos.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\">\r\n<div style=\"font-weight: 600; color: #92400e; margin-bottom: 8px;\">Estructura y Composición Vegetal</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Estudios a nivel de ecosistema.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\">\r\n<div style=\"font-weight: 600; color: #92400e; margin-bottom: 8px;\">Análisis de Coberturas</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Cartografía y métricas de cambio.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\">\r\n<div style=\"font-weight: 600; color: #92400e; margin-bottom: 8px;\">Servicios Ecosistémicos</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Evaluación y priorización de beneficios.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\">\r\n<div style=\"font-weight: 600; color: #92400e; margin-bottom: 8px;\">Comunidades Hidrobiológicas</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Muestreo y monitoreo para EIA.</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Sección: SIG -->\r\n<section id=\"sig\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #fef3c7; background: linear-gradient(90deg,#fff7ed,#ffffff); box-sizing: border-box;\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #9a3412; word-wrap: break-word; overflow-wrap: break-word;\">Sistemas de Información Geográfica (SIG)</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\">Cartografía, análisis espacial y comunicación visual.</p>\r\n</div>\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\">\r\n<div style=\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\">Cartografía Básica y Temática</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Generación y actualización de mapas.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\">Diseños Cartográficos</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Productos impresos y digitales listos para publicación.</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Sección: Divulgación Científica -->\r\n<section id=\"divulgacion\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eef2ff,#ffffff); box-sizing: border-box;\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #3730a3; word-wrap: break-word; overflow-wrap: break-word;\">Divulgación Científica</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\">Comunicación pública de la ciencia y apropiación social.</p>\r\n</div>\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\">\r\n<div style=\"grid-column: span 6; background: #f5f3ff; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\">Eventos, Publicaciones y Materiales</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Producción bibliográfica y divulgativa.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f5f3ff; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\">Apropiación Social y Educación Ambiental</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Procesos participativos y formación ciudadana.</div>\r\n</div>\r\n<div style=\"grid-column: span 12; background: #f5f3ff; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\">Fomento a Vocaciones Científicas</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Estudiantes y jóvenes investigadores.</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Sección: Laboratorio -->\r\n<section id=\"laboratorio\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#f0fdf4,#ffffff); box-sizing: border-box;\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #166534; word-wrap: break-word; overflow-wrap: break-word;\">Servicios de Laboratorio y Análisis</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\">Ensayos acreditables y soporte a la calidad.</p>\r\n</div>\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; width: 100%; box-sizing: border-box;\">\r\n<div style=\"grid-column: span 6; background: #f7fee7; border: 1px solid #bbf7d0; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #3f6212; margin-bottom: 8px;\">Calidad de Aguas (Centro de Calidad de Aguas)</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Pruebas físico-químicas y microbiológicas.</div>\r\n</div>\r\n<div style=\"grid-column: span 6; background: #f7fee7; border: 1px solid #bbf7d0; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #3f6212; margin-bottom: 8px;\">Análisis de Suelos</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Propiedades físicas y químicas.</div>\r\n</div>\r\n<div style=\"grid-column: span 12; background: #f7fee7; border: 1px solid #bbf7d0; border-radius: 14px; padding: 14px; box-sizing: border-box;\">\r\n<div style=\"font-weight: 600; color: #3f6212; margin-bottom: 8px;\">ISO/IEC 17025</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Asesoría y acompañamiento para certificación de laboratorios.</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Sección: Educación -->\r\n<section id=\"educacion\" style=\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; box-sizing: border-box; max-width: 1100px; width: 100%;\">\r\n<div style=\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fdf2f8, #ffffff);\">\r\n<h2 style=\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #9d174d; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\">Programa de Educación (formal y no formal)</h2>\r\n<p style=\"margin: 6px 0 0; color: #475569; font-size: 14px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\">Posgrados y formación continua para diversos públicos.</p>\r\n</div>\r\n<!-- Contenido -->\r\n<div style=\"padding: 20px; display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\"><!-- Formación Continua -->\r\n<div style=\"background: #fdf2f80; border: 1px solid #fed7aa; border-radius: 14px; padding: 16px; box-sizing: border-box; width: 100%; overflow: hidden; max-width: 100%;\">\r\n<div style=\"font-weight: bold; color: #7c2d12; margin-bottom: 6px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\">Diplomados, Cursos, Talleres y Capacitaciones</div>\r\n<!-- Contenedor de Cards -->\r\n<div style=\"display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\"><!-- Gestión y normativa -->\r\n<div style=\"background: #fdf2f8; border: 1px solid #fbcfe8; border-radius: 12px; padding: 14px; box-sizing: border-box; width: 100%;\">\r\n<div style=\"font-weight: 600; color: #9d174d; margin-bottom: 6px;\">Gestión y normativa</div>\r\n<ul style=\"margin: 0; padding-left: 18px; color: #7a1a34; font-size: 14px; line-height: 1.45;\">\r\n<li>Legislación Ambiental</li>\r\n<li>Gestión Ambiental local</li>\r\n<li>Liderazgo en participación y convivencia</li>\r\n<li>Participación social y gobernanza</li>\r\n</ul>\r\n</div>\r\n<!-- Recursos hídricos -->\r\n<div style=\"background: #fdf2f8; border: 1px solid #fbcfe8; border-radius: 12px; padding: 14px; box-sizing: border-box; width: 100%;\">\r\n<div style=\"font-weight: 600; color: #9d174d; margin-bottom: 6px;\">Recursos hídricos</div>\r\n<ul style=\"margin: 0; padding-left: 18px; color: #7a1a34; font-size: 14px; line-height: 1.45;\">\r\n<li>Recurso hídrico</li>\r\n<li>Monitoreo de Calidad de Agua</li>\r\n<li>Monitoreo de comunidades hidrobiológicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macrófitas)</li>\r\n</ul>\r\n</div>\r\n<!-- Economía circular -->\r\n<div style=\"background: #fdf2f8; border: 1px solid #fbcfe8; border-radius: 12px; padding: 14px; box-sizing: border-box; width: 100%;\">\r\n<div style=\"font-weight: 600; color: #9d174d; margin-bottom: 6px;\">Economía circular</div>\r\n<ul style=\"margin: 0; padding-left: 18px; color: #7a1a34; font-size: 14px; line-height: 1.45;\">\r\n<li>Vermicompost</li>\r\n<li>Compost</li>\r\n</ul>\r\n</div>\r\n<!-- Formación para NNA -->\r\n<div style=\"background: #fdf2f8; border: 1px solid #fbcfe8; border-radius: 12px; padding: 14px; box-sizing: border-box; width: 100%;\">\r\n<div style=\"font-weight: 600; color: #9d174d; margin-bottom: 6px;\">Formación para NNA</div>\r\n<ul style=\"margin: 0; padding-left: 18px; color: #7a1a34; font-size: 14px; line-height: 1.45;\">\r\n<li>Formación ambiental en niños, niñas y adolescentes</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section>\r\n<!-- Pie / Llamado a la acción -->\r\n<div style=\"margin-top: 26px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;\">\r\n<div>\r\n<div style=\"font-weight: bold; color: #064e3b; font-size: 18px;\">¿Necesitas un servicio a la medida?</div>\r\n<div style=\"color: #475569; font-size: 14px;\">Escríbenos con el nombre del servicio y el alcance requerido.</div>\r\n</div>\r\n<a style=\"text-decoration: none; background: #065f46; color: #ffffff; padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; box-shadow: 0 6px 16px rgba(6,95,70,.25); border: 1px solid #064e3b;\" href=\"index.php/productos-y-servicios/centro-de-calidad-de-agua-cca/solicitud-de-cotizaciones\"> Explorar servicios </a></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:14;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-11-27 02:58:15\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:52;s:8:\"ordering\";i:1;s:8:\"category\";s:9:\"Servicios\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:27:\"21:consultorias-ambientales\";s:7:\"catslug\";s:12:\"14:servicios\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-25 19:43:34\";i:10;N;i:11;s:81:\"index.php?option=com_content&view=article&id=21:consultorias-ambientales&catid=14\";i:12;N;i:13;s:19:\"2025-06-25 19:43:34\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:9:\"Servicios\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:17;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:26:\"Consultorías Ambientales \";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=21\";}'),(26,'index.php?option=com_content&view=article&id=22','index.php?option=com_content&view=article&id=22:proyectos-de-investigacion&catid=11','Proyectos de Investigación',' CONVENIO MARCO DE COLABORACIÓN No 5211592 ECOPETROL – UNILLANOS \"Proyecto Cuencas\" PLAZO: 36 MESES (2012-2015) Identificación de alternativas de manejo ambiental de los ríos Guayuriba y Ocoa y caños Quenane y Quenanito de la cuenca alta del río Meta, basado en estrategias educativas, investigativas y de proyección social. OBJETIVOS DEL PROYECTO Desarrollar un diagnóstico de los ríos Guayuriba y Ocoa y caños Quenane y Quenanito. Vincular a la comunidad mediante capacitación en temas de monitoreos y servicios ambientales, restauración de ecosistemas e implementación de nuevas alternativas socioeconómicas. Identificar alternativas para la recuperación de los ríos Guayuriba y Ocoa y caños Quenane y Quenanito. ÁREA DE ESTUDIO DEL CONVENIO Ríos Guayuriba y Ocoa y caños Quenane y Quenanito. ACUERDO DE COOPERACIÓN “AC” No. 1 OBJETIVO ACTIVIDADES SOCIALIZACIÓN Desarrollar un diagnóstico socio-ambiental de los ríos Guayuriba, Ocoa y caños Quenane y Quenanito. Identificar los actores contaminantes y determinar el grado de afectación según las actividades cercanas a los cuerpos hídricos. MARZO 19 DE 2013 Socialización inicial Vincular a la comunidad mediante capacitación Cursos de formación en monitoreo, servicios ambientales, restauración de ecosistemas e implementación de alternativas socioeconómicas. - CONVENIO MARCO DE COLABORACIÓN No. 5211714 ECOPETROL – UNILLANOS \"Proyecto Visión Regional\" PLAZO: 37 MESES (Dic.2012- Ene.2016) Construcción Participativa de la Visión Regional de los Llanos Orientales de Colombia a través del fortalecimiento de capacidades investigativas y pragmáticas de líderes de desarrollo local que promueven la toma de decisiones y la incidencia en política pública de desarrollo regional, en el marco de la Maestría de Gestión Ambiental Sostenible de la Universidad de los Llanos. Fases metodológicas Diagnóstico e identificación de tendencias Futuribles y construcción de escenarios Definición de líneas estratégicas Construcción de visión y ajuste de líneas de acción Consolidación documento final ACUERDO DE COOPERACIÓN “AC” No. 1 Formulación línea base, selección y matrícula y firma de compromiso de líderes de desarrollo regional para la formulación de la visión regional de desarrollo sostenible de los Llanos Orientales de Colombia. Alcances: Formulación de Línea Base Selección de Líderes de Desarrollo Local para la formación Concertación y firma de actas de compromiso con los líderes seleccionados Diseño e implementación de la Secretaría Técnica para el proceso Construcción de Documento de Visión Sistematización de la información Población Objetivo: La ejecución del AC 01 abarca a la población de todos los municipios de los departamentos del Meta, Casanare, Vichada y Arauca. ','2025-08-26 20:47:30','8febc3c9218f04a9189b4da049d71d49',1,1,1,'*','2025-06-27 15:28:10',NULL,'2025-06-27 15:28:10',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:2829:\" CONVENIO MARCO DE COLABORACIÓN No 5211592 ECOPETROL – UNILLANOS \"Proyecto Cuencas\" PLAZO: 36 MESES (2012-2015) Identificación de alternativas de manejo ambiental de los ríos Guayuriba y Ocoa y caños Quenane y Quenanito de la cuenca alta del río Meta, basado en estrategias educativas, investigativas y de proyección social. OBJETIVOS DEL PROYECTO Desarrollar un diagnóstico de los ríos Guayuriba y Ocoa y caños Quenane y Quenanito. Vincular a la comunidad mediante capacitación en temas de monitoreos y servicios ambientales, restauración de ecosistemas e implementación de nuevas alternativas socioeconómicas. Identificar alternativas para la recuperación de los ríos Guayuriba y Ocoa y caños Quenane y Quenanito. ÁREA DE ESTUDIO DEL CONVENIO Ríos Guayuriba y Ocoa y caños Quenane y Quenanito. ACUERDO DE COOPERACIÓN “AC” No. 1 OBJETIVO ACTIVIDADES SOCIALIZACIÓN Desarrollar un diagnóstico socio-ambiental de los ríos Guayuriba, Ocoa y caños Quenane y Quenanito. Identificar los actores contaminantes y determinar el grado de afectación según las actividades cercanas a los cuerpos hídricos. MARZO 19 DE 2013 Socialización inicial Vincular a la comunidad mediante capacitación Cursos de formación en monitoreo, servicios ambientales, restauración de ecosistemas e implementación de alternativas socioeconómicas. - CONVENIO MARCO DE COLABORACIÓN No. 5211714 ECOPETROL – UNILLANOS \"Proyecto Visión Regional\" PLAZO: 37 MESES (Dic.2012- Ene.2016) Construcción Participativa de la Visión Regional de los Llanos Orientales de Colombia a través del fortalecimiento de capacidades investigativas y pragmáticas de líderes de desarrollo local que promueven la toma de decisiones y la incidencia en política pública de desarrollo regional, en el marco de la Maestría de Gestión Ambiental Sostenible de la Universidad de los Llanos. Fases metodológicas Diagnóstico e identificación de tendencias Futuribles y construcción de escenarios Definición de líneas estratégicas Construcción de visión y ajuste de líneas de acción Consolidación documento final ACUERDO DE COOPERACIÓN “AC” No. 1 Formulación línea base, selección y matrícula y firma de compromiso de líderes de desarrollo regional para la formulación de la visión regional de desarrollo sostenible de los Llanos Orientales de Colombia. Alcances: Formulación de Línea Base Selección de Líderes de Desarrollo Local para la formación Concertación y firma de actas de compromiso con los líderes seleccionados Diseño e implementación de la Secretaría Técnica para el proceso Construcción de Documento de Visión Sistematización de la información Población Objetivo: La ejecución del AC 01 abarca a la población de todos los municipios de los departamentos del Meta, Casanare, Vichada y Arauca. \";i:3;a:25:{s:2:\"id\";i:22;s:5:\"alias\";s:26:\"proyectos de investigacion\";s:7:\"summary\";s:8793:\"<!-- Contenedor del primer proyecto: Proyecto Cuencas -->\r\n<div style=\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #f0f8ff, #e6f2ff); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif !important; color: #333 !important; line-height: 1.6 !important;\"><!-- Imagen superior -->\r\n<div style=\"text-align: center; margin-bottom: 30px;\"><img style=\"max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.2);\" src=\"images/proyectos_in/proyectocuencas.png\" alt=\"Proyecto Cuencas\"></div>\r\n<!-- Título del proyecto -->\r\n<h1 style=\"text-align: center; color: #004080 !important; font-size: 32px !important; margin-bottom: 20px; font-family: Arial, sans-serif !important;\">CONVENIO MARCO DE COLABORACIÓN No 5211592</h1>\r\n<h2 style=\"text-align: center; color: #0066cc !important; font-size: 24px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">ECOPETROL – UNILLANOS<br>\"Proyecto Cuencas\"</h2>\r\n<!-- Plazo -->\r\n<p style=\"text-align: center; font-weight: bold; font-size: 18px !important; margin-bottom: 40px; font-family: Arial, sans-serif !important;\">PLAZO: 36 MESES (2012-2015)</p>\r\n<!-- Descripción -->\r\n<p style=\"text-align: justify; font-size: 16px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">Identificación de alternativas de manejo ambiental de los ríos <strong>Guayuriba</strong> y <strong>Ocoa</strong> y caños <strong>Quenane</strong> y <strong>Quenanito</strong> de la cuenca alta del río Meta, basado en estrategias educativas, investigativas y de proyección social.</p>\r\n<!-- Objetivos -->\r\n<div style=\"background: #cce6ff; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">\r\n<h3 style=\"text-align: center; color: #003366 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\">OBJETIVOS DEL PROYECTO</h3>\r\n<ol style=\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\">\r\n<li>Desarrollar un diagnóstico de los ríos Guayuriba y Ocoa y caños Quenane y Quenanito.</li>\r\n<li>Vincular a la comunidad mediante capacitación en temas de monitoreos y servicios ambientales, restauración de ecosistemas e implementación de nuevas alternativas socioeconómicas.</li>\r\n<li>Identificar alternativas para la recuperación de los ríos Guayuriba y Ocoa y caños Quenane y Quenanito.</li>\r\n</ol>\r\n</div>\r\n<!-- Área de estudio -->\r\n<div style=\"background: #e6f2ff; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">\r\n<h3 style=\"text-align: center; color: #004080 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\">ÁREA DE ESTUDIO DEL CONVENIO</h3>\r\n<p style=\"text-align: center; font-size: 16px !important; font-family: Arial, sans-serif !important;\">Ríos Guayuriba y Ocoa y caños Quenane y Quenanito.</p>\r\n</div>\r\n<!-- Acuerdo de cooperación -->\r\n<div style=\"background: #cce6ff; padding: 20px; border-radius: 15px; font-family: Arial, sans-serif !important;\">\r\n<h3 style=\"text-align: center; color: #003366 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\">ACUERDO DE COOPERACIÓN “AC” No. 1</h3>\r\n<table style=\"width: 100%; border-collapse: collapse; font-size: 16px !important; text-align: left; font-family: Arial, sans-serif !important;\">\r\n<thead>\r\n<tr style=\"background-color: #004080;\">\r\n<th style=\"padding: 10px; border-radius: 10px 0 0 0; font-family: Arial, sans-serif !important;\"><strong>OBJETIVO</strong></th>\r\n<th style=\"padding: 10px; font-family: Arial, sans-serif !important;\"><strong>ACTIVIDADES</strong></th>\r\n<th style=\"padding: 10px; border-radius: 0 10px 0 0; font-family: Arial, sans-serif !important;\"><strong>SOCIALIZACIÓN</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr style=\"background-color: #e6f2ff;\">\r\n<td style=\"padding: 10px; font-weight: bold; font-family: Arial, sans-serif !important;\">Desarrollar un diagnóstico socio-ambiental de los ríos Guayuriba, Ocoa y caños Quenane y Quenanito.</td>\r\n<td style=\"padding: 10px; font-family: Arial, sans-serif !important;\">Identificar los actores contaminantes y determinar el grado de afectación según las actividades cercanas a los cuerpos hídricos.</td>\r\n<td style=\"padding: 10px; text-align: center; font-family: Arial, sans-serif !important;\">MARZO 19 DE 2013<br>Socialización inicial</td>\r\n</tr>\r\n<tr style=\"background-color: #cce6ff;\">\r\n<td style=\"padding: 10px; font-weight: bold; font-family: Arial, sans-serif !important;\">Vincular a la comunidad mediante capacitación</td>\r\n<td style=\"padding: 10px; font-family: Arial, sans-serif !important;\">Cursos de formación en monitoreo, servicios ambientales, restauración de ecosistemas e implementación de alternativas socioeconómicas.</td>\r\n<td style=\"padding: 10px; text-align: center; font-family: Arial, sans-serif !important;\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<!-- Contenedor del segundo proyecto: Proyecto Visión Regional -->\r\n<div style=\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #fff8e6, #fff1cc); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif !important; color: #333 !important; line-height: 1.6 !important;\"><!-- Título del proyecto -->\r\n<h1 style=\"text-align: center; color: #b35900 !important; font-size: 32px !important; margin-bottom: 20px; font-family: Arial, sans-serif !important;\">CONVENIO MARCO DE COLABORACIÓN No. 5211714</h1>\r\n<h2 style=\"text-align: center; color: #e69900 !important; font-size: 24px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">ECOPETROL – UNILLANOS<br>\"Proyecto Visión Regional\"</h2>\r\n<!-- Plazo -->\r\n<p style=\"text-align: center; font-weight: bold; font-size: 18px !important; margin-bottom: 40px; font-family: Arial, sans-serif !important;\">PLAZO: 37 MESES (Dic.2012- Ene.2016)</p>\r\n<!-- Descripción -->\r\n<p style=\"text-align: justify; font-size: 16px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">Construcción Participativa de la Visión Regional de los Llanos Orientales de Colombia a través del fortalecimiento de capacidades investigativas y pragmáticas de líderes de desarrollo local que promueven la toma de decisiones y la incidencia en política pública de desarrollo regional, en el marco de la Maestría de Gestión Ambiental Sostenible de la Universidad de los Llanos.</p>\r\n<!-- Fases metodológicas -->\r\n<div style=\"background: #ffe0b3; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\">\r\n<h3 style=\"text-align: center; color: #b35900 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\">Fases metodológicas</h3>\r\n<ol style=\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\">\r\n<li>Diagnóstico e identificación de tendencias</li>\r\n<li>Futuribles y construcción de escenarios</li>\r\n<li>Definición de líneas estratégicas</li>\r\n<li>Construcción de visión y ajuste de líneas de acción</li>\r\n<li>Consolidación documento final</li>\r\n</ol>\r\n</div>\r\n<!-- Acuerdo de cooperación -->\r\n<div style=\"background: #ffe0b3; padding: 20px; border-radius: 15px; font-family: Arial, sans-serif !important;\">\r\n<h3 style=\"text-align: center; color: #b35900 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\">ACUERDO DE COOPERACIÓN “AC” No. 1</h3>\r\n<p style=\"font-size: 16px !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\">Formulación línea base, selección y matrícula y firma de compromiso de líderes de desarrollo regional para la formulación de la visión regional de desarrollo sostenible de los Llanos Orientales de Colombia.</p>\r\n<strong style=\"font-family: Arial, sans-serif !important;\">Alcances:</strong>\r\n<ol style=\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\">\r\n<li>Formulación de Línea Base</li>\r\n<li>Selección de Líderes de Desarrollo Local para la formación</li>\r\n<li>Concertación y firma de actas de compromiso con los líderes seleccionados</li>\r\n<li>Diseño e implementación de la Secretaría Técnica para el proceso</li>\r\n<li>Construcción de Documento de Visión</li>\r\n<li>Sistematización de la información</li>\r\n</ol>\r\n<strong style=\"font-family: Arial, sans-serif !important;\">Población Objetivo:</strong>\r\n<p style=\"font-size: 16px !important; margin-top: 10px; font-family: Arial, sans-serif !important;\">La ejecución del AC 01 abarca a la población de todos los municipios de los departamentos del Meta, Casanare, Vichada y Arauca.</p>\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:11;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-08-26 20:47:30\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:12;s:8:\"ordering\";i:0;s:8:\"category\";s:13:\"investigacion\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:29:\"22:proyectos-de-investigacion\";s:7:\"catslug\";s:16:\"11:investigacion\";s:6:\"author\";s:5:\"admin\";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:\"2025-06-27 15:28:10\";i:10;N;i:11;s:83:\"index.php?option=com_content&view=article&id=22:proyectos-de-investigacion&catid=11\";i:12;N;i:13;s:19:\"2025-06-27 15:28:10\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"investigacion\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:14;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:27:\"Proyectos de Investigación\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=22\";}'),(27,'index.php?option=com_phocadownload&view=file&id=2','index.php?option=com_phocadownload&view=category&id=1:normatividad&Itemid=117','ACTA SESION EXTRAORDINARIA N° 006 DE 2024.',' ','2025-07-02 13:09:35','699066558f4243f8873d014c052cc139',1,1,1,'*','2025-07-02 13:08:55',NULL,'2025-07-02 13:08:55',NULL,0,0,6,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:1:\" \";i:3;a:21:{s:2:\"id\";i:2;s:5:\"catid\";i:1;s:5:\"alias\";s:39:\"acta sesion extraordinaria n 006 de 202\";s:4:\"link\";s:0:\"\";s:7:\"summary\";s:75:\"<p><img class=\"float-none\" src=\"images/1.png\" width=\"118\" height=\"153\"></p>\";s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";N;s:8:\"ordering\";i:1;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:0:\"\";s:11:\"modified_by\";s:0:\"\";s:6:\"params\";N;s:8:\"approved\";i:1;s:8:\"category\";s:12:\"Normatividad\";s:13:\"categoryalias\";s:12:\"normatividad\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:41:\"2:acta-sesion-extraordinaria-n-006-de-202\";s:7:\"catslug\";s:14:\"1:normatividad\";s:6:\"layout\";s:4:\"file\";}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:9:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";i:8;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:\"2025-07-02 13:08:55\";i:10;N;i:11;s:77:\"index.php?option=com_phocadownload&view=category&id=1:normatividad&Itemid=117\";i:12;N;i:13;s:19:\"2025-07-02 13:08:55\";i:14;i:1;i:15;a:3:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"Phoca Download\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:12:\"Normatividad\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:43:\"ACTA SESION EXTRAORDINARIA N° 006 DE 2024.\";i:17;i:6;i:18;s:49:\"index.php?option=com_phocadownload&view=file&id=2\";}'),(28,'index.php?option=com_content&view=category&id=10','index.php?option=com_content&view=category&id=10','quienes somos','','2025-07-07 18:47:00','d6c5847129d2d0d0e1ef52478bf45b0c',1,1,1,'*',NULL,NULL,'2025-07-07 18:47:00',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:10;s:5:\"alias\";s:13:\"quienes somos\";s:9:\"extension\";s:11:\"com_content\";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\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:15;s:9:\"parent_id\";i:1;s:5:\"level\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2025-07-07 18:47:00\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:16:\"10:quienes-somos\";s:6:\"layout\";s:8:\"category\";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:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}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:48:\"index.php?option=com_content&view=category&id=10\";i:12;N;i:13;s:19:\"2025-07-07 18:47:00\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"quienes somos\";i:17;i:1;i:18;s:48:\"index.php?option=com_content&view=category&id=10\";}'),(29,'index.php?option=com_content&view=category&id=11','index.php?option=com_content&view=category&id=11','investigacion','','2025-07-07 18:50:17','b90023889ddda60ace5e8732d4674fd7',1,1,1,'*',NULL,NULL,'2025-07-07 18:50:17',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:11;s:5:\"alias\";s:13:\"investigacion\";s:9:\"extension\";s:11:\"com_content\";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\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:17;s:9:\"parent_id\";i:1;s:5:\"level\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2025-07-07 18:50:17\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:16:\"11:investigacion\";s:6:\"layout\";s:8:\"category\";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:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}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:48:\"index.php?option=com_content&view=category&id=11\";i:12;N;i:13;s:19:\"2025-07-07 18:50:17\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"investigacion\";i:17;i:1;i:18;s:48:\"index.php?option=com_content&view=category&id=11\";}'),(30,'index.php?option=com_content&view=category&id=12','index.php?option=com_content&view=category&id=12','grupos de investigación ','','2025-07-07 18:54:24','e9a51e52ce99fdc975161d8bac4dbcfc',1,1,1,'*',NULL,NULL,'2025-07-07 18:54:24',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:12;s:5:\"alias\";s:23:\"grupos de investigacion\";s:9:\"extension\";s:11:\"com_content\";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\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:18;s:9:\"parent_id\";i:11;s:5:\"level\";i:2;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2025-07-07 18:54:24\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:26:\"12:grupos-de-investigacion\";s:6:\"layout\";s:8:\"category\";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:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}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:48:\"index.php?option=com_content&view=category&id=12\";i:12;N;i:13;s:19:\"2025-07-07 18:54:24\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:25:\"grupos de investigación \";i:17;i:1;i:18;s:48:\"index.php?option=com_content&view=category&id=12\";}'),(31,'index.php?option=com_content&view=category&id=13','index.php?option=com_content&view=category&id=13','publicaciones','','2025-07-07 18:57:12','0ca825e329e3ea9cf3beca3ad21f9046',1,1,1,'*',NULL,NULL,'2025-07-07 18:57:12',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:13;s:5:\"alias\";s:13:\"publicaciones\";s:9:\"extension\";s:11:\"com_content\";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\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:21;s:9:\"parent_id\";i:1;s:5:\"level\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2025-07-07 18:57:12\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:16:\"13:publicaciones\";s:6:\"layout\";s:8:\"category\";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:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}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:48:\"index.php?option=com_content&view=category&id=13\";i:12;N;i:13;s:19:\"2025-07-07 18:57:12\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"publicaciones\";i:17;i:1;i:18;s:48:\"index.php?option=com_content&view=category&id=13\";}'),(32,'index.php?option=com_content&view=article&id=23','index.php?option=com_content&view=article&id=23:articulos-de-investigacion&catid=13','Artículos de investigación',' The effects of compost application on soil properties: Agricultural and environmental benefits Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region Estado del arte de la huella hídrica agrícola en Colombia Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite Áreas verdes y vivienda de interés social: histórico déficit de bienestar ambiental Análisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia Larvas de Trichoptera: diversidad y distribuciónen el río Quenane, piedemonte orinocense Colombiano Assessment of Vanadium Content in Soils Under Equatorial Climate Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacacías de la Universidad de los Llanos A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia Huella de Carbono en Instituciones De Educación en Colombia: Una Revisión Sistemática Potential use of methane gas from the Villavicencio sanitary landfill, Colombia Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el río Quenane-Quenanito, piedemonte llanero colombiano Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gaitán, Meta Ensamblaje de coleópteros en dos periodos hidrológicos contrastantes en el caño Quenane-Quenanito (Meta, Colombia)1 A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y León (Spain) Farmlands DIVERSIDAD FUNCIONAL Y TAXONÓMICA DE INSECTOS ACUÁTICOS (EPT) EN UN RÍO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia Fitoperifiton asociado al río Acacias-Pajure en la Orinoquia colombiana Caracterización de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a pequeña escala en el municipio de Guamal del Piedemonte llanero colombiano Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia Agronomic application effects of organic wastes on a squash crop production Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia Identificación de los sistemas de suministro y disposición del agua en una comunidad rural Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos Impactos del cambio climático sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia Water footprint: An effective tool for the challenge of water sustainability El compostaje, una alternativa para el aprovechamiento de residuos orgánicos en las centrales de abastecimiento A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin  The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia Distribución espacial del plomo (Pb) en el municipio de Villavicencio usando briófitos como medio de verificación de la calidad ambiental urbana El recurso suelo; un análisis de las funciones, capacidad de uso e indicadores de calidad PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACIÓN DE LA DISTRIBUCIÓN A LA CUENCA DEL RÍO ORINOCO Análisis de un Sistema de cosecha de agua lluvia a pequeña escala con finalidad pecuaria New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bentónicos del departamento del Meta Gestión del agua en comunidades rurales; caso de estudio Cuenca del río Guayuriba, Meta-Colombia Análisis de estudios en metales pesados en zonas agrícolas de Colombia Evaluación de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del río Guayuriba (Meta, Colombia), a través de la evaluación de huella hídrica La economía verde: un cambio ambiental y social necesario en el mundo actual Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate GESTIÓN DE RESIDUOS SÓLIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTERÉS: EMPRESA, ESTADO Y COMUNIDAD Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis Análisis de la inclusión de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro La problemática de la niña, niño y joven trabajador y su erradicación a través de programas de prevención. Artículo producto de la investigación Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses Servicios ecosistémicos como soporte para la gestión de sistemas socioecológicos: aplicación en agroecosistemas Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gaitán, Colombia EVALUACIÓN DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA Niveles de contaminación en tres sectores de Villavicencio, a través del indice de geo-acumulación (I-geo) Contenidos de metales pesados en suelos agrícolas de la región del Ariari, departamento del Meta Oil industry and road traffic fatalities in contemporary Colombia La ciudad y su dinámica Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido LA HUELLA HÍDRICA COMO UNA ESTRATEGIA DE EDUCACIÓN AMBIENTAL ENFOCADA A LA GESTIÓN DEL RECURSO HÍDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO 100 MUJERES: UNA INICIATIVA DE EDUCACIÓN AMBIENTAL CON PERSPECTIVA DE GÉNERO A view towards sustainable environmental management the Orinoquian region La palma de moriche (Mauritia flexuosa L.f) un ecosistema estratégico Experiencias en la captura de los gases de combustión de cascarilla de arroz con soluciones alcalinas La descomposición térmica de la cascarilla de arroz:una alternativa de aprovechamiento integral. Caracterización fitoquímica y bromatológica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA ','2025-09-23 19:58:46','26923df9c2904084676854496e06b251',1,1,1,'*','2025-07-07 19:00:41',NULL,'2025-07-07 19:00:41',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:9526:\" The effects of compost application on soil properties: Agricultural and environmental benefits Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region Estado del arte de la huella hídrica agrícola en Colombia Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite Áreas verdes y vivienda de interés social: histórico déficit de bienestar ambiental Análisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia Larvas de Trichoptera: diversidad y distribuciónen el río Quenane, piedemonte orinocense Colombiano Assessment of Vanadium Content in Soils Under Equatorial Climate Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacacías de la Universidad de los Llanos A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia Huella de Carbono en Instituciones De Educación en Colombia: Una Revisión Sistemática Potential use of methane gas from the Villavicencio sanitary landfill, Colombia Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el río Quenane-Quenanito, piedemonte llanero colombiano Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gaitán, Meta Ensamblaje de coleópteros en dos periodos hidrológicos contrastantes en el caño Quenane-Quenanito (Meta, Colombia)1 A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y León (Spain) Farmlands DIVERSIDAD FUNCIONAL Y TAXONÓMICA DE INSECTOS ACUÁTICOS (EPT) EN UN RÍO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia Fitoperifiton asociado al río Acacias-Pajure en la Orinoquia colombiana Caracterización de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a pequeña escala en el municipio de Guamal del Piedemonte llanero colombiano Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia Agronomic application effects of organic wastes on a squash crop production Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia Identificación de los sistemas de suministro y disposición del agua en una comunidad rural Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos Impactos del cambio climático sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia Water footprint: An effective tool for the challenge of water sustainability El compostaje, una alternativa para el aprovechamiento de residuos orgánicos en las centrales de abastecimiento A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin  The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia Distribución espacial del plomo (Pb) en el municipio de Villavicencio usando briófitos como medio de verificación de la calidad ambiental urbana El recurso suelo; un análisis de las funciones, capacidad de uso e indicadores de calidad PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACIÓN DE LA DISTRIBUCIÓN A LA CUENCA DEL RÍO ORINOCO Análisis de un Sistema de cosecha de agua lluvia a pequeña escala con finalidad pecuaria New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bentónicos del departamento del Meta Gestión del agua en comunidades rurales; caso de estudio Cuenca del río Guayuriba, Meta-Colombia Análisis de estudios en metales pesados en zonas agrícolas de Colombia Evaluación de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del río Guayuriba (Meta, Colombia), a través de la evaluación de huella hídrica La economía verde: un cambio ambiental y social necesario en el mundo actual Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate GESTIÓN DE RESIDUOS SÓLIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTERÉS: EMPRESA, ESTADO Y COMUNIDAD Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis Análisis de la inclusión de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro La problemática de la niña, niño y joven trabajador y su erradicación a través de programas de prevención. Artículo producto de la investigación Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses Servicios ecosistémicos como soporte para la gestión de sistemas socioecológicos: aplicación en agroecosistemas Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gaitán, Colombia EVALUACIÓN DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA Niveles de contaminación en tres sectores de Villavicencio, a través del indice de geo-acumulación (I-geo) Contenidos de metales pesados en suelos agrícolas de la región del Ariari, departamento del Meta Oil industry and road traffic fatalities in contemporary Colombia La ciudad y su dinámica Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido LA HUELLA HÍDRICA COMO UNA ESTRATEGIA DE EDUCACIÓN AMBIENTAL ENFOCADA A LA GESTIÓN DEL RECURSO HÍDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO 100 MUJERES: UNA INICIATIVA DE EDUCACIÓN AMBIENTAL CON PERSPECTIVA DE GÉNERO A view towards sustainable environmental management the Orinoquian region La palma de moriche (Mauritia flexuosa L.f) un ecosistema estratégico Experiencias en la captura de los gases de combustión de cascarilla de arroz con soluciones alcalinas La descomposición térmica de la cascarilla de arroz:una alternativa de aprovechamiento integral. Caracterización fitoquímica y bromatológica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA \";i:3;a:25:{s:2:\"id\";i:23;s:5:\"alias\";s:26:\"articulos de investigacion\";s:7:\"summary\";s:80342:\"<!-- TARJETAS -->\r\n<div class=\"fp-features\">\r\n<div class=\"g-grid\" style=\"display: flex; flex-wrap: wrap; justify-content: center;\"><!-- TARJETA 2 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://oiccpress.com/ijrowa/article/view/8144\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/IJROWA-2025-8144-2_page-0001.jpg\" alt=\"Miniatura 2\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">The effects of compost application on soil properties: Agricultural and environmental benefits</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 3 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2304-6740/13/7/218\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/inorganics-13-00218-1 1_page-0001.jpg\" alt=\"Miniatura 3\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 4 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2073-445X/14/5/1073/xml\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/land-14-01073-1_page-0001.jpg\" alt=\"Miniatura 4\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 5 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistaingenieria.univalle.edu.co/index.php/ingenieria_y_competitividad/article/view/14581\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v27n2e-30214581-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Estado del arte de la huella hídrica agrícola en Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 6 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.bing.com/ck/a?!&amp;&amp;p=9ac05b47847909769684c47f030d8357433545535e5b71c3c4ac01b61edba53bJmltdHM9MTc1ODA2NzIwMA&amp;ptn=3&amp;ver=2&amp;hsh=4&amp;fclid=32558afe-3f6f-6502-3b46-9c943e8a64a5&amp;psq=Feasibility+for+energy+recovery+from+biogas+at+Los+Corazones+landfill%2c+Valledupar+Colombia%2c+Ciencia+En+Desarrollo+ISSN%3a+0121-7488%2c+2025+vol%3a16+fasc%3a+N%2fA+p%c3%a1gs%3a+207+-+214%2c+DOI%3a10.19053%2fuptc.01217488.v16.n1.2025.18533+Autores%3a+LUISA+FERNANDA+RAMIREZ+RIOS%2c+DORANCE+BECERRA+MORENO%2c+NELSON+JAVIER+CELY+CALIXTO&amp;u=a1aHR0cHM6Ly9yZXZpc3Rhcy51cHRjLmVkdS5jby9pbmRleC5waHAvY2llbmNpYV9lbl9kZXNhcnJvbGxvL2FydGljbGUvZG93bmxvYWQvMTg1MzMvMTU4MjIvOTY3MjUjOn46dGV4dD1UaGlzJTIwc3R1ZHklMjBldmFsdWF0ZWQlMjB0aGUlMjBmZWFzaWJpbGl0eSUyMG9mJTIwZW5lcmd5JTIwcmVjb3ZlcnksbWV0aGFuZSUyMGVtaXNzaW9ucyUyMGFuZCUyMGRpdmVyc2lmeSUyMHRoZSUyMHJlZ2lvbmFsJTIwZW5lcmd5JTIwbWF0cml4Lg\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Quimica9_2025_-1_page-0001.jpg\" alt=\"Miniatura 2\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 7 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2413-4155/7/1/31\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/sci-07-00031-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 8 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.udca.edu.co/index.php/ruadc/article/view/2595\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Viviendadeinters_met_3-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Áreas verdes y vivienda de interés social: histórico déficit de bienestar ambiental</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 9 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://hemeroteca.unad.edu.co/index.php/riaa/article/view/8243\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/16RIAA8243-Pub-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Análisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 10 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.ucp.edu.co/index.php/entrecienciaeingenieria/article/view/2861\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Art02-2861-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Larvas de Trichoptera: diversidad y distribuciónen el río Quenane, piedemonte orinocense Colombiano</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 11 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.ucp.edu.co/index.php/entrecienciaeingenieria/article/view/2861\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/2024_Trujillo-Gonzlez_Assessment of Vanadium Content in Soils Under Equatorial Climate-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Assessment of Vanadium Content in Soils Under Equatorial Climate</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 12 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2073-4441/16/23/3411\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/water-16-03411-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 13 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.entomobrasilis.org/index.php/ebras/article/view/e1087\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/1087-Article Text-13108-11694-10-20240716-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 14 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2073-4441/16/13/1903\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/water-16-01903-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 15 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://repository.udca.edu.co/entities/publication/780683de-5b51-41d9-b735-b4dcc95c11aa\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Decontaminationofwastewater_Met-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 16 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.revistaecosistemas.net/index.php/ecosistemas/article/view/2447\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/2447-Texto del artculo-13993-2-10-20240417-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacacías de la Universidad de los Llanos</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 17 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://oiccpress.com/ijrowa/article/view/3056\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 18 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistasojs.ucaldas.edu.co/index.php/lunazul/article/view/10097\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Lunazul58_7 - 1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Huella de Carbono en Instituciones De Educación en Colombia: Una Revisión Sistemática</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 19 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistaingenieria.univalle.edu.co/index.php/ingenieria_y_competitividad/article/view/14019\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v26n2e-21314019-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Potential use of methane gas from the Villavicencio sanitary landfill, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 20 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://oiccpress.com/ijrowa/article/view/3027\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 21 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://archivo.revistas.ucr.ac.cr//index.php/rbt/article/view/52916\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/52916-Article Text please provide a single file with figures and tables integrated-263611-2-10-20240305-1_page-0001 1.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el río Quenane-Quenanito, piedemonte llanero colombiano</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 22 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.udistrital.edu.co/index.php/colfor/article/view/20126\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/CF-20126-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gaitán, Meta</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 23 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.ucp.edu.co/index.php/entrecienciaeingenieria/article/view/2901\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/lyasmin19Art05-2901-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Ensamblaje de coleópteros en dos periodos hidrológicos contrastantes en el caño Quenane-Quenanito (Meta, Colombia)1</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 24 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2073-445X/12/10/1888\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/land-12-01888-v2-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y León (Spain) Farmlands</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 25 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S0120-548X2023000200251\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/0120-548X-abc-28-02-251-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">DIVERSIDAD FUNCIONAL Y TAXONÓMICA DE INSECTOS ACUÁTICOS (EPT) EN UN RÍO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 26 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.itm.edu.co/index.php/tecnologicas/article/view/2667\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/2667-MPU-VF-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 27 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.humboldt.org.co/index.php/biota/article/view/1108\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/BC-1108dt-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Fitoperifiton asociado al río Acacias-Pajure en la Orinoquia colombiana</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 28 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.itm.edu.co/index.php/tecnologicas/article/view/2633\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/2633-MPU-VF-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Caracterización de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a pequeña escala en el municipio de Guamal del Piedemonte llanero colombiano</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 29 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2073-4441/15/4/667\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/water-15-00667-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 30 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/9-5531_RIAA 1-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 31 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.frontiersin.org/journals/environmental-science/articles/10.3389/fenvs.2022.1107465/full\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/fenvs-10-1107465-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 32 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.frontiersin.org/journals/environmental-science/articles/10.3389/fenvs.2022.675195/full\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/fenvs-10-675195-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 33 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://link.springer.com/article/10.1007/s10661-022-10036-5\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/ManuelTrujillo-Gonzalez2022_Article_BaselineValuesAndEnvironmental-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 34 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://link.springer.com/article/10.1007/s11270-022-05550-8\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Mapping_Potential_Toxic_Elements_in_Agricultural_a-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 35 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2077-0472/12/3/401\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/agriculture-12-00401-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 36 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://oiccpress.com/ijrowa/article/view/2922\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/IJROWA_Volume-11_Issue-1_Pages-143-151-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Agronomic application effects of organic wastes on a squash crop production</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 37 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://link.springer.com/article/10.1007/s12665-022-10235-w\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Trujillo-Gonzlez2022_Article_SpatialVariabilityOfThePhysico-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 38 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://hemeroteca.unad.edu.co/index.php/riaa/article/view/4271\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/12xx-Identificacion-de-los-sistemas-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Identificación de los sistemas de suministro y disposición del agua en una comunidad rural</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 39 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistaingenieria.univalle.edu.co/index.php/ingenieria_y_competitividad/article/view/10947\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/e20610947 - 1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 40 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.unal.edu.co/index.php/gestion/article/view/104253\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/104253_LowCarbonAgriculturalSectorGA2522022-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 41 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://scijournals.onlinelibrary.wiley.com/doi/10.1002/ghg.2066\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/GHGSTGreenhouseGasBalanceColombia-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 42 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.sciencedirect.com/science/article/abs/pii/S0932473921000237?via%3Dihub\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/OIP.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 43 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.usp.br/paz/article/view/158175\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/airtone20216107158175-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 44 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.researchgate.net/publication/350640282_Impactos_del_cambio_climatico_sobre_los_rendimientos_del_arroz_Oryza_sativa_L_en_la_Zona_Llanos_Colombia/link/606b6c41a6fdccad3f753959/download?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/1698-Textodelartculo-4725-3-10-202101072-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Impactos del cambio climático sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 45 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://raccefyn.co/index.php/raccefyn/article/view/1025\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/revista131025Firstrecordofthelarvae-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 46 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://journals.sagepub.com/doi/10.1177/1178622120917725\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/vargas-pineda-et-al-2020-supply-demand-of-water-resource-of-a-basin-with-high-anthropic-pressure-case-study-quenane-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 47 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://link.springer.com/article/10.1007/s10653-020-00548-9\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/10.1007s10653-020-00548-9-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 48 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://hemeroteca.unad.edu.co/index.php/riaa/article/view/3091\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Unad-ojs4usoderecursos-1 1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 49 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S0123-30332020000100007\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/0123-3033-inco-22-01-8429-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Water footprint: An effective tool for the challenge of water sustainability</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 50 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/575\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/575-Texto del artculo-4249-1-10-20200210-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">El compostaje, una alternativa para el aprovechamiento de residuos orgánicos en las centrales de abastecimiento</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 51 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mapress.com/zt/article/view/zootaxa.4656.2.9\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/camelobaetidiusmetae 1-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 52 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.sciencedirect.com/science/article/abs/pii/S0147651319304002?via%3Dihub\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/01476513.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 53 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://link.springer.com/article/10.1007/s10653-018-0160-6\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Captura de pantalla_23-9-2025_142712_www.researchgate.net.jpeg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 54 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://hemeroteca.unad.edu.co/index.php/riaa/article/view/2167\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Administradordistribucionespacial-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Distribución espacial del plomo (Pb) en el municipio de Villavicencio usando briófitos como medio de verificación de la calidad ambiental urbana</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 55 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://repository.unad.edu.co/handle/10596/29339\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Administradorv9n2a2_Recursosuelo-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">El recurso suelo; un análisis de las funciones, capacidad de uso e indicadores de calidad</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 56 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistasojs.ucaldas.edu.co/index.php/boletincientifico/article/view/2740\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/cfnbBoletin221_8-comp-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACIÓN DE LA DISTRIBUCIÓN A LA CUENCA DEL RÍO ORINOCO</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 57 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistasojs.ucaldas.edu.co/index.php/lunazul/article/view/3281\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/cfnbLunazul46_3-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Análisis de un Sistema de cosecha de agua lluvia a pequeña escala con finalidad pecuaria</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 58 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistacolombianaentomologia.univalle.edu.co/index.php/SOCOLEN/article/view/5958\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/RCdEDic2017_271-276-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 59 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.unal.edu.co/index.php/actabiol/article/view/60619\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/lcaballeroArt2Acta223-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bentónicos del departamento del Meta</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 60 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistasojs.ucaldas.edu.co/index.php/lunazul/article/view/3866\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/cfnbLunazul45_5-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Gestión del agua en comunidades rurales; caso de estudio Cuenca del río Guayuriba, Meta-Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 61 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/434\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/434-Texto del artculo-3956-1-10-20190129-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Análisis de estudios en metales pesados en zonas agrícolas de Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 62 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/394\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/394-Texto del artculo-3871-1-10-20171121-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Evaluación de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del río Guayuriba (Meta, Colombia), a través de la evaluación de huella hídrica</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 63 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://hemeroteca.unad.edu.co/index.php/riaa/article/view/2044\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/AdministradorArt15-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">La economía verde: un cambio ambiental y social necesario en el mundo actual</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 64 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.mdpi.com/2077-0472/7/7/52\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/agriculture-07-00052-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 65 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistasojs.ucaldas.edu.co/index.php/lunazul/article/view/3832\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/cfnbLunazul44_11-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">GESTIÓN DE RESIDUOS SÓLIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTERÉS: EMPRESA, ESTADO Y COMUNIDAD</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 66 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.sciencedirect.com/science/article/abs/pii/S1369847816305022?via%3Dihub\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Manuscript-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 67 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/pdf/pml/v12n1/1909-0455-pml-12-01-00115.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/1909-0455-pml-12-01-00115-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Análisis de la inclusión de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 68 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/346\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/346-Texto del artculo-3683-1-10-20170420-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 69 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.usantotomas.edu.co/index.php/riiep/article/view/3622\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/cangulomuozGestor_adelarevista12Laproblematica-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">La problemática de la niña, niño y joven trabajador y su erradicación a través de programas de prevención. Artículo producto de la investigación</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 70 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://revistas.unal.edu.co/index.php/cal/article/view/57836\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/yfigueroacv38n1a10-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 71 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.sciencedirect.com/science/article/abs/pii/S0048969716303126?via%3Dihub\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 72 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000200011\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v19n2a11-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Servicios ecosistémicos como soporte para la gestión de sistemas socioecológicos: aplicación en agroecosistemas</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 73 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/337\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/337-Texto del artculo-3531-1-10-20161011-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gaitán, Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 74 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S1909-24742015000200016\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/n41a16-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">EVALUACIÓN DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 75 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100010\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v19n1a10-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Niveles de contaminación en tres sectores de Villavicencio, a través del indice de geo-acumulación (I-geo)</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 76 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100011\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v19n1a11-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Contenidos de metales pesados en suelos agrícolas de la región del Ariari, departamento del Meta</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 77 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.tandfonline.com/doi/full/10.1080/17457300.2015.1047863\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/Tasciotti2015bis-2_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Oil industry and road traffic fatalities in contemporary Colombia</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 78 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/309\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/309-Texto del artculo-3310-1-10-20150830-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">La ciudad y su dinámica</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 79 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://repositorio.ucaldas.edu.co/entities/publication/e424f7e5-f875-4e32-b910-1fd5cd3178e5/full\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/n39a03-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 80 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/download/280/826\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v18n1a06-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 81 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://www.redalyc.org/articulo.oa?id=321728584006\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/321728584006-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">LA HUELLA HÍDRICA COMO UNA ESTRATEGIA DE EDUCACIÓN AMBIENTAL ENFOCADA A LA GESTIÓN DEL RECURSO HÍDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 82 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S1909-24742013000100003\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/n36a03-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">100 MUJERES: UNA INICIATIVA DE EDUCACIÓN AMBIENTAL CON PERSPECTIVA DE GÉNERO</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 83 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://www.scielo.org.co/pdf/rori/v16n2/en_v16n2a01.pdf\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/en_v16n2a01_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">A view towards sustainable environmental management the Orinoquian region</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 84 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/43\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/43-Texto del artculo-186-1-10-20141001-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">La palma de moriche (Mauritia flexuosa L.f) un ecosistema estratégico</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 85 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/37\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/37-Texto del artculo-157-1-10-20140930-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Experiencias en la captura de los gases de combustión de cascarilla de arroz con soluciones alcalinas</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 86 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"http://scielo.org.co/scielo.php?script=sci_arttext&amp;pid=S0121-37092010000300013\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/v14s1a13-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">La descomposición térmica de la cascarilla de arroz:una alternativa de aprovechamiento integral.</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 87 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/90\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/90-Texto del artculo-400-1-10-20141004-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">Caracterización fitoquímica y bromatológica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso</h4>\r\n</a></div>\r\n</div>\r\n<!-- TARJETA 88 -->\r\n<div class=\"g-block size-33-3\" style=\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\">\r\n<div class=\"card\" style=\"background: #fff; border-color: #fff; text-align: center;\"><a style=\"text-decoration: none; color: inherit; display: block;\" href=\"https://orinoquia.unillanos.edu.co/index.php/orinoquia/article/view/210\" target=\"_blank\" rel=\"noopener\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\" src=\"images/Articulos_in/Imagenes/210-Texto del artculo-974-1-10-20141016-1_page-0001.jpg\" alt=\"Miniatura 5\" width=\"260\" height=\"298\">\r\n<h4 style=\"margin-top: 10px; font-size: 16px; color: #1e40af;\">IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA</h4>\r\n</a></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:13;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-09-23 19:58:46\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:115;s:8:\"ordering\";i:0;s:8:\"category\";s:13:\"publicaciones\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:29:\"23:articulos-de-investigacion\";s:7:\"catslug\";s:16:\"13:publicaciones\";s:6:\"author\";s:5:\"admin\";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:\"2025-07-07 19:00:41\";i:10;N;i:11;s:83:\"index.php?option=com_content&view=article&id=23:articulos-de-investigacion&catid=13\";i:12;N;i:13;s:19:\"2025-07-07 19:00:41\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"publicaciones\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:16;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:28:\"Artículos de investigación\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=23\";}'),(33,'index.php?option=com_content&view=category&id=14','index.php?option=com_content&view=category&id=14','Servicios','','2025-07-07 19:01:15','64f444de00a8283509cb166c937bf293',1,1,1,'*',NULL,NULL,'2025-07-07 19:01:15',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:14;s:5:\"alias\";s:9:\"servicios\";s:9:\"extension\";s:11:\"com_content\";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\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:23;s:9:\"parent_id\";i:1;s:5:\"level\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2025-07-07 19:01:15\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:12:\"14:servicios\";s:6:\"layout\";s:8:\"category\";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:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}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:48:\"index.php?option=com_content&view=category&id=14\";i:12;N;i:13;s:19:\"2025-07-07 19:01:15\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:9:\"Servicios\";i:17;i:1;i:18;s:48:\"index.php?option=com_content&view=category&id=14\";}'),(34,'index.php?option=com_content&view=category&id=15','index.php?option=com_content&view=category&id=15','CCA','','2025-07-07 19:01:37','1506c07e7a05af37b51dbf3277ba3769',1,1,1,'*',NULL,NULL,'2025-07-07 19:01:37',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:15;s:5:\"alias\";s:3:\"cca\";s:9:\"extension\";s:11:\"com_content\";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\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:24;s:9:\"parent_id\";i:14;s:5:\"level\";i:2;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2025-07-07 19:01:37\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:6:\"15:cca\";s:6:\"layout\";s:8:\"category\";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:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}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:48:\"index.php?option=com_content&view=category&id=15\";i:12;N;i:13;s:19:\"2025-07-07 19:01:37\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:3:\"CCA\";i:17;i:1;i:18;s:48:\"index.php?option=com_content&view=category&id=15\";}'),(35,'index.php?option=com_contact&view=contact&id=1','index.php?option=com_contact&view=contact&id=1:cotiza-con-nosotros&catid=4:uncategorised','Cotiza con nosotros','','2025-09-02 14:19:53','964d90fe0d71eac3f6a668e15cceb98f',1,1,1,'*','2025-09-02 14:11:29',NULL,'2025-07-15 19:59:26',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:0:\"\";i:3;a:34:{s:2:\"id\";i:1;s:5:\"alias\";s:19:\"cotiza con nosotros\";s:8:\"position\";s:0:\"\";s:7:\"address\";s:0:\"\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-09-02 14:19:53\";s:11:\"modified_by\";i:46;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:0:\"\";s:3:\"zip\";s:0:\"\";s:9:\"telephone\";s:0:\"\";s:3:\"fax\";s:0:\"\";s:7:\"summary\";s:0:\"\";s:5:\"email\";s:25:\"[email protected]\";s:6:\"mobile\";s:0:\"\";s:5:\"image\";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:4:\"hide\";s:17:\"show_contact_list\";s:1:\"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:\"1\";s:11:\"allow_vcard\";s:1:\"0\";s:13:\"show_articles\";s:1:\"0\";s:20:\"articles_display_num\";s:0:\"\";s:12:\"show_profile\";s: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:1:\"1\";s:12:\"custom_reply\";s:0:\"\";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:21:\"1:cotiza-con-nosotros\";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;s:19:\"2025-09-02 14:11:29\";i:10;N;i:11;s:88:\"index.php?option=com_contact&view=contact&id=1:cotiza-con-nosotros&catid=4:uncategorised\";i:12;N;i:13;s:19:\"2025-07-15 19:59:26\";i:14;i:1;i:15;a:3:{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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:19;}}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:12;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:19:\"Cotiza con nosotros\";i:17;i:2;i:18;s:46:\"index.php?option=com_contact&view=contact&id=1\";}'),(36,'index.php?option=com_content&view=category&id=16','index.php?option=com_content&view=category&id=16','ICAOC al Día','','2025-07-22 13:58:19','f38524edf9fc3a4160e643023521026e',1,1,1,'*',NULL,NULL,'2025-07-22 13:58:19',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:16;s:5:\"alias\";s:12:\"icaoc al dia\";s:9:\"extension\";s:11:\"com_content\";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\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:27;s:9:\"parent_id\";i:1;s:5:\"level\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2025-07-22 13:58:19\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:15:\"16:icaoc-al-dia\";s:6:\"layout\";s:8:\"category\";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:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}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:48:\"index.php?option=com_content&view=category&id=16\";i:12;N;i:13;s:19:\"2025-07-22 13:58:19\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"ICAOC al Día\";i:17;i:1;i:18;s:48:\"index.php?option=com_content&view=category&id=16\";}'),(38,'index.php?option=com_content&view=category&id=17','index.php?option=com_content&view=category&id=17','Eventos ','','2025-07-23 20:00:13','3fe2f2b88a1a35ba19d9e67ad01d6c02',1,1,1,'*',NULL,NULL,'2025-07-23 17:18:28',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:0:\"\";i:3;a:17:{s:2:\"id\";i:17;s:5:\"alias\";s:7:\"eventos\";s:9:\"extension\";s:11:\"com_content\";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\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:29;s:9:\"parent_id\";i:1;s:5:\"level\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:0:\"\";s:10:\"created_by\";i:46;s:8:\"modified\";s:19:\"2025-07-23 20:00:13\";s:11:\"modified_by\";i:46;s:4:\"slug\";s:10:\"17:eventos\";s:6:\"layout\";s:8:\"category\";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:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}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:48:\"index.php?option=com_content&view=category&id=17\";i:12;N;i:13;s:19:\"2025-07-23 17:18:28\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:8:\"Eventos \";i:17;i:1;i:18;s:48:\"index.php?option=com_content&view=category&id=17\";}'),(39,'index.php?option=com_content&view=article&id=25','index.php?option=com_content&view=article&id=25:eventos&catid=17','Eventos ',' Jornada de Ciencias Ambientales La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participación y cooperación entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desafíos actuales de la región y del país. Este evento se desarrolla de forma bianual desde el año 2017. 5a Jornada de Ciencias Ambientales Innovación para la sostenibilidad La quinta edición de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevará a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia. Este evento bianual busca promover el diálogo y la construcción colectiva, integrando ciencia, tecnología y gestión ambiental para afrontar los desafíos de sostenibilidad en la región y el país. Se desarrollará bajo las modalidades de ponencia oral y presentación tipo póster, con participación libre y gratuita. Las contribuciones aceptadas se publicarán en las Memorias Digitales con ISSN de la jornada, fortaleciendo la divulgación científica y la apropiación social del conocimiento ambiental. Ejes temáticos Tecnologías emergentes y modelos sostenibles de producción. Biodiversidad, cambio climático y gestión territorial. Gobernanza ambiental y educación para la sostenibilidad. 4a Jornada de Ciencias ambientales Nuevos Restos Ambientales para la Región Orinoquía y el País En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental 3a Jornada de Ciencias Ambientales Avanzando en la construcción ambiental en la Orinoquía Colombiana En esta ocasión la tercera Jornada de Ciencias Ambientales se realizó en Modalidad Virtual debido a las precauciones tomadas ante el COVID-19. Para está edición se presentaron 46 ponencias orales, de representantes de la Universidad de los Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas García (Policía Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nariño y la Institución Educativa Luis Carlos Galán Sarmiento (Puerto Gaitán). Las temáticas abordadas durante la jornada fueron: educación ambiental, estrategias de adaptación y mitigación al cambio climático, gestión de cuencas hidrográficas, gestión de la biodiversidad y servicios ecosistémicos, gestión del recurso suelo, gestión territorial, política y gobernanza ambiental y sistemas productivos sostenibles y producción más limpia. Se resalta la participación sincrónica de 74 asistentes durante el horario de presentaciones de la jornada virtual. 2a Jornada de Ciencias Ambientales Avanzando en la construcción ambiental en la Orinoquia Colombiana En esta segunda edición de la Jornada de Ciencias Ambientales, contó con la participación de 249 asistentes y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad póster. En esta jornada se destaca la presentación de trabajos en las temáticas de educación ambiental, contaminación ambiental y gestión de la biodiversidad y servicios ecosistémicos y la participación de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nariño, Universidad Nacional, Pontificia Universidad Javeriana, Corporación Universitaria Minuto de Dios, Institución Educativa Rural Vanguardia y la Institución Educativa Colegio San Francisco de Asís. 1ra Jornada de Ciencias Ambientales Iniciativas Ambientales en la Orinoquia Colombiana El Instituto de Ciencias Ambientales de la Orinoquia Colombiana – ICAOC, con su primera Jornada de Ciencias Ambientales, compartió con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana. En esta Jornada contó con la presentación de 89 trabajos en modalidad oral y póster, enmarcardos en los diferentes ejes temáticos, contando con una amplia participación en las áreas de contaminación ambiental, gestión de la Biodiversidad y servicios ecosistémicos. En esta primera jornada contamos con la participación de investigadores de la Universidad de los Llanos ','2025-11-27 03:45:45','0f35f3a217d90d87e5a9cdad71ddc938',1,1,1,'*','2025-07-23 17:30:49',NULL,'2025-07-23 17:30:49',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:5347:\" Jornada de Ciencias Ambientales La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participación y cooperación entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desafíos actuales de la región y del país. Este evento se desarrolla de forma bianual desde el año 2017. 5a Jornada de Ciencias Ambientales Innovación para la sostenibilidad La quinta edición de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevará a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia. Este evento bianual busca promover el diálogo y la construcción colectiva, integrando ciencia, tecnología y gestión ambiental para afrontar los desafíos de sostenibilidad en la región y el país. Se desarrollará bajo las modalidades de ponencia oral y presentación tipo póster, con participación libre y gratuita. Las contribuciones aceptadas se publicarán en las Memorias Digitales con ISSN de la jornada, fortaleciendo la divulgación científica y la apropiación social del conocimiento ambiental. Ejes temáticos Tecnologías emergentes y modelos sostenibles de producción. Biodiversidad, cambio climático y gestión territorial. Gobernanza ambiental y educación para la sostenibilidad. 4a Jornada de Ciencias ambientales Nuevos Restos Ambientales para la Región Orinoquía y el País En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental 3a Jornada de Ciencias Ambientales Avanzando en la construcción ambiental en la Orinoquía Colombiana En esta ocasión la tercera Jornada de Ciencias Ambientales se realizó en Modalidad Virtual debido a las precauciones tomadas ante el COVID-19. Para está edición se presentaron 46 ponencias orales, de representantes de la Universidad de los Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas García (Policía Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nariño y la Institución Educativa Luis Carlos Galán Sarmiento (Puerto Gaitán). Las temáticas abordadas durante la jornada fueron: educación ambiental, estrategias de adaptación y mitigación al cambio climático, gestión de cuencas hidrográficas, gestión de la biodiversidad y servicios ecosistémicos, gestión del recurso suelo, gestión territorial, política y gobernanza ambiental y sistemas productivos sostenibles y producción más limpia. Se resalta la participación sincrónica de 74 asistentes durante el horario de presentaciones de la jornada virtual. 2a Jornada de Ciencias Ambientales Avanzando en la construcción ambiental en la Orinoquia Colombiana En esta segunda edición de la Jornada de Ciencias Ambientales, contó con la participación de 249 asistentes y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad póster. En esta jornada se destaca la presentación de trabajos en las temáticas de educación ambiental, contaminación ambiental y gestión de la biodiversidad y servicios ecosistémicos y la participación de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nariño, Universidad Nacional, Pontificia Universidad Javeriana, Corporación Universitaria Minuto de Dios, Institución Educativa Rural Vanguardia y la Institución Educativa Colegio San Francisco de Asís. 1ra Jornada de Ciencias Ambientales Iniciativas Ambientales en la Orinoquia Colombiana El Instituto de Ciencias Ambientales de la Orinoquia Colombiana – ICAOC, con su primera Jornada de Ciencias Ambientales, compartió con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana. En esta Jornada contó con la presentación de 89 trabajos en modalidad oral y póster, enmarcardos en los diferentes ejes temáticos, contando con una amplia participación en las áreas de contaminación ambiental, gestión de la Biodiversidad y servicios ecosistémicos. En esta primera jornada contamos con la participación de investigadores de la Universidad de los Llanos \";i:3;a:25:{s:2:\"id\";i:25;s:5:\"alias\";s:7:\"eventos\";s:7:\"summary\";s:11772:\"<h1>Jornada de Ciencias Ambientales </h1>\r\n<p style=\"text-align: justify;\">La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participación y cooperación entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desafíos actuales de la región y del país. Este evento se desarrolla de forma bianual desde el año 2017.</p>\r\n<h2>5a Jornada de Ciencias Ambientales</h2>\r\n<h3 style=\"text-align: justify;\"><em>Innovación para la sostenibilidad</em></h3>\r\n<table style=\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: #ffffff; border-color: #ffffff;\" border=\"1\"><colgroup> <col style=\"width: 35%;\"> <col style=\"width: 65%;\"> </colgroup>\r\n<tbody>\r\n<tr><!-- Imagen principal -->\r\n<td style=\"vertical-align: top; border-color: #ffffff;\"><img class=\"effectck-steve\" style=\"margin: auto; display: block; max-width: 100%; height: auto;\" src=\"images/Eventos/VJCA2025.jpg\" alt=\"V Jornada de Ciencias Ambientales - Innovación para la sostenibilidad\" width=\"360\" height=\"512\" loading=\"lazy\" data-path=\"local-images:/Eventos/VJCA2025.jpg\"></td>\r\n<!-- Texto descriptivo -->\r\n<td style=\"border-color: #ffffff; vertical-align: top;\">\r\n<p style=\"text-align: justify; padding-left: 40px;\">La quinta edición de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevará a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia.</p>\r\n<p style=\"text-align: justify; padding-left: 40px;\">Este evento bianual busca promover el diálogo y la construcción colectiva, integrando ciencia, tecnología y gestión ambiental para afrontar los desafíos de sostenibilidad en la región y el país. Se desarrollará bajo las modalidades de ponencia oral y presentación tipo póster, con participación libre y gratuita.</p>\r\n<p style=\"text-align: justify; padding-left: 40px;\">Las contribuciones aceptadas se publicarán en las Memorias Digitales con ISSN de la jornada, fortaleciendo la divulgación científica y la apropiación social del conocimiento ambiental.</p>\r\n<h4 style=\"padding-left: 40px;\">Ejes temáticos</h4>\r\n<ul style=\"margin: 0; padding-left: 60px; list-style-type: disc; color: #000000; font-size: 14px; line-height: 1.5;\">\r\n<li style=\"color: #000000; margin-bottom: 8px;\">Tecnologías emergentes y modelos sostenibles de producción.</li>\r\n<li style=\"color: #000000; margin-bottom: 8px;\">Biodiversidad, cambio climático y gestión territorial.</li>\r\n<li style=\"color: #000000;\">Gobernanza ambiental y educación para la sostenibilidad.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<!-- Separador visual -->\r\n<h2 style=\"text-align: justify;\"></h2>\r\n<h2 style=\"text-align: justify;\">4a Jornada de Ciencias ambientales</h2>\r\n<h3 style=\"text-align: justify;\"><em>Nuevos Restos Ambientales para la Región Orinoquía y el Paí</em>s</h3>\r\n<table style=\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 537.575px;\" border=\"1\"><colgroup><col style=\"width: 35.081%;\"><col style=\"width: 64.919%;\"></colgroup>\r\n<tbody>\r\n<tr style=\"height: 516.775px;\">\r\n<td style=\"border-color: rgb(255, 255, 255); height: 516.775px; vertical-align: top;\"><img class=\"effectck-steve\" style=\"margin-top: auto; margin-bottom: auto;\" src=\"images/Eventos/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\" width=\"352\" height=\"512\" loading=\"lazy\" data-path=\"local-images:/Eventos/Banner 4ta Jornada de Ciencias Ambientales.jpg\"></td>\r\n<td style=\"border-color: rgb(255, 255, 255); height: 516.775px;\">\r\n<p style=\"text-align: justify;\">En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. </p>\r\n<p class=\"MsoNormal\" style=\"text-align: justify;\">Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de g<span style=\"font-size: 1rem;\">estión territorial y gestión del riesgo, t</span><span style=\"font-size: 1rem;\">ransición energética, S</span><span style=\"font-size: 1rem;\">istemas productivos sostenibles y producción más limpia, </span><span style=\"font-size: 1rem;\">Política y gobernanza ambiental, </span><span style=\"font-size: 1rem;\">Gestión del agua y cuencas hidrográficas, </span><span style=\"font-size: 1rem;\">Gestión de la Biodiversidad y Servicios ecosistémicos, </span><span style=\"font-size: 1rem;\">Gestión del recurso suelo, </span><span style=\"font-size: 1rem;\">Gestión territorial, </span><span style=\"font-size: 1rem;\">Educación Ambiental</span></p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 20.8px;\">\r\n<td style=\"border-color: rgb(255, 255, 255); vertical-align: top; height: 20.8px;\" colspan=\"2\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2>3a Jornada de Ciencias Ambientales</h2>\r\n<h3><em>Avanzando en la construcción ambiental en la Orinoquía Colombiana</em> </h3>\r\n<table style=\"border-collapse: collapse; width: 97.9048%; height: 589px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\" border=\"1\"><colgroup><col style=\"width: 35.4471%;\"><col style=\"width: 64.5529%;\"></colgroup>\r\n<tbody>\r\n<tr style=\"height: 353.969px;\">\r\n<td style=\"height: 589px; vertical-align: top; border-color: rgb(255, 255, 255);\" rowspan=\"2\"><img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/Eventos/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\" width=\"358\" height=\"592\" loading=\"lazy\" data-path=\"local-images:/Eventos/Banner 3ra Jornada de Ciencias Ambientales 1.jpg\"></td>\r\n<td style=\"height: 353.969px; border-color: rgb(255, 255, 255);\">\r\n<p style=\"text-align: justify; padding-left: 40px;\">En esta ocasión la tercera Jornada de Ciencias Ambientales se realizó en Modalidad Virtual debido a las precauciones  tomadas ante el COVID-19. Para está edición se presentaron 46 ponencias orales, de representantes de la Universidad de los  Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas García (Policía Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nariño y la Institución Educativa Luis Carlos Galán Sarmiento (Puerto Gaitán).</p>\r\n<p style=\"text-align: justify; padding-left: 40px;\">Las temáticas abordadas durante la jornada fueron: educación ambiental, estrategias de adaptación y mitigación al cambio climático, gestión de cuencas hidrográficas, gestión de la biodiversidad y servicios ecosistémicos, gestión del recurso suelo, gestión territorial, política y gobernanza ambiental y sistemas productivos sostenibles y producción más limpia. </p>\r\n<p style=\"padding-left: 40px;\">Se resalta la participación sincrónica de 74 asistentes durante el horario de presentaciones de la jornada virtual.</p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 235.031px;\">\r\n<td style=\"height: 235.031px; border-color: rgb(255, 255, 255);\"><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"images/Eventos/Imagen%203Ra%20JCA_Banner%20Para%20pagina.png\" width=\"615\" height=\"136\" loading=\"lazy\" data-path=\"local-images:/Eventos/Imagen 3Ra JCA_Banner Para pagina.png\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>2a Jornada de Ciencias Ambientales</h2>\r\n<h3><em>Avanzando en la construcción ambiental en la Orinoquia Colombiana</em></h3>\r\n<table style=\"border-collapse: collapse; width: 98.4762%; height: 547.338px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\" border=\"1\"><colgroup><col style=\"width: 42.1289%;\"><col style=\"width: 57.9128%;\"></colgroup>\r\n<tbody>\r\n<tr style=\"height: 339.15px;\">\r\n<td style=\"height: 547.338px; vertical-align: top; border-color: rgb(255, 255, 255);\" rowspan=\"2\"><img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/Eventos/2da%20Jornada%20de%20Ciencias%20Ambientales.jpg\" width=\"360\" height=\"540\" loading=\"lazy\" data-path=\"local-images:/Eventos/2da Jornada de Ciencias Ambientales.jpg\"></td>\r\n<td style=\"height: 339.15px; text-align: justify; padding-left: 40px; vertical-align: top; border-color: rgb(255, 255, 255);\">\r\n<p>En esta segunda edición de la Jornada de Ciencias Ambientales, contó con la participación de 249 asistentes  y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad póster. En esta jornada se destaca la presentación de trabajos en las temáticas de educación ambiental, contaminación ambiental y gestión de la biodiversidad y servicios ecosistémicos  y la participación de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nariño, Universidad Nacional,<span style=\"mso-spacerun: yes;\">  </span><span style=\"font-size: 1rem;\">Pontificia Universidad Javeriana, Corporación Universitaria Minuto de Dios, Institución Educativa Rural Vanguardia y la Institución Educativa Colegio San Francisco de Asís.</span> </p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 208.188px;\">\r\n<td style=\"height: 208.188px; border-color: rgb(255, 255, 255);\"> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2>1ra Jornada de Ciencias Ambientales</h2>\r\n<h3 style=\"text-align: left; line-height: 1;\"><em>Iniciativas Ambientales en la Orinoquia Colombiana</em></h3>\r\n<table style=\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 589.725px;\" border=\"1\"><colgroup><col style=\"width: 33.2802%;\"><col style=\"width: 66.7528%;\"></colgroup>\r\n<tbody>\r\n<tr style=\"height: 299.7px;\">\r\n<td style=\"border-color: rgb(255, 255, 255); height: 589.725px;\" rowspan=\"2\">\r\n<h3><img class=\"effectck-steve\" style=\"margin: auto; display: block;\" src=\"images/Eventos/WhatsApp%20Image%202025-02-27%20at%2010.38.58%20AM.jpeg\" width=\"351\" height=\"510\" loading=\"lazy\" data-path=\"local-images:/Eventos/WhatsApp Image 2025-02-27 at 10.38.58 AM.jpeg\"></h3>\r\n<h3> </h3>\r\n</td>\r\n<td style=\"border-color: rgb(255, 255, 255); height: 299.7px;\">\r\n<p style=\"text-align: justify; padding-left: 40px;\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana – ICAOC, con su primera Jornada de Ciencias Ambientales, compartió con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana. </p>\r\n<p style=\"text-align: justify; padding-left: 40px;\">En esta Jornada contó con la presentación de 89 trabajos en modalidad oral y póster, enmarcardos en los diferentes ejes temáticos,  contando con una amplia participación en las áreas de contaminación ambiental, gestión de la Biodiversidad y servicios ecosistémicos.</p>\r\n<p style=\"text-align: justify; padding-left: 40px;\">En esta primera jornada contamos con la participación de investigadores de la Universidad de los Llanos</p>\r\n</td>\r\n</tr>\r\n<tr style=\"height: 290.025px;\">\r\n<td style=\"border-color: rgb(255, 255, 255); height: 290.025px; text-align: center; vertical-align: top;\">\r\n<h3> </h3>\r\n<h3> </h3>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><em></em></h3>\";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:17;s:10:\"created_by\";i:46;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-11-27 03:45:45\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:114;s:8:\"ordering\";i:0;s:8:\"category\";s:8:\"Eventos \";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:10:\"25:eventos\";s:7:\"catslug\";s:10:\"17:eventos\";s:6:\"author\";s:15:\"usuario - icaoc\";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:\"2025-07-23 17:30:49\";i:10;N;i:11;s:64:\"index.php?option=com_content&view=article&id=25:eventos&catid=17\";i:12;N;i:13;s:19:\"2025-07-23 17:30:49\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:15:\"usuario - icaoc\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:21;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Eventos \";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:24;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:8:\"Eventos \";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=25\";}'),(40,'index.php?option=com_content&view=article&id=26','index.php?option=com_content&view=article&id=26:jornada-de-ciencias-ambientales&catid=18','Jornada de Ciencias Ambientales',' Jornada de Ciencias Ambientales La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participación y cooperación entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desafíos actuales de la región y del país. Este evento se desarrolla de forma bianual desde el año 2017. 4a Jornada de Ciencias ambientales Nuevos Restos Ambientales para la Región Orinoquía y el País En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental ','2025-08-19 21:58:34','33f26e87ed3b01d9be02e3dbc448caa5',1,1,1,'*','2025-08-05 20:48:39',NULL,'2025-08-05 20:48:39',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:1550:\" Jornada de Ciencias Ambientales La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participación y cooperación entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desafíos actuales de la región y del país. Este evento se desarrolla de forma bianual desde el año 2017. 4a Jornada de Ciencias ambientales Nuevos Restos Ambientales para la Región Orinoquía y el País En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental \";i:3;a:25:{s:2:\"id\";i:26;s:5:\"alias\";s:31:\"jornada de ciencias ambientales\";s:7:\"summary\";s:2230:\"<h2>Jornada de Ciencias Ambientales </h2>\r\n<p style=\"text-align: justify;\"> La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participación y cooperación entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desafíos actuales de la región y del país. Este evento se desarrolla de forma bianual desde el año 2017.</p>\r\n<h2 style=\"text-align: justify;\">4a Jornada de Ciencias ambientales</h2>\r\n<h3 style=\"text-align: justify;\"><em>Nuevos Restos Ambientales para la Región Orinoquía y el Paí</em>s</h3>\r\n<div style=\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\"><!-- Imagen a la izquierda -->\r\n<div style=\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\"><img style=\"width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto;\" src=\"images/Eventos/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\" alt=\"4ta Jornada de Ciencias Ambientales\"></div>\r\n<!-- Texto a la derecha -->\r\n<div style=\"flex: 2 1 300px; text-align: justify; padding: 10px;\">\r\n<p>En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. </p>\r\n<p>Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental</p>\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:18;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-08-19 21:58:34\";s:11:\"modified_by\";i:44;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:1;s:8:\"category\";s:14:\"eventos prueba\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:34:\"26:jornada-de-ciencias-ambientales\";s:7:\"catslug\";s:17:\"18:eventos-prueba\";s:6:\"author\";s:5:\"admin\";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:\"2025-08-05 20:48:39\";i:10;N;i:11;s:88:\"index.php?option=com_content&view=article&id=26:jornada-de-ciencias-ambientales&catid=18\";i:12;N;i:13;s:19:\"2025-08-05 20:48:39\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"eventos prueba\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:25;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:31:\"Jornada de Ciencias Ambientales\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=26\";}'),(41,'index.php?option=com_content&view=category&id=18','index.php?option=com_content&view=category&id=18','eventos prueba',' Jornada de Ciencias Ambientales La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participación y cooperación entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desafíos actuales de la región y del país. Este evento se desarrolla de forma bianual desde el año 2017. ','2025-08-07 14:25:10','0b3d299fd445bc7d22fcef5c0f99ce3c',1,1,1,'*',NULL,NULL,'2025-08-07 14:22:26',NULL,0,0,1,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:376:\" Jornada de Ciencias Ambientales La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participación y cooperación entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desafíos actuales de la región y del país. Este evento se desarrolla de forma bianual desde el año 2017. \";i:3;a:17:{s:2:\"id\";i:18;s:5:\"alias\";s:14:\"eventos prueba\";s:9:\"extension\";s:11:\"com_content\";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\":2:{s:6:\"author\";s:0:\"\";s:6:\"robots\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:3:\"lft\";i:31;s:9:\"parent_id\";i:1;s:5:\"level\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:15:\"category_layout\";s:0:\"\";s:5:\"image\";s:0:\"\";s:9:\"image_alt\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"summary\";s:424:\"<h2>Jornada de Ciencias Ambientales </h2>\r\n<p style=\"text-align: justify;\"> La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participación y cooperación entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desafíos actuales de la región y del país. Este evento se desarrolla de forma bianual desde el año 2017.</p>\";s:10:\"created_by\";i:44;s:8:\"modified\";s:19:\"2025-08-07 14:25:10\";s:11:\"modified_by\";i:44;s:4:\"slug\";s:17:\"18:eventos-prueba\";s:6:\"layout\";s:8:\"category\";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:4:\"link\";i:4;s:7:\"metakey\";i:5;s:8:\"metadesc\";i:6;s:10:\"metaauthor\";i:7;s:6:\"author\";}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:48:\"index.php?option=com_content&view=category&id=18\";i:12;N;i:13;s:19:\"2025-08-07 14:22:26\";i:14;i:1;i:15;a:2:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"Category\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:8;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:14:\"eventos prueba\";i:17;i:1;i:18;s:48:\"index.php?option=com_content&view=category&id=18\";}'),(42,'index.php?option=com_content&view=article&id=27','index.php?option=com_content&view=article&id=27:4a-jornada-de-ciencias-ambientales&catid=18','4a Jornada de Ciencias ambientales',' Nuevos Restos Ambientales para la Región Orinoquía y el País En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental ','2025-08-07 17:30:49','e6f2473986eb96d63cd432c544ceff17',1,1,1,'*','2025-08-07 14:27:10',NULL,'2025-08-07 14:27:10',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:1140:\" Nuevos Restos Ambientales para la Región Orinoquía y el País En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental \";i:3;a:25:{s:2:\"id\";i:27;s:5:\"alias\";s:34:\"4a jornada de ciencias ambientales\";s:7:\"summary\";s:1691:\"<h3 style=\"text-align: justify;\"><em>Nuevos Restos Ambientales para la Región Orinoquía y el Paí</em>s</h3>\r\n<div style=\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\"><!-- Imagen a la izquierda -->\r\n<div style=\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\"><img style=\"width: 100%; height: auto; display: block;\" src=\"images/Eventos/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\" alt=\"4ta Jornada de Ciencias Ambientales\"></div>\r\n<!-- Texto a la derecha -->\r\n<div style=\"flex: 2 1 300px; text-align: justify; padding: 10px;\">\r\n<p>En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. </p>\r\n<p>Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental</p>\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:18;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-08-07 17:30:49\";s:11:\"modified_by\";i:44;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:5;s:8:\"ordering\";i:1;s:8:\"category\";s:14:\"eventos prueba\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:37:\"27:4a-jornada-de-ciencias-ambientales\";s:7:\"catslug\";s:17:\"18:eventos-prueba\";s:6:\"author\";s:5:\"admin\";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:\"2025-08-07 14:27:10\";i:10;N;i:11;s:91:\"index.php?option=com_content&view=article&id=27:4a-jornada-de-ciencias-ambientales&catid=18\";i:12;N;i:13;s:19:\"2025-08-07 14:27:10\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"eventos prueba\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:25;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:34:\"4a Jornada de Ciencias ambientales\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=27\";}'),(43,'index.php?option=com_content&view=article&id=28','index.php?option=com_content&view=article&id=28:3a-jornada-de-ciencias-ambientales&catid=18','3a Jornada de Ciencias Ambientales',' Avanzando en la construcción ambiental en la Orinoquía Colombianas En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental ','2025-08-07 17:14:02','68c64f90f48a26fd1ce928c05ba6e9a2',1,1,1,'*','2025-08-07 14:37:51',NULL,'2025-08-07 14:37:51',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:1145:\" Avanzando en la construcción ambiental en la Orinoquía Colombianas En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental \";i:3;a:25:{s:2:\"id\";i:28;s:5:\"alias\";s:34:\"3a jornada de ciencias ambientales\";s:7:\"summary\";s:1709:\"<p></p>\r\n<h3 style=\"text-align: justify;\"><em>Avanzando en la construcción ambiental en la Orinoquía Colombiana</em>s</h3>\r\n<div style=\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\"><!-- Imagen a la izquierda -->\r\n<div style=\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\"><img style=\"width: 100%; height: auto; display: block;\" src=\"images/Eventos/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\" alt=\"4ta Jornada de Ciencias Ambientales\"></div>\r\n<!-- Texto a la derecha -->\r\n<div style=\"flex: 2 1 300px; text-align: justify; padding: 10px;\">\r\n<p>En esta ocasión, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En está oportunidad, también se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. </p>\r\n<p>Se presentaron 36 trabajos en modalidad oral y tipo póster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporación Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administración Pública, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes temáticos: de gestión territorial y gestión del riesgo, transición energética, Sistemas productivos sostenibles y producción más limpia, Política y gobernanza ambiental, Gestión del agua y cuencas hidrográficas, Gestión de la Biodiversidad y Servicios ecosistémicos, Gestión del recurso suelo, Gestión territorial, Educación Ambiental</p>\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:18;s:10:\"created_by\";i:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-08-07 17:14:02\";s:11:\"modified_by\";i:44;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:3;s:8:\"ordering\";i:0;s:8:\"category\";s:14:\"eventos prueba\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:37:\"28:3a-jornada-de-ciencias-ambientales\";s:7:\"catslug\";s:17:\"18:eventos-prueba\";s:6:\"author\";s:5:\"admin\";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:\"2025-08-07 14:37:51\";i:10;N;i:11;s:91:\"index.php?option=com_content&view=article&id=28:3a-jornada-de-ciencias-ambientales&catid=18\";i:12;N;i:13;s:19:\"2025-08-07 14:37:51\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:14:\"eventos prueba\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:25;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:34:\"3a Jornada de Ciencias Ambientales\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=28\";}'),(44,'index.php?option=com_content&view=article&id=29','index.php?option=com_content&view=article&id=29:prueba-2&catid=2','prueba blog',' ','2025-08-07 17:20:30','ab5ad3d5ac27d089a042afebdb169501',1,0,1,'*','2025-08-07 17:20:19',NULL,'2025-08-07 17:20:19',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:1:\" \";i:3;a:25:{s:2:\"id\";i:29;s:5:\"alias\";s:8:\"prueba 2\";s:7:\"summary\";s:7:\"<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:44;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-08-07 17:20:30\";s:11:\"modified_by\";i:44;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:2;s:8:\"ordering\";i:0;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:11:\"29:prueba-2\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:5:\"admin\";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:\"2025-08-07 17:20:19\";i:10;N;i:11;s:64:\"index.php?option=com_content&view=article&id=29:prueba-2&catid=2\";i:12;N;i:13;s:19:\"2025-08-07 17:20:19\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:5:\"admin\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:11;}}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:12;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:11:\"prueba blog\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=29\";}'),(45,'index.php?option=com_content&view=article&id=30','index.php?option=com_content&view=article&id=30:icaoc-al-dia&catid=16','ICAOC al Día',' ','2025-08-26 19:24:04','59159b747164f79ca7b38baced7f000e',1,0,1,'*','2025-08-26 19:20:18',NULL,'2025-08-26 19:20:18',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:1:\" \";i:3;a:25:{s:2:\"id\";i:30;s:5:\"alias\";s:12:\"icaoc al dia\";s:7:\"summary\";s:7:\"<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:16;s:10:\"created_by\";i:46;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2025-08-26 19:24:04\";s:11:\"modified_by\";i:46;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:\"1\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"1\";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:\"1\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"1\";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:\"1\";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:\"1\";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:5;s:8:\"ordering\";i:0;s:8:\"category\";s:13:\"ICAOC al Día\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:15:\"30:icaoc-al-dia\";s:7:\"catslug\";s:15:\"16:icaoc-al-dia\";s:6:\"author\";s:15:\"usuario - icaoc\";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:\"2025-08-26 19:20:18\";i:10;N;i:11;s:69:\"index.php?option=com_content&view=article&id=30:icaoc-al-dia&catid=16\";i:12;N;i:13;s:19:\"2025-08-26 19:20:18\";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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:15:\"usuario - icaoc\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:21;}}s:8:\"Category\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"ICAOC al Día\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:1:\"*\";s:6:\"nested\";b:1;s:2:\"id\";i:26;}}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:1:\"*\";s:6:\"nested\";b:0;s:2:\"id\";i:7;}}}i:16;s:13:\"ICAOC al Día\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=30\";}');
/*!40000 ALTER TABLE `jnx5e_finder_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_links_terms`
--

DROP TABLE IF EXISTS `jnx5e_finder_links_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_links_terms`
--

LOCK TABLES `jnx5e_finder_links_terms` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_links_terms` DISABLE KEYS */;
INSERT INTO `jnx5e_finder_links_terms` VALUES (1,1,0.6),(27,1,1.11),(32,2,0.07),(26,2,0.14),(1,2,0.17),(35,2,0.17),(5,2,0.45),(27,3,0.68),(1,3,0.8),(1,5,0.5334),(27,5,0.98679),(1,9,0.2666),(5,9,0.37324),(21,9,0.49321),(27,9,0.49321),(30,9,0.49321),(41,9,0.55986),(24,9,0.58652),(23,9,0.77314),(10,9,0.9331),(20,9,0.9331),(19,9,0.98642),(17,9,1.30634),(12,9,1.51962),(42,9,1.51962),(43,9,1.51962),(14,9,1.71957),(15,9,1.81288),(16,9,1.90619),(40,9,2.17279),(7,9,3.17254),(25,9,4.01233),(26,9,5.81188),(39,9,6.43839),(32,9,9.7309),(1,10,1.8666),(27,10,3.45321),(10,12,0.37324),(14,12,0.37324),(41,12,0.37324),(12,12,0.55986),(42,12,0.55986),(16,12,0.55986),(43,12,0.65317),(17,12,0.83979),(40,12,0.9331),(15,12,0.9331),(25,12,0.9331),(20,12,1.11972),(26,12,1.49296),(7,12,1.67958),(32,12,3.54578),(39,12,4.57219),(1,14,0.1334),(27,14,0.24679),(7,15,0.14),(12,15,0.14),(14,15,0.14),(32,15,0.14),(39,15,0.14),(10,15,0.28),(20,15,0.28),(7,16,0.09331),(15,16,0.09331),(41,16,0.09331),(16,16,0.18662),(42,16,0.46655),(43,16,0.46655),(40,16,0.55986),(39,16,1.49296),(1,17,0.8),(27,17,1.48),(2,32,0.17),(6,32,0.17),(27,32,0.17),(44,32,0.2),(5,32,0.28),(2,33,3.20679),(3,33,3.20679),(4,33,3.20679),(3,35,0.17),(8,35,0.17),(5,36,0.07),(4,36,0.17),(9,36,0.17),(5,37,0.14),(7,37,0.17),(5,38,0.37331),(15,39,0.39996),(16,39,0.39996),(25,39,0.39996),(5,39,0.39996),(6,39,0.39996),(7,39,0.39996),(8,39,0.39996),(9,39,0.39996),(10,39,0.39996),(12,39,0.39996),(14,39,0.39996),(17,39,0.39996),(18,39,0.39996),(19,39,0.39996),(20,39,0.39996),(21,39,0.39996),(22,39,0.39996),(23,39,0.39996),(24,39,0.39996),(26,39,0.39996),(32,39,0.39996),(40,39,0.39996),(42,39,0.39996),(43,39,0.39996),(44,39,0.39996),(5,40,0.37338),(5,41,0.37331),(5,42,0.46669),(5,43,1.16655),(32,44,0.32669),(5,44,1.63345),(5,45,0.09331),(5,46,0.28),(5,47,0.23331),(5,48,0.60669),(5,49,0.56),(5,50,0.09331),(6,51,0.28),(41,51,1.48),(44,51,1.48),(5,51,1.76),(5,52,0.28),(5,53,0.56),(5,54,1.4),(5,55,0.98007),(5,56,1.4),(5,57,0.18669),(5,58,0.56),(5,59,0.46669),(5,60,1.63317),(6,68,0.72009),(6,69,1.47339),(6,70,1.43991),(5,72,0.37331),(20,72,0.37331),(32,72,0.37331),(5,73,0.32669),(5,74,0.14),(12,74,0.14),(14,74,0.14),(16,74,0.14),(26,74,0.14),(40,74,0.14),(42,74,0.14),(43,74,0.14),(7,74,0.28),(15,74,0.28),(25,74,0.28),(10,74,0.56),(20,74,0.56),(32,74,0.7),(35,74,0.74),(39,74,1.26),(5,75,0.7),(7,75,0.7),(14,75,0.7),(15,75,0.7),(14,76,1.49985),(16,76,1.49985),(15,76,1.73316),(5,77,0.28),(25,78,0.60669),(26,78,1.47339),(30,78,1.47339),(32,78,2.08008),(15,78,2.68677),(12,78,3.29346),(16,78,3.29346),(14,78,3.90015),(7,78,4.85352),(5,79,0.23331),(26,79,0.46662),(5,80,0.37331),(5,81,0.14),(5,82,0.37331),(16,82,0.37331),(5,83,0.46669),(5,84,0.46669),(25,84,0.46669),(40,84,0.46669),(42,84,0.46669),(43,84,0.46669),(39,84,1.40007),(5,85,0.65331),(5,86,0.42),(7,86,0.42),(25,86,1.26),(26,86,2.22),(5,87,0.14),(10,88,0.46669),(12,88,0.46669),(16,88,0.46669),(5,88,0.93338),(25,88,0.93338),(26,88,0.93338),(7,88,1.40007),(15,88,1.86676),(14,88,3.46684),(32,89,0.37331),(5,89,0.74662),(5,102,0.23331),(5,103,0.32669),(7,104,0.7),(7,106,0.51331),(8,106,0.51331),(32,106,0.51331),(8,107,1.97321),(8,108,1.72679),(20,110,0.28),(9,110,1.48),(21,110,1.48),(7,111,0.32669),(20,111,0.98007),(9,111,1.72679),(10,113,0.17),(10,114,5.1),(10,115,2.96),(12,116,0.14007),(41,116,0.14007),(14,116,0.23345),(17,116,0.23345),(10,116,0.29348),(15,116,0.32683),(16,116,0.32683),(20,116,0.42021),(43,116,0.42021),(42,116,0.4669),(40,116,0.60697),(32,116,0.84042),(7,116,0.9338),(26,116,1.16725),(39,116,1.72753),(25,116,2.8014),(15,121,0.65331),(16,121,0.65331),(25,121,0.65331),(40,121,1.30662),(42,121,1.30662),(43,121,1.30662),(39,121,1.95993),(12,123,0.17),(32,124,0.28),(30,124,1.48),(12,124,2.32),(12,125,1.7334),(26,125,1.7334),(30,125,1.7334),(32,125,1.7334),(29,125,3.20679),(14,126,0.07),(14,127,2.39976),(14,129,0.34),(28,129,0.34),(29,130,0.34),(15,130,0.48),(15,131,3.83976),(23,133,0.14),(39,133,0.14),(16,133,0.34),(30,133,0.34),(16,134,5.27976),(17,136,0.34),(31,136,0.34),(17,137,2.22),(17,138,2.96),(18,139,0.34),(33,139,0.34),(18,140,1.48),(19,142,0.34),(34,142,0.34),(39,143,0.18669),(40,143,0.18669),(42,143,0.18669),(43,143,0.18669),(20,143,0.56007),(25,143,0.56007),(32,143,0.74676),(19,143,0.98679),(7,144,0.65338),(20,144,0.65338),(32,144,0.65338),(10,144,1.63345),(19,144,1.72679),(25,144,1.96014),(19,145,0.74),(34,145,0.74),(10,146,0.28),(20,146,0.28),(25,146,0.28),(7,146,0.56),(19,146,1.48),(20,149,0.34),(36,149,0.34),(7,150,0.9334),(20,150,1.72679),(28,150,1.72679),(7,151,1.23321),(28,151,1.23321),(20,151,1.46652),(21,152,0.34),(38,152,0.34),(7,153,0.51331),(10,153,0.51331),(25,153,1.02662),(21,153,2.71321),(22,155,0.34),(41,155,0.34),(20,156,0.42),(32,156,0.42),(40,156,0.42),(42,156,0.42),(43,156,0.42),(26,156,0.84),(7,156,1.26),(39,156,1.68),(25,156,2.1),(22,156,2.22),(33,156,2.22),(26,158,0.14),(23,158,0.34),(14,159,0.37331),(15,159,0.37331),(16,159,0.37331),(23,159,2.71983),(23,160,1.4666),(15,161,0.51331),(16,161,0.51331),(14,161,0.51331),(26,161,0.51331),(23,161,1.24661),(25,161,1.53993),(24,165,0.34),(24,166,2.96),(24,167,2.22),(25,168,0.34),(20,169,0.42),(10,169,0.84),(26,169,0.84),(17,169,1.26),(40,169,1.68),(42,169,1.68),(15,169,1.68),(7,169,2.1),(32,169,2.1),(43,169,2.1),(14,169,3.12),(25,169,3.36),(39,169,5.88),(10,171,0.42),(40,171,0.42),(42,171,0.42),(43,171,0.42),(25,171,1.26),(32,171,1.26),(39,171,1.68),(14,175,0.28),(15,176,0.04669),(16,176,0.04669),(17,176,0.04669),(20,176,0.04669),(40,176,0.04669),(42,176,0.04669),(43,176,0.04669),(12,176,0.09338),(39,176,0.14007),(14,176,0.14007),(25,176,0.18676),(7,176,0.23345),(26,176,0.23345),(32,176,1.12056),(12,177,0.42),(14,177,0.42),(20,177,0.42),(15,177,0.42),(16,177,0.42),(14,178,0.42),(15,178,0.42),(16,178,0.42),(14,179,0.46669),(15,179,0.46669),(16,179,0.46669),(12,180,0.09331),(32,180,0.09331),(39,180,0.09331),(14,180,0.18662),(15,180,0.27993),(16,180,0.27993),(36,180,0.49321),(45,180,0.49321),(10,181,0.51331),(32,181,0.51331),(12,181,1.02662),(14,181,1.02662),(17,181,1.02662),(26,181,1.02662),(41,181,1.02662),(7,181,2.56655),(43,181,3.73983),(42,181,4.25314),(25,181,5.79307),(40,181,5.79307),(39,181,9.23958),(16,182,0.37331),(17,182,0.37331),(14,182,0.74662),(14,183,0.28),(14,184,0.37331),(15,184,0.37331),(16,184,0.37331),(7,185,0.60669),(12,185,0.60669),(14,185,0.60669),(32,185,0.60669),(40,185,0.60669),(42,185,0.60669),(43,185,0.60669),(16,185,1.21338),(25,185,1.21338),(15,185,1.82007),(39,185,3.03345),(14,186,0.84),(15,186,0.84),(16,186,0.84),(14,187,0.32669),(25,187,0.32669),(39,187,0.32669),(7,187,0.65338),(16,187,0.98007),(10,188,0.37331),(12,188,0.37331),(14,188,0.37331),(25,188,0.37331),(41,188,0.74662),(7,188,1.49324),(42,188,2.71983),(43,188,2.71983),(40,188,3.83976),(39,188,5.59965),(12,189,0.46669),(14,189,0.46669),(16,189,0.46669),(15,189,0.93338),(14,190,0.09331),(15,190,0.09331),(35,190,0.15996),(23,190,0.18662),(16,190,0.18662),(14,191,0.46669),(10,192,0.46669),(12,192,0.46669),(14,192,0.46669),(15,192,0.46669),(20,192,0.46669),(25,192,0.46669),(7,192,0.93338),(16,192,0.93338),(32,192,1.86676),(39,192,2.80014),(14,193,0.18669),(20,193,0.18669),(39,193,0.18669),(40,193,0.18669),(41,193,0.18669),(12,193,0.37338),(7,193,0.74676),(32,193,0.74676),(12,194,0.56),(14,194,0.56),(15,194,0.56),(16,194,0.56),(32,194,0.56),(40,194,0.56),(41,194,0.56),(39,194,1.12),(7,194,2.24),(14,195,0.60669),(14,196,0.28),(15,196,0.28),(14,197,0.28),(15,197,0.28),(16,197,0.28),(41,198,0.14),(10,198,0.28),(14,198,0.28),(15,198,0.28),(20,198,0.28),(42,198,0.42),(43,198,0.42),(16,198,0.42),(40,198,0.56),(7,198,0.7),(26,198,0.84),(39,198,0.84),(25,198,0.98),(17,198,1.26),(32,198,3.36),(7,199,0.04669),(10,199,0.04669),(12,199,0.04669),(14,199,0.04669),(32,199,0.04669),(16,199,0.09338),(25,199,0.14007),(26,199,0.18676),(14,200,0.14),(15,200,0.14),(35,200,0.24),(16,200,0.28),(23,200,0.28),(17,201,0.09331),(24,201,0.09331),(41,201,0.18662),(20,201,0.27993),(25,201,0.27993),(26,201,0.27993),(43,201,0.27993),(10,201,0.37324),(12,201,0.37324),(14,201,0.37324),(42,201,0.37324),(16,201,0.37324),(15,201,0.46655),(40,201,0.55986),(7,201,1.21303),(32,201,1.21303),(39,201,1.21303),(12,202,0.09331),(16,202,0.18662),(10,202,0.27993),(20,202,0.27993),(17,202,0.46655),(26,202,0.46655),(40,202,0.46655),(42,202,0.46655),(15,202,0.55986),(25,202,0.55986),(43,202,0.65317),(14,202,0.78647),(7,202,1.11972),(39,202,2.23944),(32,202,3.45247),(25,203,0.51331),(39,203,0.51331),(14,203,0.51331),(26,203,0.51331),(14,204,0.56),(15,204,0.56),(16,204,0.56),(26,204,0.56),(7,204,1.12),(7,205,0.37331),(14,205,0.37331),(20,205,0.37331),(32,205,0.37331),(25,205,1.49324),(7,206,0.46669),(14,206,0.46669),(14,207,0.23331),(15,207,0.23331),(16,207,0.23331),(12,208,0.42),(14,208,0.42),(15,208,0.42),(16,208,0.42),(26,208,0.84),(7,208,1.26),(25,208,1.68),(12,209,0.7),(14,209,0.7),(26,209,0.7),(14,210,0.32669),(15,210,0.32669),(16,210,0.32669),(14,211,0.32669),(39,211,0.32669),(40,211,0.32669),(41,211,0.32669),(17,212,0.32669),(26,212,0.32669),(10,212,0.98007),(15,212,0.98007),(7,212,1.30676),(32,212,1.30676),(40,212,1.96014),(42,212,1.96014),(43,212,1.96014),(25,212,2.28683),(14,212,2.42684),(39,212,4.57366),(14,213,0.37331),(16,213,0.37331),(14,214,0.32669),(16,214,0.32669),(14,215,0.23331),(23,215,0.23331),(10,215,0.46662),(12,215,0.69993),(39,215,0.86658),(7,215,0.93324),(36,215,1.23321),(45,215,1.63317),(7,216,0.46669),(12,216,0.46669),(14,216,0.46669),(39,216,0.46669),(16,216,0.93338),(14,217,0.7),(15,217,0.7),(16,217,0.7),(10,218,0.42),(12,218,0.42),(14,218,0.42),(20,218,0.42),(25,218,0.42),(39,218,0.84),(7,218,1.26),(14,219,1.21338),(14,220,0.56007),(14,221,0.23331),(14,222,0.14),(15,222,0.14),(16,222,0.14),(17,222,0.14),(20,222,0.14),(26,222,0.14),(40,222,0.14),(42,222,0.14),(43,222,0.14),(7,222,0.28),(32,222,0.42),(39,222,1.4),(12,223,0.14),(17,223,0.14),(23,223,0.14),(25,223,0.14),(41,223,0.14),(7,223,0.28),(14,223,0.28),(20,223,0.28),(42,223,0.28),(43,223,0.28),(40,223,0.42),(16,223,0.42),(15,223,0.56),(39,223,1.26),(32,223,1.4),(26,223,1.68),(14,224,0.23331),(15,224,0.23331),(16,224,0.23331),(14,225,0.28),(26,225,0.56),(7,226,0.37331),(10,226,0.37331),(14,226,0.37331),(15,226,0.37331),(26,226,0.37331),(14,227,0.56),(15,227,0.56),(14,228,0.56),(7,229,0.51331),(12,229,0.51331),(15,229,1.02662),(16,229,1.02662),(14,229,1.02662),(14,230,0.46669),(14,231,0.28),(39,231,0.28),(40,231,0.28),(42,231,0.28),(14,232,0.37331),(39,232,0.37331),(40,232,0.37331),(41,232,0.37331),(26,232,0.74662),(25,233,0.42),(12,233,0.84),(7,233,1.26),(15,233,1.26),(16,233,1.26),(32,233,2.1),(39,233,2.1),(14,234,0.18669),(16,234,0.18669),(20,234,0.18669),(43,234,0.18669),(17,234,0.37338),(40,234,0.37338),(42,234,0.37338),(7,234,0.74676),(26,234,0.74676),(32,234,0.74676),(39,234,1.30683),(25,234,1.8669),(7,235,0.37331),(14,235,0.37331),(14,236,0.42),(40,236,0.42),(41,236,0.42),(39,236,0.42),(12,237,0.60669),(14,237,0.60669),(7,238,0.42),(32,238,0.42),(16,238,0.42),(25,238,0.42),(14,238,0.84),(15,238,0.84),(14,239,0.37331),(16,239,0.37331),(14,240,0.46669),(7,240,0.93338),(14,241,0.46669),(39,241,0.46669),(14,242,0.42),(12,243,0.46669),(14,243,0.93338),(15,243,0.93338),(16,243,0.93338),(14,244,0.23331),(16,245,0.93338),(14,245,1.40007),(15,245,1.40007),(14,246,0.23331),(15,246,0.23331),(16,246,0.23331),(32,246,0.46662),(14,247,0.37331),(7,248,0.65331),(10,248,0.65331),(12,248,0.65331),(14,248,0.65331),(25,248,0.65331),(32,248,0.65331),(39,248,1.95993),(12,249,0.09331),(14,249,0.09331),(16,249,0.09331),(39,249,0.09331),(7,249,0.18662),(32,249,0.18662),(10,250,0.14),(14,250,0.14),(17,250,0.14),(32,250,0.14),(40,250,0.14),(42,250,0.14),(43,250,0.14),(39,250,0.28),(14,251,0.37331),(14,252,0.46669),(39,252,0.46669),(7,252,0.93338),(16,252,0.93338),(14,253,0.23331),(39,253,0.23331),(40,253,0.23331),(41,253,0.23331),(14,254,0.32669),(20,254,0.32669),(39,254,0.32669),(12,255,0.28),(14,255,0.28),(16,255,0.28),(26,255,0.28),(7,255,0.84),(32,255,0.84),(14,256,0.74662),(12,257,0.28),(14,257,0.28),(15,257,0.28),(16,257,0.28),(20,257,1.4),(14,258,0.42),(15,258,0.42),(35,258,0.72),(23,258,0.84),(26,258,0.84),(16,258,0.84),(14,259,0.46669),(15,259,0.46669),(16,259,0.46669),(14,260,0.28),(7,261,0.23331),(32,261,0.23331),(39,261,0.23331),(14,261,0.46662),(15,261,0.46662),(16,261,0.46662),(14,262,0.28),(15,262,0.28),(16,262,0.28),(16,302,0.28),(16,303,0.14),(39,303,0.34),(12,304,0.37331),(16,304,0.37331),(16,305,0.32669),(16,306,0.51331),(16,307,0.46669),(16,308,0.74662),(15,308,1.11993),(16,309,0.46669),(16,310,1.21338),(16,311,0.23331),(39,311,0.23331),(12,312,0.28),(16,312,0.28),(25,312,0.28),(15,313,0.04669),(16,313,0.04669),(7,314,0.46669),(16,314,0.46669),(39,314,0.46669),(25,314,1.86676),(16,315,0.46669),(16,316,0.56),(20,316,0.56),(15,316,1.68),(15,317,0.46669),(16,317,0.46669),(16,318,0.32669),(15,319,0.56),(16,319,0.56),(32,319,1.68),(12,320,0.46669),(16,320,0.46669),(39,320,0.46669),(15,320,0.93338),(7,320,1.86676),(26,320,2.33345),(16,321,0.51331),(12,321,0.51331),(32,321,0.51331),(26,321,1.02662),(25,321,1.53993),(16,322,0.28),(16,323,0.32669),(16,324,0.32669),(17,324,0.32669),(26,324,0.32669),(32,324,0.98007),(16,325,0.23331),(32,325,0.23331),(16,326,0.37331),(32,326,0.37331),(15,327,0.32669),(16,327,0.32669),(25,327,0.32669),(16,328,0.23331),(16,329,0.56),(16,330,0.65338),(16,331,0.32669),(16,332,0.56),(10,333,0.37331),(16,333,0.37331),(39,333,0.74662),(16,334,0.32669),(16,335,0.23331),(10,336,0.37331),(25,336,0.37331),(16,336,0.74662),(15,337,0.32669),(16,337,0.32669),(7,338,0.37331),(12,338,0.37331),(16,338,0.37331),(32,338,0.37331),(15,338,0.74662),(25,338,1.86655),(7,339,0.28),(12,339,0.28),(15,339,0.28),(16,339,0.28),(32,339,0.28),(41,339,0.28),(42,339,0.28),(40,339,0.56),(39,339,0.84),(16,340,0.42),(10,341,0.32669),(16,341,0.32669),(17,341,0.32669),(32,341,0.32669),(15,342,0.14),(16,342,0.14),(32,342,0.42),(25,342,0.42),(15,365,0.28),(15,366,0.37331),(7,367,0.42),(15,367,0.42),(15,368,0.28),(15,369,0.32669),(15,370,0.7),(25,370,1.4),(32,370,1.4),(15,371,0.46669),(15,372,0.37331),(15,373,0.60669),(15,374,0.18669),(20,374,0.18669),(40,374,0.18669),(42,374,0.18669),(43,374,0.18669),(39,374,0.37338),(7,375,0.46669),(15,375,0.93338),(32,375,1.40007),(25,375,1.86676),(7,376,0.7),(12,376,0.7),(25,376,0.7),(15,376,1.4),(15,377,0.46669),(15,378,0.46662),(15,379,0.32669),(20,380,0.28),(26,380,0.28),(15,380,0.56),(25,380,0.84),(15,381,0.23331),(26,381,0.23331),(7,382,0.42),(15,382,0.42),(15,383,0.46669),(15,384,0.46662),(15,385,0.65338),(15,386,0.18669),(26,386,0.18669),(15,387,0.32669),(25,387,0.32669),(12,396,0.32669),(12,397,0.28),(12,398,0.28),(12,399,0.42),(12,400,0.46669),(10,401,0.23331),(12,401,0.23331),(12,402,0.56),(32,402,0.56),(12,403,0.56),(12,404,0.09331),(7,404,0.18662),(20,404,0.18662),(12,405,0.23331),(7,406,0.56),(12,406,0.56),(25,406,0.56),(25,407,0.51331),(39,407,0.51331),(12,407,0.51331),(40,407,0.51331),(42,407,0.51331),(43,407,0.51331),(12,408,0.46669),(25,408,0.46669),(12,409,0.37331),(12,410,0.28),(7,410,1.12),(12,411,0.28),(12,412,0.37331),(15,412,0.37331),(26,412,0.74662),(12,413,0.28),(7,413,0.56),(12,414,0.23331),(10,415,0.37331),(12,415,0.37331),(25,415,0.37331),(32,415,0.74662),(12,416,0.51331),(12,417,0.14),(24,417,0.14),(26,417,0.14),(32,417,0.14),(40,417,0.14),(41,417,0.14),(7,417,0.28),(20,417,0.28),(39,417,0.28),(10,417,0.42),(12,418,0.37331),(12,419,0.51331),(12,420,0.32669),(7,420,1.30676),(12,421,0.23331),(39,422,0.18669),(12,422,0.37338),(32,422,0.37338),(7,423,0.14),(20,423,0.14),(39,423,0.14),(12,423,0.28),(32,423,1.12),(12,424,0.32669),(12,425,0.51331),(12,427,0.42),(12,428,0.14),(26,430,0.34),(25,431,1.6),(25,432,1.36),(17,433,0.37331),(1,433,0.90661),(17,434,0.23331),(1,434,0.56661),(17,435,0.7),(1,435,1.7),(27,436,0.6),(32,443,0.46669),(26,460,1.11993),(17,460,2.23986),(17,468,0.56),(43,468,0.56),(39,468,1.68),(26,468,2.24),(25,469,0.32669),(26,469,0.32669),(40,469,0.32669),(42,469,0.32669),(43,469,0.32669),(17,469,0.65338),(39,469,0.65338),(17,470,2.24),(17,471,1.12),(17,472,0.51331),(17,473,0.28),(26,473,0.28),(39,473,0.28),(32,473,0.56),(7,473,0.84),(25,473,1.4),(17,474,0.28),(7,475,0.28),(17,475,0.56),(26,475,1.4),(17,485,0.18669),(17,486,0.42),(17,488,0.60669),(17,489,0.32669),(26,489,0.32669),(17,490,0.46669),(26,491,0.28),(32,491,0.84),(17,491,1.68),(17,492,0.23331),(17,493,0.84),(32,493,0.84),(26,493,2.1),(7,494,0.18669),(17,495,0.23331),(17,496,0.18669),(26,496,0.37338),(32,496,1.8669),(17,497,0.42),(17,498,0.14),(26,498,0.14),(32,498,0.98),(10,501,0.18669),(17,501,0.18669),(26,501,0.18669),(32,501,0.18669),(17,502,0.28),(25,502,0.84),(32,502,1.12),(17,503,0.32669),(25,503,0.65338),(32,503,0.98007),(7,504,0.37331),(8,504,0.37331),(17,504,0.37331),(17,505,0.23331),(17,506,0.28),(32,507,0.21),(17,507,0.42),(32,508,0.32669),(17,508,0.65338),(25,511,0.51331),(17,511,0.51331),(17,512,0.56),(26,512,2.24),(17,513,0.42),(17,514,0.37331),(32,514,0.37331),(17,515,0.32669),(32,515,0.32669),(17,516,0.42),(25,516,0.42),(17,517,1.02662),(25,517,1.53993),(26,517,1.53993),(17,519,0.23331),(17,520,0.32669),(25,520,0.32669),(32,520,0.32669),(17,521,0.28),(17,522,0.32669),(17,523,0.65331),(25,523,0.65331),(10,524,0.09331),(17,524,0.09331),(25,524,0.09331),(26,524,0.18662),(7,524,0.27993),(32,524,0.65317),(17,525,0.32669),(25,525,0.32669),(17,541,0.51331),(17,542,0.37331),(17,543,0.32669),(17,544,0.23331),(17,545,0.7),(25,545,0.7),(32,545,0.7),(17,547,0.46662),(17,548,0.32669),(17,549,0.32669),(17,550,0.37331),(17,551,0.23331),(39,551,0.23331),(32,551,0.46662),(17,552,0.42),(17,553,0.28),(17,555,0.46669),(32,556,0.42),(17,556,0.84),(17,557,0.7),(17,558,0.51331),(17,559,0.28),(17,563,0.32669),(17,564,0.18669),(17,565,0.84),(17,566,0.42),(32,566,0.42),(17,567,0.32669),(17,568,0.32669),(17,569,0.51331),(25,570,0.23331),(17,570,0.46662),(26,570,0.46662),(39,571,0.37331),(17,571,0.74662),(17,572,0.37331),(17,578,0.51331),(17,579,0.46669),(26,579,0.46669),(17,580,0.23331),(26,580,0.23331),(7,581,0.28),(17,581,0.28),(20,581,0.28),(23,581,0.28),(26,581,0.84),(32,581,0.84),(39,581,1.12),(17,582,0.46669),(26,582,0.93338),(17,585,0.28),(17,586,0.37331),(25,588,0.60669),(31,588,3.20679),(32,589,0.34),(32,590,1.2),(32,591,1.02),(7,592,0.28),(7,593,0.37331),(7,594,0.46669),(7,595,0.56),(7,596,0.7),(7,597,0.23331),(14,597,0.23331),(26,597,0.69993),(7,598,0.51331),(7,599,0.18669),(41,599,0.18669),(42,599,0.18669),(40,599,0.37338),(39,599,0.56007),(20,600,0.42),(7,600,0.84),(20,601,0.37331),(25,601,0.37331),(7,601,0.74662),(26,601,1.86655),(7,602,0.37331),(7,603,0.18669),(7,604,0.93338),(25,604,1.40007),(39,605,0.60669),(40,605,0.60669),(41,605,0.60669),(7,605,1.82007),(10,607,0.35),(10,608,0.35),(20,608,0.35),(25,608,0.35),(10,609,0.56),(10,610,0.28),(20,611,0.56),(10,611,1.68),(7,613,0.23331),(10,613,0.23331),(20,613,0.46662),(25,613,0.69993),(10,614,0.18669),(20,614,0.18669),(39,614,0.18669),(25,615,0.60669),(10,615,1.21338),(7,616,0.46669),(10,616,0.46669),(39,616,0.46669),(40,616,0.46669),(42,616,0.46669),(43,616,0.46669),(26,616,0.93338),(10,617,0.60669),(20,617,0.60669),(10,618,0.37331),(10,619,0.56),(40,620,0.18669),(42,620,0.18669),(43,620,0.18669),(39,620,1.12014),(10,621,0.42),(10,622,0.32669),(10,623,0.23331),(20,623,0.23331),(10,624,0.14),(20,624,0.14),(25,624,0.14),(10,625,0.23331),(25,626,0.14),(10,626,0.28),(7,627,0.46669),(10,627,0.46669),(10,628,0.23331),(20,628,0.23331),(10,629,0.32669),(20,629,0.32669),(10,630,0.42),(14,630,0.42),(40,630,0.42),(42,630,0.42),(43,630,0.42),(25,630,0.42),(20,630,0.84),(39,630,0.84),(10,631,0.37331),(10,632,0.37331),(10,634,0.42),(10,636,0.28),(10,639,0.14),(20,644,0.28),(20,645,0.28),(39,645,0.28),(40,645,0.28),(41,645,0.28),(20,646,0.42),(7,647,0.74662),(20,647,0.74662),(32,647,1.86655),(25,647,2.61317),(20,648,0.37331),(20,649,0.32669),(20,650,0.18669),(20,651,0.18669),(20,652,0.42),(20,653,0.60669),(20,654,0.42),(20,655,0.42),(20,656,0.56),(20,657,0.37331),(39,657,0.37331),(20,658,0.37331),(25,658,0.37331),(20,659,0.23331),(25,659,0.23331),(32,659,0.23331),(39,659,0.23331),(40,659,0.23331),(41,659,0.23331),(20,660,0.23331),(20,661,0.46669),(20,662,0.42),(20,663,0.32669),(20,664,0.46669),(20,665,0.56),(20,666,0.18669),(20,667,0.56),(20,668,0.65331),(20,669,0.14),(20,670,0.46669),(20,671,0.46669),(20,672,0.28),(20,673,0.09331),(20,674,0.28),(20,675,0.60669),(7,676,0.37331),(20,676,0.37331),(25,676,0.37331),(40,677,0.14),(42,677,0.14),(43,677,0.14),(20,677,0.28),(39,677,0.28),(20,678,0.23331),(20,679,0.09331),(25,679,0.18662),(26,679,0.37324),(20,680,0.14),(20,681,0.37331),(35,681,1.97321),(20,682,0.37331),(20,683,0.04669),(20,684,0.32669),(20,685,0.46669),(20,686,0.46669),(20,687,0.32669),(20,688,0.28),(20,689,0.32669),(25,689,0.32669),(40,689,0.32669),(42,689,0.32669),(43,689,0.32669),(32,689,0.65338),(39,689,0.65338),(20,690,0.23331),(20,691,0.37331),(32,691,0.74662),(20,692,0.18669),(7,693,0.51331),(20,693,0.51331),(23,693,0.51331),(26,693,0.51331),(32,693,0.51331),(40,693,1.53993),(42,693,1.53993),(43,693,1.53993),(39,693,8.21296),(20,694,0.23331),(20,695,0.28),(14,696,0.28),(15,696,0.28),(16,696,0.28),(14,697,0.32669),(15,697,0.32669),(16,697,0.32669),(35,699,1.48),(35,700,0.63996),(36,701,0.4),(45,701,0.4),(36,702,0.34),(45,702,0.34),(32,712,0.56),(39,727,0.56004),(45,727,0.56004),(25,728,0.28),(32,736,0.28),(10,745,0.42),(10,746,0.28),(10,747,0.14),(10,748,0.7),(7,752,0.32669),(25,752,0.32669),(38,752,1.72679),(39,752,1.72679),(41,752,1.72679),(7,754,0.37331),(7,755,0.51331),(7,756,0.42),(7,757,0.18669),(7,758,0.7),(7,759,0.65331),(7,760,0.46669),(7,761,0.56),(7,762,0.65338),(7,763,0.23331),(7,764,0.60669),(7,765,0.51331),(7,766,0.32669),(7,767,0.79339),(7,768,0.23331),(7,769,0.14),(7,770,0.65331),(7,771,0.65331),(8,785,0.37331),(7,785,0.74662),(7,786,0.46669),(26,786,0.46669),(41,803,0.65338),(42,803,2.05348),(43,803,2.05348),(40,803,3.03355),(39,803,5.88042),(39,804,0.65338),(39,805,0.32669),(39,806,0.32669),(39,807,0.37331),(40,807,0.37331),(41,807,0.37331),(39,808,0.37331),(40,808,0.37331),(41,808,0.37331),(40,809,0.37331),(41,809,0.37331),(39,809,0.74662),(39,810,0.7),(40,810,0.7),(41,810,0.7),(39,811,0.14),(40,811,0.14),(41,811,0.14),(40,812,0.32669),(41,812,0.32669),(39,812,0.65338),(39,813,0.51331),(40,813,0.51331),(41,813,0.51331),(26,813,1.02662),(40,814,0.37331),(41,814,0.37331),(39,814,0.74662),(39,815,0.46669),(40,815,0.46669),(41,815,0.46669),(39,816,0.23331),(40,816,0.23331),(41,816,0.23331),(39,817,0.37331),(40,817,0.37331),(41,817,0.37331),(40,818,0.18669),(41,818,0.18669),(39,818,0.37338),(40,819,0.28),(41,819,0.28),(39,819,0.56),(39,820,0.23331),(40,820,0.23331),(41,820,0.23331),(39,821,0.37331),(40,821,0.37331),(41,821,0.37331),(40,822,0.60669),(41,822,0.60669),(25,822,1.21338),(39,822,4.24683),(39,823,0.37331),(40,823,0.37331),(41,823,0.37331),(39,824,0.37331),(40,824,0.37331),(41,824,0.37331),(32,838,0.60669),(40,838,0.60669),(42,838,0.60669),(43,838,0.60669),(25,838,1.82007),(39,838,2.42676),(40,839,0.18669),(42,839,0.18669),(43,839,0.18669),(39,839,0.56007),(39,840,0.46669),(40,840,0.46669),(42,840,0.46669),(43,840,0.46669),(25,841,0.46669),(40,841,0.46669),(42,841,0.46669),(43,841,0.46669),(39,841,1.40007),(40,842,0.60669),(42,842,0.60669),(43,842,0.60669),(39,842,1.21338),(40,843,0.28),(42,843,0.28),(43,843,0.28),(39,843,0.56),(26,844,0.37331),(40,844,0.37331),(42,844,0.37331),(43,844,0.37331),(39,844,0.74662),(40,845,0.51331),(42,845,0.51331),(43,845,0.51331),(39,845,1.02662),(39,846,0.28),(40,846,0.28),(42,846,0.28),(43,846,0.28),(40,847,0.37331),(42,847,0.37331),(43,847,0.37331),(25,847,0.74662),(32,847,0.74662),(39,847,0.74662),(40,848,0.51331),(42,848,0.51331),(43,848,0.51331),(39,848,1.53993),(25,849,0.23331),(32,849,0.23331),(40,849,0.23331),(42,849,0.23331),(43,849,0.23331),(39,849,0.46662),(40,850,0.42),(42,850,0.42),(43,850,0.42),(39,850,1.26),(7,851,0.51331),(25,851,1.02662),(40,851,1.02662),(42,851,1.02662),(43,851,1.02662),(39,851,2.05324),(39,852,0.46669),(40,852,0.46669),(42,852,0.46669),(43,852,0.46669),(8,854,0.28),(8,855,0.42),(26,855,0.84),(39,857,0.14),(39,858,0.46669),(39,859,0.28),(39,861,0.42),(32,862,0.60669),(39,862,1.21338),(39,863,0.37331),(39,864,0.46662),(39,865,0.46669),(39,867,0.51331),(39,868,0.14),(39,869,1.02662),(26,870,0.28),(39,870,0.28),(39,871,0.23331),(39,872,1.68),(39,873,0.46669),(40,874,1.11993),(42,874,1.11993),(43,874,1.11993),(39,874,2.61317),(40,888,0.42),(42,888,0.42),(43,888,0.42),(39,888,1.68),(40,889,0.18669),(42,889,0.18669),(43,889,0.18669),(39,889,0.56007),(40,890,0.28),(42,890,0.28),(43,890,0.28),(39,890,1.12),(32,891,0.14007),(43,892,0.42),(39,892,0.84),(39,893,0.98007),(39,895,0.21),(39,898,0.93338),(39,900,0.32669),(39,901,0.56),(39,902,1.26),(40,904,0.51331),(42,904,0.51331),(43,904,0.51331),(39,904,1.53993),(39,905,0.84),(16,910,0.32669),(39,910,0.65338),(39,911,0.18669),(39,912,0.32669),(40,913,0.51331),(42,913,0.51331),(43,913,0.51331),(39,913,1.02662),(40,915,0.18669),(42,915,0.18669),(43,915,0.18669),(39,915,0.37338),(39,916,1.26),(14,917,0.42),(40,917,0.42),(42,917,0.42),(43,917,0.42),(39,917,0.84),(39,919,1.53993),(39,920,0.42),(39,921,0.51331),(40,922,0.28),(42,922,0.28),(43,922,0.28),(39,922,0.56),(39,923,0.56),(39,925,0.56),(39,926,0.56),(39,927,0.46669),(40,928,0.51331),(42,928,0.51331),(43,928,0.51331),(39,928,1.02662),(39,929,0.28),(39,930,0.46669),(39,931,0.14),(40,932,0.23331),(42,932,0.23331),(43,932,0.23331),(39,932,0.69993),(40,933,0.23331),(42,933,0.23331),(43,933,0.23331),(39,933,0.69993),(40,934,0.60669),(42,934,0.60669),(43,934,0.60669),(39,934,1.21338),(39,935,0.46669),(39,941,1.30662),(39,942,0.14),(39,943,0.14),(39,944,0.14),(39,945,0.14),(39,946,0.42),(25,947,0.46669),(39,947,0.46669),(39,948,0.18669),(25,949,0.56),(32,949,0.56),(39,949,0.56),(32,950,0.42),(25,950,0.42),(39,950,0.84),(39,951,0.37331),(39,952,0.28),(39,953,0.65338),(39,954,0.32669),(39,955,0.46669),(40,956,0.32669),(42,956,0.32669),(43,956,0.32669),(39,956,0.65338),(39,957,0.56),(39,958,0.65331),(39,959,0.32669),(39,960,0.32669),(39,961,0.46669),(39,962,0.32669),(39,963,0.65338),(39,973,0.51331),(15,974,0.28),(39,974,0.28),(39,975,0.28),(39,976,0.56),(39,977,0.32669),(40,978,0.32669),(42,978,0.32669),(43,978,0.32669),(39,978,0.65338),(39,979,0.28),(32,979,0.56),(39,980,0.23331),(16,981,0.28),(39,981,0.28),(16,982,0.18669),(39,982,0.18669),(39,983,0.32669),(23,984,0.28),(39,984,0.28),(32,984,0.56),(39,985,0.23331),(39,986,0.42),(39,988,0.14),(39,989,0.09331),(26,990,0.14),(39,990,0.14),(40,990,0.14),(42,990,0.14),(43,990,0.14),(39,991,0.09331),(43,991,0.49321),(39,992,0.09331),(40,992,0.09331),(42,992,0.49321),(39,994,0.65331),(40,994,0.65331),(42,994,0.65331),(43,994,0.65331),(40,995,0.42),(42,995,0.42),(43,995,0.42),(39,995,0.42),(25,996,0.32669),(39,996,0.32669),(40,996,0.32669),(42,996,0.32669),(43,996,0.32669),(40,997,0.42),(42,997,0.42),(43,997,0.42),(39,997,0.42),(39,998,0.23331),(40,998,0.23331),(42,998,0.23331),(43,998,0.23331),(40,999,0.37331),(42,999,0.37331),(43,999,0.37331),(26,999,0.74662),(39,999,0.74662),(32,999,12.6925),(40,1000,0.42),(42,1000,0.42),(43,1000,0.42),(39,1000,0.42),(39,1002,0.51331),(40,1002,0.51331),(42,1002,0.51331),(43,1002,0.51331),(39,1005,0.28),(40,1005,0.28),(42,1005,0.28),(43,1005,0.28),(40,1006,0.42),(42,1006,0.42),(43,1006,0.42),(39,1006,0.42),(39,1008,0.46669),(40,1008,0.46669),(42,1008,0.46669),(43,1008,0.46669),(39,1010,0.32669),(40,1010,0.32669),(42,1010,0.32669),(43,1010,0.32669),(39,1011,0.37331),(40,1011,0.37331),(42,1011,0.37331),(43,1011,0.37331),(39,1012,0.32669),(40,1012,0.32669),(42,1012,0.32669),(43,1012,0.32669),(39,1013,0.32669),(40,1013,0.32669),(42,1013,0.32669),(43,1013,0.32669),(39,1014,0.23331),(40,1014,0.23331),(42,1014,0.23331),(43,1014,0.23331),(40,1015,0.42),(42,1015,0.42),(43,1015,0.42),(39,1015,0.42),(25,1017,0.32669),(26,1017,0.32669),(39,1017,0.32669),(40,1017,0.32669),(42,1017,0.32669),(43,1017,0.32669),(39,1019,0.28),(40,1019,0.28),(42,1019,0.28),(40,1021,0.42),(42,1021,0.42),(43,1021,0.42),(39,1021,0.42),(39,1022,0.37331),(40,1022,0.37331),(42,1022,0.37331),(43,1022,0.37331),(40,1023,0.18669),(42,1023,0.18669),(43,1023,0.18669),(39,1023,0.37338),(40,1024,0.42),(42,1024,0.42),(43,1024,0.42),(39,1024,0.42),(40,1051,0.18669),(42,1051,0.18669),(43,1051,0.18669),(39,1051,0.37338),(39,1052,0.28),(40,1052,0.28),(42,1052,0.28),(43,1052,0.28),(25,1053,0.28),(26,1053,0.28),(39,1053,0.28),(40,1053,0.28),(42,1053,0.28),(43,1053,0.28),(39,1054,0.37331),(40,1054,0.37331),(42,1054,0.37331),(43,1054,0.37331),(39,1055,0.51331),(40,1055,0.51331),(42,1055,0.51331),(43,1055,0.51331),(40,1056,0.42),(42,1056,0.42),(43,1056,0.42),(39,1056,0.42),(40,1057,0.42),(42,1057,0.42),(43,1057,0.42),(39,1057,0.42),(39,1058,0.32669),(40,1058,0.32669),(42,1058,0.32669),(43,1058,0.32669),(40,1077,0.34),(32,1082,0.60669),(26,1084,0.23331),(42,1091,0.34),(43,1092,0.51331),(43,1093,0.34),(44,1095,0.34),(44,1096,0.45339),(7,1097,0.51331),(26,1097,1.02662),(39,1098,0.51331),(7,1098,0.51331),(25,1098,1.02662),(7,1099,1.02662),(7,1100,0.65331),(7,1101,0.51331),(25,1101,1.02662),(7,1102,0.18669),(39,1103,0.51331),(7,1103,0.51331),(25,1103,1.02662),(7,1104,0.46669),(25,1104,0.46669),(32,1104,0.46669),(7,1105,0.42),(7,1106,0.46669),(26,1107,0.42),(7,1107,0.84),(25,1107,2.52),(7,1108,0.37331),(7,1109,0.37331),(25,1109,0.37331),(7,1110,0.7),(7,1111,0.51331),(7,1112,0.37331),(7,1128,0.60669),(7,1129,0.56),(7,1130,0.46669),(7,1131,0.84),(7,1132,0.56),(7,1133,0.46669),(7,1134,0.32669),(7,1135,0.46669),(7,1143,0.46669),(32,1143,0.46669),(25,1143,0.93338),(7,1144,0.65331),(32,1187,0.56),(45,1280,0.34),(15,1281,0.32669),(14,1284,0.37338),(14,1285,0.23331),(14,1286,0.23331),(14,1288,0.23331),(14,1290,0.32669),(14,1292,0.42),(14,1293,0.37331),(14,1296,0.37331),(15,1297,0.51331),(16,1297,0.51331),(14,1297,0.51331),(14,1298,0.18669),(14,1299,0.28),(14,1300,0.28),(14,1301,0.18669),(14,1302,0.18669),(14,1304,0.32669),(14,1305,0.32669),(14,1306,0.28),(14,1307,0.28),(14,1308,0.28),(14,1309,0.23331),(14,1310,0.18669),(14,1311,0.28),(14,1312,0.32669),(15,1312,0.32669),(14,1313,0.23331),(16,1313,0.23331),(14,1314,0.23331),(14,1345,0.42),(15,1345,0.42),(15,1346,0.28),(15,1347,0.65338),(15,1348,0.32669),(15,1351,0.32669),(15,1352,0.32669),(15,1354,0.28),(15,1355,0.28),(15,1356,0.23331),(15,1358,0.23331),(15,1361,0.14),(15,1363,0.23331),(15,1364,0.37331),(15,1365,0.28),(15,1367,0.23331),(16,1367,0.23331),(15,1368,0.32669),(15,1369,0.23331),(15,1370,0.32669),(15,1371,0.28),(15,1372,0.32669),(23,1375,0.23331),(15,1376,0.37331),(15,1379,0.28),(15,1381,0.32669),(16,1384,0.37331),(15,1385,0.23331),(15,1386,0.42),(16,1387,0.42),(15,1388,0.56),(15,1389,0.18669),(15,1393,0.23331),(16,1420,0.23331),(16,1427,0.32669),(26,1440,0.63),(26,1441,0.28),(26,1442,0.49),(26,1443,0.32669),(26,1444,0.65338),(26,1445,0.46669),(26,1446,0.28),(26,1447,1.12),(26,1448,1.16655),(26,1449,0.37331),(26,1450,1.12),(26,1451,0.84),(32,1451,0.84),(26,1452,0.60669),(26,1453,1.11993),(25,1454,0.32669),(26,1454,0.32669),(26,1455,1.02662),(26,1456,0.46669),(26,1457,0.46669),(26,1458,0.23331),(26,1459,0.37331),(25,1459,0.74662),(25,1460,0.65331),(32,1460,0.65331),(26,1460,1.30662),(26,1461,1.02662),(25,1462,0.65331),(26,1462,1.95993),(26,1463,0.32669),(26,1464,1.30662),(26,1465,0.46662),(26,1466,0.46669),(26,1467,0.42),(26,1468,0.93345),(26,1469,0.46662),(32,1470,0.32669),(26,1470,1.63345),(26,1471,2.1),(26,1472,0.56),(26,1473,1.12),(26,1474,0.93345),(26,1475,0.23331),(26,1476,1.21338),(26,1477,0.7),(26,1478,1.4),(26,1479,0.74662),(26,1480,0.37338),(26,1503,0.14),(26,1504,0.14),(26,1505,0.49),(26,1506,0.28),(26,1507,0.09331),(26,1508,0.28),(26,1509,0.23331),(26,1510,0.28),(26,1511,0.37331),(26,1512,0.28),(26,1513,0.37338),(26,1514,0.51331),(26,1515,0.37331),(26,1516,0.56),(26,1517,0.60669),(26,1518,0.46669),(25,1518,0.93338),(26,1519,0.46669),(26,1520,0.60669),(26,1521,0.37331),(26,1522,0.28),(25,1522,0.84),(26,1523,0.84),(26,1524,0.42),(25,1524,0.84),(26,1525,0.37331),(26,1526,0.23331),(26,1527,0.46662),(25,1528,1.53993),(26,1528,1.53993),(26,1529,0.46669),(26,1530,0.46669),(26,1531,1.30676),(26,1532,0.42),(26,1533,0.60669),(26,1534,0.46669),(32,1534,0.46669),(26,1535,0.60669),(26,1536,0.84),(26,1537,0.51331),(26,1538,0.42),(26,1539,0.46669),(26,1540,0.60669),(26,1541,0.84),(26,1542,0.7),(26,1543,0.46669),(26,1544,0.23331),(25,1545,0.18669),(26,1545,0.18669),(25,1546,0.32669),(26,1546,0.32669),(26,1547,0.32669),(16,1566,0.14),(16,1567,0.32669),(16,1568,0.37331),(16,1569,0.51331),(16,1570,0.28),(16,1571,0.42),(16,1572,0.28),(16,1573,0.56),(16,1574,0.32669),(16,1575,0.28),(16,1576,0.18669),(16,1577,0.28),(16,1578,0.18669),(16,1579,0.18669),(16,1580,0.32669),(16,1581,0.28),(16,1582,0.32669),(16,1583,0.28),(16,1584,0.28),(16,1585,0.28),(16,1586,0.37331),(15,1597,0.28),(15,1598,0.23331),(14,1600,0.37331),(14,1601,0.32669),(14,1602,0.46669),(14,1603,0.18669),(14,1604,0.28),(14,1605,0.28),(14,1606,0.28),(23,1607,0.21),(23,1608,0.56),(23,1609,0.42),(39,1609,0.42),(23,1610,0.7),(23,1611,0.42),(23,1612,0.28),(23,1613,0.09331),(23,1614,0.37331),(23,1615,0.28),(23,1616,0.14),(24,1622,0.37331),(24,1623,0.51331),(24,1624,0.42),(24,1625,0.46669),(24,1626,0.28),(24,1627,0.42),(24,1628,0.46669),(24,1629,0.37331),(24,1630,0.42),(24,1631,0.18669),(24,1632,0.28),(25,1640,1.95993),(25,1641,0.56),(25,1642,0.60669),(25,1643,0.56),(25,1644,0.32669),(25,1645,0.7),(32,1645,1.4),(25,1646,0.32669),(25,1647,1.49324),(25,1648,0.18669),(25,1649,0.93338),(25,1650,0.60669),(32,1651,0.42),(25,1651,0.42),(25,1652,0.42),(25,1653,0.42),(25,1654,0.32669),(25,1655,0.65331),(25,1656,0.32669),(32,1656,0.65338),(25,1657,1.53993),(25,1658,0.60669),(25,1659,0.37331),(25,1660,0.51331),(25,1661,0.28),(25,1662,0.37331),(25,1663,0.42),(25,1664,0.46669),(25,1665,0.51331),(25,1666,0.32669),(32,1666,0.65338),(25,1667,1.12),(32,1668,1.02662),(25,1668,2.05324),(25,1669,0.51331),(25,1670,0.65331),(25,1671,0.60669),(25,1672,0.42),(39,1672,0.42),(25,1673,0.46669),(25,1674,0.32669),(25,1675,0.46669),(32,1675,1.40007),(25,1676,0.37331),(25,1677,0.51331),(25,1678,0.37331),(32,1678,0.37331),(25,1679,0.14),(25,1680,0.37331),(25,1681,0.32669),(25,1682,0.46669),(25,1683,0.37331),(32,1683,0.37331),(25,1684,0.51331),(25,1685,0.37331),(25,1686,0.56),(25,1687,0.32669),(25,1688,1.12),(25,1689,0.32669),(25,1690,0.7),(25,1691,0.65331),(25,1692,0.93338),(25,1693,0.42),(25,1694,0.18669),(25,1695,0.23331),(25,1696,1.4),(25,1697,0.42),(25,1698,0.18669),(25,1699,0.37331),(32,1699,0.37331),(25,1700,0.37331),(25,1701,0.51331),(32,1701,0.51331),(25,1702,0.46669),(25,1703,0.37331),(32,1703,0.37331),(25,1704,0.46669),(25,1705,0.46669),(25,1706,0.56),(25,1707,0.51331),(25,1708,0.42),(25,1709,0.28),(25,1710,0.32669),(25,1711,0.46669),(25,1712,0.23331),(25,1713,0.46669),(25,1714,0.28),(25,1715,0.7),(25,1716,0.46669),(25,1717,0.46669),(32,1717,0.46669),(25,1718,0.42),(25,1719,0.37331),(32,1720,0.84),(25,1720,1.26),(25,1721,0.42),(25,1722,0.23331),(25,1723,0.23331),(25,1724,0.23331),(25,1725,0.14),(25,1726,0.28),(25,1727,0.42),(25,1728,0.23331),(25,1729,0.46669),(25,1730,0.56),(25,1731,0.65331),(25,1732,0.23331),(32,1733,0.42),(25,1733,0.42),(25,1734,0.84),(25,1735,0.60669),(25,1736,0.84),(25,1737,0.42),(25,1738,0.56),(25,1739,0.46669),(25,1740,0.42),(25,1741,1.02662),(25,1742,0.32669),(25,1743,0.51331),(25,1744,0.37331),(25,1745,0.37331),(25,1746,0.42),(25,1747,0.32669),(25,1748,0.32669),(32,1748,0.98007),(25,1749,0.32669),(25,1750,0.23331),(25,1751,0.51331),(25,1752,0.74662),(25,1753,0.14),(25,1754,1.30662),(32,1755,0.32669),(25,1755,0.65338),(25,1756,0.56),(32,1757,0.28),(25,1757,0.56),(25,1758,0.60669),(25,1759,0.37331),(25,1760,0.37331),(25,1761,0.65338),(25,1762,0.93338),(25,1763,0.23331),(32,1763,0.23331),(25,1764,0.56),(25,1765,0.46669),(25,1766,0.65331),(25,1767,0.51331),(25,1768,0.32669),(32,1896,0.37331),(32,1899,0.42),(32,1900,0.42),(32,1906,0.37331),(32,1907,0.42),(32,1908,2.1),(32,1909,0.37331),(32,1910,0.46669),(32,1911,0.98),(32,1912,1.49324),(32,1913,0.37331),(32,1914,0.7),(32,1915,0.42),(32,1916,0.23331),(32,1917,0.32669),(32,1918,0.42),(32,1919,0.18669),(32,1921,4.48),(32,1922,1.02662),(32,1923,0.37331),(32,1924,0.98007),(32,1925,2.42676),(32,1926,4.85212),(32,1927,0.55986),(32,1928,0.93338),(32,1929,0.37338),(32,1930,4.06),(32,1936,0.37338),(32,1937,0.55986),(32,1938,0.32669),(32,1939,1.26),(32,1940,1.40007),(32,1941,0.42),(32,1942,3.07923),(32,1943,0.37331),(32,1944,0.84),(32,1945,1.86648),(32,1946,0.28),(32,1947,0.23331),(32,1948,0.93324),(32,1951,0.18669),(32,1952,0.84),(32,1954,0.09331),(32,1955,0.28),(32,1956,0.42),(32,1957,0.28),(32,1958,0.51331),(32,1959,1.8669),(32,1960,0.37331),(32,1961,0.46669),(32,1969,0.42),(32,1970,0.56),(32,1971,0.51331),(32,1972,0.42),(32,1973,0.42),(32,1974,0.65338),(32,1975,0.42),(32,1976,0.51331),(32,1977,0.46662),(32,1978,0.37338),(32,1984,0.32669),(32,1985,0.42),(32,1986,0.65338),(32,1987,0.28),(32,1988,0.37331),(32,1991,0.51331),(32,1992,1.30676),(32,1993,1.30676),(32,1994,0.46662),(32,1995,0.37338),(32,1998,1.86676),(32,1999,0.65331),(32,2000,0.28),(32,2001,0.46669),(32,2002,4.20021),(32,2003,1.02662),(32,2005,2.80014),(32,2006,0.98007),(32,2007,0.37331),(32,2008,1.11993),(32,2009,0.84),(32,2010,0.37338),(32,2011,0.46669),(32,2012,1.12),(32,2013,2.1),(32,2014,1.63345),(32,2015,0.42),(32,2016,0.98007),(32,2023,0.28),(32,2024,0.74662),(32,2025,0.28),(32,2026,0.32669),(32,2027,0.65331),(32,2028,3.03345),(32,2029,0.46662),(32,2030,0.42),(32,2031,0.56),(32,2032,0.23331),(32,2033,0.84),(32,2034,0.65338),(32,2038,0.65338),(32,2039,1.16655),(32,2040,0.32669),(32,2041,0.56007),(32,2042,1.16655),(32,2043,0.42),(32,2044,1.39986),(32,2045,0.51331),(32,2046,0.46669),(32,2047,0.7),(32,2048,0.37331),(32,2049,0.56),(32,2050,0.51331),(32,2051,0.46669),(32,2052,0.37331),(32,2053,0.46669),(32,2054,0.23331),(32,2055,0.32669),(32,2056,0.46669),(32,2057,0.37331),(32,2059,0.56),(32,2060,0.46669),(32,2061,1.21338),(32,2062,0.32669),(32,2063,0.65331),(32,2064,0.56),(32,2065,0.46662),(32,2066,0.37331),(32,2067,0.51331),(32,2069,0.28),(32,2070,0.32669),(32,2071,0.37331),(39,2072,0.60669),(32,2072,6.67359),(32,2076,0.42),(32,2077,0.42),(32,2078,0.32669),(32,2079,0.37331),(32,2080,0.56),(32,2081,0.27993),(32,2082,0.46662),(32,2083,0.60669),(32,2084,2.61352),(32,2085,0.28),(32,2086,2.1),(32,2090,1.02662),(32,2091,0.74662),(32,2092,0.23345),(32,2093,1.11993),(32,2094,0.51331),(32,2097,0.18669),(32,2098,0.51331),(32,2099,0.60669),(32,2100,0.46669),(32,2101,0.37331),(32,2104,0.74676),(32,2105,0.37331),(32,2106,0.42),(32,2107,0.18669),(32,2108,0.37331),(32,2109,0.23331),(32,2110,0.93324),(32,2111,0.14),(32,2112,0.42),(32,2113,0.46669),(32,2114,0.28),(32,2118,0.42),(32,2119,0.93324),(32,2120,0.84),(32,2121,0.56007),(32,2122,0.65338),(32,2125,0.65331),(32,2126,0.60669),(32,2128,0.42),(32,2129,0.46662),(32,2130,0.28),(32,2131,1.26),(32,2132,0.65338),(32,2133,0.56),(32,2134,0.42),(32,2135,0.51331),(32,2136,0.51331),(32,2137,0.46669),(32,2138,0.32669),(32,2139,0.37338),(32,2142,0.56007),(32,2143,0.42),(32,2145,0.60669),(32,2146,0.37331),(32,2147,0.51331),(32,2148,0.56),(32,2149,0.46669),(32,2150,0.42),(32,2151,0.28),(32,2152,0.46669),(32,2153,0.28),(32,2154,0.23331),(32,2160,0.32669),(32,2161,0.42),(32,2162,0.46669),(32,2163,0.7),(32,2164,0.42),(32,2165,0.37331),(32,2166,0.42),(32,2167,0.23331),(32,2175,0.37331),(32,2176,2.1),(32,2178,0.18669),(32,2179,0.46662),(32,2181,0.23331),(32,2182,0.04669),(32,2183,0.28),(32,2190,0.46662),(32,2191,0.32669),(32,2192,0.7),(32,2193,0.37331),(32,2194,0.32669),(32,2195,0.32669),(32,2196,0.51331),(32,2197,0.37331),(32,2198,0.32669),(32,2199,0.28),(32,2200,0.32669),(32,2205,0.42),(32,2206,0.18669),(32,2207,0.93338),(32,2208,0.28),(32,2209,0.28),(32,2212,0.28),(32,2213,0.51331),(32,2214,0.51331),(32,2215,0.37331),(32,2216,0.7),(32,2217,0.46669),(32,2218,0.51331),(32,2219,0.32669),(32,2220,0.18669),(32,2221,0.84),(32,2222,0.23331),(32,2223,0.23331),(32,2224,0.28),(32,2225,0.37338),(32,2226,0.42),(32,2227,0.32669),(32,2228,0.51331),(32,2229,1.16655),(32,2230,0.51331),(32,2231,0.42),(32,2232,0.37331),(32,2233,0.32669),(32,2234,0.32669),(32,2235,0.32669),(32,2236,0.37331),(32,2237,0.46669),(32,2238,0.32669),(32,2239,0.46669),(32,2240,0.46669),(32,2241,0.51331),(32,2242,0.23331),(32,2243,0.37331),(32,2244,0.56),(32,2245,0.28),(32,2246,0.46669),(32,2247,0.69993),(32,2248,0.18669),(32,2257,0.28),(32,2258,0.28),(32,2259,0.65331),(32,2260,0.56),(32,2261,0.84),(32,2262,0.23331),(32,2263,1.02662),(32,2264,0.46669),(32,2265,0.46669),(32,2266,0.42),(32,2267,0.37331),(32,2268,0.46669),(32,2269,0.42),(32,2270,0.46669),(32,2271,0.51331),(32,2272,0.7),(32,2273,0.42),(32,2274,0.42),(32,2275,0.46669),(32,2276,0.32669),(32,2277,0.42),(32,2278,0.32669),(32,2279,0.37331),(32,2280,0.46669),(32,2281,0.42),(32,2282,1.12),(32,2283,0.37338),(32,2284,0.42),(32,2285,0.7),(32,2286,0.37331),(32,2287,0.46669),(32,2288,0.42),(32,2289,0.46669),(32,2290,0.23331),(32,2291,0.18669),(32,2292,0.60669),(32,2293,0.42),(32,2294,0.65331),(32,2295,0.37331),(32,2296,0.32669),(32,2297,0.23331),(32,2298,0.28),(32,2299,0.18669),(32,2300,0.28),(32,2301,0.51331),(32,2302,0.37331),(32,2303,0.23331),(32,2304,0.60669),(32,2305,0.23331),(32,2306,0.23331),(32,2307,0.51331),(32,2308,0.42),(32,2309,0.98007),(32,2310,0.09331),(32,2311,0.37331),(32,2312,0.23331),(32,2313,0.37331),(32,2314,0.28),(32,2315,0.37331),(32,2316,0.74662),(32,2317,0.37331),(32,2318,0.56007),(32,2319,0.65331),(32,2320,0.28),(32,2321,0.37331),(32,2322,0.46669),(32,2323,0.32669),(32,2324,0.14),(32,2325,0.60669),(32,2326,0.32669),(32,2327,0.65331),(32,2328,0.32669),(32,2329,0.18669),(32,2330,0.51331),(32,2331,0.28),(32,2332,0.28),(32,2333,0.42),(32,2334,0.56),(32,2335,0.23331),(32,2384,0.28),(32,2385,1.12),(32,2386,0.56),(32,2387,0.37331),(32,2388,0.60669),(32,2389,0.32669),(32,2390,0.28),(32,2391,0.42),(32,2392,0.56),(32,2393,0.23331),(32,2394,0.42),(32,2395,0.46662),(32,2396,0.51331),(32,2397,0.32669),(32,2399,0.56),(32,2400,0.7),(32,2401,0.37331),(32,2402,0.28),(32,2403,0.37331),(32,2404,0.28),(32,2405,0.56),(32,2406,0.93338),(32,2407,0.32669),(32,2408,0.56),(32,2409,0.37331),(32,2410,0.51331),(32,2411,0.28),(32,2412,0.23331),(32,2413,0.42),(32,2414,0.23331),(32,2415,0.23331),(32,2416,0.60669),(32,2417,0.18669),(32,2418,0.18669),(32,2419,0.46669),(32,2420,0.46669),(32,2421,0.56),(32,2422,0.37331),(32,2423,0.56),(32,2424,0.32669),(32,2425,0.37331),(32,2426,0.42),(32,2427,0.32669),(32,2428,0.23331),(32,2429,0.23331),(32,2430,0.51331),(32,2431,0.46669),(32,2432,0.65331),(32,2433,0.23331),(32,2462,0.46669),(32,2463,0.7),(32,2464,0.46669),(32,2465,0.60669),(32,2466,0.42),(32,2467,0.42),(32,2468,0.7),(32,2469,0.23331),(32,2470,0.46669),(32,2471,0.28),(32,2472,0.46669),(32,2473,0.65338),(32,2474,0.56),(32,2475,0.65338),(32,2476,0.32669),(32,2477,0.65331),(32,2478,0.7),(32,2479,0.18669),(32,2480,0.28),(32,2493,0.28),(32,2494,0.23331),(32,2495,0.37331),(32,2496,0.56),(32,2497,0.37331),(32,2498,0.65331),(32,2499,0.56),(32,2500,0.46669),(32,2501,0.32669),(32,2502,0.37331),(32,2503,0.32669),(32,2504,0.32669),(32,2505,0.32669),(32,2506,0.51331),(32,2507,0.28),(32,2508,0.42),(32,2509,0.37331),(32,2510,0.18669),(32,2511,0.28),(32,2512,0.46669),(32,2513,0.37331),(32,2514,0.28),(32,2515,0.46669),(32,2516,0.46669),(32,2517,0.32669),(32,2518,0.51331),(32,2519,0.32669),(32,2520,0.51331),(32,2521,0.32669),(32,2522,0.18669),(32,2537,0.32669),(32,2538,0.42),(32,2539,0.60669),(32,2540,0.32669),(32,2541,0.93338),(32,2542,0.46669),(32,2543,0.60669),(32,2544,0.65331),(32,2545,0.56),(32,2546,0.46669),(32,2547,0.56),(32,2548,0.51331),(32,2549,0.23331),(32,2550,0.65331),(32,2551,0.37331),(32,2552,0.28),(32,2553,0.42),(32,2554,0.65331),(32,2555,0.7),(32,2556,0.42),(32,2557,0.46669),(32,2558,0.46669),(32,2559,0.46669),(32,2560,0.32669),(32,2561,0.18669),(39,2562,0.28),(39,2563,0.09331),(39,2565,0.42),(39,2572,0.42),(39,2573,0.65331),(39,2578,0.56),(39,2581,0.32669),(39,2586,0.46669),(39,2593,0.37331),(39,2598,0.46669),(39,2600,0.18669),(39,2602,0.23331),(39,2603,0.32669),(39,2604,0.51331),(39,2605,0.32669),(39,2607,0.46669),(39,2609,0.37331),(39,2610,0.37331),(39,2611,0.46669),(39,2612,0.28),(39,2617,0.18669),(39,2619,0.46669),(39,2622,0.51331),(39,2625,0.60669);
/*!40000 ALTER TABLE `jnx5e_finder_links_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_logging`
--

DROP TABLE IF EXISTS `jnx5e_finder_logging`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_logging`
--

LOCK TABLES `jnx5e_finder_logging` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_logging` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_finder_logging` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_taxonomy`
--

DROP TABLE IF EXISTS `jnx5e_finder_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_finder_taxonomy`
--

LOCK TABLES `jnx5e_finder_taxonomy` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_taxonomy` DISABLE KEYS */;
INSERT INTO `jnx5e_finder_taxonomy` VALUES (1,0,0,45,0,'','ROOT','root',1,1,'*'),(2,1,1,10,1,'type','Type','type',1,1,'*'),(3,2,2,3,2,'type/phoca-download','Phoca Download','phoca-download',1,1,'*'),(4,1,11,34,1,'category','Category','category',1,1,'*'),(5,4,12,13,2,'category/normatividad','Normatividad','normatividad',1,1,'*'),(6,1,35,38,1,'language','Language','language',1,1,'*'),(7,6,36,37,2,'language/4086f6336014c75439f87cbda42d9c51','*','4086f6336014c75439f87cbda42d9c51',1,1,'*'),(8,2,4,5,2,'type/category','Category','category',1,1,'*'),(9,2,6,7,2,'type/article','Article','article',1,1,'*'),(10,1,39,44,1,'author','Author','author',1,1,'*'),(11,10,40,41,2,'author/admin','admin','admin',1,1,'*'),(12,4,14,15,2,'category/uncategorised','Uncategorised','uncategorised',1,1,'*'),(13,4,16,17,2,'category/quienes-somos','quienes somos','quienes-somos',1,1,'*'),(14,4,18,21,2,'category/investigacion','investigacion','investigacion',1,1,'*'),(15,14,19,20,3,'category/investigacion/grupos-de-investigacion','grupos de investigación ','grupos-de-investigacion',1,1,'*'),(16,4,22,23,2,'category/publicaciones','publicaciones','publicaciones',1,1,'*'),(17,4,24,27,2,'category/servicios','Servicios','servicios',1,1,'*'),(18,17,25,26,3,'category/servicios/cca','CCA','cca',1,1,'*'),(19,2,8,9,2,'type/contact','Contact','contact',1,1,'*'),(21,10,42,43,2,'author/usuario-icaoc','usuario - icaoc','usuario-icaoc',1,1,'*'),(24,4,28,29,2,'category/eventos','Eventos ','eventos',1,1,'*'),(25,4,30,31,2,'category/eventos-prueba','eventos prueba','eventos-prueba',1,1,'*'),(26,4,32,33,2,'category/icaoc-al-dia','ICAOC al Día','icaoc-al-dia',1,1,'*');
/*!40000 ALTER TABLE `jnx5e_finder_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_taxonomy_map`
--

DROP TABLE IF EXISTS `jnx5e_finder_taxonomy_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_taxonomy_map`
--

LOCK TABLES `jnx5e_finder_taxonomy_map` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_taxonomy_map` DISABLE KEYS */;
INSERT INTO `jnx5e_finder_taxonomy_map` VALUES (1,3),(1,5),(1,7),(2,7),(2,8),(3,7),(3,8),(4,7),(4,8),(5,7),(5,9),(5,11),(5,12),(6,7),(6,9),(6,11),(6,12),(7,7),(7,9),(7,11),(7,13),(8,7),(8,9),(8,11),(8,13),(9,7),(9,9),(9,11),(9,13),(10,7),(10,9),(10,11),(10,13),(12,7),(12,9),(12,11),(12,14),(14,7),(14,9),(14,11),(14,15),(15,7),(15,9),(15,11),(15,15),(16,7),(16,9),(16,11),(16,15),(17,7),(17,9),(17,11),(17,16),(18,7),(18,9),(18,11),(18,16),(19,7),(19,9),(19,11),(19,12),(20,7),(20,9),(20,11),(20,18),(21,7),(21,9),(21,11),(21,18),(22,7),(22,9),(22,11),(22,18),(23,7),(23,9),(23,11),(23,18),(24,7),(24,9),(24,11),(24,18),(25,7),(25,9),(25,11),(25,17),(26,7),(26,9),(26,11),(26,14),(27,3),(27,5),(27,7),(28,7),(28,8),(29,7),(29,8),(30,7),(30,8),(31,7),(31,8),(32,7),(32,9),(32,11),(32,16),(33,7),(33,8),(34,7),(34,8),(35,7),(35,12),(35,19),(36,7),(36,8),(38,7),(38,8),(39,7),(39,9),(39,21),(39,24),(40,7),(40,9),(40,11),(40,25),(41,7),(41,8),(42,7),(42,9),(42,11),(42,25),(43,7),(43,9),(43,11),(43,25),(44,7),(44,9),(44,11),(44,12),(45,7),(45,9),(45,21),(45,26);
/*!40000 ALTER TABLE `jnx5e_finder_taxonomy_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_terms`
--

DROP TABLE IF EXISTS `jnx5e_finder_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=2626 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_finder_terms`
--

LOCK TABLES `jnx5e_finder_terms` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_terms` DISABLE KEYS */;
INSERT INTO `jnx5e_finder_terms` VALUES (1,'006','006',0,0,0.3,'',7,'*'),(2,'1','1',0,0,0.1,'',77,'*'),(3,'2024','2024',0,0,0.4,'',16,'*'),(4,'aaaaadsasfas','aaaaadsasfas',0,0,0.8,'A3212',1,'*'),(5,'acta','acta',0,0,0.2667,'A230',7,'*'),(6,'aprueba','aprueba',0,0,0.4667,'A161',1,'*'),(7,'cual','cual',0,0,0.2667,'C400',1,'*'),(8,'dasñfkj','dasñfkj',0,0,0.4667,'D212',1,'*'),(9,'de','de',0,0,0.1333,'D000',707,'*'),(10,'extraordinaria','extraordinaria',0,0,0.9333,'E236356',7,'*'),(11,'jlsdjflj','jlsdjflj',0,0,0.5333,'J4232142',1,'*'),(12,'la','la',0,0,0.1333,'L000',595,'*'),(13,'lk','lk',0,0,0.1333,'L200',1,'*'),(14,'n','n',0,0,0.0667,'N000',8,'*'),(15,'por','por',0,0,0.2,'P600',193,'*'),(16,'se','se',0,0,0.1333,'S000',253,'*'),(17,'sesion','sesion',0,0,0.4,'S500',7,'*'),(32,'2','2',0,0,0.1,'',44,'*'),(33,'uncategorised','uncategorised',0,0,0.8667,'U5232623',3,'*'),(35,'4','4',0,0,0.1,'',22,'*'),(36,'5','5',0,0,0.1,'',26,'*'),(37,'3','3',0,0,0.1,'',106,'*'),(38,'acordion','acordion',0,0,0.5333,'A2635',4,'*'),(39,'admin','admin',0,0,0.3333,'A350',662,'*'),(40,'blue','blue',0,0,0.2667,'B400',82,'*'),(41,'calendar','calendar',0,0,0.5333,'C4536',4,'*'),(42,'calendario','calendario',0,0,0.6667,'C4536',4,'*'),(43,'class','class',0,0,0.3333,'C420',85,'*'),(44,'content','content',0,0,0.4667,'C5353',86,'*'),(45,'dp','dp',0,0,0.1333,'D100',4,'*'),(46,'efecto','efecto',0,0,0.4,'E123',4,'*'),(47,'green','green',0,0,0.3333,'G650',4,'*'),(48,'imageeffectck','imageeffectck',0,0,0.8667,'I521232',4,'*'),(49,'modulo','modulo',0,0,0.4,'M340',4,'*'),(50,'ol','ol',0,0,0.1333,'O400',4,'*'),(51,'prueba','prueba',0,0,0.4,'P610',41,'*'),(52,'red','red',0,0,0.2,'R300',80,'*'),(53,'simple','simple',0,0,0.4,'S514',4,'*'),(54,'slider','slider',0,0,0.4,'S436',82,'*'),(55,'sliders','sliders',0,0,0.4667,'S4362',81,'*'),(56,'tab','tab',0,0,0.2,'T100',4,'*'),(57,'tabs','tabs',0,0,0.2667,'T120',4,'*'),(58,'testimonials','testimonials',0,0,0.8,'T23542',4,'*'),(59,'testimonio','testimonio',0,0,0.6667,'T235',4,'*'),(60,'title','title',0,0,0.3333,'T400',83,'*'),(68,'menu','menu',0,0,0.2667,'M000',1,'*'),(69,'menu-vertical','menu-vertical',0,0,0.8667,'M16324',1,'*'),(70,'vertical','vertical',0,0,0.5333,'V6324',1,'*'),(71,'accionar','accionar',0,0,0.5333,'A256',2,'*'),(72,'agrícola','agrícola',0,0,0.5333,'A2624',82,'*'),(73,'botones','botones',0,0,0.4667,'B352',3,'*'),(74,'con','con',0,0,0.2,'C500',417,'*'),(75,'especialización','especialización',0,0,1,'E212425',136,'*'),(76,'grupo','grupo',0,0,0.3333,'G610',101,'*'),(77,'imagen','imagen',0,0,0.4,'I525',8,'*'),(78,'investigación','investigación',0,0,0.8667,'I512325',391,'*'),(79,'línea','línea',0,0,0.3333,'L500',9,'*'),(80,'maestria','maestria',0,0,0.5333,'M236',14,'*'),(81,'mvz','mvz',0,0,0.2,'M120',3,'*'),(82,'pregrado','pregrado',0,0,0.5333,'P6263',53,'*'),(83,'produccion','produccion',0,0,0.6667,'P6325',3,'*'),(84,'producción','producción',0,0,0.6667,'P6325',164,'*'),(85,'profundización','profundización',0,0,0.9333,'P615325',3,'*'),(86,'proyectos','proyectos',0,0,0.6,'P6232',106,'*'),(87,'pts','pts',0,0,0.2,'P320',3,'*'),(88,'sostenible','sostenible',0,0,0.6667,'S3514',282,'*'),(89,'tropical','tropical',0,0,0.5333,'T6124',38,'*'),(102,'boton','boton',0,0,0.3333,'B350',2,'*'),(103,'ejemplo','ejemplo',0,0,0.4667,'E2514',2,'*'),(104,'direccionamiento','direccionamiento',0,0,1,'D6253',88,'*'),(105,'estrategico','estrategico',0,0,0.7333,'E23632',21,'*'),(106,'estratégico','estratégico',0,0,0.7333,'E23632',119,'*'),(107,'historia','historia',0,0,0.5333,'H236',11,'*'),(108,'nuestra','nuestra',0,0,0.4667,'N236',12,'*'),(110,'equipo','equipo',0,0,0.4,'E210',20,'*'),(111,'nuestro','nuestro',0,0,0.4667,'N236',87,'*'),(113,'6','6',0,0,0.1,'',25,'*'),(114,'certificaciones','certificaciones',0,0,1,'C631252',25,'*'),(115,'distinciones','distinciones',0,0,0.8,'D235252',25,'*'),(116,'y','y',0,0,0.0667,'Y000',558,'*'),(121,'investigadores','investigadores',0,0,0.9333,'I51232362',186,'*'),(123,'8','8',0,0,0.1,'',20,'*'),(124,'grupos','grupos',0,0,0.4,'G612',49,'*'),(125,'investigacion','investigacion',0,0,0.8667,'I512325',151,'*'),(126,'9','9',0,0,0.1,'',33,'*'),(127,'gigas','gigas',0,0,0.3333,'G000',34,'*'),(129,'10','10',0,0,0.2,'',35,'*'),(130,'11','11',0,0,0.2,'',28,'*'),(131,'girehpes','girehpes',0,0,0.5333,'G612',27,'*'),(133,'12','12',0,0,0.2,'',59,'*'),(134,'biorinoquia','biorinoquia',0,0,0.7333,'B652',42,'*'),(136,'13','13',0,0,0.2,'',108,'*'),(137,'cartillas','cartillas',0,0,0.6,'C6342',109,'*'),(138,'divulgativas','divulgativas',0,0,0.8,'D142312',107,'*'),(139,'14','14',0,0,0.2,'',5,'*'),(140,'videos','videos',0,0,0.4,'V320',4,'*'),(142,'15','15',0,0,0.2,'',2,'*'),(143,'agua','agua',0,0,0.2667,'A200',200,'*'),(144,'calidad','calidad',0,0,0.4667,'C430',262,'*'),(145,'cca','cca',0,0,0.2,'C000',2,'*'),(146,'centro','centro',0,0,0.4,'C536',151,'*'),(149,'16','16',0,0,0.2,'',9,'*'),(150,'quienes','quienes',0,0,0.4667,'Q520',78,'*'),(151,'somos','somos',0,0,0.3333,'S520',81,'*'),(152,'17','17',0,0,0.2,'',9,'*'),(153,'laboratorio','laboratorio',0,0,0.7333,'L1636',117,'*'),(155,'18','18',0,0,0.2,'',15,'*'),(156,'servicios','servicios',0,0,0.6,'S612',287,'*'),(158,'19','19',0,0,0.2,'',14,'*'),(159,'contacto','contacto',0,0,0.5333,'C5323',105,'*'),(160,'informacion','informacion',0,0,0.7333,'I516525',5,'*'),(161,'información','información',0,0,0.7333,'I516525',161,'*'),(165,'20','20',0,0,0.2,'',33,'*'),(166,'cotizaciones','cotizaciones',0,0,0.8,'C3252',33,'*'),(167,'solicitud','solicitud',0,0,0.6,'S423',33,'*'),(168,'21','21',0,0,0.2,'',53,'*'),(169,'ambiental','ambiental',0,0,0.6,'A51534',470,'*'),(170,'educacion','educacion',0,0,0.6,'E325',1,'*'),(171,'educación','educación',0,0,0.6,'E325',242,'*'),(175,'2009','2009',0,0,0.4,'',33,'*'),(176,'a','a',0,0,0.0667,'A000',497,'*'),(177,'académica','académica',0,0,0.6,'A2352',144,'*'),(178,'académico','académico',0,0,0.6,'A2352',99,'*'),(179,'académicos','académicos',0,0,0.6667,'A2352',133,'*'),(180,'al','al',0,0,0.1333,'A400',203,'*'),(181,'ambientales','ambientales',0,0,0.7333,'A515342',476,'*'),(182,'ambiente','ambiente',0,0,0.5333,'A5153',144,'*'),(183,'aporta','aporta',0,0,0.4,'A163',33,'*'),(184,'articula','articula',0,0,0.5333,'A6324',91,'*'),(185,'biodiversidad','biodiversidad',0,0,0.8667,'B31623',358,'*'),(186,'categoría','categoría',0,0,0.6,'C326',100,'*'),(187,'ciencia','ciencia',0,0,0.4667,'C520',207,'*'),(188,'ciencias','ciencias',0,0,0.5333,'C520',341,'*'),(189,'científico','científico',0,0,0.6667,'C5312',119,'*'),(190,'co','co',0,0,0.1333,'C000',113,'*'),(191,'col0037158','col0037158',0,0,0.6667,'C400',33,'*'),(192,'colombiana','colombiana',0,0,0.6667,'C4515',459,'*'),(193,'como','como',0,0,0.2667,'C500',291,'*'),(194,'conocimiento','conocimiento',0,0,0.8,'C5253',312,'*'),(195,'contribuyendo','contribuyendo',0,0,0.8667,'C536153',34,'*'),(196,'correo','correo',0,0,0.4,'C600',59,'*'),(197,'código','código',0,0,0.4,'C320',100,'*'),(198,'del','del',0,0,0.2,'D400',556,'*'),(199,'e','e',0,0,0.0667,'E000',358,'*'),(200,'edu','edu',0,0,0.2,'E300',113,'*'),(201,'el','el',0,0,0.1333,'E400',629,'*'),(202,'en','en',0,0,0.1333,'E500',572,'*'),(203,'estrategias','estrategias',0,0,0.7333,'E23632',145,'*'),(204,'estratégicas','estratégicas',0,0,0.8,'E23632',162,'*'),(205,'estudios','estudios',0,0,0.5333,'E232',165,'*'),(206,'excelencia','excelencia',0,0,0.6667,'E2452',104,'*'),(207,'fecha','fecha',0,0,0.3333,'F200',100,'*'),(208,'formación','formación',0,0,0.6,'F6525',344,'*'),(209,'fortalecimiento','fortalecimiento',0,0,1,'F634253',59,'*'),(210,'general','general',0,0,0.4667,'G564',100,'*'),(211,'generar','generar',0,0,0.4667,'G560',147,'*'),(212,'gestión','gestión',0,0,0.4667,'G350',437,'*'),(213,'gonzález','gonzález',0,0,0.5333,'G5242',62,'*'),(214,'hábitat','hábitat',0,0,0.4667,'H130',74,'*'),(215,'icaoc','icaoc',0,0,0.3333,'I200',280,'*'),(216,'innovación','innovación',0,0,0.6667,'I5125',176,'*'),(217,'institucionalización','institucionalización',0,0,1,'I52325425',100,'*'),(218,'instituto','instituto',0,0,0.6,'I523',290,'*'),(219,'investigativa','investigativa',0,0,0.8667,'I5123231',33,'*'),(220,'juan','juan',0,0,0.2667,'J500',33,'*'),(221,'junio','junio',0,0,0.3333,'J500',33,'*'),(222,'las','las',0,0,0.2,'L200',358,'*'),(223,'los','los',0,0,0.2,'L200',504,'*'),(224,'líder','líder',0,0,0.3333,'L360',100,'*'),(225,'líneas','líneas',0,0,0.4,'L520',39,'*'),(226,'maestría','maestría',0,0,0.5333,'M236',151,'*'),(227,'manuel','manuel',0,0,0.4,'M400',59,'*'),(228,'metodologías','metodologías',0,0,0.8,'M342',34,'*'),(229,'minciencias','minciencias',0,0,0.7333,'M252',198,'*'),(230,'nacionales','nacionales',0,0,0.6667,'N2542',33,'*'),(231,'nuevos','nuevos',0,0,0.4,'N120',105,'*'),(232,'objetivo','objetivo',0,0,0.5333,'O1231',156,'*'),(233,'orinoquia','orinoquia',0,0,0.6,'O652',398,'*'),(234,'para','para',0,0,0.2667,'P600',475,'*'),(235,'posgrado','posgrado',0,0,0.5333,'P263',115,'*'),(236,'principal','principal',0,0,0.6,'P65214',147,'*'),(237,'problemáticas','problemáticas',0,0,0.8667,'P614532',52,'*'),(238,'programas','programas',0,0,0.6,'P62652',218,'*'),(239,'promueve','promueve',0,0,0.5333,'P651',75,'*'),(240,'reconocido','reconocido',0,0,0.6667,'R2523',121,'*'),(241,'regionales','regionales',0,0,0.6667,'R2542',112,'*'),(242,'semillero','semillero',0,0,0.6,'S546',33,'*'),(243,'semilleros','semilleros',0,0,0.6667,'S5462',119,'*'),(244,'sieas','sieas',0,0,0.3333,'S000',33,'*'),(245,'siguientes','siguientes',0,0,0.6667,'S532',91,'*'),(246,'sobre','sobre',0,0,0.3333,'S160',130,'*'),(247,'solución','solución',0,0,0.5333,'S425',33,'*'),(248,'sostenibilidad','sostenibilidad',0,0,0.9333,'S35143',198,'*'),(249,'su','su',0,0,0.1333,'S000',247,'*'),(250,'sus','sus',0,0,0.2,'S000',360,'*'),(251,'talentos','talentos',0,0,0.5333,'T4532',33,'*'),(252,'tecnología','tecnología',0,0,0.6667,'T2542',158,'*'),(253,'tiene','tiene',0,0,0.3333,'T500',147,'*'),(254,'trabajo','trabajo',0,0,0.4667,'T612',118,'*'),(255,'través','través',0,0,0.4,'T612',176,'*'),(256,'trujillo','trujillo',0,0,0.5333,'T624',33,'*'),(257,'unidad','unidad',0,0,0.4,'U530',125,'*'),(258,'unillanos','unillanos',0,0,0.6,'U5452',122,'*'),(259,'vinculados','vinculados',0,0,0.6667,'V52432',100,'*'),(260,'ámbito','ámbito',0,0,0.4,'á513',33,'*'),(261,'áreas','áreas',0,0,0.3333,'á620',284,'*'),(262,'última','última',0,0,0.4,'ú435',100,'*'),(302,'2008','2008',0,0,0.4,'',41,'*'),(303,'25','25',0,0,0.2,'',157,'*'),(304,'aplicada','aplicada',0,0,0.5333,'A1423',60,'*'),(305,'aportar','aportar',0,0,0.4667,'A1636',41,'*'),(306,'articulando','articulando',0,0,0.7333,'A632453',41,'*'),(307,'artrópodos','artrópodos',0,0,0.6667,'A636132',41,'*'),(308,'biología','biología',0,0,0.5333,'B420',67,'*'),(309,'biológicos','biológicos',0,0,0.6667,'B420',41,'*'),(310,'biotecnología','biotecnología',0,0,0.8667,'B32542',41,'*'),(311,'busca','busca',0,0,0.3333,'B200',54,'*'),(312,'básica','básica',0,0,0.4,'B200',110,'*'),(313,'c','c',0,0,0.0667,'C000',67,'*'),(314,'científica','científica',0,0,0.6667,'C5312',174,'*'),(315,'col0058505','col0058505',0,0,0.6667,'C400',41,'*'),(316,'conservación','conservación',0,0,0.8,'C526125',74,'*'),(317,'contribuye','contribuye',0,0,0.6667,'C5361',58,'*'),(318,'correos','correos',0,0,0.4667,'C620',41,'*'),(319,'departamento','departamento',0,0,0.8,'D16353',96,'*'),(320,'desarrollo','desarrollo',0,0,0.6667,'D264',252,'*'),(321,'ecosistemas','ecosistemas',0,0,0.7333,'E2352',144,'*'),(322,'enfoca','enfoca',0,0,0.4,'E512',41,'*'),(323,'entomos','entomos',0,0,0.4667,'E5352',41,'*'),(324,'estudio','estudio',0,0,0.4667,'E230',157,'*'),(325,'flora','flora',0,0,0.3333,'F460',99,'*'),(326,'insectos','insectos',0,0,0.5333,'I5232',84,'*'),(327,'jóvenes','jóvenes',0,0,0.4667,'J152',109,'*'),(328,'labor','labor',0,0,0.3333,'L160',42,'*'),(329,'medina','medina',0,0,0.4,'M350',41,'*'),(330,'merchán','merchán',0,0,0.4667,'M625',41,'*'),(331,'mmedina','mmedina',0,0,0.4667,'M350',41,'*'),(332,'mónica','mónica',0,0,0.4,'M200',41,'*'),(333,'nacional','nacional',0,0,0.5333,'N254',124,'*'),(334,'octubre','octubre',0,0,0.4667,'O2316',41,'*'),(335,'otros','otros',0,0,0.3333,'O362',41,'*'),(336,'programa','programa',0,0,0.5333,'P6265',124,'*'),(337,'química','química',0,0,0.4667,'Q520',67,'*'),(338,'recursos','recursos',0,0,0.5333,'R262',207,'*'),(339,'región','región',0,0,0.4,'R250',269,'*'),(340,'siguiente','siguiente',0,0,0.6,'S530',41,'*'),(341,'sistema','sistema',0,0,0.4667,'S350',168,'*'),(342,'uso','uso',0,0,0.2,'U200',229,'*'),(365,'2016','2016',0,0,0.4,'',26,'*'),(366,'acuática','acuática',0,0,0.5333,'A232',26,'*'),(367,'aportando','aportando',0,0,0.6,'A16353',96,'*'),(368,'biodes','biodes',0,0,0.4,'B320',26,'*'),(369,'bioherp','bioherp',0,0,0.4667,'B610',26,'*'),(370,'caracterización','caracterización',0,0,1,'C623625',116,'*'),(371,'col0114533','col0114533',0,0,0.6667,'C400',26,'*'),(372,'enfocado','enfocado',0,0,0.5333,'E5123',26,'*'),(373,'especialmente','especialmente',0,0,0.8667,'E212453',26,'*'),(374,'está','está',0,0,0.2667,'E230',115,'*'),(375,'evaluación','evaluación',0,0,0.6667,'E1425',145,'*'),(376,'hidrobiológicos','hidrobiológicos',0,0,1,'H36142',135,'*'),(377,'ingeniería','ingeniería',0,0,0.6667,'I5256',26,'*'),(378,'jesús','jesús',0,0,0.3333,'J000',26,'*'),(379,'jiacacu','jiacacu',0,0,0.4667,'J000',26,'*'),(380,'manejo','manejo',0,0,0.4,'M200',91,'*'),(381,'marzo','marzo',0,0,0.3333,'M620',35,'*'),(382,'pesqueros','pesqueros',0,0,0.6,'P262',67,'*'),(383,'pesquerías','pesquerías',0,0,0.6667,'P262',26,'*'),(384,'ramos','ramos',0,0,0.3333,'R520',26,'*'),(385,'vásquez','vásquez',0,0,0.4667,'V200',26,'*'),(386,'área','área',0,0,0.2667,'á600',35,'*'),(387,'énfasis','énfasis',0,0,0.4667,'é512',76,'*'),(396,'abordan','abordan',0,0,0.4667,'A1635',19,'*'),(397,'activa','activa',0,0,0.4,'A231',19,'*'),(398,'además','además',0,0,0.4,'A352',19,'*'),(399,'altamente','altamente',0,0,0.6,'A4353',19,'*'),(400,'calificado','calificado',0,0,0.6667,'C4123',19,'*'),(401,'clave','clave',0,0,0.3333,'C410',42,'*'),(402,'comprometida','comprometida',0,0,0.8,'C51653',46,'*'),(403,'contribución','contribución',0,0,0.8,'C536125',19,'*'),(404,'es','es',0,0,0.1333,'E200',106,'*'),(405,'estos','estos',0,0,0.3333,'E232',19,'*'),(406,'estratégicos','estratégicos',0,0,0.8,'E23632',140,'*'),(407,'estudiantes','estudiantes',0,0,0.7333,'E23532',147,'*'),(408,'generación','generación',0,0,0.6667,'G5625',69,'*'),(409,'gestiona','gestiona',0,0,0.5333,'G350',19,'*'),(410,'humano','humano',0,0,0.4,'H500',100,'*'),(411,'lidera','lidera',0,0,0.4,'L360',19,'*'),(412,'mediante','mediante',0,0,0.5333,'M353',45,'*'),(413,'misión','misión',0,0,0.4,'M250',52,'*'),(414,'parte','parte',0,0,0.3333,'P630',19,'*'),(415,'procesos','procesos',0,0,0.5333,'P620',132,'*'),(416,'promoviendo','promoviendo',0,0,0.7333,'P65153',19,'*'),(417,'que','que',0,0,0.2,'Q000',291,'*'),(418,'realizan','realizan',0,0,0.5333,'R425',19,'*'),(419,'reconocidos','reconocidos',0,0,0.7333,'R25232',19,'*'),(420,'talento','talento',0,0,0.4667,'T453',100,'*'),(421,'tanto','tanto',0,0,0.3333,'T530',19,'*'),(422,'tres','tres',0,0,0.2667,'T620',105,'*'),(423,'una','una',0,0,0.2,'U500',230,'*'),(424,'valiosa','valiosa',0,0,0.4667,'V420',19,'*'),(425,'vinculación','vinculación',0,0,0.7333,'V52425',19,'*'),(427,'adscritos','adscritos',0,0,0.6,'A32632',2,'*'),(428,'son','son',0,0,0.2,'S500',2,'*'),(430,'22','22',0,0,0.2,'',12,'*'),(431,'consultorias','consultorias',0,0,0.8,'C524362',52,'*'),(432,'consultorías','consultorías',0,0,0.8,'C524362',52,'*'),(433,'cartilla','cartilla',0,0,0.5333,'C634',107,'*'),(434,'cnbio','cnbio',0,0,0.3333,'C510',107,'*'),(435,'unillanos-ecopetrol','unillanos-ecopetrol',0,0,1,'U54521364',107,'*'),(436,'202','202',0,0,0.3,'',2,'*'),(437,'agenda','agenda',0,0,0.4,'A253',16,'*'),(438,'criterios','criterios',0,0,0.6,'C6362',7,'*'),(439,'doble','doble',0,0,0.3333,'D140',15,'*'),(440,'docente','docente',0,0,0.4667,'D253',16,'*'),(441,'educativo','educativo',0,0,0.6,'E3231',10,'*'),(442,'enfoque','enfoque',0,0,0.4667,'E512',10,'*'),(443,'estrategia','estrategia',0,0,0.6667,'E23632',41,'*'),(444,'g0','g0',0,0,0.1333,'G000',7,'*'),(445,'g1','g1',0,0,0.1333,'G000',10,'*'),(446,'g2','g2',0,0,0.1333,'G000',11,'*'),(447,'g3','g3',0,0,0.1333,'G000',15,'*'),(448,'g4','g4',0,0,0.1333,'G000',16,'*'),(449,'g5','g5',0,0,0.1333,'G000',17,'*'),(450,'g6','g6',0,0,0.1333,'G000',19,'*'),(451,'generales','generales',0,0,0.6,'G5642',7,'*'),(452,'global','global',0,0,0.4,'G414',10,'*'),(453,'homologaciones','homologaciones',0,0,0.9333,'H54252',11,'*'),(454,'interculturalidad','interculturalidad',0,0,1,'I536243643',17,'*'),(455,'internacional','internacional',0,0,0.8667,'I5365254',16,'*'),(456,'internacionales','internacionales',0,0,1,'I53652542',11,'*'),(457,'internacionalización','internacionalización',0,0,1,'I536525425',7,'*'),(458,'movilidad','movilidad',0,0,0.6,'M143',19,'*'),(459,'plan','plan',0,0,0.2667,'P450',7,'*'),(460,'proyecto','proyecto',0,0,0.5333,'P623',116,'*'),(461,'titulación','titulación',0,0,0.6667,'T425',15,'*'),(468,'construcción','construcción',0,0,0.8,'C523625',175,'*'),(469,'cuencas','cuencas',0,0,0.4667,'C520',275,'*'),(470,'orotoy','orotoy',0,0,0.4,'O630',104,'*'),(471,'rio','rio',0,0,0.2,'R000',104,'*'),(472,'sabanalarga','sabanalarga',0,0,0.7333,'S15462',104,'*'),(473,'social','social',0,0,0.4,'S400',315,'*'),(474,'tejido','tejido',0,0,0.4,'T230',104,'*'),(475,'visión','visión',0,0,0.4,'V250',143,'*'),(483,'contenido','contenido',0,0,0.6,'C5353',32,'*'),(484,'pdf','pdf',0,0,0.2,'P310',71,'*'),(485,'guia','guia',0,0,0.2667,'G000',71,'*'),(486,'muestreos','muestreos',0,0,0.6,'M2362',96,'*'),(488,'generalidades','generalidades',0,0,0.8667,'G56432',95,'*'),(489,'proceso','proceso',0,0,0.4667,'P620',101,'*'),(490,'simulación','simulación',0,0,0.6667,'S5425',95,'*'),(491,'cuenca','cuenca',0,0,0.4,'C520',129,'*'),(492,'gente','gente',0,0,0.3333,'G530',91,'*'),(493,'guayuriba','guayuriba',0,0,0.6,'G610',129,'*'),(494,'alto','alto',0,0,0.2667,'A430',127,'*'),(495,'bocas','bocas',0,0,0.3333,'B200',90,'*'),(496,'meta','meta',0,0,0.2667,'M300',165,'*'),(497,'pesquería','pesquería',0,0,0.6,'P260',90,'*'),(498,'río','río',0,0,0.2,'R000',164,'*'),(501,'alta','alta',0,0,0.2667,'A430',179,'*'),(502,'huella','huella',0,0,0.4,'H400',210,'*'),(503,'hídrica','hídrica',0,0,0.4667,'H362',210,'*'),(504,'nuestras','nuestras',0,0,0.5333,'N2362',165,'*'),(505,'larga','larga',0,0,0.3333,'L620',86,'*'),(506,'sabana','sabana',0,0,0.4,'S150',86,'*'),(507,'100','100',0,0,0.3,'',100,'*'),(508,'mujeres','mujeres',0,0,0.4667,'M262',100,'*'),(510,'acuaticos','acuaticos',0,0,0.6,'A232',3,'*'),(511,'agricultura','agricultura',0,0,0.7333,'A262436',125,'*'),(512,'alternativas','alternativas',0,0,0.8,'A4365312',84,'*'),(513,'ambientes','ambientes',0,0,0.6,'A51532',75,'*'),(514,'asociado','asociado',0,0,0.5333,'A230',116,'*'),(515,'balance','balance',0,0,0.4667,'B452',105,'*'),(516,'cobertura','cobertura',0,0,0.6,'C1636',125,'*'),(517,'diagnóstico','diagnóstico',0,0,0.7333,'D25232',134,'*'),(518,'estandarizacion','estandarizacion',0,0,1,'E2353625',3,'*'),(519,'hogar','hogar',0,0,0.3333,'H260',75,'*'),(520,'hídrico','hídrico',0,0,0.4667,'H362',149,'*'),(521,'lotico','lotico',0,0,0.4,'L320',75,'*'),(522,'metodos','metodos',0,0,0.4667,'M320',75,'*'),(523,'socioambiental','socioambiental',0,0,0.9333,'S51534',125,'*'),(524,'un','un',0,0,0.1333,'U500',339,'*'),(525,'vegetal','vegetal',0,0,0.4667,'V234',125,'*'),(541,'autocuidado','autocuidado',0,0,0.7333,'A323',73,'*'),(542,'creadora','creadora',0,0,0.5333,'C636',73,'*'),(543,'entorno','entorno',0,0,0.4667,'E5365',73,'*'),(544,'libro','libro',0,0,0.3333,'L160',73,'*'),(545,'macroinvertebrados','macroinvertebrados',0,0,1,'M2651631632',152,'*'),(546,'metodologia','metodologia',0,0,0.7333,'M342',1,'*'),(547,'mujer','mujer',0,0,0.3333,'M260',73,'*'),(548,'plantas','plantas',0,0,0.4667,'P4532',73,'*'),(549,'resumen','resumen',0,0,0.4667,'R250',73,'*'),(550,'ribereña','ribereña',0,0,0.5333,'R160',73,'*'),(551,'rural','rural',0,0,0.3333,'R400',172,'*'),(552,'saludable','saludable',0,0,0.6,'S4314',73,'*'),(553,'sueños','sueños',0,0,0.4,'S000',73,'*'),(554,'utiles','utiles',0,0,0.4,'U342',1,'*'),(555,'vegetación','vegetación',0,0,0.6667,'V2325',73,'*'),(556,'acuáticos','acuáticos',0,0,0.6,'A232',115,'*'),(557,'estandarización','estandarización',0,0,1,'E2353625',72,'*'),(558,'metodología','metodología',0,0,0.7333,'M342',72,'*'),(559,'útiles','útiles',0,0,0.4,'ú342',72,'*'),(563,'cultura','cultura',0,0,0.4667,'C436',70,'*'),(564,'diez','diez',0,0,0.2667,'D200',70,'*'),(565,'diplomado','diplomado',0,0,0.6,'D1453',70,'*'),(566,'elementos','elementos',0,0,0.6,'E4532',93,'*'),(567,'gestion','gestion',0,0,0.4667,'G350',70,'*'),(568,'juvenil','juvenil',0,0,0.4667,'J154',70,'*'),(569,'legislacion','legislacion',0,0,0.7333,'L2425',70,'*'),(570,'local','local',0,0,0.3333,'L240',126,'*'),(571,'memorias','memorias',0,0,0.5333,'M620',83,'*'),(572,'paisajes','paisajes',0,0,0.5333,'P200',70,'*'),(578,'compilación','compilación',0,0,0.7333,'C51425',66,'*'),(579,'escenarios','escenarios',0,0,0.6667,'E2562',72,'*'),(580,'fases','fases',0,0,0.3333,'F200',72,'*'),(581,'llanos','llanos',0,0,0.4,'L520',248,'*'),(582,'orientales','orientales',0,0,0.6667,'O65342',72,'*'),(585,'vision','vision',0,0,0.4,'V250',65,'*'),(586,'visiones','visiones',0,0,0.5333,'V252',65,'*'),(588,'publicaciones','publicaciones',0,0,0.8667,'P4252',51,'*'),(589,'23','23',0,0,0.2,'',117,'*'),(590,'articulos','articulos',0,0,0.6,'A63242',117,'*'),(591,'artículos','artículos',0,0,0.6,'A63242',117,'*'),(592,'claves','claves',0,0,0.4,'C412',32,'*'),(593,'compleja','compleja',0,0,0.5333,'C5142',32,'*'),(594,'contribuir','contribuir',0,0,0.6667,'C53616',32,'*'),(595,'cumplimiento','cumplimiento',0,0,0.8,'C51453',32,'*'),(596,'hombre-naturaleza','hombre-naturaleza',0,0,1,'H51653642',32,'*'),(597,'marco','marco',0,0,0.3333,'M620',60,'*'),(598,'organigrama','organigrama',0,0,0.7333,'O625265',88,'*'),(599,'país','país',0,0,0.2667,'P200',150,'*'),(600,'referente','referente',0,0,0.6,'R1653',86,'*'),(601,'regional','regional',0,0,0.5333,'R254',142,'*'),(602,'relación','relación',0,0,0.5333,'R425',32,'*'),(603,'será','será',0,0,0.2667,'S600',32,'*'),(604,'territorio','territorio',0,0,0.6667,'T636',100,'*'),(605,'transferencia','transferencia',0,0,0.8667,'T6521652',164,'*'),(607,'14001','14001',0,0,0.5,'',23,'*'),(608,'17025','17025',0,0,0.5,'',79,'*'),(609,'2015','2015',0,0,0.4,'',23,'*'),(610,'9001','9001',0,0,0.4,'',23,'*'),(611,'acreditación','acreditación',0,0,0.8,'A26325',29,'*'),(612,'acreditado','acreditado',0,0,0.6667,'A263',8,'*'),(613,'aguas','aguas',0,0,0.3333,'A200',120,'*'),(614,'bajo','bajo',0,0,0.2667,'B200',42,'*'),(615,'certificación','certificación',0,0,0.8667,'C63125',73,'*'),(616,'compromiso','compromiso',0,0,0.6667,'C51652',169,'*'),(617,'confiabilidad','confiabilidad',0,0,0.8667,'C5143',29,'*'),(618,'confirma','confirma',0,0,0.5333,'C5165',23,'*'),(619,'cuenta','cuenta',0,0,0.4,'C530',23,'*'),(620,'esta','esta',0,0,0.2667,'E230',127,'*'),(621,'garantiza','garantiza',0,0,0.6,'G6532',23,'*'),(622,'icontec','icontec',0,0,0.4667,'I2532',23,'*'),(623,'ideam','ideam',0,0,0.3333,'I350',29,'*'),(624,'iec','iec',0,0,0.2,'I200',79,'*'),(625,'iqnet','iqnet',0,0,0.3333,'I253',23,'*'),(626,'iso','iso',0,0,0.2,'I200',73,'*'),(627,'ministerio','ministerio',0,0,0.6667,'M236',94,'*'),(628,'norma','norma',0,0,0.3333,'N650',29,'*'),(629,'ntc-iso','ntc-iso',0,0,0.4667,'N320',29,'*'),(630,'orinoquía','orinoquía',0,0,0.6,'O652',195,'*'),(631,'otorgada','otorgada',0,0,0.5333,'O3623',23,'*'),(632,'otorgado','otorgado',0,0,0.5333,'O3623',23,'*'),(633,'reconocimiento','reconocimiento',0,0,0.9333,'R25253',8,'*'),(634,'respaldan','respaldan',0,0,0.6,'R21435',23,'*'),(635,'siendo','siendo',0,0,0.4,'S530',8,'*'),(636,'sólido','sólido',0,0,0.4,'S430',23,'*'),(637,'único','único',0,0,0.3333,'ú520',8,'*'),(638,'1059','1059',0,0,0.4,'',9,'*'),(639,'res','res',0,0,0.2,'R200',22,'*'),(641,'0752','0752',0,0,0.4,'',7,'*'),(642,'resolución','resolución',0,0,0.6667,'R2425',7,'*'),(644,'1985','1985',0,0,0.4,'',6,'*'),(645,'2017','2017',0,0,0.4,'',120,'*'),(646,'analítica','analítica',0,0,0.6,'A5432',6,'*'),(647,'análisis','análisis',0,0,0.5333,'A542',209,'*'),(648,'apoyamos','apoyamos',0,0,0.5333,'A152',6,'*'),(649,'asegura','asegura',0,0,0.4667,'A260',6,'*'),(650,'años','años',0,0,0.2667,'A200',6,'*'),(651,'buen','buen',0,0,0.2667,'B500',6,'*'),(652,'colaborar','colaborar',0,0,0.6,'C416',6,'*'),(653,'comprometidos','comprometidos',0,0,0.8667,'C516532',6,'*'),(654,'compuesto','compuesto',0,0,0.6,'C5123',6,'*'),(655,'conservar','conservar',0,0,0.6,'C52616',6,'*'),(656,'contactarnos','contactarnos',0,0,0.8,'C5323652',6,'*'),(657,'contamos','contamos',0,0,0.5333,'C5352',45,'*'),(658,'continua','continua',0,0,0.5333,'C535',56,'*'),(659,'desde','desde',0,0,0.3333,'D230',198,'*'),(660,'dudes','dudes',0,0,0.3333,'D200',6,'*'),(661,'energético','energético',0,0,0.6667,'E56232',6,'*'),(662,'evolución','evolución',0,0,0.6,'E1425',6,'*'),(663,'futuras','futuras',0,0,0.4667,'F362',6,'*'),(664,'garantizan','garantizan',0,0,0.6667,'G65325',6,'*'),(665,'generaciones','generaciones',0,0,0.8,'G56252',6,'*'),(666,'hace','hace',0,0,0.2667,'H200',6,'*'),(667,'herramientas','herramientas',0,0,0.8,'H6532',7,'*'),(668,'hidrobiológica','hidrobiológica',0,0,0.9333,'H36142',6,'*'),(669,'hoy','hoy',0,0,0.2,'H000',6,'*'),(670,'importante','importante',0,0,0.6667,'I516353',6,'*'),(671,'industrial','industrial',0,0,0.6667,'I532364',6,'*'),(672,'juntos','juntos',0,0,0.4,'J532',6,'*'),(673,'lo','lo',0,0,0.1333,'L000',6,'*'),(674,'mejora','mejora',0,0,0.4,'M260',6,'*'),(675,'microbiología','microbiología',0,0,0.8667,'M26142',6,'*'),(676,'muestreo','muestreo',0,0,0.5333,'M236',96,'*'),(677,'más','más',0,0,0.2,'M200',126,'*'),(678,'nació','nació',0,0,0.3333,'N200',6,'*'),(679,'no','no',0,0,0.1333,'N000',65,'*'),(680,'nos','nos',0,0,0.2,'N200',6,'*'),(681,'nosotros','nosotros',0,0,0.5333,'N2362',16,'*'),(682,'nuestros','nuestros',0,0,0.5333,'N2362',8,'*'),(683,'o','o',0,0,0.0667,'O000',9,'*'),(684,'podemos','podemos',0,0,0.4667,'P352',6,'*'),(685,'prestadora','prestadora',0,0,0.6667,'P6236',6,'*'),(686,'protección','protección',0,0,0.6667,'P6325',6,'*'),(687,'quieres','quieres',0,0,0.4667,'Q620',6,'*'),(688,'qué','qué',0,0,0.2,'Q000',6,'*'),(689,'recurso','recurso',0,0,0.4667,'R262',278,'*'),(690,'saber','saber',0,0,0.3333,'S160',6,'*'),(691,'sectores','sectores',0,0,0.5333,'S362',32,'*'),(692,'tras','tras',0,0,0.2667,'T620',6,'*'),(693,'universidad','universidad',0,0,0.7333,'U51623',232,'*'),(694,'vital','vital',0,0,0.3333,'V340',6,'*'),(695,'únicos','únicos',0,0,0.4,'ú520',6,'*'),(696,'acceso','acceso',0,0,0.4,'A200',91,'*'),(697,'gruplac','gruplac',0,0,0.4667,'G6142',91,'*'),(699,'cotiza','cotiza',0,0,0.4,'C320',10,'*'),(700,'jmendoza','jmendoza',0,0,0.5333,'J532',10,'*'),(701,'dia','dia',0,0,0.2,'D000',6,'*'),(702,'día','día',0,0,0.2,'D000',6,'*'),(704,'accesibilidad','accesibilidad',0,0,0.8667,'A2143',2,'*'),(705,'alternar','alternar',0,0,0.5333,'A43656',2,'*'),(706,'aumentar','aumentar',0,0,0.5333,'A536',2,'*'),(707,'colocar','colocar',0,0,0.4667,'C426',2,'*'),(708,'derecha','derecha',0,0,0.4667,'D620',2,'*'),(709,'descargar','descargar',0,0,0.6,'D2626',2,'*'),(710,'discapacidad','discapacidad',0,0,0.8,'D2123',2,'*'),(711,'donde','donde',0,0,0.3333,'D530',2,'*'),(712,'escala','escala',0,0,0.4,'E240',42,'*'),(713,'fuente','fuente',0,0,0.4,'F530',2,'*'),(714,'grises','grises',0,0,0.4,'G620',2,'*'),(715,'jaws','jaws',0,0,0.2667,'J000',2,'*'),(716,'lectores','lectores',0,0,0.5333,'L2362',2,'*'),(717,'menú','menú',0,0,0.2667,'M000',2,'*'),(718,'opciones','opciones',0,0,0.5333,'O1252',2,'*'),(719,'pantalla','pantalla',0,0,0.5333,'P534',2,'*'),(720,'personas','personas',0,0,0.5333,'P6252',2,'*'),(721,'puede','puede',0,0,0.3333,'P300',2,'*'),(722,'página','página',0,0,0.4,'P250',3,'*'),(723,'reducir','reducir',0,0,0.4667,'R326',2,'*'),(724,'situado','situado',0,0,0.4667,'S300',2,'*'),(725,'subrayado','subrayado',0,0,0.6,'S163',2,'*'),(726,'tamaño','tamaño',0,0,0.4,'T500',2,'*'),(727,'usuario','usuario',0,0,0.4667,'U260',123,'*'),(728,'visual','visual',0,0,0.4,'V240',52,'*'),(729,'zoomtext','zoomtext',0,0,0.5333,'Z5323',2,'*'),(735,'asdfdfas','asdfdfas',0,0,0.5333,'A231312',6,'*'),(736,'dos','dos',0,0,0.2,'D200',72,'*'),(737,'asdfdasf','asdfdasf',0,0,0.5333,'A231321',1,'*'),(745,'023036','023036',0,0,0.6,'',15,'*'),(746,'2021','2021',0,0,0.4,'',15,'*'),(747,'men','men',0,0,0.2,'M000',15,'*'),(748,'reconocimientos','reconocimientos',0,0,1,'R252532',15,'*'),(752,'eventos','eventos',0,0,0.4667,'E1532',245,'*'),(753,'sghdjykilyfrte','sghdjykilyfrte',0,0,0.9333,'S324163',2,'*'),(754,'acciones','acciones',0,0,0.5333,'A252',70,'*'),(755,'acreditados','acreditados',0,0,0.7333,'A2632',70,'*'),(756,'alineadas','alineadas',0,0,0.6,'A4532',70,'*'),(757,'cada','cada',0,0,0.2667,'C300',71,'*'),(758,'consolidándonos','consolidándonos',0,0,1,'C52435352',71,'*'),(759,'especializados','especializados',0,0,0.9333,'E2124232',71,'*'),(760,'fundamenta','fundamenta',0,0,0.6667,'F5353',70,'*'),(761,'garantizamos','garantizamos',0,0,0.8,'G653252',70,'*'),(762,'impacto','impacto',0,0,0.4667,'I5123',70,'*'),(763,'motor','motor',0,0,0.3333,'M360',71,'*'),(764,'perteneciente','perteneciente',0,0,0.8667,'P635253',71,'*'),(765,'pertinencia','pertinencia',0,0,0.7333,'P6352',70,'*'),(766,'pilares','pilares',0,0,0.4667,'P462',71,'*'),(767,'quiénes','quiénes',0,0,0.4667,'Q520',71,'*'),(768,'rigor','rigor',0,0,0.3333,'R260',70,'*'),(769,'ser','ser',0,0,0.2,'S600',70,'*'),(770,'transformación','transformación',0,0,0.9333,'T65216525',72,'*'),(771,'verdaderamente','verdaderamente',0,0,0.9333,'V63653',71,'*'),(785,'alianzas','alianzas',0,0,0.5333,'A452',72,'*'),(786,'proyección','proyección',0,0,0.6667,'P625',72,'*'),(788,'260','260',0,0,0.3,'',2,'*'),(789,'298','298',0,0,0.3,'',2,'*'),(790,'auto','auto',0,0,0.2667,'A300',2,'*'),(791,'block','block',0,0,0.3333,'B420',2,'*'),(792,'display','display',0,0,0.4667,'D214',2,'*'),(793,'effectck-steve','effectck-steve',0,0,0.9333,'E123231',2,'*'),(794,'height','height',0,0,0.4,'H230',2,'*'),(795,'images','images',0,0,0.4,'I520',3,'*'),(796,'img','img',0,0,0.2,'I520',3,'*'),(797,'margin','margin',0,0,0.4,'M625',2,'*'),(798,'png','png',0,0,0.2,'P520',3,'*'),(799,'src','src',0,0,0.2,'S620',3,'*'),(800,'style','style',0,0,0.3333,'S340',2,'*'),(801,'width','width',0,0,0.3333,'W300',2,'*'),(803,'jornada','jornada',0,0,0.4667,'J653',137,'*'),(804,'primera','primera',0,0,0.4667,'P656',88,'*'),(805,'segunda','segunda',0,0,0.4667,'S530',88,'*'),(806,'tercera','tercera',0,0,0.4667,'T626',88,'*'),(807,'academia','academia',0,0,0.5333,'A235',114,'*'),(808,'actuales','actuales',0,0,0.5333,'A2342',121,'*'),(809,'afrontar','afrontar',0,0,0.5333,'A16536',114,'*'),(810,'articuladamente','articuladamente',0,0,1,'A6324353',114,'*'),(811,'año','año',0,0,0.2,'A000',114,'*'),(812,'bianual','bianual',0,0,0.4667,'B540',114,'*'),(813,'cooperación','cooperación',0,0,0.7333,'C1625',123,'*'),(814,'desafíos','desafíos',0,0,0.5333,'D212',114,'*'),(815,'desarrolla','desarrolla',0,0,0.6667,'D264',114,'*'),(816,'entre','entre',0,0,0.3333,'E536',114,'*'),(817,'espacios','espacios',0,0,0.5333,'E212',114,'*'),(818,'este','este',0,0,0.2667,'E230',117,'*'),(819,'evento','evento',0,0,0.4,'E153',114,'*'),(820,'forma','forma',0,0,0.3333,'F650',114,'*'),(821,'gobierno','gobierno',0,0,0.5333,'G165',114,'*'),(822,'participación','participación',0,0,0.8667,'P632125',165,'*'),(823,'permitan','permitan',0,0,0.5333,'P6535',114,'*'),(824,'sociedad','sociedad',0,0,0.5333,'S300',114,'*'),(838,'ecosistémicos','ecosistémicos',0,0,0.8667,'E2352',187,'*'),(839,'ejes','ejes',0,0,0.2667,'E200',111,'*'),(840,'energética','energética',0,0,0.6667,'E56232',111,'*'),(841,'gobernanza','gobernanza',0,0,0.6667,'G1652',162,'*'),(842,'hidrográficas','hidrográficas',0,0,0.8667,'H362612',111,'*'),(843,'limpia','limpia',0,0,0.4,'L510',111,'*'),(844,'política','política',0,0,0.5333,'P432',117,'*'),(845,'productivos','productivos',0,0,0.7333,'P632312',111,'*'),(846,'riesgo','riesgo',0,0,0.4,'R200',120,'*'),(847,'sistemas','sistemas',0,0,0.5333,'S352',201,'*'),(848,'sostenibles','sostenibles',0,0,0.7333,'S35142',119,'*'),(849,'suelo','suelo',0,0,0.3333,'S400',272,'*'),(850,'temáticos','temáticos',0,0,0.6,'T532',111,'*'),(851,'territorial','territorial',0,0,0.7333,'T6364',201,'*'),(852,'transición','transición',0,0,0.6667,'T6525',111,'*'),(853,'aliados','aliados',0,0,0.4667,'A432',2,'*'),(854,'aliado','aliado',0,0,0.4,'A430',8,'*'),(855,'ecopetrol','ecopetrol',0,0,0.6,'E21364',17,'*'),(857,'89','89',0,0,0.2,'',79,'*'),(858,'adelantado','adelantado',0,0,0.6667,'A3453',79,'*'),(859,'amplia','amplia',0,0,0.4,'A514',79,'*'),(860,'areas','areas',0,0,0.3333,'A620',1,'*'),(861,'compartió','compartió',0,0,0.6,'C5163',79,'*'),(862,'contaminación','contaminación',0,0,0.8667,'C53525',105,'*'),(863,'contando','contando',0,0,0.5333,'C5353',79,'*'),(864,'contó','contó',0,0,0.3333,'C530',79,'*'),(865,'diferentes','diferentes',0,0,0.6667,'D16532',88,'*'),(866,'ecosistemicos','ecosistemicos',0,0,0.8667,'E2352',1,'*'),(867,'enmarcardos','enmarcardos',0,0,0.7333,'E562632',79,'*'),(868,'han','han',0,0,0.2,'H500',79,'*'),(869,'iniciativas','iniciativas',0,0,0.7333,'I52312',79,'*'),(870,'nuevas','nuevas',0,0,0.4,'N120',88,'*'),(871,'pares','pares',0,0,0.3333,'P620',79,'*'),(872,'presentación','presentación',0,0,0.8,'P625325',79,'*'),(873,'propuestas','propuestas',0,0,0.6667,'P61232',79,'*'),(874,'trabajos','trabajos',0,0,0.5333,'T612',118,'*'),(888,'modalidad','modalidad',0,0,0.6,'M343',114,'*'),(889,'oral','oral',0,0,0.2667,'O640',114,'*'),(890,'póster','póster',0,0,0.4,'P236',114,'*'),(891,'f','f',0,0,0.0667,'F000',47,'*'),(892,'avanzando','avanzando',0,0,0.6,'A15253',65,'*'),(893,'edición','edición',0,0,0.4667,'E325',62,'*'),(895,'249','249',0,0,0.3,'',61,'*'),(896,'48','48',0,0,0.2,'',1,'*'),(897,'66','66',0,0,0.2,'',8,'*'),(898,'asistentes','asistentes',0,0,0.6667,'A23532',61,'*'),(899,'cuales','cuales',0,0,0.4,'C420',1,'*'),(900,'destaca','destaca',0,0,0.4667,'D232',61,'*'),(901,'fueron','fueron',0,0,0.4,'F650',61,'*'),(902,'ponencias','ponencias',0,0,0.6,'P520',61,'*'),(903,'poster','poster',0,0,0.4,'P236',1,'*'),(904,'presentaron','presentaron',0,0,0.7333,'P625365',99,'*'),(905,'temáticas','temáticas',0,0,0.6,'T532',61,'*'),(910,'antonio','antonio',0,0,0.4667,'A535',89,'*'),(911,'asís','asís',0,0,0.2667,'A200',60,'*'),(912,'colegio','colegio',0,0,0.4667,'C420',60,'*'),(913,'corporación','corporación',0,0,0.7333,'C61625',89,'*'),(914,'cuarenta','cuarenta',0,0,0.5333,'C653',7,'*'),(915,'dios','dios',0,0,0.2667,'D200',89,'*'),(916,'educativa','educativa',0,0,0.6,'E3231',60,'*'),(917,'francisco','francisco',0,0,0.6,'F652',112,'*'),(918,'institucion','institucion',0,0,0.7333,'I52325',1,'*'),(919,'institución','institución',0,0,0.7333,'I52325',60,'*'),(920,'javeriana','javeriana',0,0,0.6,'J165',60,'*'),(921,'magistrales','magistrales',0,0,0.7333,'M23642',60,'*'),(922,'minuto','minuto',0,0,0.4,'M300',89,'*'),(923,'nariño','nariño',0,0,0.4,'N600',60,'*'),(924,'ocho','ocho',0,0,0.2667,'O200',7,'*'),(925,'orales','orales',0,0,0.4,'O642',60,'*'),(926,'panamericana','panamericana',0,0,0.8,'P5625',60,'*'),(927,'pontificia','pontificia',0,0,0.6667,'P5312',60,'*'),(928,'presentados','presentados',0,0,0.7333,'P62532',89,'*'),(929,'quince','quince',0,0,0.4,'Q520',60,'*'),(930,'realizaron','realizaron',0,0,0.6667,'R4265',60,'*'),(931,'san','san',0,0,0.2,'S500',60,'*'),(932,'santo','santo',0,0,0.3333,'S530',89,'*'),(933,'tomas','tomas',0,0,0.3333,'T520',89,'*'),(934,'universitaria','universitaria',0,0,0.8667,'U516236',89,'*'),(935,'vanguardia','vanguardia',0,0,0.6667,'V5263',60,'*'),(941,'representantes','representantes',0,0,0.9333,'R16253532',59,'*'),(942,'31','31',0,0,0.2,'',53,'*'),(943,'46','46',0,0,0.2,'',53,'*'),(944,'49','49',0,0,0.2,'',53,'*'),(945,'74','74',0,0,0.2,'',53,'*'),(946,'abordadas','abordadas',0,0,0.6,'A1632',53,'*'),(947,'adaptación','adaptación',0,0,0.6667,'A31325',103,'*'),(948,'ante','ante',0,0,0.2667,'A530',53,'*'),(949,'cambio','cambio',0,0,0.4,'C510',133,'*'),(950,'climático','climático',0,0,0.6,'C4532',133,'*'),(951,'covid-19','covid-19',0,0,0.5333,'C130',53,'*'),(952,'debido','debido',0,0,0.4,'D130',53,'*'),(953,'durante','durante',0,0,0.4667,'D653',65,'*'),(954,'horario','horario',0,0,0.4667,'H600',53,'*'),(955,'mitigación','mitigación',0,0,0.6667,'M325',53,'*'),(956,'ocasión','ocasión',0,0,0.4667,'O250',92,'*'),(957,'precauciones','precauciones',0,0,0.8,'P6252',53,'*'),(958,'presentaciones','presentaciones',0,0,0.9333,'P6253252',53,'*'),(959,'realizó','realizó',0,0,0.4667,'R420',53,'*'),(960,'resalta','resalta',0,0,0.4667,'R243',53,'*'),(961,'sincrónica','sincrónica',0,0,0.6667,'S52652',53,'*'),(962,'tomadas','tomadas',0,0,0.4667,'T532',53,'*'),(963,'virtual','virtual',0,0,0.4667,'V634',53,'*'),(973,'carabineros','carabineros',0,0,0.7333,'C61562',41,'*'),(974,'carlos','carlos',0,0,0.4,'C642',57,'*'),(975,'cuevas','cuevas',0,0,0.4,'C120',41,'*'),(976,'cundinamarca','cundinamarca',0,0,0.8,'C53562',41,'*'),(977,'eduardo','eduardo',0,0,0.4667,'E363',41,'*'),(978,'escuela','escuela',0,0,0.4667,'E240',70,'*'),(979,'gaitán','gaitán',0,0,0.4,'G350',87,'*'),(980,'galán','galán',0,0,0.3333,'G450',41,'*'),(981,'garcía','garcía',0,0,0.4,'G620',70,'*'),(982,'luis','luis',0,0,0.2667,'L200',70,'*'),(983,'policía','policía',0,0,0.4667,'P420',41,'*'),(984,'puerto','puerto',0,0,0.4,'P630',90,'*'),(985,'salle','salle',0,0,0.3333,'S400',41,'*'),(986,'sarmiento','sarmiento',0,0,0.6,'S653',41,'*'),(988,'1ra','1ra',0,0,0.2,'R000',39,'*'),(989,'2a','2a',0,0,0.1333,'A000',39,'*'),(990,'36','36',0,0,0.2,'',86,'*'),(991,'3a','3a',0,0,0.1333,'A000',42,'*'),(992,'4a','4a',0,0,0.1333,'A000',73,'*'),(993,'abordar','abordar',0,0,0.4667,'A1636',1,'*'),(994,'administración','administración',0,0,0.9333,'A3523625',68,'*'),(995,'alrededor','alrededor',0,0,0.6,'A4636',69,'*'),(996,'cambios','cambios',0,0,0.4667,'C512',119,'*'),(997,'campestre','campestre',0,0,0.6,'C51236',68,'*'),(998,'causa','causa',0,0,0.3333,'C000',69,'*'),(999,'colombia','colombia',0,0,0.5333,'C451',147,'*'),(1000,'compartir','compartir',0,0,0.6,'C51636',78,'*'),(1001,'convergen','convergen',0,0,0.6,'C51625',1,'*'),(1002,'cooperativa','cooperativa',0,0,0.7333,'C1631',68,'*'),(1003,'creativa','creativa',0,0,0.5333,'C631',1,'*'),(1004,'cuarta','cuarta',0,0,0.4,'C630',1,'*'),(1005,'cuarto','cuarto',0,0,0.4,'C630',78,'*'),(1006,'encuentro','encuentro',0,0,0.6,'E52536',78,'*'),(1007,'energía','energía',0,0,0.4667,'E562',1,'*'),(1008,'enmarcaron','enmarcaron',0,0,0.6667,'E56265',68,'*'),(1009,'experiencia','experiencia',0,0,0.7333,'E21652',1,'*'),(1010,'fontana','fontana',0,0,0.4667,'F535',68,'*'),(1011,'gimnasio','gimnasio',0,0,0.5333,'G520',68,'*'),(1012,'inspire','inspire',0,0,0.4667,'I5216',69,'*'),(1013,'materia','materia',0,0,0.4667,'M360',69,'*'),(1014,'paula','paula',0,0,0.3333,'P400',68,'*'),(1015,'positivos','positivos',0,0,0.6,'P2312',69,'*'),(1016,'profesionales','profesionales',0,0,0.8667,'P612542',1,'*'),(1017,'pública','pública',0,0,0.4667,'P420',124,'*'),(1018,'renovó','renovó',0,0,0.4,'R510',1,'*'),(1019,'restos','restos',0,0,0.4,'R232',72,'*'),(1020,'reúnen','reúnen',0,0,0.4,'R500',1,'*'),(1021,'santander','santander',0,0,0.6,'S53536',68,'*'),(1022,'superior','superior',0,0,0.5333,'S160',68,'*'),(1023,'tipo','tipo',0,0,0.2667,'T100',69,'*'),(1024,'uniminuto','uniminuto',0,0,0.6,'U530',68,'*'),(1051,'cabo','cabo',0,0,0.2667,'C100',68,'*'),(1052,'cortos','cortos',0,0,0.4,'C632',68,'*'),(1053,'cursos','cursos',0,0,0.4,'C620',127,'*'),(1054,'llevaron','llevaron',0,0,0.5333,'L165',68,'*'),(1055,'oportunidad','oportunidad',0,0,0.7333,'O16353',68,'*'),(1056,'renovando','renovando',0,0,0.6,'R5153',68,'*'),(1057,'reunieron','reunieron',0,0,0.6,'R565',77,'*'),(1058,'también','también',0,0,0.4667,'T515',68,'*'),(1066,'aquí','aquí',0,0,0.2667,'A200',1,'*'),(1067,'bloque','bloque',0,0,0.4,'B420',5,'*'),(1068,'cuantas','cuantas',0,0,0.4667,'C532',5,'*'),(1069,'descriptivo','descriptivo',0,0,0.7333,'D26131',5,'*'),(1070,'escribir','escribir',0,0,0.5333,'E2616',1,'*'),(1071,'necesites','necesites',0,0,0.6,'N232',1,'*'),(1072,'puedes','puedes',0,0,0.4,'P320',5,'*'),(1073,'quieras','quieras',0,0,0.4667,'Q620',5,'*'),(1074,'repetir','repetir',0,0,0.4667,'R136',5,'*'),(1075,'texto','texto',0,0,0.3333,'T230',5,'*'),(1076,'veces','veces',0,0,0.3333,'V200',5,'*'),(1077,'26','26',0,0,0.2,'',32,'*'),(1081,'incluyeron','incluyeron',0,0,0.6667,'I52465',10,'*'),(1082,'instituciones','instituciones',0,0,0.8667,'I523252',66,'*'),(1083,'provenientes','provenientes',0,0,0.8,'P61532',10,'*'),(1084,'temas','temas',0,0,0.3333,'T520',19,'*'),(1085,'torno','torno',0,0,0.3333,'T650',10,'*'),(1088,'abordados','abordados',0,0,0.6,'A1632',1,'*'),(1089,'diversas','diversas',0,0,0.5333,'D162',1,'*'),(1091,'27','27',0,0,0.2,'',5,'*'),(1092,'colombianas','colombianas',0,0,0.7333,'C45152',3,'*'),(1093,'28','28',0,0,0.2,'',3,'*'),(1095,'29','29',0,0,0.2,'',2,'*'),(1096,'blog','blog',0,0,0.2667,'B420',1,'*'),(1097,'actividades','actividades',0,0,0.7333,'A23132',50,'*'),(1098,'apropiación','apropiación',0,0,0.7333,'A16125',103,'*'),(1099,'científicos','científicos',0,0,0.7333,'C5312',41,'*'),(1100,'colaboraciones','colaboraciones',0,0,0.9333,'C416252',41,'*'),(1101,'consultoría','consultoría',0,0,0.7333,'C52436',91,'*'),(1102,'ctel','ctel',0,0,0.2667,'C340',40,'*'),(1103,'divulgación','divulgación',0,0,0.7333,'D1425',104,'*'),(1104,'ecosistema','ecosistema',0,0,0.6667,'E235',113,'*'),(1105,'entidades','entidades',0,0,0.6,'E532',40,'*'),(1106,'fortalecer','fortalecer',0,0,0.6667,'F63426',40,'*'),(1107,'monitoreo','monitoreo',0,0,0.6,'M360',100,'*'),(1108,'privadas','privadas',0,0,0.5333,'P6132',41,'*'),(1109,'públicas','públicas',0,0,0.5333,'P420',92,'*'),(1110,'socio-ecosistemas','socio-ecosistemas',0,0,1,'S352',40,'*'),(1111,'tecnológico','tecnológico',0,0,0.7333,'T2542',40,'*'),(1112,'técnicos','técnicos',0,0,0.5333,'T252',40,'*'),(1128,'desarrollamos','desarrollamos',0,0,0.8667,'D26452',39,'*'),(1129,'establecemos','establecemos',0,0,0.8,'E2314252',39,'*'),(1130,'incluyendo','incluyendo',0,0,0.6667,'I52453',39,'*'),(1131,'ofrecemos','ofrecemos',0,0,0.6,'O16252',39,'*'),(1132,'participamos','participamos',0,0,0.8,'P632152',39,'*'),(1133,'promovemos','promovemos',0,0,0.6667,'P65152',40,'*'),(1134,'realiza','realiza',0,0,0.4667,'R420',40,'*'),(1135,'realizamos','realizamos',0,0,0.6667,'R4252',39,'*'),(1143,'estructura','estructura',0,0,0.6667,'E236236',117,'*'),(1144,'organizacional','organizacional',0,0,0.9333,'O625254',21,'*'),(1146,'-service-description','-service-description',0,0,1,'S612326135',1,'*'),(1147,'acc','acc',0,0,0.2,'A200',1,'*'),(1148,'acca','acca',0,0,0.2667,'A200',1,'*'),(1149,'ación','ación',0,0,0.3333,'A250',1,'*'),(1150,'acto','acto',0,0,0.2667,'A230',1,'*'),(1151,'agraph','agraph',0,0,0.4,'A261',1,'*'),(1152,'aliza','aliza',0,0,0.3333,'A420',1,'*'),(1153,'alt','alt',0,0,0.2,'A430',1,'*'),(1154,'amos','amos',0,0,0.2667,'A520',1,'*'),(1155,'anál','anál',0,0,0.2667,'A540',1,'*'),(1156,'aoc','aoc',0,0,0.2,'A200',1,'*'),(1157,'aoc-main-container','aoc-main-container',0,0,1,'A2525356',1,'*'),(1158,'aoc-service-icon','aoc-service-icon',0,0,1,'A26125',1,'*'),(1159,'apropiimientoparticipoc-service-description','apropiimientoparticipoc-service-description',0,0,1,'A16153163212612326135',1,'*'),(1160,'ares','ares',0,0,0.2667,'A620',1,'*'),(1161,'ass','ass',0,0,0.2,'A200',1,'*'),(1162,'atorio','atorio',0,0,0.4,'A360',1,'*'),(1163,'bioistemas','bioistemas',0,0,0.6667,'B2352',1,'*'),(1164,'bioydiversidad','bioydiversidad',0,0,0.9333,'B31623',1,'*'),(1165,'centroe','centroe',0,0,0.4667,'C536',1,'*'),(1166,'cie','cie',0,0,0.2,'C000',1,'*'),(1167,'científicang','científicang',0,0,0.8,'C531252',1,'*'),(1168,'data-science','data-science',0,0,0.8,'D252',1,'*'),(1169,'dede','dede',0,0,0.2667,'D000',1,'*'),(1170,'div','div',0,0,0.2,'D100',1,'*'),(1171,'elinencia','elinencia',0,0,0.6,'E452',1,'*'),(1172,'entemos','entemos',0,0,0.4667,'E5352',1,'*'),(1173,'entpara','entpara',0,0,0.4667,'E5316',1,'*'),(1174,'er','er',0,0,0.1333,'E600',1,'*'),(1175,'ervice','ervice',0,0,0.4,'E612',1,'*'),(1176,'establecon','establecon',0,0,0.6667,'E231425',1,'*'),(1177,'estrats','estrats',0,0,0.4667,'E23632',1,'*'),(1178,'estutales','estutales',0,0,0.6,'E2342',1,'*'),(1179,'fortidades','fortidades',0,0,0.6667,'F632',1,'*'),(1180,'fortllo','fortllo',0,0,0.4667,'F634',1,'*'),(1181,'garantciencias','garantciencias',0,0,0.9333,'G653252',1,'*'),(1182,'garantrigor','garantrigor',0,0,0.7333,'G653626',1,'*'),(1183,'gest','gest',0,0,0.2667,'G300',1,'*'),(1184,'gesterritorioos','gesterritorioos',0,0,1,'G36362',1,'*'),(1185,'gestiv','gestiv',0,0,0.4,'G310',1,'*'),(1186,'green-border','green-border',0,0,0.8,'G651636',1,'*'),(1187,'hidrológicos','hidrológicos',0,0,0.8,'H3642',46,'*'),(1188,'highlightservic','highlightservic',0,0,1,'H24232612',1,'*'),(1189,'icaoc-commitment-commitment','icaoc-commitment-commitment',0,0,1,'I2535325353',1,'*'),(1190,'icaoc-commitmenttrong','icaoc-commitmenttrong',0,0,1,'I25353652',1,'*'),(1191,'icaoc-ghlight-green','icaoc-ghlight-green',0,0,1,'I2423265',1,'*'),(1192,'icaoc-hlight-green','icaoc-hlight-green',0,0,1,'I2423265',1,'*'),(1193,'icaoc-service-content','icaoc-service-content',0,0,1,'I26125353',1,'*'),(1194,'icaoc-service-description','icaoc-service-description',0,0,1,'I2612326135',1,'*'),(1195,'icaoc-service-div','icaoc-service-div',0,0,1,'I261231',1,'*'),(1196,'icaocación','icaocación',0,0,0.6667,'I250',1,'*'),(1197,'icaocon','icaocon',0,0,0.4667,'I250',1,'*'),(1198,'icaocropi-service-title','icaocropi-service-title',0,0,1,'I261261234',1,'*'),(1199,'ice','ice',0,0,0.2,'I200',1,'*'),(1200,'icons','icons',0,0,0.3333,'I252',1,'*'),(1201,'icos','icos',0,0,0.2667,'I200',1,'*'),(1202,'imp','imp',0,0,0.2,'I510',1,'*'),(1203,'innovencia','innovencia',0,0,0.6667,'I5152',1,'*'),(1204,'innovng','innovng',0,0,0.4667,'I5152',1,'*'),(1205,'investig','investig',0,0,0.5333,'I51232',1,'*'),(1206,'investigas','investigas',0,0,0.6667,'I51232',1,'*'),(1207,'iv','iv',0,0,0.1333,'I100',1,'*'),(1208,'ivaoc-commitment','ivaoc-commitment',0,0,1,'I125353',1,'*'),(1209,'laborv','laborv',0,0,0.4,'L161',1,'*'),(1210,'lacia','lacia',0,0,0.3333,'L200',1,'*'),(1211,'laización','laización',0,0,0.6,'L250',1,'*'),(1212,'licuniversidad','licuniversidad',0,0,0.9333,'L251623',1,'*'),(1213,'lluto','lluto',0,0,0.3333,'L300',1,'*'),(1214,'mestreo','mestreo',0,0,0.4667,'M236',1,'*'),(1215,'mósdulo','mósdulo',0,0,0.4667,'M234',1,'*'),(1216,'nvestig','nvestig',0,0,0.4667,'N1232',1,'*'),(1217,'oc-service-content','oc-service-content',0,0,1,'O26125353',1,'*'),(1218,'of-service-description','of-service-description',0,0,1,'O12612326135',1,'*'),(1219,'ofsultoríarecemos','ofsultoríarecemos',0,0,1,'O12436252',1,'*'),(1220,'orange','orange',0,0,0.4,'O652',1,'*'),(1221,'paraamos','paraamos',0,0,0.5333,'P652',1,'*'),(1222,'paratema','paratema',0,0,0.5333,'P635',1,'*'),(1223,'participaliz','participaliz',0,0,0.8,'P632142',1,'*'),(1224,'pertng','pertng',0,0,0.4,'P6352',1,'*'),(1225,'pilde','pilde',0,0,0.3333,'P430',1,'*'),(1226,'pillineadas','pillineadas',0,0,0.7333,'P4532',1,'*'),(1227,'podo','podo',0,0,0.2667,'P300',1,'*'),(1228,'queanos','queanos',0,0,0.4667,'Q520',1,'*'),(1229,'queong','queong',0,0,0.4,'Q520',1,'*'),(1230,'realizón','realizón',0,0,0.5333,'R425',1,'*'),(1231,'recemos','recemos',0,0,0.4667,'R252',1,'*'),(1232,'sericaoc','sericaoc',0,0,0.5333,'S620',1,'*'),(1233,'sertal','sertal',0,0,0.4,'S634',1,'*'),(1234,'servic','servic',0,0,0.4,'S612',1,'*'),(1235,'service-card','service-card',0,0,0.8,'S61263',1,'*'),(1236,'servicioslass','servicioslass',0,0,0.8667,'S61242',1,'*'),(1237,'t','t',0,0,0.0667,'T000',1,'*'),(1238,'tecnación','tecnación',0,0,0.6,'T2525',1,'*'),(1239,'tecnco','tecnco',0,0,0.4,'T252',1,'*'),(1240,'territorialctel','territorialctel',0,0,1,'T6364234',1,'*'),(1241,'trong','trong',0,0,0.3333,'T652',1,'*'),(1242,'técniv','técniv',0,0,0.4,'T251',1,'*'),(1243,'unaras','unaras',0,0,0.4,'U562',1,'*'),(1244,'ungación','ungación',0,0,0.5333,'U525',1,'*'),(1245,'unnte','unnte',0,0,0.3333,'U530',1,'*'),(1246,'v','v',0,0,0.0667,'V000',1,'*'),(1247,'ya','ya',0,0,0.1333,'Y000',1,'*'),(1248,'yadosalianzas','yadosalianzas',0,0,0.8667,'Y32452',1,'*'),(1249,'yambiental','yambiental',0,0,0.6667,'Y51534',1,'*'),(1250,'yección','yección',0,0,0.4667,'Y250',1,'*'),(1251,'yental','yental',0,0,0.4,'Y534',1,'*'),(1252,'yro','yro',0,0,0.2,'Y600',1,'*'),(1253,'ón','ón',0,0,0.1333,'ó500',1,'*'),(1273,'alerta','alerta',0,0,0.4,'A463',1,'*'),(1274,'cargar','cargar',0,0,0.4,'C626',1,'*'),(1275,'entonces','entonces',0,0,0.5333,'E5352',1,'*'),(1276,'si','si',0,0,0.1333,'S000',1,'*'),(1277,'ves','ves',0,0,0.2,'V200',1,'*'),(1280,'30','30',0,0,0.2,'',5,'*'),(1281,'fomenta','fomenta',0,0,0.4667,'F530',17,'*'),(1282,'alcántara','alcántara',0,0,0.6,'A42536',4,'*'),(1283,'andrés','andrés',0,0,0.4,'A5362',7,'*'),(1284,'caro','caro',0,0,0.2667,'C600',23,'*'),(1285,'clara','clara',0,0,0.3333,'C460',23,'*'),(1286,'david','david',0,0,0.3333,'D130',23,'*'),(1287,'destacados','destacados',0,0,0.6667,'D23232',2,'*'),(1288,'diana','diana',0,0,0.3333,'D500',23,'*'),(1289,'duarte','duarte',0,0,0.4,'D630',4,'*'),(1290,'espitia','espitia',0,0,0.4667,'E213',23,'*'),(1291,'felipe','felipe',0,0,0.4,'F410',4,'*'),(1292,'geraldine','geraldine',0,0,0.6,'G6435',23,'*'),(1293,'gonzalez','gonzalez',0,0,0.5333,'G5242',24,'*'),(1294,'góngora','góngora',0,0,0.4667,'G526',4,'*'),(1295,'hernandez','hernandez',0,0,0.6,'H6532',3,'*'),(1296,'huerfano','huerfano',0,0,0.5333,'H615',23,'*'),(1297,'integrantes','integrantes',0,0,0.7333,'I5326532',69,'*'),(1298,'inés','inés',0,0,0.2667,'I520',23,'*'),(1299,'ismael','ismael',0,0,0.4,'I254',23,'*'),(1300,'jhafet','jhafet',0,0,0.4,'J130',23,'*'),(1301,'jose','jose',0,0,0.2667,'J000',24,'*'),(1302,'josé','josé',0,0,0.2667,'J000',23,'*'),(1303,'julian','julian',0,0,0.4,'J450',4,'*'),(1304,'mahecha','mahecha',0,0,0.4667,'M200',24,'*'),(1305,'morales','morales',0,0,0.4667,'M642',23,'*'),(1306,'moreno','moreno',0,0,0.4,'M650',24,'*'),(1307,'naisly','naisly',0,0,0.4,'N240',23,'*'),(1308,'osorio','osorio',0,0,0.4,'O260',23,'*'),(1309,'paola','paola',0,0,0.3333,'P400',24,'*'),(1310,'peña','peña',0,0,0.2667,'P000',23,'*'),(1311,'pulido','pulido',0,0,0.4,'P430',24,'*'),(1312,'ramirez','ramirez',0,0,0.4667,'R562',39,'*'),(1313,'rojas','rojas',0,0,0.3333,'R200',52,'*'),(1314,'tovar','tovar',0,0,0.3333,'T160',23,'*'),(1345,'hernández','hernández',0,0,0.6,'H6532',37,'*'),(1346,'ajiaco','ajiaco',0,0,0.4,'A200',16,'*'),(1347,'alvarez','alvarez',0,0,0.4667,'A4162',16,'*'),(1348,'anthony','anthony',0,0,0.4667,'A535',16,'*'),(1349,'arenas','arenas',0,0,0.4,'A652',1,'*'),(1350,'ariel','ariel',0,0,0.3333,'A640',1,'*'),(1351,'astwood','astwood',0,0,0.4667,'A230',16,'*'),(1352,'barreto','barreto',0,0,0.4667,'B630',16,'*'),(1353,'benito','benito',0,0,0.4,'B530',1,'*'),(1354,'breidy','breidy',0,0,0.4,'B630',16,'*'),(1355,'cortés','cortés',0,0,0.4,'C632',16,'*'),(1356,'elena','elena',0,0,0.3333,'E450',16,'*'),(1357,'erika','erika',0,0,0.3333,'E620',1,'*'),(1358,'erwin','erwin',0,0,0.3333,'E650',16,'*'),(1359,'fernanda','fernanda',0,0,0.5333,'F653',1,'*'),(1360,'franco','franco',0,0,0.4,'F652',1,'*'),(1361,'gil','gil',0,0,0.2,'G400',16,'*'),(1362,'giraldo','giraldo',0,0,0.4667,'G643',1,'*'),(1363,'gómez','gómez',0,0,0.3333,'G520',16,'*'),(1364,'hernando','hernando',0,0,0.5333,'H653',16,'*'),(1365,'jesica','jesica',0,0,0.4,'J000',16,'*'),(1366,'jhonatan','jhonatan',0,0,0.5333,'J535',1,'*'),(1367,'jorge','jorge',0,0,0.3333,'J620',45,'*'),(1368,'juliana','juliana',0,0,0.4667,'J450',16,'*'),(1369,'karen','karen',0,0,0.3333,'K650',16,'*'),(1370,'leandro','leandro',0,0,0.4667,'L536',16,'*'),(1371,'lineke','lineke',0,0,0.4,'L520',16,'*'),(1372,'lizcano','lizcano',0,0,0.4667,'L250',16,'*'),(1373,'lucia','lucia',0,0,0.3333,'L200',1,'*'),(1374,'luisa','luisa',0,0,0.3333,'L200',1,'*'),(1375,'lópez','lópez',0,0,0.3333,'L120',5,'*'),(1376,'martinez','martinez',0,0,0.5333,'M6352',16,'*'),(1377,'mauricio','mauricio',0,0,0.5333,'M620',1,'*'),(1378,'mayra','mayra',0,0,0.3333,'M600',1,'*'),(1379,'miguel','miguel',0,0,0.4,'M240',16,'*'),(1380,'montiel','montiel',0,0,0.4667,'M340',1,'*'),(1381,'navarro','navarro',0,0,0.4667,'N160',16,'*'),(1382,'oscar','oscar',0,0,0.3333,'O260',1,'*'),(1383,'piedad','piedad',0,0,0.4,'P300',1,'*'),(1384,'quiñones','quiñones',0,0,0.5333,'Q520',30,'*'),(1385,'reyes','reyes',0,0,0.3333,'R200',16,'*'),(1386,'rodriguez','rodriguez',0,0,0.6,'R362',14,'*'),(1387,'rodríguez','rodríguez',0,0,0.6,'R362',32,'*'),(1388,'romero','romero',0,0,0.4,'R560',17,'*'),(1389,'rosa','rosa',0,0,0.2667,'R200',16,'*'),(1390,'saldarriaga','saldarriaga',0,0,0.7333,'S4362',1,'*'),(1391,'sara','sara',0,0,0.2667,'S600',1,'*'),(1392,'smith','smith',0,0,0.3333,'S530',1,'*'),(1393,'umaña','umaña',0,0,0.3333,'U500',16,'*'),(1394,'velásquez','velásquez',0,0,0.6,'V420',1,'*'),(1395,'villalobos','villalobos',0,0,0.6667,'V412',1,'*'),(1396,'ángel','ángel',0,0,0.3333,'á524',3,'*'),(1409,'augusto','augusto',0,0,0.4667,'A230',1,'*'),(1410,'camila','camila',0,0,0.4,'C540',1,'*'),(1411,'celis','celis',0,0,0.3333,'C420',1,'*'),(1412,'cárdenas','cárdenas',0,0,0.5333,'C6352',1,'*'),(1413,'díaz','díaz',0,0,0.2667,'D200',1,'*'),(1414,'herrera','herrera',0,0,0.4667,'H600',1,'*'),(1415,'jaroc','jaroc',0,0,0.3333,'J620',1,'*'),(1416,'jasbleidy','jasbleidy',0,0,0.6,'J143',1,'*'),(1417,'javier','javier',0,0,0.4,'J160',1,'*'),(1418,'jessica','jessica',0,0,0.4667,'J000',1,'*'),(1419,'ladino','ladino',0,0,0.4,'L350',1,'*'),(1420,'laura','laura',0,0,0.3333,'L600',30,'*'),(1421,'lombo','lombo',0,0,0.3333,'L510',1,'*'),(1422,'maritza','maritza',0,0,0.4667,'M632',1,'*'),(1423,'maría','maría',0,0,0.3333,'M600',1,'*'),(1424,'melissa','melissa',0,0,0.4667,'M420',1,'*'),(1425,'milena','milena',0,0,0.4,'M450',1,'*'),(1426,'murcia','murcia',0,0,0.4,'M620',1,'*'),(1427,'murillo','murillo',0,0,0.4667,'M640',30,'*'),(1428,'natalia','natalia',0,0,0.4667,'N340',1,'*'),(1429,'nattaly','nattaly',0,0,0.4667,'N340',1,'*'),(1430,'rey','rey',0,0,0.2,'R000',1,'*'),(1431,'ruiz','ruiz',0,0,0.2667,'R200',1,'*'),(1432,'sanchez','sanchez',0,0,0.4667,'S520',1,'*'),(1433,'sandra','sandra',0,0,0.4,'S536',1,'*'),(1434,'solarte','solarte',0,0,0.4667,'S463',1,'*'),(1435,'tejeiro','tejeiro',0,0,0.4667,'T260',1,'*'),(1436,'urbina','urbina',0,0,0.4,'U615',1,'*'),(1437,'vanessa','vanessa',0,0,0.4667,'V520',1,'*'),(1438,'xiomara','xiomara',0,0,0.4667,'X560',1,'*'),(1439,'yeison','yeison',0,0,0.4,'Y250',1,'*'),(1440,'2012-2015','2012-2015',0,0,0.9,'',9,'*'),(1441,'2013','2013',0,0,0.4,'',9,'*'),(1442,'5211592','5211592',0,0,0.7,'',9,'*'),(1443,'actores','actores',0,0,0.4667,'A2362',9,'*'),(1444,'acuerdo','acuerdo',0,0,0.4667,'A263',9,'*'),(1445,'afectación','afectación',0,0,0.6667,'A12325',9,'*'),(1446,'basado','basado',0,0,0.4,'B230',9,'*'),(1447,'capacitación','capacitación',0,0,0.8,'C12325',9,'*'),(1448,'caños','caños',0,0,0.3333,'C000',9,'*'),(1449,'cercanas','cercanas',0,0,0.5333,'C6252',9,'*'),(1450,'colaboración','colaboración',0,0,0.8,'C41625',9,'*'),(1451,'comunidad','comunidad',0,0,0.6,'C530',41,'*'),(1452,'contaminantes','contaminantes',0,0,0.8667,'C53532',9,'*'),(1453,'convenio','convenio',0,0,0.5333,'C515',9,'*'),(1454,'cuerpos','cuerpos',0,0,0.4667,'C612',59,'*'),(1455,'desarrollar','desarrollar',0,0,0.7333,'D2646',9,'*'),(1456,'determinar','determinar',0,0,0.6667,'D656',9,'*'),(1457,'educativas','educativas',0,0,0.6667,'E32312',10,'*'),(1458,'grado','grado',0,0,0.3333,'G630',9,'*'),(1459,'hídricos','hídricos',0,0,0.5333,'H362',59,'*'),(1460,'identificación','identificación',0,0,0.9333,'I353125',91,'*'),(1461,'identificar','identificar',0,0,0.7333,'I353126',9,'*'),(1462,'implementación','implementación',0,0,0.9333,'I5145325',59,'*'),(1463,'inicial','inicial',0,0,0.4667,'I524',9,'*'),(1464,'investigativas','investigativas',0,0,0.9333,'I51232312',9,'*'),(1465,'meses','meses',0,0,0.3333,'M200',9,'*'),(1466,'monitoreos','monitoreos',0,0,0.6667,'M362',9,'*'),(1467,'objetivos','objetivos',0,0,0.6,'O12312',9,'*'),(1468,'ocoa','ocoa',0,0,0.2667,'O200',9,'*'),(1469,'plazo','plazo',0,0,0.3333,'P420',9,'*'),(1470,'quenane','quenane',0,0,0.4667,'Q500',74,'*'),(1471,'quenanito','quenanito',0,0,0.6,'Q530',9,'*'),(1472,'recuperación','recuperación',0,0,0.8,'R21625',9,'*'),(1473,'restauración','restauración',0,0,0.8,'R23625',9,'*'),(1474,'ríos','ríos',0,0,0.2667,'R200',9,'*'),(1475,'según','según',0,0,0.3333,'S500',9,'*'),(1476,'socialización','socialización',0,0,0.8667,'S425',9,'*'),(1477,'socio-ambiental','socio-ambiental',0,0,1,'S51534',9,'*'),(1478,'socioeconómicas','socioeconómicas',0,0,1,'S520',9,'*'),(1479,'vincular','vincular',0,0,0.5333,'V5246',9,'*'),(1480,'“ac”','“ac”',0,0,0.2667,'“200',9,'*'),(1503,'01','01',0,0,0.2,'',6,'*'),(1504,'37','37',0,0,0.2,'',6,'*'),(1505,'5211714','5211714',0,0,0.7,'',6,'*'),(1506,'abarca','abarca',0,0,0.4,'A162',6,'*'),(1507,'ac','ac',0,0,0.1333,'A200',6,'*'),(1508,'acción','acción',0,0,0.4,'A250',6,'*'),(1509,'actas','actas',0,0,0.3333,'A232',6,'*'),(1510,'ajuste','ajuste',0,0,0.4,'A230',6,'*'),(1511,'alcances','alcances',0,0,0.5333,'A4252',6,'*'),(1512,'arauca','arauca',0,0,0.4,'A620',6,'*'),(1513,'base','base',0,0,0.2667,'B200',6,'*'),(1514,'capacidades','capacidades',0,0,0.7333,'C1232',7,'*'),(1515,'casanare','casanare',0,0,0.5333,'C560',6,'*'),(1516,'concertación','concertación',0,0,0.8,'C526325',6,'*'),(1517,'consolidación','consolidación',0,0,0.8667,'C524325',6,'*'),(1518,'decisiones','decisiones',0,0,0.6667,'D252',57,'*'),(1519,'definición','definición',0,0,0.6667,'D1525',6,'*'),(1520,'departamentos','departamentos',0,0,0.8667,'D163532',6,'*'),(1521,'dic.2012','dic.2012',0,0,0.5333,'D200',6,'*'),(1522,'diseño','diseño',0,0,0.4,'D200',56,'*'),(1523,'documento','documento',0,0,0.6,'D253',9,'*'),(1524,'ejecución','ejecución',0,0,0.6,'E250',56,'*'),(1525,'ene.2016','ene.2016',0,0,0.5333,'E500',6,'*'),(1526,'final','final',0,0,0.3333,'F540',6,'*'),(1527,'firma','firma',0,0,0.3333,'F650',6,'*'),(1528,'formulación','formulación',0,0,0.7333,'F65425',56,'*'),(1529,'futuribles','futuribles',0,0,0.6667,'F36142',6,'*'),(1530,'incidencia','incidencia',0,0,0.6667,'I52352',6,'*'),(1531,'líderes','líderes',0,0,0.4667,'L362',6,'*'),(1532,'matrícula','matrícula',0,0,0.6,'M3624',6,'*'),(1533,'metodológicas','metodológicas',0,0,0.8667,'M342',6,'*'),(1534,'municipios','municipios',0,0,0.6667,'M212',72,'*'),(1535,'participativa','participativa',0,0,0.8667,'P632131',6,'*'),(1536,'población','población',0,0,0.6,'P425',6,'*'),(1537,'pragmáticas','pragmáticas',0,0,0.7333,'P62532',6,'*'),(1538,'promueven','promueven',0,0,0.6,'P6515',6,'*'),(1539,'secretaría','secretaría',0,0,0.6667,'S636',6,'*'),(1540,'seleccionados','seleccionados',0,0,0.8667,'S42532',6,'*'),(1541,'selección','selección',0,0,0.6,'S425',6,'*'),(1542,'sistematización','sistematización',0,0,1,'S35325',6,'*'),(1543,'tendencias','tendencias',0,0,0.6667,'T5352',6,'*'),(1544,'todos','todos',0,0,0.3333,'T200',6,'*'),(1545,'toma','toma',0,0,0.2667,'T500',57,'*'),(1546,'técnica','técnica',0,0,0.4667,'T252',56,'*'),(1547,'vichada','vichada',0,0,0.4667,'V230',6,'*'),(1566,'aya','aya',0,0,0.2,'A000',29,'*'),(1567,'baquero','baquero',0,0,0.4667,'B260',29,'*'),(1568,'carolina','carolina',0,0,0.5333,'C645',29,'*'),(1569,'castellanos','castellanos',0,0,0.7333,'C3452',29,'*'),(1570,'castro','castro',0,0,0.4,'C360',29,'*'),(1571,'elizabeth','elizabeth',0,0,0.6,'E4213',29,'*'),(1572,'gloria','gloria',0,0,0.4,'G460',29,'*'),(1573,'isabel','isabel',0,0,0.4,'I214',29,'*'),(1574,'johanna','johanna',0,0,0.4667,'J500',29,'*'),(1575,'lesmes','lesmes',0,0,0.4,'L252',29,'*'),(1576,'lida','lida',0,0,0.2667,'L300',29,'*'),(1577,'luz','luz',0,0,0.2,'L200',29,'*'),(1578,'mesa','mesa',0,0,0.2667,'M200',29,'*'),(1579,'mila','mila',0,0,0.2667,'M400',29,'*'),(1580,'montaña','montaña',0,0,0.4667,'M300',29,'*'),(1581,'méndez','méndez',0,0,0.4,'M320',29,'*'),(1582,'pacheco','pacheco',0,0,0.4667,'P200',29,'*'),(1583,'pachón','pachón',0,0,0.4,'P250',29,'*'),(1584,'stella','stella',0,0,0.4,'S340',29,'*'),(1585,'suárez','suárez',0,0,0.4,'S620',29,'*'),(1586,'victoria','victoria',0,0,0.5333,'V236',29,'*'),(1597,'andres','andres',0,0,0.4,'A5362',13,'*'),(1598,'angel','angel',0,0,0.3333,'A524',13,'*'),(1600,'angelica','angelica',0,0,0.5333,'A5242',19,'*'),(1601,'aurelio','aurelio',0,0,0.4667,'A640',19,'*'),(1602,'blanquicet','blanquicet',0,0,0.6667,'B4523',19,'*'),(1603,'mora','mora',0,0,0.2667,'M600',19,'*'),(1604,'rincon','rincon',0,0,0.4,'R525',19,'*'),(1605,'torres','torres',0,0,0.4,'T620',19,'*'),(1606,'yirley','yirley',0,0,0.4,'Y640',19,'*'),(1607,'+57','+57',0,0,0.3,'',3,'*'),(1608,'66616800','66616800',0,0,0.8,'',3,'*'),(1609,'barcelona','barcelona',0,0,0.6,'B6245',16,'*'),(1610,'centrodecalidaddeaguas','centrodecalidaddeaguas',0,0,1,'C53632432',3,'*'),(1611,'dirección','dirección',0,0,0.6,'D625',3,'*'),(1612,'emails','emails',0,0,0.4,'E542',3,'*'),(1613,'km','km',0,0,0.1333,'K500',3,'*'),(1614,'teléfono','teléfono',0,0,0.5333,'T415',3,'*'),(1615,'vereda','vereda',0,0,0.4,'V630',3,'*'),(1616,'vía','vía',0,0,0.2,'V000',3,'*'),(1622,'completa','completa',0,0,0.5333,'C5143',28,'*'),(1623,'contáctanos','contáctanos',0,0,0.7333,'C532352',28,'*'),(1624,'cualquier','cualquier',0,0,0.6,'C426',28,'*'),(1625,'encantados','encantados',0,0,0.6667,'E52532',28,'*'),(1626,'enviar','enviar',0,0,0.4,'E516',28,'*'),(1627,'estaremos','estaremos',0,0,0.6,'E23652',28,'*'),(1628,'formulario','formulario',0,0,0.6667,'F6546',28,'*'),(1629,'pregunta','pregunta',0,0,0.5333,'P6253',28,'*'),(1630,'responder','responder',0,0,0.6,'R21536',28,'*'),(1631,'solo','solo',0,0,0.2667,'S400',28,'*'),(1632,'tengas','tengas',0,0,0.4,'T520',28,'*'),(1637,'contactar','contactar',0,0,0.6,'C53236',1,'*'),(1638,'whatsapp','whatsapp',0,0,0.5333,'W321',1,'*'),(1640,'acompañamiento','acompañamiento',0,0,0.9333,'A25153',50,'*'),(1641,'acreditables','acreditables',0,0,0.8,'A263142',50,'*'),(1642,'actualización','actualización',0,0,0.8667,'A23425',50,'*'),(1643,'adolescentes','adolescentes',0,0,0.8,'A342532',50,'*'),(1644,'alcance','alcance',0,0,0.4667,'A4252',50,'*'),(1645,'aprovechamiento','aprovechamiento',0,0,1,'A161253',79,'*'),(1646,'aptitud','aptitud',0,0,0.4667,'A130',50,'*'),(1647,'asesoría','asesoría',0,0,0.5333,'A260',50,'*'),(1648,'azul','azul',0,0,0.2667,'A240',50,'*'),(1649,'beneficios','beneficios',0,0,0.6667,'B512',50,'*'),(1650,'bibliográfica','bibliográfica',0,0,0.8667,'B42612',50,'*'),(1651,'bienestar','bienestar',0,0,0.6,'B5236',117,'*'),(1652,'biológica','biológica',0,0,0.6,'B420',50,'*'),(1653,'biológico','biológico',0,0,0.6,'B420',50,'*'),(1654,'bosques','bosques',0,0,0.4667,'B200',50,'*'),(1655,'capacitaciones','capacitaciones',0,0,0.9333,'C123252',50,'*'),(1656,'carbono','carbono',0,0,0.4667,'C615',106,'*'),(1657,'cartografía','cartografía',0,0,0.7333,'C63261',50,'*'),(1658,'cartográficos','cartográficos',0,0,0.8667,'C632612',50,'*'),(1659,'catálogo','catálogo',0,0,0.5333,'C342',50,'*'),(1660,'científicas','científicas',0,0,0.7333,'C5312',50,'*'),(1661,'cierre','cierre',0,0,0.4,'C600',50,'*'),(1662,'circular','circular',0,0,0.5333,'C6246',51,'*'),(1663,'ciudadana','ciudadana',0,0,0.6,'C350',51,'*'),(1664,'coberturas','coberturas',0,0,0.6667,'C16362',50,'*'),(1665,'composición','composición',0,0,0.7333,'C5125',50,'*'),(1666,'compost','compost',0,0,0.4667,'C5123',137,'*'),(1667,'comunicación','comunicación',0,0,0.8,'C525',50,'*'),(1668,'comunidades','comunidades',0,0,0.7333,'C532',79,'*'),(1669,'convivencia','convivencia',0,0,0.7333,'C5152',50,'*'),(1670,'cuantificación','cuantificación',0,0,0.9333,'C53125',50,'*'),(1671,'departamental','departamental',0,0,0.8667,'D163534',50,'*'),(1672,'digitales','digitales',0,0,0.6,'D2342',63,'*'),(1673,'diplomados','diplomados',0,0,0.6667,'D14532',50,'*'),(1674,'diseños','diseños',0,0,0.4667,'D200',50,'*'),(1675,'diversidad','diversidad',0,0,0.6667,'D1623',115,'*'),(1676,'diversos','diversos',0,0,0.5333,'D162',50,'*'),(1677,'divulgativa','divulgativa',0,0,0.7333,'D14231',50,'*'),(1678,'economía','economía',0,0,0.5333,'E250',79,'*'),(1679,'eia','eia',0,0,0.2,'E000',50,'*'),(1680,'empresas','empresas',0,0,0.5333,'E5162',50,'*'),(1681,'ensayos','ensayos',0,0,0.4667,'E520',50,'*'),(1682,'escríbenos','escríbenos',0,0,0.6667,'E26152',50,'*'),(1683,'espacial','espacial',0,0,0.5333,'E2124',79,'*'),(1684,'estratégica','estratégica',0,0,0.7333,'E23632',50,'*'),(1685,'explorar','explorar',0,0,0.5333,'E2146',50,'*'),(1686,'fitoplancton','fitoplancton',0,0,0.8,'F3145235',50,'*'),(1687,'fomento','fomento',0,0,0.4667,'F530',50,'*'),(1688,'formal','formal',0,0,0.4,'F654',50,'*'),(1689,'físicas','físicas',0,0,0.4667,'F200',50,'*'),(1690,'físico-químicas','físico-químicas',0,0,1,'F252',50,'*'),(1691,'físico-químico','físico-químico',0,0,0.9333,'F252',50,'*'),(1692,'geográfica','geográfica',0,0,0.6667,'G612',50,'*'),(1693,'gobiernos','gobiernos',0,0,0.6,'G1652',50,'*'),(1694,'gris','gris',0,0,0.2667,'G620',50,'*'),(1695,'hasta','hasta',0,0,0.3333,'H230',50,'*'),(1696,'hidrobiológicas','hidrobiológicas',0,0,1,'H36142',50,'*'),(1697,'humedales','humedales',0,0,0.6,'H5342',50,'*'),(1698,'idea','idea',0,0,0.2667,'I300',50,'*'),(1699,'impactos','impactos',0,0,0.5333,'I51232',80,'*'),(1700,'impresos','impresos',0,0,0.5333,'I5162',50,'*'),(1701,'indicadores','indicadores',0,0,0.7333,'I532362',161,'*'),(1702,'informadas','informadas',0,0,0.6667,'I516532',50,'*'),(1703,'integral','integral',0,0,0.5333,'I53264',73,'*'),(1704,'integrales','integrales',0,0,0.6667,'I532642',50,'*'),(1705,'integridad','integridad',0,0,0.6667,'I53263',50,'*'),(1706,'laboratorios','laboratorios',0,0,0.8,'L16362',50,'*'),(1707,'legislación','legislación',0,0,0.7333,'L2425',50,'*'),(1708,'liderazgo','liderazgo',0,0,0.6,'L362',50,'*'),(1709,'listos','listos',0,0,0.4,'L232',50,'*'),(1710,'locales','locales',0,0,0.4667,'L242',50,'*'),(1711,'macrófitas','macrófitas',0,0,0.6667,'M26132',50,'*'),(1712,'mapas','mapas',0,0,0.3333,'M120',50,'*'),(1713,'materiales','materiales',0,0,0.6667,'M3642',50,'*'),(1714,'medida','medida',0,0,0.4,'M300',50,'*'),(1715,'microbiológicas','microbiológicas',0,0,1,'M26142',50,'*'),(1716,'modelación','modelación',0,0,0.6667,'M3425',50,'*'),(1717,'morichales','morichales',0,0,0.6667,'M6242',82,'*'),(1718,'municipal','municipal',0,0,0.6,'M214',50,'*'),(1719,'métricas','métricas',0,0,0.5333,'M362',50,'*'),(1720,'naturales','naturales',0,0,0.6,'N3642',82,'*'),(1721,'necesitas','necesitas',0,0,0.6,'N232',50,'*'),(1722,'nivel','nivel',0,0,0.3333,'N140',50,'*'),(1723,'niñas','niñas',0,0,0.3333,'N200',50,'*'),(1724,'niños','niños',0,0,0.3333,'N200',50,'*'),(1725,'nna','nna',0,0,0.2,'N000',50,'*'),(1726,'nombre','nombre',0,0,0.4,'N160',50,'*'),(1727,'normativa','normativa',0,0,0.6,'N6531',50,'*'),(1728,'orden','orden',0,0,0.3333,'O635',50,'*'),(1729,'ordenación','ordenación',0,0,0.6667,'O63525',50,'*'),(1730,'ordenamiento','ordenamiento',0,0,0.8,'O6353',50,'*'),(1731,'participativos','participativos',0,0,0.9333,'P6321312',50,'*'),(1732,'peces','peces',0,0,0.3333,'P200',50,'*'),(1733,'perifiton','perifiton',0,0,0.6,'P6135',79,'*'),(1734,'planes','planes',0,0,0.4,'P452',50,'*'),(1735,'planificación','planificación',0,0,0.8667,'P45125',51,'*'),(1736,'políticas','políticas',0,0,0.6,'P432',51,'*'),(1737,'posgrados','posgrados',0,0,0.6,'P2632',50,'*'),(1738,'priorización','priorización',0,0,0.8,'P625',50,'*'),(1739,'productiva','productiva',0,0,0.6667,'P63231',50,'*'),(1740,'productos','productos',0,0,0.6,'P63232',50,'*'),(1741,'propiedades','propiedades',0,0,0.7333,'P6132',50,'*'),(1742,'pruebas','pruebas',0,0,0.4667,'P612',50,'*'),(1743,'publicación','publicación',0,0,0.7333,'P425',50,'*'),(1744,'públicos','públicos',0,0,0.5333,'P420',50,'*'),(1745,'químicas','químicas',0,0,0.5333,'Q520',50,'*'),(1746,'requerido','requerido',0,0,0.6,'R263',50,'*'),(1747,'riesgos','riesgos',0,0,0.4667,'R200',50,'*'),(1748,'rurales','rurales',0,0,0.4667,'R420',79,'*'),(1749,'sabanas','sabanas',0,0,0.4667,'S152',50,'*'),(1750,'secos','secos',0,0,0.3333,'S000',50,'*'),(1751,'seguimiento','seguimiento',0,0,0.7333,'S530',50,'*'),(1752,'servicio','servicio',0,0,0.5333,'S612',50,'*'),(1753,'sig','sig',0,0,0.2,'S000',50,'*'),(1754,'socioeconómico','socioeconómico',0,0,0.9333,'S520',50,'*'),(1755,'soporte','soporte',0,0,0.4667,'S163',76,'*'),(1756,'subterráneas','subterráneas',0,0,0.8,'S13652',50,'*'),(1757,'suelos','suelos',0,0,0.4,'S420',75,'*'),(1758,'superficiales','superficiales',0,0,0.8667,'S161242',50,'*'),(1759,'talleres','talleres',0,0,0.5333,'T462',50,'*'),(1760,'temática','temática',0,0,0.5333,'T532',50,'*'),(1761,'técnico','técnico',0,0,0.4667,'T252',50,'*'),(1762,'valoración','valoración',0,0,0.6667,'V4625',50,'*'),(1763,'verde','verde',0,0,0.3333,'V630',78,'*'),(1764,'vermicompost','vermicompost',0,0,0.8,'V6525123',50,'*'),(1765,'vocaciones','vocaciones',0,0,0.6667,'V252',50,'*'),(1766,'vulnerabilidad','vulnerabilidad',0,0,0.9333,'V456143',50,'*'),(1767,'zooplancton','zooplancton',0,0,0.7333,'Z145235',50,'*'),(1768,'índices','índices',0,0,0.4667,'í532',50,'*'),(1895,'holaaaaaaa','holaaaaaaa',0,0,0.6667,'H400',1,'*'),(1896,'artículo','artículo',0,0,0.5333,'A6324',44,'*'),(1897,'mi','mi',0,0,0.1333,'M000',1,'*'),(1899,'capacidad','capacidad',0,0,0.6,'C123',111,'*'),(1900,'funciones','funciones',0,0,0.6,'F5252',111,'*'),(1902,'x','x',0,0,0.0667,'X000',9,'*'),(1903,'segundo','segundo',0,0,0.4667,'S530',3,'*'),(1904,'título','título',0,0,0.4,'T400',16,'*'),(1906,'advanced','advanced',0,0,0.5333,'A31523',79,'*'),(1907,'anaerobic','anaerobic',0,0,0.6,'A5612',79,'*'),(1908,'and','and',0,0,0.2,'A530',90,'*'),(1909,'coupling','coupling',0,0,0.5333,'C1452',79,'*'),(1910,'efficiency','efficiency',0,0,0.6667,'E1252',79,'*'),(1911,'for','for',0,0,0.2,'F600',79,'*'),(1912,'landfill','landfill',0,0,0.5333,'L5314',79,'*'),(1913,'leachate','leachate',0,0,0.5333,'L230',79,'*'),(1914,'magnetite-catalyzed','magnetite-catalyzed',0,0,1,'M25323423',79,'*'),(1915,'oxidation','oxidation',0,0,0.6,'O235',79,'*'),(1916,'ozone','ozone',0,0,0.3333,'O250',79,'*'),(1917,'reactor','reactor',0,0,0.4667,'R236',79,'*'),(1918,'treatment','treatment',0,0,0.6,'T6353',79,'*'),(1919,'usab','usab',0,0,0.2667,'U210',79,'*'),(1921,'agricultural','agricultural',0,0,0.8,'A2624364',87,'*'),(1922,'application','application',0,0,0.7333,'A14235',87,'*'),(1923,'benefits','benefits',0,0,0.5333,'B5132',87,'*'),(1924,'effects','effects',0,0,0.4667,'E1232',87,'*'),(1925,'environmental','environmental',0,0,0.8667,'E516534',87,'*'),(1926,'of','of',0,0,0.1333,'O100',87,'*'),(1927,'on','on',0,0,0.1333,'O500',87,'*'),(1928,'properties','properties',0,0,0.6667,'P61632',87,'*'),(1929,'soil','soil',0,0,0.2667,'S400',87,'*'),(1930,'the','the',0,0,0.2,'T000',87,'*'),(1936,'acid','acid',0,0,0.2667,'A230',76,'*'),(1937,'an','an',0,0,0.1333,'A500',76,'*'),(1938,'current','current',0,0,0.4667,'C653',76,'*'),(1939,'different','different',0,0,0.6,'D1653',76,'*'),(1940,'equatorial','equatorial',0,0,0.6667,'E2364',76,'*'),(1941,'expanding','expanding',0,0,0.6,'E215352',76,'*'),(1942,'in','in',0,0,0.1333,'I500',76,'*'),(1943,'landform','landform',0,0,0.5333,'L53165',76,'*'),(1944,'region','region',0,0,0.4,'R250',76,'*'),(1945,'soils','soils',0,0,0.3333,'S420',76,'*'),(1946,'status','status',0,0,0.4,'S320',76,'*'),(1947,'types','types',0,0,0.3333,'T120',76,'*'),(1948,'under','under',0,0,0.3333,'U536',76,'*'),(1951,'arte','arte',0,0,0.2667,'A630',73,'*'),(1952,'estado','estado',0,0,0.4,'E230',73,'*'),(1954,'at','at',0,0,0.1333,'A300',72,'*'),(1955,'biogas','biogas',0,0,0.4,'B200',72,'*'),(1956,'corazones','corazones',0,0,0.6,'C6252',72,'*'),(1957,'energy','energy',0,0,0.4,'E562',72,'*'),(1958,'feasibility','feasibility',0,0,0.7333,'F2143',72,'*'),(1959,'from','from',0,0,0.2667,'F650',72,'*'),(1960,'recovery','recovery',0,0,0.5333,'R216',72,'*'),(1961,'valledupar','valledupar',0,0,0.6667,'V4316',72,'*'),(1969,'catalytic','catalytic',0,0,0.6,'C3432',70,'*'),(1970,'contaminants','contaminants',0,0,0.8,'C53532',70,'*'),(1971,'degradation','degradation',0,0,0.7333,'D2635',70,'*'),(1972,'leachates','leachates',0,0,0.6,'L232',70,'*'),(1973,'magnetite','magnetite',0,0,0.6,'M253',70,'*'),(1974,'organic','organic',0,0,0.4667,'O6252',70,'*'),(1975,'ozonation','ozonation',0,0,0.6,'O2535',70,'*'),(1976,'synergistic','synergistic',0,0,0.7333,'S56232',70,'*'),(1977,'using','using',0,0,0.3333,'U252',70,'*'),(1978,'with','with',0,0,0.2667,'W300',70,'*'),(1984,'déficit','déficit',0,0,0.4667,'D123',67,'*'),(1985,'histórico','histórico',0,0,0.6,'H2362',67,'*'),(1986,'interés','interés',0,0,0.4667,'I5362',67,'*'),(1987,'verdes','verdes',0,0,0.4,'V632',67,'*'),(1988,'vivienda','vivienda',0,0,0.5333,'V530',67,'*'),(1991,'comparativo','comparativo',0,0,0.7333,'C51631',66,'*'),(1992,'metales','metales',0,0,0.4667,'M342',66,'*'),(1993,'pesados','pesados',0,0,0.4667,'P232',66,'*'),(1994,'polvo','polvo',0,0,0.3333,'P410',66,'*'),(1995,'vial','vial',0,0,0.2667,'V400',66,'*'),(1998,'colombiano','colombiano',0,0,0.6667,'C4515',65,'*'),(1999,'distribuciónen','distribuciónen',0,0,0.9333,'D236125',65,'*'),(2000,'larvas','larvas',0,0,0.4,'L612',65,'*'),(2001,'orinocense','orinocense',0,0,0.6667,'O65252',65,'*'),(2002,'piedemonte','piedemonte',0,0,0.6667,'P353',65,'*'),(2003,'trichoptera','trichoptera',0,0,0.7333,'T62136',65,'*'),(2005,'assessment','assessment',0,0,0.6667,'A253',64,'*'),(2006,'climate','climate',0,0,0.4667,'C453',64,'*'),(2007,'vanadium','vanadium',0,0,0.5333,'V535',64,'*'),(2008,'analysis','analysis',0,0,0.5333,'A542',63,'*'),(2009,'assessing','assessing',0,0,0.6,'A252',63,'*'),(2010,'city','city',0,0,0.2667,'C300',63,'*'),(2011,'harvesting','harvesting',0,0,0.6667,'H612352',63,'*'),(2012,'medium-sized','medium-sized',0,0,0.8,'M3523',63,'*'),(2013,'potential','potential',0,0,0.6,'P3534',63,'*'),(2014,'quality','quality',0,0,0.4667,'Q430',63,'*'),(2015,'rainwater','rainwater',0,0,0.6,'R536',63,'*'),(2016,'spatial','spatial',0,0,0.4667,'S134',63,'*'),(2023,'1969','1969',0,0,0.4,'',62,'*'),(2024,'caenidae','caenidae',0,0,0.5333,'C530',62,'*'),(2025,'caenis','caenis',0,0,0.4,'C520',62,'*'),(2026,'cuniana','cuniana',0,0,0.4667,'C500',62,'*'),(2027,'distributional','distributional',0,0,0.9333,'D2361354',62,'*'),(2028,'ephemeroptera','ephemeroptera',0,0,0.8667,'E156136',62,'*'),(2029,'first','first',0,0,0.3333,'F623',62,'*'),(2030,'froehlich','froehlich',0,0,0.6,'F642',62,'*'),(2031,'new','new',0,0,0.2,'N000',62,'*'),(2032,'nymph','nymph',0,0,0.3333,'N100',62,'*'),(2033,'record','record',0,0,0.4,'R263',62,'*'),(2034,'records','records',0,0,0.4667,'R2632',62,'*'),(2038,'acacias','acacias',0,0,0.4667,'A200',61,'*'),(2039,'basin','basin',0,0,0.3333,'B250',61,'*'),(2040,'impacts','impacts',0,0,0.4667,'I51232',61,'*'),(2041,'land','land',0,0,0.2667,'L530',61,'*'),(2042,'river','river',0,0,0.3333,'R160',61,'*'),(2043,'use','use',0,0,0.2,'U200',61,'*'),(2044,'water','water',0,0,0.3333,'W360',61,'*'),(2045,'carbendazim','carbendazim',0,0,0.7333,'C615325',60,'*'),(2046,'containing','containing',0,0,0.6667,'C5352',60,'*'),(2047,'decontamination','decontamination',0,0,1,'D253535',60,'*'),(2048,'modeling','modeling',0,0,0.5333,'M3452',60,'*'),(2049,'photo-fenton','photo-fenton',0,0,0.8,'P31535',60,'*'),(2050,'statistical','statistical',0,0,0.7333,'S32324',60,'*'),(2051,'wastewater','wastewater',0,0,0.6667,'W236',60,'*'),(2052,'asociada','asociada',0,0,0.5333,'A230',58,'*'),(2053,'conservado','conservado',0,0,0.6667,'C52613',58,'*'),(2054,'finca','finca',0,0,0.3333,'F520',58,'*'),(2055,'llanura','llanura',0,0,0.4667,'L560',58,'*'),(2056,'manacacías','manacacías',0,0,0.6667,'M200',58,'*'),(2057,'morichal','morichal',0,0,0.5333,'M624',58,'*'),(2059,'coffee','coffee',0,0,0.4,'C100',57,'*'),(2060,'composting','composting',0,0,0.6667,'C512352',57,'*'),(2061,'comprehensive','comprehensive',0,0,0.8667,'C516521',57,'*'),(2062,'residue','residue',0,0,0.4667,'R230',57,'*'),(2063,'revalorisation','revalorisation',0,0,0.9333,'R146235',57,'*'),(2064,'review','review',0,0,0.4,'R100',57,'*'),(2065,'waste','waste',0,0,0.3333,'W230',57,'*'),(2066,'revisión','revisión',0,0,0.5333,'R125',56,'*'),(2067,'sistemática','sistemática',0,0,0.7333,'S3532',56,'*'),(2069,'gas','gas',0,0,0.2,'G000',50,'*'),(2070,'methane','methane',0,0,0.4667,'M350',50,'*'),(2071,'sanitary','sanitary',0,0,0.5333,'S536',50,'*'),(2072,'villavicencio','villavicencio',0,0,0.8667,'V41252',63,'*'),(2076,'agri-food','agri-food',0,0,0.6,'A2613',49,'*'),(2077,'extracted','extracted',0,0,0.6,'E23623',49,'*'),(2078,'lactuca','lactuca',0,0,0.4667,'L232',49,'*'),(2079,'response','response',0,0,0.5333,'R2152',49,'*'),(2080,'sativa','sativa',0,0,0.4,'S310',49,'*'),(2081,'to','to',0,0,0.1333,'T000',49,'*'),(2082,'toxic','toxic',0,0,0.3333,'T200',49,'*'),(2083,'leptohyphidae','leptohyphidae',0,0,0.8667,'L1313',47,'*'),(2084,'llanero','llanero',0,0,0.4667,'L560',47,'*'),(2085,'ninfas','ninfas',0,0,0.4,'N120',47,'*'),(2086,'quenane-quenanito','quenane-quenanito',0,0,1,'Q5253',47,'*'),(2090,'altillanura','altillanura',0,0,0.7333,'A43456',46,'*'),(2091,'flexuosa','flexuosa',0,0,0.5333,'F420',46,'*'),(2092,'l','l',0,0,0.0667,'L000',46,'*'),(2093,'mauritia','mauritia',0,0,0.5333,'M630',46,'*'),(2094,'poblacional','poblacional',0,0,0.7333,'P4254',46,'*'),(2097,'caño','caño',0,0,0.2667,'C000',45,'*'),(2098,'coleópteros','coleópteros',0,0,0.7333,'C41362',45,'*'),(2099,'contrastantes','contrastantes',0,0,0.8667,'C53623532',45,'*'),(2100,'ensamblaje','ensamblaje',0,0,0.6667,'E525142',45,'*'),(2101,'periodos','periodos',0,0,0.5333,'P632',45,'*'),(2104,'case','case',0,0,0.2667,'C000',44,'*'),(2105,'castilla','castilla',0,0,0.5333,'C340',44,'*'),(2106,'farmlands','farmlands',0,0,0.6,'F654532',44,'*'),(2107,'león','león',0,0,0.2667,'L500',44,'*'),(2108,'plastics','plastics',0,0,0.5333,'P4232',44,'*'),(2109,'spain','spain',0,0,0.3333,'S150',44,'*'),(2110,'study','study',0,0,0.3333,'S300',44,'*'),(2111,'ept','ept',0,0,0.2,'E130',43,'*'),(2112,'funcional','funcional',0,0,0.6,'F5254',43,'*'),(2113,'taxonómica','taxonómica',0,0,0.6667,'T252',43,'*'),(2114,'urbano','urbano',0,0,0.4,'U615',43,'*'),(2118,'collected','collected',0,0,0.6,'C423',42,'*'),(2119,'heavy','heavy',0,0,0.3333,'H100',42,'*'),(2120,'metals','metals',0,0,0.4,'M342',42,'*'),(2121,'risk','risk',0,0,0.2667,'R200',42,'*'),(2122,'systems','systems',0,0,0.4667,'S352',42,'*'),(2125,'acacias-pajure','acacias-pajure',0,0,0.9333,'A2126',41,'*'),(2126,'fitoperifiton','fitoperifiton',0,0,0.8667,'F316135',41,'*'),(2128,'beneficio','beneficio',0,0,0.6,'B512',40,'*'),(2129,'cacao','cacao',0,0,0.3333,'C000',40,'*'),(2130,'guamal','guamal',0,0,0.4,'G540',40,'*'),(2131,'municipio','municipio',0,0,0.6,'M210',40,'*'),(2132,'pequeña','pequeña',0,0,0.4667,'P200',40,'*'),(2133,'producciones','producciones',0,0,0.8,'P63252',40,'*'),(2134,'theobroma','theobroma',0,0,0.6,'T165',40,'*'),(2135,'comparative','comparative',0,0,0.7333,'C51631',39,'*'),(2136,'groundwater','groundwater',0,0,0.7333,'G6536',39,'*'),(2137,'settlement','settlement',0,0,0.6667,'S3453',39,'*'),(2138,'typical','typical',0,0,0.4667,'T124',39,'*'),(2139,'uses','uses',0,0,0.2667,'U200',39,'*'),(2142,'caso','caso',0,0,0.2667,'C000',32,'*'),(2143,'sumideros','sumideros',0,0,0.6,'S5362',32,'*'),(2145,'apportionment','apportionment',0,0,0.8667,'A16353',37,'*'),(2146,'approach','approach',0,0,0.5333,'A162',37,'*'),(2147,'chemometric','chemometric',0,0,0.7333,'C5362',37,'*'),(2148,'distribution','distribution',0,0,0.8,'D236135',37,'*'),(2149,'ecological','ecological',0,0,0.6667,'E2424',37,'*'),(2150,'editorial','editorial',0,0,0.6,'E364',37,'*'),(2151,'health','health',0,0,0.4,'H430',37,'*'),(2152,'pollutants','pollutants',0,0,0.6667,'P43532',37,'*'),(2153,'source','source',0,0,0.4,'S620',37,'*'),(2154,'trace','trace',0,0,0.3333,'T620',37,'*'),(2160,'between','between',0,0,0.4667,'B350',36,'*'),(2161,'ecosystem','ecosystem',0,0,0.6,'E235',36,'*'),(2162,'landscapes','landscapes',0,0,0.6667,'L53212',36,'*'),(2163,'multifunctional','multifunctional',0,0,1,'M43152354',36,'*'),(2164,'providing','providing',0,0,0.6,'P61352',36,'*'),(2165,'services','services',0,0,0.5333,'S612',36,'*'),(2166,'tradeoffs','tradeoffs',0,0,0.6,'T6312',36,'*'),(2167,'units','units',0,0,0.3333,'U532',36,'*'),(2175,'baseline','baseline',0,0,0.5333,'B245',35,'*'),(2176,'colombian','colombian',0,0,0.6,'C4515',35,'*'),(2177,'foto','foto',0,0,0.2667,'F300',1,'*'),(2178,'loid','loid',0,0,0.2667,'L300',35,'*'),(2179,'metal','metal',0,0,0.3333,'M340',35,'*'),(2180,'pendiente','pendiente',0,0,0.6,'P5353',1,'*'),(2181,'rainy','rainy',0,0,0.3333,'R500',35,'*'),(2182,'s','s',0,0,0.0667,'S000',35,'*'),(2183,'values','values',0,0,0.4,'V420',35,'*'),(2190,'along','along',0,0,0.3333,'A452',34,'*'),(2191,'catenal','catenal',0,0,0.4667,'C354',34,'*'),(2192,'characterization','characterization',0,0,1,'C6236235',34,'*'),(2193,'elements','elements',0,0,0.5333,'E4532',34,'*'),(2194,'mapping','mapping',0,0,0.4667,'M152',34,'*'),(2195,'natural','natural',0,0,0.4667,'N364',34,'*'),(2196,'pedological','pedological',0,0,0.7333,'P3424',34,'*'),(2197,'perhumid','perhumid',0,0,0.5333,'P653',34,'*'),(2198,'regions','regions',0,0,0.4667,'R252',34,'*'),(2199,'sloped','sloped',0,0,0.4,'S413',34,'*'),(2200,'steeply','steeply',0,0,0.4667,'S314',34,'*'),(2205,'agronomic','agronomic',0,0,0.6,'A2652',33,'*'),(2206,'crop','crop',0,0,0.2667,'C610',33,'*'),(2207,'production','production',0,0,0.6667,'P63235',33,'*'),(2208,'squash','squash',0,0,0.4,'S000',33,'*'),(2209,'wastes','wastes',0,0,0.4,'W232',33,'*'),(2212,'acidic','acidic',0,0,0.4,'A232',32,'*'),(2213,'altitudinal','altitudinal',0,0,0.7333,'A4354',32,'*'),(2214,'disposición','disposición',0,0,0.7333,'D2125',32,'*'),(2215,'gradient','gradient',0,0,0.5333,'G6353',32,'*'),(2216,'physicochemical','physicochemical',0,0,1,'P2524',32,'*'),(2217,'suministro','suministro',0,0,0.6667,'S5236',32,'*'),(2218,'variability','variability',0,0,0.7333,'V6143',32,'*'),(2219,'bunches','bunches',0,0,0.4667,'B520',31,'*'),(2220,'ffbs','ffbs',0,0,0.2667,'F200',31,'*'),(2221,'footprint','footprint',0,0,0.6,'F31653',31,'*'),(2222,'fresh','fresh',0,0,0.3333,'F620',31,'*'),(2223,'fruit','fruit',0,0,0.3333,'F630',31,'*'),(2224,'oil','oil',0,0,0.2,'O400',31,'*'),(2225,'palm','palm',0,0,0.2667,'P450',31,'*'),(2226,'amoebozoa','amoebozoa',0,0,0.6,'A512',30,'*'),(2227,'arcella','arcella',0,0,0.4667,'A624',30,'*'),(2228,'arcellinida','arcellinida',0,0,0.7333,'A62453',30,'*'),(2229,'arroz','arroz',0,0,0.3333,'A620',30,'*'),(2230,'assemblages','assemblages',0,0,0.7333,'A25142',30,'*'),(2231,'bioenergy','bioenergy',0,0,0.6,'B562',30,'*'),(2232,'chemical','chemical',0,0,0.5333,'C524',30,'*'),(2233,'eastern','eastern',0,0,0.4667,'E2365',30,'*'),(2234,'economy','economy',0,0,0.4667,'E250',30,'*'),(2235,'factors','factors',0,0,0.4667,'F2362',30,'*'),(2236,'gandalfi','gandalfi',0,0,0.5333,'G5341',30,'*'),(2237,'greenhouse','greenhouse',0,0,0.6667,'G652',30,'*'),(2238,'insecta','insecta',0,0,0.4667,'I523',30,'*'),(2239,'low-carbon','low-carbon',0,0,0.6667,'L2615',30,'*'),(2240,'mitigation','mitigation',0,0,0.6667,'M3235',30,'*'),(2241,'opportunity','opportunity',0,0,0.7333,'O16353',30,'*'),(2242,'oryza','oryza',0,0,0.3333,'O620',30,'*'),(2243,'physical','physical',0,0,0.5333,'P240',30,'*'),(2244,'rendimientos','rendimientos',0,0,0.8,'R53532',30,'*'),(2245,'sector','sector',0,0,0.4,'S360',30,'*'),(2246,'systematic','systematic',0,0,0.6667,'S3532',30,'*'),(2247,'urban','urban',0,0,0.3333,'U615',30,'*'),(2248,'zona','zona',0,0,0.2667,'Z500',30,'*'),(2257,'1966','1966',0,0,0.4,'',29,'*'),(2258,'1981','1981',0,0,0.4,'',29,'*'),(2259,'abastecimiento','abastecimiento',0,0,0.9333,'A123253',29,'*'),(2260,'actual','actual',0,0,0.4,'A234',29,'*'),(2261,'agrícolas','agrícolas',0,0,0.6,'A26242',29,'*'),(2262,'algas','algas',0,0,0.3333,'A420',29,'*'),(2263,'alternativa','alternativa',0,0,0.7333,'A436531',29,'*'),(2264,'amazonicus','amazonicus',0,0,0.6667,'A5252',29,'*'),(2265,'ampliación','ampliación',0,0,0.6667,'A51425',29,'*'),(2266,'anthropic','anthropic',0,0,0.6,'A53612',29,'*'),(2267,'baetidae','baetidae',0,0,0.5333,'B300',29,'*'),(2268,'bentónicos','bentónicos',0,0,0.6667,'B5352',29,'*'),(2269,'briófitos','briófitos',0,0,0.6,'B6132',29,'*'),(2270,'bryophytes','bryophytes',0,0,0.6667,'B6132',29,'*'),(2271,'byrsopteryx','byrsopteryx',0,0,0.7333,'B621362',29,'*'),(2272,'camelobaetidius','camelobaetidius',0,0,1,'C54132',29,'*'),(2273,'centrales','centrales',0,0,0.6,'C53642',29,'*'),(2274,'challenge','challenge',0,0,0.6,'C452',29,'*'),(2275,'compostaje','compostaje',0,0,0.6667,'C51232',29,'*'),(2276,'copaiba','copaiba',0,0,0.4667,'C100',29,'*'),(2277,'copaifera','copaifera',0,0,0.6,'C160',29,'*'),(2278,'cosecha','cosecha',0,0,0.4667,'C000',29,'*'),(2279,'demoulin','demoulin',0,0,0.5333,'D545',29,'*'),(2280,'department','department',0,0,0.6667,'D16353',29,'*'),(2281,'dependent','dependent',0,0,0.6,'D15353',29,'*'),(2282,'distribución','distribución',0,0,0.8,'D236125',29,'*'),(2283,'dust','dust',0,0,0.2667,'D230',29,'*'),(2284,'effective','effective',0,0,0.6,'E1231',29,'*'),(2285,'ephemeroptera-leptophlebiidae','ephemeroptera-leptophlebiidae',0,0,1,'E1561364131413',29,'*'),(2286,'exposure','exposure',0,0,0.5333,'E2126',29,'*'),(2287,'extraction','extraction',0,0,0.6667,'E236235',29,'*'),(2288,'finalidad','finalidad',0,0,0.6,'F543',29,'*'),(2289,'fittkaulus','fittkaulus',0,0,0.6667,'F3242',29,'*'),(2290,'flint','flint',0,0,0.3333,'F453',29,'*'),(2291,'high','high',0,0,0.2667,'H200',29,'*'),(2292,'hydroptilidae','hydroptilidae',0,0,0.8667,'H361343',29,'*'),(2293,'influence','influence',0,0,0.6,'I51452',29,'*'),(2294,'investigations','investigations',0,0,0.9333,'I51232352',29,'*'),(2295,'isotherm','isotherm',0,0,0.5333,'I2365',29,'*'),(2296,'kinetic','kinetic',0,0,0.4667,'K532',29,'*'),(2297,'kluge','kluge',0,0,0.3333,'K420',29,'*'),(2298,'larvae','larvae',0,0,0.4,'L610',29,'*'),(2299,'lead','lead',0,0,0.2667,'L300',29,'*'),(2300,'lluvia','lluvia',0,0,0.4,'L100',29,'*'),(2301,'measurement','measurement',0,0,0.7333,'M2653',29,'*'),(2302,'medicina','medicina',0,0,0.5333,'M325',29,'*'),(2303,'medio','medio',0,0,0.3333,'M300',29,'*'),(2304,'meta-colombia','meta-colombia',0,0,0.8667,'M32451',29,'*'),(2305,'micro','micro',0,0,0.3333,'M260',29,'*'),(2306,'ninfa','ninfa',0,0,0.3333,'N100',29,'*'),(2307,'oleorresina','oleorresina',0,0,0.7333,'O4625',29,'*'),(2308,'orgánicos','orgánicos',0,0,0.6,'O6252',29,'*'),(2309,'orinoco','orinoco',0,0,0.4667,'O652',29,'*'),(2310,'pb','pb',0,0,0.1333,'P000',29,'*'),(2311,'pecuaria','pecuaria',0,0,0.5333,'P260',29,'*'),(2312,'plomo','plomo',0,0,0.3333,'P450',29,'*'),(2313,'pressure','pressure',0,0,0.5333,'P626',29,'*'),(2314,'primer','primer',0,0,0.4,'P656',29,'*'),(2315,'registro','registro',0,0,0.5333,'R236',29,'*'),(2316,'residuos','residuos',0,0,0.5333,'R232',29,'*'),(2317,'resource','resource',0,0,0.5333,'R262',29,'*'),(2318,'road','road',0,0,0.2667,'R300',29,'*'),(2319,'road-deposited','road-deposited',0,0,0.9333,'R3123',29,'*'),(2320,'runoff','runoff',0,0,0.4,'R510',29,'*'),(2321,'sediment','sediment',0,0,0.5333,'S353',29,'*'),(2322,'sequential','sequential',0,0,0.6667,'S534',29,'*'),(2323,'species','species',0,0,0.4667,'S120',29,'*'),(2324,'spp','spp',0,0,0.2,'S100',29,'*'),(2325,'supply-demand','supply-demand',0,0,0.8667,'S14353',29,'*'),(2326,'surface','surface',0,0,0.4667,'S612',29,'*'),(2327,'sustainability','sustainability',0,0,0.9333,'S35143',29,'*'),(2328,'through','through',0,0,0.4667,'T620',29,'*'),(2329,'tool','tool',0,0,0.2667,'T400',29,'*'),(2330,'tradicional','tradicional',0,0,0.7333,'T63254',29,'*'),(2331,'urbana','urbana',0,0,0.4,'U615',29,'*'),(2332,'usando','usando',0,0,0.4,'U253',29,'*'),(2333,'variation','variation',0,0,0.6,'V635',29,'*'),(2334,'verificación','verificación',0,0,0.8,'V6125',29,'*'),(2335,'zonas','zonas',0,0,0.3333,'Z520',29,'*'),(2384,'aceite','aceite',0,0,0.4,'A230',28,'*'),(2385,'ciudad','ciudad',0,0,0.4,'C300',28,'*'),(2386,'contaminated','contaminated',0,0,0.8,'C5353',28,'*'),(2387,'cultivos','cultivos',0,0,0.5333,'C4312',28,'*'),(2388,'domiciliarios','domiciliarios',0,0,0.8667,'D52462',28,'*'),(2389,'empresa','empresa',0,0,0.4667,'E5162',28,'*'),(2390,'impact','impact',0,0,0.4,'I5123',28,'*'),(2391,'irrigated','irrigated',0,0,0.6,'I623',28,'*'),(2392,'mirada','mirada',0,0,0.4,'M630',28,'*'),(2393,'mundo','mundo',0,0,0.3333,'M300',28,'*'),(2394,'necesario','necesario',0,0,0.6,'N260',28,'*'),(2395,'palma','palma',0,0,0.3333,'P450',28,'*'),(2396,'potentially','potentially',0,0,0.7333,'P3534',28,'*'),(2397,'sólidos','sólidos',0,0,0.4667,'S432',28,'*'),(2399,'accumulation','accumulation',0,0,0.8,'A25435',27,'*'),(2400,'agroindustriales','agroindustriales',0,0,1,'A265323642',27,'*'),(2401,'anhelada','anhelada',0,0,0.5333,'A543',27,'*'),(2402,'anuros','anuros',0,0,0.4,'A562',27,'*'),(2403,'aspectos','aspectos',0,0,0.5333,'A21232',27,'*'),(2404,'choice','choice',0,0,0.4,'C000',27,'*'),(2405,'construyendo','construyendo',0,0,0.8,'C523653',27,'*'),(2406,'contenidos','contenidos',0,0,0.6667,'C53532',27,'*'),(2407,'density','density',0,0,0.4667,'D523',27,'*'),(2408,'erradicación','erradicación',0,0,0.8,'E6325',27,'*'),(2409,'especies','especies',0,0,0.5333,'E212',27,'*'),(2410,'estomacales','estomacales',0,0,0.7333,'E235242',27,'*'),(2411,'futuro','futuro',0,0,0.4,'F360',27,'*'),(2412,'hacia','hacia',0,0,0.3333,'H200',28,'*'),(2413,'inclusión','inclusión',0,0,0.6,'I52425',27,'*'),(2414,'joven','joven',0,0,0.3333,'J150',27,'*'),(2415,'means','means',0,0,0.3333,'M200',27,'*'),(2416,'microempresas','microempresas',0,0,0.8667,'M265162',27,'*'),(2417,'niña','niña',0,0,0.2667,'N000',27,'*'),(2418,'niño','niño',0,0,0.2667,'N000',27,'*'),(2419,'population','population',0,0,0.6667,'P435',27,'*'),(2420,'prevención','prevención',0,0,0.6667,'P61525',27,'*'),(2421,'problemática','problemática',0,0,0.8,'P614532',27,'*'),(2422,'producto','producto',0,0,0.5333,'P6323',27,'*'),(2423,'quantitative','quantitative',0,0,0.8,'Q531',27,'*'),(2424,'related','related',0,0,0.4667,'R430',27,'*'),(2425,'reservas','reservas',0,0,0.5333,'R2612',27,'*'),(2426,'residents','residents',0,0,0.6,'R23532',27,'*'),(2427,'samples','samples',0,0,0.4667,'S5142',27,'*'),(2428,'sites','sites',0,0,0.3333,'S320',27,'*'),(2429,'taken','taken',0,0,0.3333,'T250',27,'*'),(2430,'territorios','territorios',0,0,0.7333,'T6362',27,'*'),(2431,'trabajador','trabajador',0,0,0.6667,'T61236',27,'*'),(2432,'transportation','transportation',0,0,0.9333,'T6521635',27,'*'),(2433,'voces','voces',0,0,0.3333,'V200',27,'*'),(2462,'acumulados','acumulados',0,0,0.6667,'A25432',26,'*'),(2463,'agroecosistemas','agroecosistemas',0,0,1,'A262352',26,'*'),(2464,'aplicación','aplicación',0,0,0.6667,'A1425',26,'*'),(2465,'approximation','approximation',0,0,0.8667,'A162535',26,'*'),(2466,'community','community',0,0,0.6,'C530',26,'*'),(2467,'fleuxuosa','fleuxuosa',0,0,0.6,'F420',26,'*'),(2468,'geo-acumulación','geo-acumulación',0,0,1,'G5425',26,'*'),(2469,'i-geo','i-geo',0,0,0.3333,'I200',26,'*'),(2470,'importance','importance',0,0,0.6667,'I516352',26,'*'),(2471,'indice','indice',0,0,0.4,'I532',26,'*'),(2472,'indigenous','indigenous',0,0,0.6667,'I53252',26,'*'),(2473,'moriche','moriche',0,0,0.4667,'M620',26,'*'),(2474,'municipality','municipality',0,0,0.8,'M2143',26,'*'),(2475,'niveles','niveles',0,0,0.4667,'N142',26,'*'),(2476,'sikuani','sikuani',0,0,0.4667,'S500',26,'*'),(2477,'socio-cultural','socio-cultural',0,0,0.9333,'S4364',26,'*'),(2478,'socioecológicos','socioecológicos',0,0,1,'S420',26,'*'),(2479,'tree','tree',0,0,0.2667,'T600',26,'*'),(2480,'wacoyo','wacoyo',0,0,0.4,'W200',26,'*'),(2493,'ariari','ariari',0,0,0.4,'A600',25,'*'),(2494,'aviar','aviar',0,0,0.3333,'A160',25,'*'),(2495,'avifauna','avifauna',0,0,0.5333,'A150',25,'*'),(2496,'contemporary','contemporary',0,0,0.8,'C53516',25,'*'),(2497,'dinámica','dinámica',0,0,0.5333,'D520',25,'*'),(2498,'disponibilidad','disponibilidad',0,0,0.9333,'D215143',25,'*'),(2499,'estrategicos','estrategicos',0,0,0.8,'E23632',25,'*'),(2500,'fatalities','fatalities',0,0,0.6667,'F3432',25,'*'),(2501,'habitat','habitat',0,0,0.4667,'H130',25,'*'),(2502,'industry','industry',0,0,0.5333,'I53236',25,'*'),(2503,'peligro','peligro',0,0,0.4667,'P426',25,'*'),(2504,'posible','posible',0,0,0.4667,'P214',25,'*'),(2505,'traffic','traffic',0,0,0.4667,'T612',25,'*'),(2506,'conteniendo','conteniendo',0,0,0.7333,'C5353',24,'*'),(2507,'dietas','dietas',0,0,0.4,'D200',24,'*'),(2508,'ejercicio','ejercicio',0,0,0.6,'E262',24,'*'),(2509,'enfocada','enfocada',0,0,0.5333,'E5123',24,'*'),(2510,'fase','fase',0,0,0.2667,'F200',24,'*'),(2511,'género','género',0,0,0.4,'G560',24,'*'),(2512,'iniciativa','iniciativa',0,0,0.6667,'I5231',24,'*'),(2513,'lechones','lechones',0,0,0.5333,'L252',24,'*'),(2514,'lisina','lisina',0,0,0.4,'L250',24,'*'),(2515,'management','management',0,0,0.6667,'M253',24,'*'),(2516,'orinoquian','orinoquian',0,0,0.6667,'O6525',24,'*'),(2517,'partido','partido',0,0,0.4667,'P630',24,'*'),(2518,'perspectiva','perspectiva',0,0,0.7333,'P621231',24,'*'),(2519,'preceba','preceba',0,0,0.4667,'P621',24,'*'),(2520,'sustainable','sustainable',0,0,0.7333,'S3514',24,'*'),(2521,'towards','towards',0,0,0.4667,'T632',24,'*'),(2522,'view','view',0,0,0.2667,'V000',24,'*'),(2537,'affinis','affinis',0,0,0.4667,'A152',23,'*'),(2538,'alcalinas','alcalinas',0,0,0.6,'A42452',23,'*'),(2539,'bromatológica','bromatológica',0,0,0.8667,'B65342',23,'*'),(2540,'captura','captura',0,0,0.4667,'C136',23,'*'),(2541,'cascarilla','cascarilla',0,0,0.6667,'C640',23,'*'),(2542,'combustión','combustión',0,0,0.6667,'C51235',23,'*'),(2543,'consolidacion','consolidacion',0,0,0.8667,'C524325',23,'*'),(2544,'descomposición','descomposición',0,0,0.9333,'D25125',23,'*'),(2545,'dichapetalum','dichapetalum',0,0,0.8,'D21345',23,'*'),(2546,'educativos','educativos',0,0,0.6667,'E32312',23,'*'),(2547,'experiencias','experiencias',0,0,0.8,'E21652',23,'*'),(2548,'fitoquímica','fitoquímica',0,0,0.7333,'F3252',23,'*'),(2549,'gases','gases',0,0,0.3333,'G000',23,'*'),(2550,'identificacion','identificacion',0,0,0.9333,'I353125',23,'*'),(2551,'impactan','impactan',0,0,0.5333,'I51235',23,'*'),(2552,'planta','planta',0,0,0.4,'P453',23,'*'),(2553,'planteles','planteles',0,0,0.6,'P45342',23,'*'),(2554,'potabilizacion','potabilizacion',0,0,0.9333,'P31425',23,'*'),(2555,'potencialidades','potencialidades',0,0,1,'P352432',23,'*'),(2556,'silvestre','silvestre',0,0,0.6,'S41236',23,'*'),(2557,'soluciones','soluciones',0,0,0.6667,'S4252',24,'*'),(2558,'spruceanum','spruceanum',0,0,0.6667,'S1625',23,'*'),(2559,'suburbanos','suburbanos',0,0,0.6667,'S16152',23,'*'),(2560,'térmica','térmica',0,0,0.4667,'T652',23,'*'),(2561,'vell','vell',0,0,0.2667,'V400',23,'*'),(2562,'2025','2025',0,0,0.4,'',13,'*'),(2563,'5a','5a',0,0,0.1333,'A000',13,'*'),(2564,'aborda','aborda',0,0,0.4,'A163',1,'*'),(2565,'aceptadas','aceptadas',0,0,0.6,'A2132',13,'*'),(2566,'adaptativa','adaptativa',0,0,0.6667,'A3131',1,'*'),(2567,'artificial','artificial',0,0,0.6667,'A63124',1,'*'),(2568,'basadas','basadas',0,0,0.4667,'B232',1,'*'),(2569,'big','big',0,0,0.2,'B200',1,'*'),(2570,'bioeconomía','bioeconomía',0,0,0.7333,'B250',1,'*'),(2571,'climática','climática',0,0,0.6,'C4532',1,'*'),(2572,'colectiva','colectiva',0,0,0.6,'C4231',13,'*'),(2573,'contribuciones','contribuciones',0,0,0.9333,'C5361252',13,'*'),(2574,'creación','creación',0,0,0.5333,'C625',1,'*'),(2575,'cultural','cultural',0,0,0.5333,'C4364',1,'*'),(2576,'cómo','cómo',0,0,0.2667,'C500',1,'*'),(2577,'data','data',0,0,0.2667,'D000',1,'*'),(2578,'desarrollará','desarrollará',0,0,0.8,'D2646',13,'*'),(2579,'destacando','destacando',0,0,0.6667,'D23253',1,'*'),(2580,'digital','digital',0,0,0.4667,'D234',1,'*'),(2581,'diálogo','diálogo',0,0,0.4667,'D420',13,'*'),(2582,'ecológica','ecológica',0,0,0.6,'E242',1,'*'),(2583,'efectivas','efectivas',0,0,0.6,'E12312',1,'*'),(2584,'eficiencia','eficiencia',0,0,0.6667,'E1252',1,'*'),(2585,'eje','eje',0,0,0.2,'E200',1,'*'),(2586,'emergentes','emergentes',0,0,0.6667,'E562532',13,'*'),(2587,'energías','energías',0,0,0.5333,'E562',1,'*'),(2588,'enfatiza','enfatiza',0,0,0.5333,'E5132',1,'*'),(2589,'enfrentar','enfrentar',0,0,0.6,'E516536',1,'*'),(2590,'explora','explora',0,0,0.4667,'E2146',1,'*'),(2591,'fomentan','fomentan',0,0,0.5333,'F535',1,'*'),(2592,'fortalecen','fortalecen',0,0,0.6667,'F63425',1,'*'),(2593,'gratuita','gratuita',0,0,0.5333,'G630',13,'*'),(2594,'impulsan','impulsan',0,0,0.5333,'I51425',1,'*'),(2595,'innovadoras','innovadoras',0,0,0.7333,'I51362',1,'*'),(2596,'institucionales','institucionales',0,0,1,'I5232542',1,'*'),(2597,'integración','integración',0,0,0.7333,'I532625',1,'*'),(2598,'integrando','integrando',0,0,0.6667,'I532653',13,'*'),(2599,'inteligencia','inteligencia',0,0,0.8,'I534252',1,'*'),(2600,'issn','issn',0,0,0.2667,'I250',13,'*'),(2601,'justicia','justicia',0,0,0.5333,'J320',1,'*'),(2602,'libre','libre',0,0,0.3333,'L160',13,'*'),(2603,'llevará','llevará',0,0,0.4667,'L160',13,'*'),(2604,'modalidades','modalidades',0,0,0.7333,'M3432',13,'*'),(2605,'modelos','modelos',0,0,0.4667,'M342',13,'*'),(2606,'naturaleza','naturaleza',0,0,0.6667,'N3642',1,'*'),(2607,'organizada','organizada',0,0,0.6667,'O62523',13,'*'),(2608,'orientadas','orientadas',0,0,0.6667,'O6532',1,'*'),(2609,'ponencia','ponencia',0,0,0.5333,'P520',13,'*'),(2610,'promover','promover',0,0,0.5333,'P6516',13,'*'),(2611,'publicarán','publicarán',0,0,0.6667,'P4265',13,'*'),(2612,'quinta','quinta',0,0,0.4,'Q530',13,'*'),(2613,'remotos','remotos',0,0,0.4667,'R532',1,'*'),(2614,'renovables','renovables',0,0,0.6667,'R5142',1,'*'),(2615,'resaltando','resaltando',0,0,0.6667,'R24353',1,'*'),(2616,'retos','retos',0,0,0.3333,'R320',1,'*'),(2617,'sede','sede',0,0,0.2667,'S300',13,'*'),(2618,'sensores','sensores',0,0,0.5333,'S5262',1,'*'),(2619,'septiembre','septiembre',0,0,0.6667,'S13516',13,'*'),(2620,'sociales','sociales',0,0,0.5333,'S420',1,'*'),(2621,'socioambientales','socioambientales',0,0,1,'S515342',1,'*'),(2622,'tecnologías','tecnologías',0,0,0.7333,'T2542',13,'*'),(2625,'fortaleciendo','fortaleciendo',0,0,0.8667,'F634253',12,'*');
/*!40000 ALTER TABLE `jnx5e_finder_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_terms_common`
--

DROP TABLE IF EXISTS `jnx5e_finder_terms_common`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_terms_common`
--

LOCK TABLES `jnx5e_finder_terms_common` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_terms_common` DISABLE KEYS */;
INSERT INTO `jnx5e_finder_terms_common` VALUES ('a','en',0),('a mí','es',0),('a quien','es',0),('a él','es',0),('abajo','es',0),('about','en',0),('above','en',0),('acerca de','es',0),('activado','es',0),('after','en',0),('again','en',0),('against','en',0),('ahí','es',0),('ahí es','es',0),('algunos','es',0),('all','en',0),('am','en',0),('ambos','es',0),('an','en',0),('and','en',0),('antes','es',0),('any','en',0),('aquí','es',0),('aquí es','es',0),('are','en',0),('aren\'t','en',0),('arriba','es',0),('as','en',0),('así','es',0),('at','en',0),('bajo','es',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),('cada','es',0),('can\'t','en',0),('cannot','en',0),('como','es',0),('con','es',0),('contra','es',0),('could','en',0),('couldn\'t','en',0),('cualquiera','es',0),('cuando es','es',0),('cuál','es',0),('cuándo','es',0),('cómo','es',0),('cómo es','es',0),('de','es',0),('debería','es',0),('dentro','es',0),('desactivado','es',0),('después','es',0),('destinatario','es',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),('donde es','es',0),('down','en',0),('durante','es',0),('during','en',0),('dónde','es',0),('each','en',0),('el','es',0),('ella','es',0),('ella es','es',0),('ella misma','es',0),('ello','es',0),('ellos','es',0),('ellos mismos','es',0),('ellos son','es',0),('en','es',0),('entonces','es',0),('entre','es',0),('eres','es',0),('es','es',0),('eso','es',0),('eso es','es',0),('esos','es',0),('esto','es',0),('estos','es',0),('few','en',0),('for','en',0),('from','en',0),('fue','es',0),('fuera','es',0),('fueron','es',0),('further','en',0),('ha','es',0),('habiendo','es',0),('habría','es',0),('habríamos','es',0),('habrían','es',0),('habrías','es',0),('había','es',0),('hace','es',0),('hacer','es',0),('haciendo','es',0),('had','en',0),('hadn\'t','en',0),('hagamos','es',0),('han','es',0),('haremos','es',0),('hará','es',0),('harán','es',0),('harás','es',0),('haré','es',0),('has','en',0),('has','es',0),('hasn\'t','en',0),('hasta','es',0),('have','en',0),('haven\'t','en',0),('having','en',0),('he','en',0),('he','es',0),('he\'d','en',0),('he\'ll','en',0),('he\'s','en',0),('hemos','es',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),('hizo','es',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),('mi','es',0),('mientras','es',0),('mismo','es',0),('more','en',0),('most','en',0),('mucho','es',0),('mustn\'t','en',0),('muy','es',0),('my','en',0),('myself','en',0),('más','es',0),('más tarde','es',0),('ni','es',0),('no','en',0),('no','es',0),('no debe','es',0),('no debería','es',0),('no era','es',0),('no es','es',0),('no fue','es',0),('no fueron','es',0),('no ha sido','es',0),('no han sido','es',0),('no podría','es',0),('no puede','es',0),('no será','es',0),('no sería','es',0),('no son','es',0),('nor','en',0),('nosotros','es',0),('nosotros mismos','es',0),('not','en',0),('nuestro','es',0),('nuestros','es',0),('nunca','es',0),('o','es',0),('of','en',0),('off','en',0),('on','en',0),('once','en',0),('only','en',0),('or','en',0),('other','en',0),('otra vez','es',0),('otro','es',0),('ought','en',0),('our','en',0),('ours','en',0),('ourselves','en',0),('out','en',0),('over','en',0),('own','en',0),('para','es',0),('pero','es',0),('pocos','es',0),('podria','es',0),('por','es',0),('por qué','es',0),('por qué es','es',0),('porque','es',0),('que','es',0),('que es','es',0),('quien','es',0),('quien es','es',0),('qué','es',0),('same','en',0),('ser','es',0),('sería','es',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),('si','es',0),('sido','es',0),('siendo','es',0),('so','en',0),('sobre','es',0),('solo','es',0),('some','en',0),('somos','es',0),('son','es',0),('soy','es',0),('su','es',0),('subir','es',0),('such','en',0),('sus','es',0),('suyo','es',0),('sí mismo','es',0),('tal','es',0),('también','es',0),('tener','es',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),('todo','es',0),('too','en',0),('tuyo','es',0),('tuyos','es',0),('tú','es',0),('tú mismo','es',0),('un','es',0),('una vez','es',0),('under','en',0),('until','en',0),('up','en',0),('very','en',0),('vosotros mismos','es',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),('y','es',0),('yo','es',0),('yo mismo','es',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),('él','es',0),('él mismo','es',0);
/*!40000 ALTER TABLE `jnx5e_finder_terms_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_tokens`
--

DROP TABLE IF EXISTS `jnx5e_finder_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_tokens`
--

LOCK TABLES `jnx5e_finder_tokens` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_finder_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_tokens_aggregate`
--

DROP TABLE IF EXISTS `jnx5e_finder_tokens_aggregate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_finder_tokens_aggregate`
--

LOCK TABLES `jnx5e_finder_tokens_aggregate` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_tokens_aggregate` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_finder_tokens_aggregate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_finder_types`
--

DROP TABLE IF EXISTS `jnx5e_finder_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_finder_types`
--

LOCK TABLES `jnx5e_finder_types` WRITE;
/*!40000 ALTER TABLE `jnx5e_finder_types` DISABLE KEYS */;
INSERT INTO `jnx5e_finder_types` VALUES (1,'Category',''),(2,'Contact',''),(3,'Article',''),(4,'News Feed',''),(5,'Tag',''),(6,'Phoca Download','');
/*!40000 ALTER TABLE `jnx5e_finder_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_guidedtour_steps`
--

DROP TABLE IF EXISTS `jnx5e_guidedtour_steps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 '',
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `idx_tour` (`tour_id`),
  KEY `idx_state` (`published`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=119 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_guidedtour_steps`
--

LOCK TABLES `jnx5e_guidedtour_steps` WRITE;
/*!40000 ALTER TABLE `jnx5e_guidedtour_steps` DISABLE KEYS */;
INSERT INTO `jnx5e_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','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,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','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,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','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,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','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,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','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(6,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_AUTOSTART_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_AUTOSTART_DESCRIPTION',6,'bottom','#jform_autostart0',2,3,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(7,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_SAVECLOSE_DESCRIPTION',7,'top','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(8,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONGRATULATIONS_DESCRIPTION',8,'bottom','',0,1,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(9,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_COUNTER_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_COUNTER_DESCRIPTION',9,'top','#toursList tbody tr:nth-last-of-type(1) td:nth-of-type(5) .btn',2,1,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(10,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_NEW_DESCRIPTION',10,'bottom','.button-new',2,1,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(11,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TITLE_DESCRIPTION',11,'bottom','#jform_title',2,2,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(12,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_DESCRIPTION_DESCRIPTION',12,'bottom','#jform_description,#jform_description_ifr',2,3,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(13,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_STATUS_DESCRIPTION',13,'bottom','#jform_published',2,3,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(14,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_POSITION_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_POSITION_DESCRIPTION',14,'top','#jform_position',2,3,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(15,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TARGET_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TARGET_DESCRIPTION',15,'top','#jform_target',2,3,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(16,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TYPE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TYPE_DESCRIPTION',16,'top','#jform_type',2,3,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(17,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_SAVECLOSE_DESCRIPTION',17,'bottom','#save-group-children-save .button-save',2,1,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(18,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_CONGRATULATIONS_DESCRIPTION',18,'bottom','',0,1,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(19,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NEW_DESCRIPTION',19,'bottom','.button-new',2,1,'administrator/index.php?option=com_content&view=articles','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(20,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TITLE_DESCRIPTION',20,'bottom','#jform_title',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(21,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ALIAS_DESCRIPTION',21,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(22,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONTENT_DESCRIPTION',22,'bottom','#jform_articletext,#jform_articletext_ifr',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(23,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_STATUS_DESCRIPTION',23,'bottom','#jform_state',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(24,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CATEGORY_DESCRIPTION',24,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(25,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_FEATURED_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_FEATURED_DESCRIPTION',25,'bottom','#jform_featured0',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(26,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ACCESS_DESCRIPTION',26,'bottom','#jform_access',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(27,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TAGS_DESCRIPTION',27,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(28,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NOTE_DESCRIPTION',28,'top','#jform_note',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(29,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_VERSIONNOTE_DESCRIPTION',29,'top','#jform_version_note',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(30,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_SAVECLOSE_DESCRIPTION',30,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_content&view=article&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(31,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONGRATULATIONS_DESCRIPTION',31,'bottom','',0,1,'administrator/index.php?option=com_content&view=article&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(32,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NEW_DESCRIPTION',32,'bottom','.button-new',2,1,'administrator/index.php?option=com_categories&view=categories&extension=com_content','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(33,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TITLE_DESCRIPTION',33,'bottom','#jform_title',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(34,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ALIAS_DESCRIPTION',34,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(35,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONTENT_DESCRIPTION',35,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(36,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_PARENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_PARENT_DESCRIPTION',36,'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','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(37,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_STATUS_DESCRIPTION',37,'bottom','#jform_published',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(38,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ACCESS_DESCRIPTION',38,'bottom','#jform_access',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(39,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TAGS_DESCRIPTION',39,'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','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(40,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NOTE_DESCRIPTION',40,'top','#jform_note',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(41,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_VERSIONNOTE_DESCRIPTION',41,'top','#jform_version_note',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(42,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_SAVECLOSE_DESCRIPTION',42,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(43,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONGRATULATIONS_DESCRIPTION',43,'bottom','',0,1,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(44,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_NEW_DESCRIPTION',44,'bottom','.button-new',2,1,'administrator/index.php?option=com_menus&view=menus','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(45,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_TITLE_DESCRIPTION',45,'bottom','#jform_title',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(46,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_UNIQUENAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_UNIQUENAME_DESCRIPTION',46,'top','#jform_menutype',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(47,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_DESCRIPTION_DESCRIPTION',47,'top','#jform_menudescription',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(48,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_SAVECLOSE_DESCRIPTION',48,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_menus&view=menu&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(49,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_CONGRATULATIONS_DESCRIPTION',49,'bottom','',0,1,'administrator/index.php?option=com_menus&view=menu&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(50,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NEW_DESCRIPTION',50,'bottom','.button-new',2,1,'administrator/index.php?option=com_tags&view=tags','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(51,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_TITLE_DESCRIPTION',51,'bottom','#jform_title',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(52,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ALIAS_DESCRIPTION',52,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(53,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONTENT_DESCRIPTION',53,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(54,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_PARENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_PARENT_DESCRIPTION',54,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(55,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_STATUS_DESCRIPTION',55,'bottom','#jform_published',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(56,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ACCESS_DESCRIPTION',56,'bottom','#jform_access',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(57,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NOTE_DESCRIPTION',57,'top','#jform_note',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(58,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_VERSIONNOTE_DESCRIPTION',58,'top','#jform_version_note',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(59,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_SAVECLOSE_DESCRIPTION',59,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(60,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONGRATULATIONS_DESCRIPTION',60,'bottom','',0,1,'administrator/index.php?option=com_tags&view=tag&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(61,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_NEW_DESCRIPTION',61,'bottom','.button-new',2,1,'administrator/index.php?option=com_banners&view=banners','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(62,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_TITLE_DESCRIPTION',62,'bottom','#jform_name',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(63,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_ALIAS_DESCRIPTION',63,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(64,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DETAILS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DETAILS_DESCRIPTION',64,'bottom','.col-lg-9',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(65,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_STATUS_DESCRIPTION',65,'bottom','#jform_state',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(66,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CATEGORY_DESCRIPTION',66,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(67,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_PINNED_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_PINNED_DESCRIPTION',67,'bottom','#jform_sticky1',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(68,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_VERSIONNOTE_DESCRIPTION',68,'top','#jform_version_note',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(69,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_SAVECLOSE_DESCRIPTION',69,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(70,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CONGRATULATIONS_DESCRIPTION',70,'bottom','',0,1,'administrator/index.php?option=com_banners&view=banner&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(71,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_NEW_DESCRIPTION',71,'bottom','.button-new',2,1,'administrator/index.php?option=com_contact&view=contacts','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(72,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TITLE_DESCRIPTION',72,'bottom','#jform_name',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(73,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ALIAS_DESCRIPTION',73,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(74,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_DETAILS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_DETAILS_DESCRIPTION',74,'bottom','.col-lg-9',0,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(75,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_STATUS_DESCRIPTION',75,'bottom','#jform_published',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(76,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CATEGORY_DESCRIPTION',76,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(77,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_FEATURED_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_FEATURED_DESCRIPTION',77,'bottom','#jform_featured0',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(78,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ACCESS_DESCRIPTION',78,'bottom','#jform_access',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(79,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TAGS_DESCRIPTION',79,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(80,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_VERSIONNOTE_DESCRIPTION',80,'top','#jform_version_note',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(81,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_SAVECLOSE_DESCRIPTION',81,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(82,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CONGRATULATIONS_DESCRIPTION',82,'bottom','',0,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(83,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_NEW_DESCRIPTION',83,'bottom','.button-new',2,1,'administrator/index.php?option=com_newsfeeds&view=newsfeeds','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(84,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TITLE_DESCRIPTION',84,'bottom','#jform_name',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(85,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ALIAS_DESCRIPTION',85,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(86,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_LINK_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_LINK_DESCRIPTION',86,'bottom','#jform_link',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(87,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_DESCRIPTION_DESCRIPTION',87,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(88,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_STATUS_DESCRIPTION',88,'bottom','#jform_published',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(89,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CATEGORY_DESCRIPTION',89,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(90,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ACCESS_DESCRIPTION',90,'bottom','#jform_access',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(91,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TAGS_DESCRIPTION',91,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(92,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_VERSIONNOTE_DESCRIPTION',92,'top','#jform_version_note',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(93,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_SAVECLOSE_DESCRIPTION',93,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(94,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CONGRATULATIONS_DESCRIPTION',94,'bottom','',0,1,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(95,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_NEW_DESCRIPTION',95,'bottom','.button-new',2,1,'administrator/index.php?option=com_finder&view=filters','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(96,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_TITLE_DESCRIPTION',96,'bottom','#jform_title',2,2,'administrator/index.php?option=com_finder&view=filter&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(97,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_ALIAS_DESCRIPTION',97,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_finder&view=filter&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(98,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONTENT_DESCRIPTION',98,'bottom','.col-lg-9',0,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(99,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_STATUS_DESCRIPTION',99,'bottom','#jform_state',2,3,'administrator/index.php?option=com_finder&view=filter&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(100,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_SAVECLOSE_DESCRIPTION',100,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(101,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONGRATULATIONS_DESCRIPTION',101,'bottom','',0,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(102,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NEW_DESCRIPTION',102,'bottom','.button-new',2,1,'administrator/index.php?option=com_users&view=user&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(103,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NAME_DESCRIPTION',103,'bottom','#jform_name',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(104,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_LOGINNAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_LOGINNAME_DESCRIPTION',104,'bottom','#jform_username',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(105,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD_DESCRIPTION',105,'bottom','#jform_password',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(106,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD2_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD2_DESCRIPTION',106,'bottom','#jform_password2',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(107,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_EMAIL_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_EMAIL_DESCRIPTION',107,'bottom','#jform_email',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(108,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SYSTEMEMAIL_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SYSTEMEMAIL_DESCRIPTION',108,'top','#jform_sendEmail0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(109,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_STATUS_DESCRIPTION',109,'top','#jform_block0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(110,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORDRESET_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORDRESET_DESCRIPTION',110,'top','#jform_requireReset0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(111,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SAVECLOSE_DESCRIPTION',111,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_users&view=user&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(112,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_CONGRATULATIONS_DESCRIPTION',112,'bottom','',0,1,'administrator/index.php?option=com_users&view=user&layout=edit','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(113,12,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_MENUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_MENUS_DESCRIPTION',113,'right','#sidebarmenu',0,1,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(114,12,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_QUICKACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_QUICKACCESS_DESCRIPTION',114,'center','',0,1,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(115,12,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_NOTIFICATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_NOTIFICATIONS_DESCRIPTION',115,'left','.quickicons-for-update_quickicon .card',0,1,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(116,12,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_TOPBAR_TITLE',1,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_TOPBAR_DESCRIPTION',116,'bottom','#header',0,1,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(117,12,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_FINALWORDS_TITLE',1,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_STEP_FINALWORDS_DESCRIPTION',117,'right','#sidebarmenu nav > ul:first-of-type > li:last-child',0,1,'','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,'*','',NULL),(118,13,'COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_STEP_0_TITLE',1,'COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_STEP_0_DESCRIPTION',0,'right','#sidebarmenu nav > ul:first-of-type > li:last-child',0,1,'','2025-04-21 09:04:14',0,'2025-04-21 09:04:14',0,NULL,NULL,'*','','\"{\"required\":1,\"requiredvalue\":\"\"}\"');
/*!40000 ALTER TABLE `jnx5e_guidedtour_steps` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_guidedtours`
--

DROP TABLE IF EXISTS `jnx5e_guidedtours`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_guidedtours` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `uid` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `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',
  `autostart` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_state` (`published`),
  KEY `idx_language` (`language`),
  KEY `idx_uid` (`uid`(191))
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_guidedtours`
--

LOCK TABLES `jnx5e_guidedtours` WRITE;
/*!40000 ALTER TABLE `jnx5e_guidedtours` DISABLE KEYS */;
INSERT INTO `jnx5e_guidedtours` VALUES (1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_TITLE','joomla-guidedtours','COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_DESCRIPTION',1,'[\"com_guidedtours\"]','administrator/index.php?option=com_guidedtours&view=tours','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_TITLE','joomla-guidedtoursteps','COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_DESCRIPTION',2,'[\"com_guidedtours\"]','administrator/index.php?option=com_guidedtours&view=tours','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(3,'COM_GUIDEDTOURS_TOUR_ARTICLES_TITLE','joomla-articles','COM_GUIDEDTOURS_TOUR_ARTICLES_DESCRIPTION',3,'[\"com_content\",\"com_categories\"]','administrator/index.php?option=com_content&view=articles','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_TITLE','joomla-categories','COM_GUIDEDTOURS_TOUR_CATEGORIES_DESCRIPTION',4,'[\"com_content\",\"com_categories\"]','administrator/index.php?option=com_categories&view=categories&extension=com_content','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(5,'COM_GUIDEDTOURS_TOUR_MENUS_TITLE','joomla-menus','COM_GUIDEDTOURS_TOUR_MENUS_DESCRIPTION',5,'[\"com_menus\"]','administrator/index.php?option=com_menus&view=menus','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(6,'COM_GUIDEDTOURS_TOUR_TAGS_TITLE','joomla-tags','COM_GUIDEDTOURS_TOUR_TAGS_DESCRIPTION',6,'[\"com_tags\"]','administrator/index.php?option=com_tags&view=tags','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(7,'COM_GUIDEDTOURS_TOUR_BANNERS_TITLE','joomla-banners','COM_GUIDEDTOURS_TOUR_BANNERS_DESCRIPTION',7,'[\"com_banners\"]','administrator/index.php?option=com_banners&view=banners','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(8,'COM_GUIDEDTOURS_TOUR_CONTACTS_TITLE','joomla-contacts','COM_GUIDEDTOURS_TOUR_CONTACTS_DESCRIPTION',8,'[\"com_contact\"]','administrator/index.php?option=com_contact&view=contacts','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_TITLE','joomla-newsfeeds','COM_GUIDEDTOURS_TOUR_NEWSFEEDS_DESCRIPTION',9,'[\"com_newsfeeds\"]','administrator/index.php?option=com_newsfeeds&view=newsfeeds','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_TITLE','joomla-smartsearch','COM_GUIDEDTOURS_TOUR_SMARTSEARCH_DESCRIPTION',10,'[\"com_finder\"]','administrator/index.php?option=com_finder&view=filters','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(11,'COM_GUIDEDTOURS_TOUR_USERS_TITLE','joomla-users','COM_GUIDEDTOURS_TOUR_USERS_DESCRIPTION',11,'[\"com_users\"]','administrator/index.php?option=com_users&view=users','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,0),(12,'COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_TITLE','joomla-welcome','COM_GUIDEDTOURS_TOUR_WELCOMETOJOOMLA_DESCRIPTION',12,'[\"com_cpanel\"]','administrator/index.php','2024-10-17 13:00:52',44,'2024-10-17 13:00:52',44,NULL,NULL,1,'*','',1,1),(13,'COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_TITLE','joomla-whatsnew-5-3','COM_GUIDEDTOURS_TOUR_WHATSNEW_5_3_DESCRIPTION',0,'[\"com_cpanel\"]','administrator/index.php','2025-04-21 09:04:14',0,'2025-04-21 09:04:14',0,NULL,NULL,1,'*','',1,1);
/*!40000 ALTER TABLE `jnx5e_guidedtours` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_history`
--

DROP TABLE IF EXISTS `jnx5e_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=690 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_history`
--

LOCK TABLES `jnx5e_history` WRITE;
/*!40000 ALTER TABLE `jnx5e_history` DISABLE KEYS */;
INSERT INTO `jnx5e_history` VALUES (4,'com_content.article.1','','2024-10-23 15:13:31',44,2147,'d99a26e94e553a03676476888130dbdaddf50615','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{slider title=\\\"Slider 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Slider 1 content.<\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2024-10-23 15:13:31\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2024-10-23 15:12:03\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":4,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":39,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(5,'com_content.article.1','','2024-10-23 15:14:03',44,2147,'a6a6174b3977463aac265337614615ff7c97925b','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Slider 1 content.<\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2024-10-23 15:14:03\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2024-10-23 15:13:31\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":40,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(6,'com_content.article.1','','2024-10-23 15:14:44',44,2166,'93ee9203058a41ff8f8ea943d6bd3ae309794f57','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2024-10-23 15:14:44\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2024-10-23 15:14:03\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":42,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(7,'com_content.article.2','','2025-02-24 13:56:30',44,1609,'e86b89b6df39e17a4ab8d88ce4b095d591e8bf7c','{\"id\":2,\"asset_id\":112,\"title\":\"menu-vertical\",\"alias\":\"menu-vertical\",\"introtext\":\"<p>Prueba menu vertical<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-02-24 13:56:30\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-02-24 13:56:30\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-02-24 13:56: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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(8,'com_content.article.1','','2025-02-24 13:59:48',44,2196,'8149c4e5fe0f620a865ab6fe75f5670023fb5157','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<p>{loadmoduleid 113}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-02-24 13:59:48\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-02-24 13:59:30\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":47,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(9,'com_content.article.1','','2025-02-24 14:07:44',44,2333,'d938bac191351ca466e0596a195d175afb4e517b','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<p>efecto imageeffectck<\\/p>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<hr>\\r\\n<p>acordion de Simple Sliders<\\/p>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<hr>\\r\\n<p>tab de Simple Sliders<\\/p>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<hr>\\r\\n<p>modulo testimonio ol_testimonials.<\\/p>\\r\\n<p>{loadmoduleid 113}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-02-24 14:07:44\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-02-24 14:03:38\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":49,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(10,'com_content.article.1','','2025-02-24 14:09:04',44,2412,'efc9fdceccadacf53b01cc85e0ca332b8177a9f6','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<p>efecto imageeffectck<\\/p>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<hr>\\r\\n<p>acordion de Simple Sliders<\\/p>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<hr>\\r\\n<p>tab de Simple Sliders<\\/p>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<hr>\\r\\n<p>modulo testimonio ol_testimonials.<\\/p>\\r\\n<p>{loadmoduleid 113}<\\/p>\\r\\n<hr>\\r\\n<p>modulo calendario dp_calendar<\\/p>\\r\\n<p>{loadmoduleid 112}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-02-24 14:09:04\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-02-24 14:07:44\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":51,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(11,'com_content.article.1','','2025-02-24 14:31:00',44,2421,'6657a985f056b83666ef7e4d83338729f41631b5','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<h2>efecto imageeffectck<\\/h2>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<hr>\\r\\n<h2>acordion de Simple Sliders<\\/h2>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<hr>\\r\\n<h2>tab de Simple Sliders<\\/h2>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<hr>\\r\\n<h2>modulo testimonio ol_testimonials.<\\/h2>\\r\\n<p>{loadmoduleid 113}<\\/p>\\r\\n<hr>\\r\\n<p>modulo calendario dp_calendar<\\/p>\\r\\n<p>{loadmoduleid 112}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-02-24 14:31:00\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-02-24 14:30:31\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":58,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(12,'com_content.article.1','','2025-04-02 21:20:14',44,7597,'f890c4fb563a3f07cccdfc78ac0850103f94a766','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<h2>efecto imageeffectck<\\/h2>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<hr>\\r\\n<h2>acordion de Simple Sliders<\\/h2>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<hr>\\r\\n<h2>tab de Simple Sliders<\\/h2>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<hr>\\r\\n<h2>Botones con imagen\\u00a0<\\/h2>\\r\\n<h2 style=\\\"text-align: center;\\\">Accionar PTS<\\/h2>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/fondoMVZ.jpg\\\" alt=\\\"Fondo MVZ\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/oferta-formativa\\/pregrado-mvz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> L\\u00ednea de profundizaci\\u00f3n Pregrado MVZ <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoPATS.jpg\\\" alt=\\\"FondoPATS.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/oferta-formativa\\/especializacion-pts\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n Producci\\u00f3n Agr\\u00edcola Tropical Sostenible <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoPTS.jpg\\\" alt=\\\"FondoPTS.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/oferta-formativa\\/maestria-pts\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestria Produccion tropical sostenible <\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/Fondoproyectos.jpg\\\" alt=\\\"Fondoproyectos.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/proyectos-pts\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Proyectos PTS <\\/a><\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/horizonte-verde.png\\\" alt=\\\"horizonte-verde.png\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/pts\\/grupos-de-investigacion\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Grupo de investigaci\\u00f3n PTS <\\/a><\\/div>\\r\\n<\\/div>\\r\\n<hr>\\r\\n<h2>modulo testimonio ol_testimonials.<\\/h2>\\r\\n<p>{loadmoduleid 113}<\\/p>\\r\\n<hr>\\r\\n<p>modulo calendario dp_calendar<\\/p>\\r\\n<p>{loadmoduleid 112}<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-04-02 21:20:14\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-04-02 21:19:23\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":71,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(13,'com_content.article.1','','2025-04-02 21:22:52',44,7396,'eb437b02b712b67cb4809529b98e2303ff8319b7','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<h2>efecto imageeffectck<\\/h2>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<hr>\\r\\n<h2>acordion de Simple Sliders<\\/h2>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<hr>\\r\\n<h2>tab de Simple Sliders<\\/h2>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<hr>\\r\\n<h2>Botones con imagen\\u00a0<\\/h2>\\r\\n<h2 style=\\\"text-align: center;\\\">Accionar PTS<\\/h2>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/fondoMVZ.jpg\\\" alt=\\\"Fondo MVZ\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> L\\u00ednea de profundizaci\\u00f3n Pregrado MVZ <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoPATS.jpg\\\" alt=\\\"FondoPATS.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n Producci\\u00f3n Agr\\u00edcola Tropical Sostenible <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoPTS.jpg\\\" alt=\\\"FondoPTS.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestria Produccion tropical sostenible <\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/Fondoproyectos.jpg\\\" alt=\\\"Fondoproyectos.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Proyectos PTS <\\/a><\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/horizonte-verde.png\\\" alt=\\\"horizonte-verde.png\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Ejemplo de boton 5 <\\/a><\\/div>\\r\\n<\\/div>\\r\\n<hr>\\r\\n<h2>modulo testimonio ol_testimonials.<\\/h2>\\r\\n<p>{loadmoduleid 113}<\\/p>\\r\\n<hr>\\r\\n<p>modulo calendario dp_calendar<\\/p>\\r\\n<p>{loadmoduleid 112}<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-04-02 21:22:52\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-04-02 21:20:14\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":73,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(14,'com_content.article.1','','2025-04-02 21:23:12',44,7390,'9cae25e4cb49abe0bc62285363df6d7b84b8175c','{\"id\":\"1\",\"asset_id\":110,\"title\":\"prueba\",\"alias\":\"prueba\",\"introtext\":\"<h2>efecto imageeffectck<\\/h2>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/logos\\/logo50.png\\\" width=\\\"220\\\" height=\\\"183\\\"><\\/p>\\r\\n<hr>\\r\\n<h2>acordion de Simple Sliders<\\/h2>\\r\\n<p>{slider title=\\\"prueba 1 Title\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p><a href=\\\"#\\\">Slider 1 content.<\\/a><\\/p>\\r\\n<p>{slider title=\\\"Slider 2 Title\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Slider 2 content.\\u00a0<\\/p>\\r\\n<p>{\\/sliders}<\\/p>\\r\\n<hr>\\r\\n<h2>tab de Simple Sliders<\\/h2>\\r\\n<p>{tab title=\\\"Tab 1\\\" class=\\\"blue\\\"}<\\/p>\\r\\n<p>Tab 1 content. {tab title=\\\"Tab 2\\\" class=\\\"red\\\"}<\\/p>\\r\\n<p>Tab 2 content. {tab title=\\\"Tab 3\\\" class=\\\"green\\\"}<\\/p>\\r\\n<p>Tab 3 content.<\\/p>\\r\\n<p>{\\/tabs}<\\/p>\\r\\n<hr>\\r\\n<h2>Botones con imagen\\u00a0<\\/h2>\\r\\n<h2 style=\\\"text-align: center;\\\">\\u00a0<\\/h2>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/fondoMVZ.jpg\\\" alt=\\\"Fondo MVZ\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> L\\u00ednea de profundizaci\\u00f3n Pregrado MVZ <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoPATS.jpg\\\" alt=\\\"FondoPATS.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Especializaci\\u00f3n Producci\\u00f3n Agr\\u00edcola Tropical Sostenible <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/FondoPTS.jpg\\\" alt=\\\"FondoPTS.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Maestria Produccion tropical sostenible <\\/a><\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/Fondoproyectos.jpg\\\" alt=\\\"Fondoproyectos.jpg\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Proyectos PTS <\\/a><\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\\\" src=\\\"images\\/Fondos\\/horizonte-verde.png\\\" alt=\\\"horizonte-verde.png\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Ejemplo de boton 5 <\\/a><\\/div>\\r\\n<\\/div>\\r\\n<hr>\\r\\n<h2>modulo testimonio ol_testimonials.<\\/h2>\\r\\n<p>{loadmoduleid 113}<\\/p>\\r\\n<hr>\\r\\n<p>modulo calendario dp_calendar<\\/p>\\r\\n<p>{loadmoduleid 112}<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2024-10-17 15:56:03\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-04-02 21:23:12\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-04-02 21:22:52\",\"publish_up\":\"2024-10-17 15:56:03\",\"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\":74,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(16,'com_content.article.4','','2025-06-24 18:56:33',44,1588,'07f9a92513b383ef39461193ca676e54fb64e166','{\"id\":4,\"asset_id\":119,\"title\":\"Nuestra historia.\",\"alias\":\"nuestra-historia\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-24 18:56:33\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-06-24 18:56:33\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-06-24 18:56:33\",\"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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(17,'com_content.article.5','','2025-06-24 18:57:39',44,1584,'4919f3ea432bb46cb9b9b7780a2c422c3adff1f8','{\"id\":5,\"asset_id\":120,\"title\":\"Nuestro Equipo.\",\"alias\":\"nuestro-equipo\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-24 18:57:39\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-06-24 18:57:39\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-06-24 18:57:39\",\"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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(26,'com_content.article.14','','2025-06-25 14:34:25',44,1568,'a99eb00ff7f184ea3f5713413364d6c465e9fcb0','{\"id\":14,\"asset_id\":129,\"title\":\"Videos\",\"alias\":\"videos\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 14:34:25\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-06-25 14:34:25\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-06-25 14:34: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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(27,'com_content.article.15','','2025-06-25 14:48:36',44,1616,'1f33f30bcba8afeceaf0dda7d59f2a98f4e69672','{\"id\":15,\"asset_id\":130,\"title\":\"Centro de Calidad de Agua - CCA\",\"alias\":\"centro-de-calidad-de-agua-cca\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 14:48:36\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-06-25 14:48:36\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-06-25 14:48:36\",\"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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(28,'com_content.article.16','','2025-06-25 14:54:29',44,1582,'76f0c50af43c2e3f0449e7c4235a84b936728db1','{\"id\":16,\"asset_id\":131,\"title\":\"Quienes somos\",\"alias\":\"quienes-somos\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 14:54:29\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-06-25 14:54:29\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-06-25 14:54:29\",\"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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(29,'com_content.article.17','','2025-06-25 14:59:21',44,1598,'496e28365cd827500afb24a01c90a4672e5de45b','{\"id\":17,\"asset_id\":132,\"title\":\"Equipo de laboratorio\",\"alias\":\"equipo-de-laboratorio\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 14:59:21\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-06-25 14:59:21\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-06-25 14:59: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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(30,'com_content.article.18','','2025-06-25 15:01:50',44,1574,'4196adef4a56d47f7d263b1bcac17e43d182ce06','{\"id\":18,\"asset_id\":133,\"title\":\"Servicios\",\"alias\":\"servicios\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 15:01:50\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-06-25 15:01:50\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-06-25 15:01:50\",\"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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(31,'com_content.article.19','','2025-06-25 15:03:11',44,1607,'147ce45d982325668c33c707a2304ff3608a7bb0','{\"id\":19,\"asset_id\":134,\"title\":\"Informaci\\u00f3n de contacto\",\"alias\":\"informacion-de-contacto\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 15:03:11\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-06-25 15:03:11\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-06-25 15:03: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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(46,'com_content.article.8','','2025-06-26 19:26:27',44,5559,'42a27cc2783e0215b52b252ed6a8ceb6d29ef361','{\"id\":\"8\",\"asset_id\":123,\"title\":\"Grupos de Investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong> es una unidad acad\\u00e9mica comprometida con el desarrollo sostenible de la regi\\u00f3n Orinoquia, a trav\\u00e9s de la generaci\\u00f3n de conocimiento cient\\u00edfico, la formaci\\u00f3n de talento humano altamente calificado y el fortalecimiento de procesos de investigaci\\u00f3n e innovaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Como parte de su misi\\u00f3n, el ICAOC lidera y gestiona <strong>tres grupos de investigaci\\u00f3n reconocidos por Minciencias<\\/strong>, que abordan problem\\u00e1ticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiol\\u00f3gicos y ecosistemas estrat\\u00e9gicos. Estos grupos realizan una valiosa contribuci\\u00f3n tanto a la investigaci\\u00f3n b\\u00e1sica como aplicada, promoviendo adem\\u00e1s la vinculaci\\u00f3n activa de estudiantes mediante semilleros.<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/biorinoquia.jpg\\\" alt=\\\"CCA\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/gigas..png\\\" alt=\\\"gigas\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/girehpes.jpg\\\" alt=\\\"CCA\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 13:48:21\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-06-26 19:26:27\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-06-26 19:26:04\",\"publish_up\":\"2025-06-25 13:48: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\":10,\"ordering\":13,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":28,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(47,'com_content.article.8','','2025-06-26 19:27:35',44,5556,'8041db0fa2dd46cb0e763b899c6dae5ea292e298','{\"id\":\"8\",\"asset_id\":123,\"title\":\"Grupos de Investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong> es una unidad acad\\u00e9mica comprometida con el desarrollo sostenible de la regi\\u00f3n Orinoquia, a trav\\u00e9s de la generaci\\u00f3n de conocimiento cient\\u00edfico, la formaci\\u00f3n de talento humano altamente calificado y el fortalecimiento de procesos de investigaci\\u00f3n e innovaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Como parte de su misi\\u00f3n, el ICAOC lidera y gestiona <strong>tres grupos de investigaci\\u00f3n reconocidos por Minciencias<\\/strong>, que abordan problem\\u00e1ticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiol\\u00f3gicos y ecosistemas estrat\\u00e9gicos. Estos grupos realizan una valiosa contribuci\\u00f3n tanto a la investigaci\\u00f3n b\\u00e1sica como aplicada, promoviendo adem\\u00e1s la vinculaci\\u00f3n activa de estudiantes mediante semilleros.<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/biorinoquia.jpg\\\" alt=\\\"CCA\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/cca.png\\\" alt=\\\"gigas\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/girehpes.jpg\\\" alt=\\\"CCA\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 13:48:21\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-06-26 19:27:35\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-06-26 19:26:27\",\"publish_up\":\"2025-06-25 13:48: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\":11,\"ordering\":13,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":30,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(48,'com_content.article.8','','2025-06-26 19:30:13',44,5688,'88b7afe3e6f90014e5476d02d9e2f4ccc4ae3d7a','{\"id\":\"8\",\"asset_id\":123,\"title\":\"Grupos de Investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong> es una unidad acad\\u00e9mica comprometida con el desarrollo sostenible de la regi\\u00f3n Orinoquia, a trav\\u00e9s de la generaci\\u00f3n de conocimiento cient\\u00edfico, la formaci\\u00f3n de talento humano altamente calificado y el fortalecimiento de procesos de investigaci\\u00f3n e innovaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Como parte de su misi\\u00f3n, el ICAOC lidera y gestiona <strong>tres grupos de investigaci\\u00f3n reconocidos por Minciencias<\\/strong>, que abordan problem\\u00e1ticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiol\\u00f3gicos y ecosistemas estrat\\u00e9gicos. Estos grupos realizan una valiosa contribuci\\u00f3n tanto a la investigaci\\u00f3n b\\u00e1sica como aplicada, promoviendo adem\\u00e1s la vinculaci\\u00f3n activa de estudiantes mediante semilleros.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><img class=\\\"float-none\\\" src=\\\"images\\/grupos\\/gigas.png\\\" width=\\\"45\\\" height=\\\"45\\\"><\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/biorinoquia.jpg\\\" alt=\\\"CCA\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/gigas.png\\\" alt=\\\"gigas\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/girehpes.jpg\\\" alt=\\\"CCA\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 13:48:21\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-06-26 19:30:13\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-06-26 19:28:37\",\"publish_up\":\"2025-06-25 13:48: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\":13,\"ordering\":13,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":32,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(49,'com_content.article.8','','2025-06-26 19:35:03',44,5558,'fcf0617f689779d2f91126074e8e5e3fd843d1a2','{\"id\":\"8\",\"asset_id\":123,\"title\":\"Grupos de Investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong> es una unidad acad\\u00e9mica comprometida con el desarrollo sostenible de la regi\\u00f3n Orinoquia, a trav\\u00e9s de la generaci\\u00f3n de conocimiento cient\\u00edfico, la formaci\\u00f3n de talento humano altamente calificado y el fortalecimiento de procesos de investigaci\\u00f3n e innovaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Como parte de su misi\\u00f3n, el ICAOC lidera y gestiona <strong>tres grupos de investigaci\\u00f3n reconocidos por Minciencias<\\/strong>, que abordan problem\\u00e1ticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiol\\u00f3gicos y ecosistemas estrat\\u00e9gicos. Estos grupos realizan una valiosa contribuci\\u00f3n tanto a la investigaci\\u00f3n b\\u00e1sica como aplicada, promoviendo adem\\u00e1s la vinculaci\\u00f3n activa de estudiantes mediante semilleros.<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/biorinoquia.jpg\\\" alt=\\\"CCA\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/gigas.png\\\" alt=\\\"gigas\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/girehpes.jpg\\\" alt=\\\"CCA\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 13:48:21\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-06-26 19:35:03\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-06-26 19:30:13\",\"publish_up\":\"2025-06-25 13:48: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\":14,\"ordering\":13,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":47,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(50,'com_content.article.8','','2025-06-26 19:38:35',44,5616,'20d6922df425b62dc0f6ce69b36d5b38e5ef90a4','{\"id\":\"8\",\"asset_id\":123,\"title\":\"Grupos de Investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong> es una unidad acad\\u00e9mica comprometida con el desarrollo sostenible de la regi\\u00f3n Orinoquia, a trav\\u00e9s de la generaci\\u00f3n de conocimiento cient\\u00edfico, la formaci\\u00f3n de talento humano altamente calificado y el fortalecimiento de procesos de investigaci\\u00f3n e innovaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Como parte de su misi\\u00f3n, el ICAOC lidera y gestiona <strong>tres grupos de investigaci\\u00f3n reconocidos por Minciencias<\\/strong>, que abordan problem\\u00e1ticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiol\\u00f3gicos y ecosistemas estrat\\u00e9gicos. Estos grupos realizan una valiosa contribuci\\u00f3n tanto a la investigaci\\u00f3n b\\u00e1sica como aplicada, promoviendo adem\\u00e1s la vinculaci\\u00f3n activa de estudiantes mediante semilleros.<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/biorinoquia.jpg\\\" alt=\\\"biorinoquia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"investigaciones\\/grupos-de-investigacion\\/biorinoquia\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/gigas.png\\\" alt=\\\"gigas\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/gigas\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/girehpes.jpg\\\" alt=\\\"girehpes\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/girehpes\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 13:48:21\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-06-26 19:38:35\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-06-26 19:37:00\",\"publish_up\":\"2025-06-25 13:48: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\":15,\"ordering\":13,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":48,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(51,'com_content.article.8','','2025-06-26 19:39:26',44,5627,'76a8c5d866e2b798249491ee424e4c256a905cf6','{\"id\":\"8\",\"asset_id\":123,\"title\":\"Grupos de Investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong> es una unidad acad\\u00e9mica comprometida con el desarrollo sostenible de la regi\\u00f3n Orinoquia, a trav\\u00e9s de la generaci\\u00f3n de conocimiento cient\\u00edfico, la formaci\\u00f3n de talento humano altamente calificado y el fortalecimiento de procesos de investigaci\\u00f3n e innovaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Como parte de su misi\\u00f3n, el ICAOC lidera y gestiona <strong>tres grupos de investigaci\\u00f3n reconocidos por Minciencias<\\/strong>, que abordan problem\\u00e1ticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiol\\u00f3gicos y ecosistemas estrat\\u00e9gicos. Estos grupos realizan una valiosa contribuci\\u00f3n tanto a la investigaci\\u00f3n b\\u00e1sica como aplicada, promoviendo adem\\u00e1s la vinculaci\\u00f3n activa de estudiantes mediante semilleros.<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/biorinoquia.jpg\\\" alt=\\\"biorinoquia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/biorinoquia\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/gigas.png\\\" alt=\\\"gigas\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/gigas\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(90%);\\\" src=\\\"images\\/grupos\\/girehpes.jpg\\\" alt=\\\"girehpes\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/girehpes\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 13:48:21\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-06-26 19:39:26\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-06-26 19:38:35\",\"publish_up\":\"2025-06-25 13:48: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\":16,\"ordering\":13,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":49,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(52,'com_content.article.8','','2025-06-26 19:40:30',44,5627,'d29081b3b02a6c1301f6d962e1661f2e6c4b0719','{\"id\":\"8\",\"asset_id\":123,\"title\":\"Grupos de Investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong> es una unidad acad\\u00e9mica comprometida con el desarrollo sostenible de la regi\\u00f3n Orinoquia, a trav\\u00e9s de la generaci\\u00f3n de conocimiento cient\\u00edfico, la formaci\\u00f3n de talento humano altamente calificado y el fortalecimiento de procesos de investigaci\\u00f3n e innovaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Como parte de su misi\\u00f3n, el ICAOC lidera y gestiona <strong>tres grupos de investigaci\\u00f3n reconocidos por Minciencias<\\/strong>, que abordan problem\\u00e1ticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiol\\u00f3gicos y ecosistemas estrat\\u00e9gicos. Estos grupos realizan una valiosa contribuci\\u00f3n tanto a la investigaci\\u00f3n b\\u00e1sica como aplicada, promoviendo adem\\u00e1s la vinculaci\\u00f3n activa de estudiantes mediante semilleros.<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(98%);\\\" src=\\\"images\\/grupos\\/biorinoquia.jpg\\\" alt=\\\"biorinoquia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/biorinoquia\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(98%);\\\" src=\\\"images\\/grupos\\/gigas.png\\\" alt=\\\"gigas\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/gigas\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(98%);\\\" src=\\\"images\\/grupos\\/girehpes.jpg\\\" alt=\\\"girehpes\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/girehpes\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 13:48:21\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-06-26 19:40:30\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-06-26 19:39:26\",\"publish_up\":\"2025-06-25 13:48: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\":17,\"ordering\":13,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":50,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(53,'com_content.article.8','','2025-06-26 19:40:57',44,5627,'78b2d86caf2cf9e94bd0d4842865a20bfd04a471','{\"id\":\"8\",\"asset_id\":123,\"title\":\"Grupos de Investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong> es una unidad acad\\u00e9mica comprometida con el desarrollo sostenible de la regi\\u00f3n Orinoquia, a trav\\u00e9s de la generaci\\u00f3n de conocimiento cient\\u00edfico, la formaci\\u00f3n de talento humano altamente calificado y el fortalecimiento de procesos de investigaci\\u00f3n e innovaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Como parte de su misi\\u00f3n, el ICAOC lidera y gestiona <strong>tres grupos de investigaci\\u00f3n reconocidos por Minciencias<\\/strong>, que abordan problem\\u00e1ticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiol\\u00f3gicos y ecosistemas estrat\\u00e9gicos. Estos grupos realizan una valiosa contribuci\\u00f3n tanto a la investigaci\\u00f3n b\\u00e1sica como aplicada, promoviendo adem\\u00e1s la vinculaci\\u00f3n activa de estudiantes mediante semilleros.<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\\\" src=\\\"images\\/grupos\\/biorinoquia.jpg\\\" alt=\\\"biorinoquia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/biorinoquia\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\\\" src=\\\"images\\/grupos\\/gigas.png\\\" alt=\\\"gigas\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/gigas\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\\\" src=\\\"images\\/grupos\\/girehpes.jpg\\\" alt=\\\"girehpes\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/girehpes\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 13:48:21\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-06-26 19:40:57\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-06-26 19:40:30\",\"publish_up\":\"2025-06-25 13:48: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\":18,\"ordering\":13,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":51,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(54,'com_content.article.8','','2025-06-26 19:41:35',44,5709,'d3b04d8acbf429ae90227a626d4ac99e1fe2b8a4','{\"id\":\"8\",\"asset_id\":123,\"title\":\"Grupos de Investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong> es una unidad acad\\u00e9mica comprometida con el desarrollo sostenible de la regi\\u00f3n Orinoquia, a trav\\u00e9s de la generaci\\u00f3n de conocimiento cient\\u00edfico, la formaci\\u00f3n de talento humano altamente calificado y el fortalecimiento de procesos de investigaci\\u00f3n e innovaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Como parte de su misi\\u00f3n, el ICAOC lidera y gestiona <strong>tres grupos de investigaci\\u00f3n reconocidos por Minciencias<\\/strong>, que abordan problem\\u00e1ticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiol\\u00f3gicos y ecosistemas estrat\\u00e9gicos. Estos grupos realizan una valiosa contribuci\\u00f3n tanto a la investigaci\\u00f3n b\\u00e1sica como aplicada, promoviendo adem\\u00e1s la vinculaci\\u00f3n activa de estudiantes mediante semilleros.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Los tres grupos adscritos al ICAOC son:<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\\\" src=\\\"images\\/grupos\\/biorinoquia.jpg\\\" alt=\\\"biorinoquia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/biorinoquia\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\\\" src=\\\"images\\/grupos\\/gigas.png\\\" alt=\\\"gigas\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/gigas\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\\\" src=\\\"images\\/grupos\\/girehpes.jpg\\\" alt=\\\"girehpes\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/girehpes\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-06-25 13:48:21\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-06-26 19:41:35\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-06-26 19:41:27\",\"publish_up\":\"2025-06-25 13:48: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\":19,\"ordering\":13,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":52,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(94,'com_content.category.10','','2025-07-07 18:47:00',44,555,'4918c244bbf232651d9189b1462eed5b68c67ca8','{\"id\":10,\"asset_id\":140,\"parent_id\":1,\"lft\":15,\"rgt\":16,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"quienes somos\",\"alias\":\"quienes-somos\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":44,\"created_time\":\"2025-07-07 18:47:00\",\"modified_user_id\":44,\"modified_time\":\"2025-07-07 18:47:00\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(96,'com_content.article.4','','2025-07-07 18:48:20',44,1606,'90e055b353c52a1a6217a36fa006dc4c7e2fc458','{\"id\":\"4\",\"asset_id\":119,\"title\":\"Nuestra historia.\",\"alias\":\"nuestra-historia\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:56:33\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-07 18:48:20\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-07 18:48:14\",\"publish_up\":\"2025-06-24 18:56:33\",\"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\":2,\"ordering\":16,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":5,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(97,'com_content.article.5','','2025-07-07 18:48:35',44,1602,'1011c61b575031ab7fd804014ce941d8af06d205','{\"id\":\"5\",\"asset_id\":120,\"title\":\"Nuestro Equipo.\",\"alias\":\"nuestro-equipo\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:57:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-07 18:48:35\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-07 18:48:31\",\"publish_up\":\"2025-06-24 18:57:39\",\"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\":2,\"ordering\":15,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":6,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(99,'com_content.category.11','','2025-07-07 18:50:17',44,555,'e54d4e0e6bf4597433e1ecaefbaa9096531b66e4','{\"id\":11,\"asset_id\":141,\"parent_id\":1,\"lft\":17,\"rgt\":18,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"investigacion\",\"alias\":\"investigacion\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":44,\"created_time\":\"2025-07-07 18:50:17\",\"modified_user_id\":44,\"modified_time\":\"2025-07-07 18:50:17\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(100,'com_content.article.8','','2025-07-07 18:50:40',44,5710,'c87abdaa2473eb4829a9bd546f07ea8477899c76','{\"id\":\"8\",\"asset_id\":123,\"title\":\"Grupos de Investigaci\\u00f3n\",\"alias\":\"grupos-de-investigacion\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong> es una unidad acad\\u00e9mica comprometida con el desarrollo sostenible de la regi\\u00f3n Orinoquia, a trav\\u00e9s de la generaci\\u00f3n de conocimiento cient\\u00edfico, la formaci\\u00f3n de talento humano altamente calificado y el fortalecimiento de procesos de investigaci\\u00f3n e innovaci\\u00f3n.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Como parte de su misi\\u00f3n, el ICAOC lidera y gestiona <strong>tres grupos de investigaci\\u00f3n reconocidos por Minciencias<\\/strong>, que abordan problem\\u00e1ticas ambientales clave en biodiversidad, sostenibilidad, recursos hidrobiol\\u00f3gicos y ecosistemas estrat\\u00e9gicos. Estos grupos realizan una valiosa contribuci\\u00f3n tanto a la investigaci\\u00f3n b\\u00e1sica como aplicada, promoviendo adem\\u00e1s la vinculaci\\u00f3n activa de estudiantes mediante semilleros.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Los tres grupos adscritos al ICAOC son:<\\/p>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\\\" src=\\\"images\\/grupos\\/biorinoquia.jpg\\\" alt=\\\"biorinoquia\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/biorinoquia\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\\\" src=\\\"images\\/grupos\\/gigas.png\\\" alt=\\\"gigas\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/gigas\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"btn-danger\\\" style=\\\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\\\"><!-- Imagen de fondo --> <img style=\\\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(95%);\\\" src=\\\"images\\/grupos\\/girehpes.jpg\\\" alt=\\\"girehpes\\\"> <!-- Texto m\\u00e1s compacto --> <a style=\\\"position: absolute; \\/* hace que cubra todo *\\/            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; \\/* lo pone por encima de la imagen *\\/            padding: 10px; line-height: 1.1;\\\" href=\\\"index.php\\/investigaciones\\/grupos-de-investigacion\\/girehpes\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-06-25 13:48:21\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-07 18:50:40\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-07 18:50:32\",\"publish_up\":\"2025-06-25 13:48: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\":20,\"ordering\":13,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":65,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(101,'com_content.article.22','','2025-07-07 18:51:23',44,1631,'41be0111de6a4d8b51d063478748d2aa0e93a977','{\"id\":\"22\",\"asset_id\":138,\"title\":\"proyectos de investigaci\\u00f3n \",\"alias\":\"proyectos-de-investigacion\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-06-27 15:28:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-07 18:51:23\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-07 18:51:19\",\"publish_up\":\"2025-06-27 15:28:10\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(102,'com_content.category.12','','2025-07-07 18:54:24',44,582,'5271ecb8471683e41fe7c9a37178b59ce358a9da','{\"id\":12,\"asset_id\":142,\"parent_id\":11,\"lft\":18,\"rgt\":19,\"level\":2,\"path\":null,\"extension\":\"com_content\",\"title\":\"grupos de investigaci\\u00f3n \",\"alias\":\"grupos-de-investigacion\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":44,\"created_time\":\"2025-07-07 18:54:24\",\"modified_user_id\":44,\"modified_time\":\"2025-07-07 18:54:24\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(107,'com_content.category.13','','2025-07-07 18:57:12',44,555,'cdb17bfe69657e5825af4c90c1ba438183df3f14','{\"id\":13,\"asset_id\":143,\"parent_id\":1,\"lft\":21,\"rgt\":22,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"publicaciones\",\"alias\":\"publicaciones\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":44,\"created_time\":\"2025-07-07 18:57:12\",\"modified_user_id\":44,\"modified_time\":\"2025-07-07 18:57:12\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(109,'com_content.article.14','','2025-07-07 18:57:59',44,1585,'b5a4ea3e0859e666bd1b3a376bd32da77f0fe620','{\"id\":\"14\",\"asset_id\":129,\"title\":\"Videos\",\"alias\":\"videos\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-06-25 14:34:25\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-07 18:57:59\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-07 18:57:56\",\"publish_up\":\"2025-06-25 14:34: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\":2,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":3,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(111,'com_content.category.14','','2025-07-07 19:01:15',44,547,'d9f954944f7c0e5070cfb3f1fbd0a7b0f9df9374','{\"id\":14,\"asset_id\":145,\"parent_id\":1,\"lft\":23,\"rgt\":24,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Servicios\",\"alias\":\"servicios\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":44,\"created_time\":\"2025-07-07 19:01:15\",\"modified_user_id\":44,\"modified_time\":\"2025-07-07 19:01:15\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(112,'com_content.category.15','','2025-07-07 19:01:37',44,536,'4be29c6c686d816874b9fe3b6afdb7cfb259e365','{\"id\":15,\"asset_id\":146,\"parent_id\":14,\"lft\":24,\"rgt\":25,\"level\":2,\"path\":null,\"extension\":\"com_content\",\"title\":\"CCA\",\"alias\":\"cca\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":44,\"created_time\":\"2025-07-07 19:01:37\",\"modified_user_id\":44,\"modified_time\":\"2025-07-07 19:01:37\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(114,'com_content.article.16','','2025-07-07 19:02:39',44,1600,'161d9771580665bc5f5f7b82c64852eac674d63a','{\"id\":\"16\",\"asset_id\":131,\"title\":\"Quienes somos\",\"alias\":\"quienes-somos\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 14:54:29\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-07 19:02:39\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-07 19:02:33\",\"publish_up\":\"2025-06-25 14:54:29\",\"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\":2,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":29,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(115,'com_content.article.17','','2025-07-07 19:03:01',44,1615,'7b874f2d6d925358b83285ae844031de97df50f2','{\"id\":\"17\",\"asset_id\":132,\"title\":\"Equipo de laboratorio\",\"alias\":\"equipo-de-laboratorio\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 14:59:21\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-07 19:03:01\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-07 19:02:51\",\"publish_up\":\"2025-06-25 14:59: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\":2,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":6,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(116,'com_content.article.18','','2025-07-07 19:03:58',44,1591,'c1d77504a7761d98702e8d1fa795a9d5c47861b5','{\"id\":\"18\",\"asset_id\":133,\"title\":\"Servicios\",\"alias\":\"servicios\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:01:50\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-07 19:03:58\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-07 19:03:54\",\"publish_up\":\"2025-06-25 15:01:50\",\"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\":2,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":4,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(117,'com_content.article.19','','2025-07-07 19:04:15',44,1624,'7df92bbaf5a3fc460d49bbf57c91c579ea9e2bb7','{\"id\":\"19\",\"asset_id\":134,\"title\":\"Informaci\\u00f3n de contacto\",\"alias\":\"informacion-de-contacto\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:03:11\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-07 19:04:15\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-07 19:04:09\",\"publish_up\":\"2025-06-25 15:03: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\":2,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":5,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(132,'com_content.article.16','','2025-07-08 16:05:08',44,2932,'b137bf26dcedec97ef9346e9b7c319e88ef5f6c0','{\"id\":\"16\",\"asset_id\":131,\"title\":\"Quienes somos\",\"alias\":\"quienes-somos\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">Somos una unidad acad\\u00e9mica y prestadora de servicios de la Universidad de los Llanos, comprometidos desde 1985 con la calidad del agua en la Orinoqu\\u00eda Colombiana. Nuestro centro naci\\u00f3 como Instituto de Aguas y hoy, tras a\\u00f1os de evoluci\\u00f3n y mejora continua, es el referente regional en an\\u00e1lisis y conservaci\\u00f3n ambiental.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>\\u00bfPor qu\\u00e9 es importante nuestro trabajo?<\\/strong><br>Apoyamos a los sectores industrial, agr\\u00edcola y energ\\u00e9tico con herramientas y estudios que garantizan la protecci\\u00f3n y buen manejo del recurso m\\u00e1s vital: el agua.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>\\u00bfQu\\u00e9 nos hace \\u00fanicos?<\\/strong><br>Contamos con la acreditaci\\u00f3n IDEAM bajo la norma NTC-ISO\\/IEC 17025:2017, lo que asegura la calidad y confiabilidad de nuestros an\\u00e1lisis. Nuestro equipo est\\u00e1 compuesto por la Unidad de Muestreo, la Unidad Anal\\u00edtica de Aguas, la Unidad Hidrobiol\\u00f3gica y la Unidad de Microbiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>\\u00bfQuieres saber m\\u00e1s o colaborar con nosotros?<\\/strong><br>\\u00a1No dudes en contactarnos! Juntos podemos conservar el agua de la Orinoqu\\u00eda para las futuras generaciones.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 14:54:29\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-08 16:05:08\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-08 16:01:06\",\"publish_up\":\"2025-06-25 14:54:29\",\"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\":3,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":45,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(133,'com_content.article.5','','2025-07-09 13:58:59',44,1628,'49beb6a2a5080c8f6df620a7676a17c19113c200','{\"id\":\"5\",\"asset_id\":120,\"title\":\"Nuestro Equipo.\",\"alias\":\"nuestro-equipo\",\"introtext\":\"<p>{loadmoduleid 118}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:57:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-09 13:58:59\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-09 13:58:40\",\"publish_up\":\"2025-06-24 18:57:39\",\"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\":3,\"ordering\":15,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":9,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(140,'com_contact.contact.1','','2025-07-15 19:59:26',44,1572,'0bf8f40cda45c23611c7b09575693b52058ee164','{\"id\":1,\"name\":\"Cotiza con nosotros\",\"alias\":\"cotiza-con-nosotros\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_info\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"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\\\":\\\"\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2025-07-15 19:59:26\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-07-15 19:59:26\",\"modified_by\":44,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":1,\"hits\":0}',0),(141,'com_contact.contact.1','','2025-07-15 20:18:16',44,1603,'94da482ddf826f3104d887d9fdbefdfa9e68acb3','{\"id\":\"1\",\"name\":\"Cotiza con nosotros\",\"alias\":\"cotiza-con-nosotros\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":44,\"checked_out_time\":\"2025-07-15 20:15:49\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"hide\\\",\\\"show_contact_list\\\":\\\"0\\\",\\\"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\\\":\\\"1\\\",\\\"allow_vcard\\\":\\\"0\\\",\\\"show_articles\\\":\\\"0\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"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\\\":\\\"1\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2025-07-15 19:59:26\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-15 20:18:16\",\"modified_by\":44,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":2,\"hits\":2}',0),(142,'com_contact.contact.1','','2025-07-16 16:23:57',44,1640,'c8adf11252d8fe67f936fb6094e69e4d15cdd69d','{\"id\":\"1\",\"name\":\"Cotiza con nosotros\",\"alias\":\"cotiza-con-nosotros\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":44,\"checked_out_time\":\"2025-07-16 16:23:38\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"hide\\\",\\\"show_contact_list\\\":\\\"0\\\",\\\"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\\\":\\\"1\\\",\\\"allow_vcard\\\":\\\"0\\\",\\\"show_articles\\\":\\\"0\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"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\\\":\\\"1\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2025-07-15 19:59:26\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-16 16:23:57\",\"modified_by\":44,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":3,\"hits\":6}',0),(143,'com_content.category.16','','2025-07-22 13:58:19',44,558,'c7eb0aafc120770ca98fdef6fd7200f16ec4c598','{\"id\":16,\"asset_id\":151,\"parent_id\":1,\"lft\":27,\"rgt\":28,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"ICAOC al D\\u00eda\",\"alias\":\"icaoc-al-dia\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":44,\"created_time\":\"2025-07-22 13:58:19\",\"modified_user_id\":44,\"modified_time\":\"2025-07-22 13:58:19\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(155,'com_content.article.5','','2025-07-22 15:45:03',44,1677,'02df7beeb06b994f77f77b12539d3f3f2533a66e','{\"id\":\"5\",\"asset_id\":120,\"title\":\"Nuestro Equipo.\",\"alias\":\"nuestro-equipo\",\"introtext\":\"<p>{loadmoduleid 118}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{loadmoduleid 118}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:57:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-22 15:45:03\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-22 15:44:10\",\"publish_up\":\"2025-06-24 18:57:39\",\"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\":4,\"ordering\":15,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":73,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(156,'com_content.article.5','','2025-07-22 15:45:15',44,1665,'3cecf1ffdcc18c23d55a02c43e02892b32847cad','{\"id\":\"5\",\"asset_id\":120,\"title\":\"Nuestro Equipo.\",\"alias\":\"nuestro-equipo\",\"introtext\":\"<p>{loadmoduleid 118}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:57:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-22 15:45:15\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-22 15:45:03\",\"publish_up\":\"2025-06-24 18:57:39\",\"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\":15,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":74,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(157,'com_content.article.5','','2025-07-22 15:45:32',44,1695,'dde9d3db14d12f5e5c942cc9f4c7e5deb2af9aff','{\"id\":\"5\",\"asset_id\":120,\"title\":\"Nuestro Equipo.\",\"alias\":\"nuestro-equipo\",\"introtext\":\"<p>{loadmoduleid 112}<\\/p>\\r\\n<p>{loadmoduleid 118}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:57:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-22 15:45:32\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-22 15:45:15\",\"publish_up\":\"2025-06-24 18:57:39\",\"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\":15,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":75,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(158,'com_content.article.5','','2025-07-22 15:46:05',44,1695,'fc87a07af1fe82c472e5ba87b7b432620a8cd787','{\"id\":\"5\",\"asset_id\":120,\"title\":\"Nuestro Equipo.\",\"alias\":\"nuestro-equipo\",\"introtext\":\"<p>{loadmoduleid 112}<\\/p>\\r\\n<p>{loadmoduleid 116}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:57:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-22 15:46:05\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-22 15:45:42\",\"publish_up\":\"2025-06-24 18:57:39\",\"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\":15,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":77,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(159,'com_content.article.5','','2025-07-22 15:46:28',44,1683,'b78a02949518ecb3cd46db1c1dce570b8ebd22ea','{\"id\":\"5\",\"asset_id\":120,\"title\":\"Nuestro Equipo.\",\"alias\":\"nuestro-equipo\",\"introtext\":\"<p>{loadmoduleid 112}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:57:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-22 15:46:28\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-22 15:46:05\",\"publish_up\":\"2025-06-24 18:57:39\",\"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\":15,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":78,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(161,'com_content.article.5','','2025-07-22 19:45:31',44,1684,'184e426b8ba3e3c03834fc43915abf5203e050ef','{\"id\":\"5\",\"asset_id\":120,\"title\":\"Nuestro Equipo.\",\"alias\":\"nuestro-equipo\",\"introtext\":\"<p>{loadmoduleid 118}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:57:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-22 19:45:31\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-07-22 19:45:08\",\"publish_up\":\"2025-06-24 18:57:39\",\"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\":15,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":79,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(167,'com_content.article.6','','2025-07-23 16:55:46',46,3775,'9bcff846c464b4dd295691f97844c764ad32b838','{\"id\":\"6\",\"asset_id\":121,\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"alias\":\"certificaciones-y-distinciones\",\"introtext\":\"<h1><span style=\\\"font-size: 36px;\\\"><strong>RECONOCIMIENTOS<\\/strong><\\/span><\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Imagen%20Reconocimiento%20minciencias.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Reconocimiento minciencias.jpg\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><span style=\\\"font-size: 36px;\\\"><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/span><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><strong><img src=\\\"images\\/Acreditacin%20alta%20calidad%20MGAS.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Acreditacin alta calidad MGAS.jpg\\\"><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 80px;\\\">Programa con\\u00a0<strong>Acreditaci\\u00f3n en\\u00a0Alta Calidad<\\/strong> otorgado por el <strong>Ministerio de Educaci\\u00f3n Nacional<\\/strong>. Res MEN 023036 del 2021<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Acreditaci\\u00f3n de Laboratorio<\\/span><\\/strong><\\/h2>\\r\\n<p><strong>El Centro de Calidad de Aguas cuenta con acreditaci\\u00f3n <\\/strong><strong>IDEAM<\\/strong> bajo la norma <strong>NTC-ISO\\/IEC 17025.<\\/strong>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Imagen%20Acreditacin%20IDEAM.jpg\\\" alt=\\\"Imagen Acreditaci\\u00f3n IDEAM.png\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Acreditacin IDEAM.jpg\\\"><\\/p>\\r\\n<h2>\\u00a0<\\/h2>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Certificaciones de Calidad<\\/span><\\/strong><\\/h2>\\r\\n<p>El <strong>Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<\\/strong> cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos.<\\/p>\\r\\n<ul>\\r\\n<li>\\r\\n<p><strong>ISO 9001:2015<\\/strong><br>Certificaci\\u00f3n otorgada por <strong>ICONTEC<\\/strong> e <strong>IQNet<\\/strong> que garantiza un sistema de gesti\\u00f3n de calidad s\\u00f3lido.<\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p><strong>ISO 14001:2015<\\/strong><br>Certificaci\\u00f3n en gesti\\u00f3n ambiental que confirma el compromiso del ICAOC con la <strong>sostenibilidad<\\/strong>.<\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:58:18\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-23 16:55:46\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-07-23 16:53:57\",\"publish_up\":\"2025-06-24 18:58:18\",\"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\":14,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":34,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(168,'com_content.article.6','','2025-07-23 16:58:49',46,3778,'15a4c3c2c87f2ac10b61824e552f15229c193288','{\"id\":\"6\",\"asset_id\":121,\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"alias\":\"certificaciones-y-distinciones\",\"introtext\":\"<h1><span style=\\\"font-size: 36px;\\\"><strong>RECONOCIMIENTOS<\\/strong><\\/span><\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Imagen%20Reconocimiento%20minciencias.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Reconocimiento minciencias.jpg\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><span style=\\\"font-size: 36px;\\\"><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/span><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><strong><img src=\\\"images\\/Acreditacin%20alta%20calidad%20MGAS.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Acreditacin alta calidad MGAS.jpg\\\"><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 80px;\\\">Programa con\\u00a0<strong>Acreditaci\\u00f3n en\\u00a0Alta Calidad<\\/strong> otorgado por el <strong>Ministerio de Educaci\\u00f3n Nacional<\\/strong>. Res MEN 023036 del 2021<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Acreditaci\\u00f3n de Laboratorio<\\/span><\\/strong><\\/h2>\\r\\n<p><strong>El Centro de Calidad de Aguas cuenta con acreditaci\\u00f3n <\\/strong><strong>IDEAM<\\/strong> bajo la norma <strong>NTC-ISO\\/IEC 17025.<\\/strong>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Imagen%20Acreditacin%20IDEAM.jpg\\\" alt=\\\"Imagen Acreditaci\\u00f3n IDEAM.png\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Acreditacin IDEAM.jpg\\\"><\\/p>\\r\\n<h2>\\u00a0<\\/h2>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Certificaciones de Calidad<\\/span><\\/strong><\\/h2>\\r\\n<p>El <strong>Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<\\/strong> cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos.<\\/p>\\r\\n<ul>\\r\\n<li>\\r\\n<p><strong>ISO 9001:2015<\\/strong><br>Certificaci\\u00f3n otorgada por <strong>ICONTEC<\\/strong> e <strong>IQNet<\\/strong> que garantiza un sistema de gesti\\u00f3n de calidad s\\u00f3lido.<\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p><strong>ISO 14001:2015<\\/strong><br>Certificaci\\u00f3n en gesti\\u00f3n ambiental que confirma el compromiso del ICAOC con la <strong>sostenibilidad<\\/strong>.<\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:58:18\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-23 16:58:49\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-07-23 16:57:00\",\"publish_up\":\"2025-06-24 18:58:18\",\"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\\\":\\\"0\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"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\":14,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":35,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(169,'com_content.article.6','','2025-07-23 17:00:03',46,3781,'838e7aa0503d2fcb24f2b7445a04e1066e2fe5f9','{\"id\":\"6\",\"asset_id\":121,\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"alias\":\"certificaciones-y-distinciones\",\"introtext\":\"<h1><span style=\\\"font-size: 36px;\\\"><strong>RECONOCIMIENTOS<\\/strong><\\/span><\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Imagen%20Reconocimiento%20minciencias.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Reconocimiento minciencias.jpg\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><span style=\\\"font-size: 36px;\\\"><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/span><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><strong><img src=\\\"images\\/Acreditacin%20alta%20calidad%20MGAS.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Acreditacin alta calidad MGAS.jpg\\\"><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 80px;\\\">Programa con\\u00a0<strong>Acreditaci\\u00f3n en\\u00a0Alta Calidad<\\/strong> otorgado por el <strong>Ministerio de Educaci\\u00f3n Nacional<\\/strong>. Res MEN 023036 del 2021<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Acreditaci\\u00f3n de Laboratorio<\\/span><\\/strong><\\/h2>\\r\\n<p><strong>El Centro de Calidad de Aguas cuenta con acreditaci\\u00f3n <\\/strong><strong>IDEAM<\\/strong> bajo la norma <strong>NTC-ISO\\/IEC 17025.<\\/strong>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Imagen%20Acreditacin%20IDEAM.jpg\\\" alt=\\\"Imagen Acreditaci\\u00f3n IDEAM.png\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Acreditacin IDEAM.jpg\\\"><\\/p>\\r\\n<h2>\\u00a0<\\/h2>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Certificaciones de Calidad<\\/span><\\/strong><\\/h2>\\r\\n<p>El <strong>Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<\\/strong> cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos.<\\/p>\\r\\n<ul>\\r\\n<li>\\r\\n<p><strong>ISO 9001:2015<\\/strong><br>Certificaci\\u00f3n otorgada por <strong>ICONTEC<\\/strong> e <strong>IQNet<\\/strong> que garantiza un sistema de gesti\\u00f3n de calidad s\\u00f3lido.<\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p><strong>ISO 14001:2015<\\/strong><br>Certificaci\\u00f3n en gesti\\u00f3n ambiental que confirma el compromiso del ICAOC con la <strong>sostenibilidad<\\/strong>.<\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:58:18\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-23 17:00:03\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-07-23 16:58:49\",\"publish_up\":\"2025-06-24 18:58:18\",\"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\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"0\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"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\":14,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":39,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(170,'com_content.article.6','','2025-07-23 17:01:09',46,3782,'fe73ee32039ea984298bc9385fb01507bf89c88a','{\"id\":\"6\",\"asset_id\":121,\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"alias\":\"certificaciones-y-distinciones\",\"introtext\":\"<h1><span style=\\\"font-size: 36px;\\\"><strong>RECONOCIMIENTOS<\\/strong><\\/span><\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Imagen%20Reconocimiento%20minciencias.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Reconocimiento minciencias.jpg\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><span style=\\\"font-size: 36px;\\\"><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/span><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><strong><img src=\\\"images\\/Acreditacin%20alta%20calidad%20MGAS.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Acreditacin alta calidad MGAS.jpg\\\"><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 80px;\\\">Programa con\\u00a0<strong>Acreditaci\\u00f3n en\\u00a0Alta Calidad<\\/strong> otorgado por el <strong>Ministerio de Educaci\\u00f3n Nacional<\\/strong>. Res MEN 023036 del 2021<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Acreditaci\\u00f3n de Laboratorio<\\/span><\\/strong><\\/h2>\\r\\n<p><strong>El Centro de Calidad de Aguas cuenta con acreditaci\\u00f3n <\\/strong><strong>IDEAM<\\/strong> bajo la norma <strong>NTC-ISO\\/IEC 17025.<\\/strong>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Imagen%20Acreditacin%20IDEAM.jpg\\\" alt=\\\"Imagen Acreditaci\\u00f3n IDEAM.png\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Acreditacin IDEAM.jpg\\\"><\\/p>\\r\\n<h2>\\u00a0<\\/h2>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Certificaciones de Calidad<\\/span><\\/strong><\\/h2>\\r\\n<p>El <strong>Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<\\/strong> cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos.<\\/p>\\r\\n<ul>\\r\\n<li>\\r\\n<p><strong>ISO 9001:2015<\\/strong><br>Certificaci\\u00f3n otorgada por <strong>ICONTEC<\\/strong> e <strong>IQNet<\\/strong> que garantiza un sistema de gesti\\u00f3n de calidad s\\u00f3lido.<\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p><strong>ISO 14001:2015<\\/strong><br>Certificaci\\u00f3n en gesti\\u00f3n ambiental que confirma el compromiso del ICAOC con la <strong>sostenibilidad<\\/strong>.<\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:58:18\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-23 17:01:09\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-07-23 17:00:03\",\"publish_up\":\"2025-06-24 18:58:18\",\"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\\\":\\\"1\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"0\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"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\":14,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":43,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(171,'com_content.article.6','','2025-07-23 17:01:54',46,3783,'683d667e178d41ff01ecd36e4c679c74c180de0c','{\"id\":\"6\",\"asset_id\":121,\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"alias\":\"certificaciones-y-distinciones\",\"introtext\":\"<h1><span style=\\\"font-size: 36px;\\\"><strong>RECONOCIMIENTOS<\\/strong><\\/span><\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Imagen%20Reconocimiento%20minciencias.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Reconocimiento minciencias.jpg\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><span style=\\\"font-size: 36px;\\\"><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/span><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><strong><img src=\\\"images\\/Acreditacin%20alta%20calidad%20MGAS.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Acreditacin alta calidad MGAS.jpg\\\"><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 80px;\\\">Programa con\\u00a0<strong>Acreditaci\\u00f3n en\\u00a0Alta Calidad<\\/strong> otorgado por el <strong>Ministerio de Educaci\\u00f3n Nacional<\\/strong>. Res MEN 023036 del 2021<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Acreditaci\\u00f3n de Laboratorio<\\/span><\\/strong><\\/h2>\\r\\n<p><strong>El Centro de Calidad de Aguas cuenta con acreditaci\\u00f3n <\\/strong><strong>IDEAM<\\/strong> bajo la norma <strong>NTC-ISO\\/IEC 17025.<\\/strong>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Imagen%20Acreditacin%20IDEAM.jpg\\\" alt=\\\"Imagen Acreditaci\\u00f3n IDEAM.png\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Acreditacin IDEAM.jpg\\\"><\\/p>\\r\\n<h2>\\u00a0<\\/h2>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Certificaciones de Calidad<\\/span><\\/strong><\\/h2>\\r\\n<p>El <strong>Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<\\/strong> cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos.<\\/p>\\r\\n<ul>\\r\\n<li>\\r\\n<p><strong>ISO 9001:2015<\\/strong><br>Certificaci\\u00f3n otorgada por <strong>ICONTEC<\\/strong> e <strong>IQNet<\\/strong> que garantiza un sistema de gesti\\u00f3n de calidad s\\u00f3lido.<\\/p>\\r\\n<\\/li>\\r\\n<li>\\r\\n<p><strong>ISO 14001:2015<\\/strong><br>Certificaci\\u00f3n en gesti\\u00f3n ambiental que confirma el compromiso del ICAOC con la <strong>sostenibilidad<\\/strong>.<\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:58:18\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-23 17:01:54\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-07-23 17:01:09\",\"publish_up\":\"2025-06-24 18:58:18\",\"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\\\":\\\"0\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"1\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"0\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"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\":14,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":46,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(172,'com_content.category.17','','2025-07-23 17:18:28',46,544,'4013706e69fa80eb71b07deaba3e37402e78ff08','{\"id\":17,\"asset_id\":155,\"parent_id\":1,\"lft\":29,\"rgt\":30,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"Eventos \",\"alias\":\"eventos\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":46,\"created_time\":\"2025-07-23 17:18:28\",\"modified_user_id\":46,\"modified_time\":\"2025-07-23 17:18:28\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(174,'com_content.category.17','','2025-07-23 19:53:05',46,563,'ad86e748a4acee6f799fb6b60499f6edda18a248','{\"id\":\"17\",\"asset_id\":155,\"parent_id\":11,\"lft\":20,\"rgt\":21,\"level\":2,\"path\":\"eventos\",\"extension\":\"com_content\",\"title\":\"Eventos \",\"alias\":\"eventos\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":46,\"checked_out_time\":\"2025-07-23 19:52:44\",\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"46\",\"created_time\":\"2025-07-23 17:18:28\",\"modified_user_id\":46,\"modified_time\":\"2025-07-23 19:53:05\",\"hits\":0,\"language\":\"*\",\"version\":1}',0),(178,'com_content.article.16','','2025-07-24 15:15:43',46,3042,'16ec10a22886721d82c72c49ff2fa5e74ebc50eb','{\"id\":\"16\",\"asset_id\":131,\"title\":\"Quienes somos\",\"alias\":\"quienes-somos\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">{loadmoduleid 122}<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Somos una unidad acad\\u00e9mica y prestadora de servicios de la Universidad de los Llanos, comprometidos desde 1985 con la calidad del agua en la Orinoqu\\u00eda Colombiana. Nuestro centro naci\\u00f3 como Instituto de Aguas y hoy, tras a\\u00f1os de evoluci\\u00f3n y mejora continua, es el referente regional en an\\u00e1lisis y conservaci\\u00f3n ambiental.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>\\u00bfPor qu\\u00e9 es importante nuestro trabajo?<\\/strong><br>Apoyamos a los sectores industrial, agr\\u00edcola y energ\\u00e9tico con herramientas y estudios que garantizan la protecci\\u00f3n y buen manejo del recurso m\\u00e1s vital: el agua.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>\\u00bfQu\\u00e9 nos hace \\u00fanicos?<\\/strong><br>Contamos con la acreditaci\\u00f3n IDEAM bajo la norma NTC-ISO\\/IEC 17025:2017, lo que asegura la calidad y confiabilidad de nuestros an\\u00e1lisis. Nuestro equipo est\\u00e1 compuesto por la Unidad de Muestreo, la Unidad Anal\\u00edtica de Aguas, la Unidad Hidrobiol\\u00f3gica y la Unidad de Microbiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>\\u00bfQuieres saber m\\u00e1s o colaborar con nosotros?<\\/strong><br>\\u00a1No dudes en contactarnos! Juntos podemos conservar el agua de la Orinoqu\\u00eda para las futuras generaciones.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 14:54:29\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-24 15:15:43\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-07-24 15:13:50\",\"publish_up\":\"2025-06-25 14:54:29\",\"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\":4,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":69,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(179,'com_content.article.16','','2025-07-24 15:16:15',46,3091,'7e6a50fd3adeec547dce9acbb0e11a1e550482e4','{\"id\":\"16\",\"asset_id\":131,\"title\":\"Quienes somos\",\"alias\":\"quienes-somos\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">{loadmoduleid 122}<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Somos una unidad acad\\u00e9mica y prestadora de servicios de la Universidad de los Llanos, comprometidos desde 1985 con la calidad del agua en la Orinoqu\\u00eda Colombiana. Nuestro centro naci\\u00f3 como Instituto de Aguas y hoy, tras a\\u00f1os de evoluci\\u00f3n y mejora continua, es el referente regional en an\\u00e1lisis y conservaci\\u00f3n ambiental.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>\\u00bfPor qu\\u00e9 es importante nuestro trabajo?<\\/strong><br>Apoyamos a los sectores industrial, agr\\u00edcola y energ\\u00e9tico con herramientas y estudios que garantizan la protecci\\u00f3n y buen manejo del recurso m\\u00e1s vital: el agua.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>\\u00bfQu\\u00e9 nos hace \\u00fanicos?<\\/strong><br>Contamos con la acreditaci\\u00f3n IDEAM bajo la norma NTC-ISO\\/IEC 17025:2017, lo que asegura la calidad y confiabilidad de nuestros an\\u00e1lisis. Nuestro equipo est\\u00e1 compuesto por la Unidad de Muestreo, la Unidad Anal\\u00edtica de Aguas, la Unidad Hidrobiol\\u00f3gica y la Unidad de Microbiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>\\u00bfQuieres saber m\\u00e1s o colaborar con nosotros?<\\/strong><br>\\u00a1No dudes en contactarnos! Juntos podemos conservar el agua de la Orinoqu\\u00eda para las futuras generaciones.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 14:54:29\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-24 15:16:15\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-07-24 15:15:43\",\"publish_up\":\"2025-06-25 14:54:29\",\"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\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":69,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(232,'com_content.article.4','','2025-07-31 19:16:13',46,1873,'2ec58b4dcbdde44afecdb6ef161ddf841c193afb','{\"id\":\"4\",\"asset_id\":119,\"title\":\"Nuestra historia.\",\"alias\":\"nuestra-historia\",\"introtext\":\"<h1>Nuestros Aliados<\\/h1>\\r\\n<p><img src=\\\"images\\/Nuestra%20Historia\\/nuestros%20Aliados_ICAOC_imagen_Micrositio.png\\\" width=\\\"5015\\\" height=\\\"3600\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Nuestra Historia\\/nuestros Aliados_ICAOC_imagen_Micrositio.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:56:33\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-31 19:16:13\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-07-31 19:14:09\",\"publish_up\":\"2025-06-24 18:56:33\",\"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\":3,\"ordering\":16,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":25,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(233,'com_content.article.4','','2025-07-31 19:18:29',46,2149,'0c8ab2b0d240afb12e1fc781a379e174ea3a06f3','{\"id\":\"4\",\"asset_id\":119,\"title\":\"Nuestra historia.\",\"alias\":\"nuestra-historia\",\"introtext\":\"<h1>Nuestros Aliados<\\/h1>\\r\\n<p><img src=\\\"images\\/Nuestra%20Historia\\/nuestros%20Aliados_ICAOC_imagen_Micrositio.png\\\" width=\\\"5015\\\" height=\\\"3600\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Nuestra Historia\\/nuestros Aliados_ICAOC_imagen_Micrositio.png\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h1>Ecopetrol Aliado Estrat\\u00e9gico<\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Nuestra%20Historia\\/Alianza%20Ecopetrol.png\\\" width=\\\"2000\\\" height=\\\"783\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Nuestra Historia\\/Alianza Ecopetrol.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:56:33\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-31 19:18:29\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-07-31 19:16:13\",\"publish_up\":\"2025-06-24 18:56:33\",\"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\":4,\"ordering\":16,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":26,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(239,'com_content.article.4','','2025-07-31 20:17:17',46,2150,'57b313a569cfa0c626935e910a5e1bc762b58ab4','{\"id\":\"4\",\"asset_id\":119,\"title\":\"Nuestra historia.\",\"alias\":\"nuestra-historia\",\"introtext\":\"<h1>Nuestras alianzas<\\/h1>\\r\\n<p><img src=\\\"images\\/Nuestra%20Historia\\/nuestros%20Aliados_ICAOC_imagen_Micrositio.png\\\" width=\\\"5015\\\" height=\\\"3600\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Nuestra Historia\\/nuestros Aliados_ICAOC_imagen_Micrositio.png\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h1>Ecopetrol Aliado Estrat\\u00e9gico<\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Nuestra%20Historia\\/Alianza%20Ecopetrol.png\\\" width=\\\"2000\\\" height=\\\"783\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Nuestra Historia\\/Alianza Ecopetrol.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:56:33\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-07-31 20:17:17\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-07-31 20:16:53\",\"publish_up\":\"2025-06-24 18:56:33\",\"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\":16,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":30,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(309,'com_content.article.26','','2025-08-06 20:29:52',44,3019,'f18c6a75d8a2187640671196f1c0eaf36b3b2490','{\"id\":\"26\",\"asset_id\":162,\"title\":\"eventos prueba\",\"alias\":\"eventos-prueba\",\"introtext\":\"<h2>Jornada de Ciencias Ambientales\\u00a0<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<div style=\\\"margin-bottom: 20px;\\\"><img style=\\\"width: 343px; max-width: 400px; margin-top: 0px; margin-bottom: 20px; float: left;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" alt=\\\"4ta Jornada\\\" height=\\\"500\\\">\\r\\n<div style=\\\"text-align: justify; padding: 15px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, durante el cuarto encuentro de la Jornada de Ciencias Ambientales, investigadores y estudiantes se reunieron para compartir sus trabajos en torno a las ciencias ambientales.<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y p\\u00f3ster, provenientes de diferentes instituciones. Los temas incluyeron gesti\\u00f3n del riesgo, sistemas sostenibles, biodiversidad y m\\u00e1s.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-08-05 20:48:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-06 20:29:52\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-06 20:29:23\",\"publish_up\":\"2025-08-05 20:48:39\",\"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\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":17,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(310,'com_content.article.26','','2025-08-06 21:21:20',44,3032,'bfcff72d7336b57be3642b2f4594fd3b5696672d','{\"id\":\"26\",\"asset_id\":162,\"title\":\"eventos prueba\",\"alias\":\"eventos-prueba\",\"introtext\":\"<h2>Jornada de Ciencias Ambientales\\u00a0<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<div style=\\\"margin-bottom: 20px;\\\"><img style=\\\"width: 289px; max-width: 400px; margin-top: 0px; margin-bottom: 20px; float: left;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" alt=\\\"4ta Jornada\\\" height=\\\"421\\\">\\r\\n<div style=\\\"text-align: justify; padding: 15px; margin: 5px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, durante el cuarto encuentro de la Jornada de Ciencias Ambientales, investigadores y estudiantes se reunieron para compartir sus trabajos en torno a las ciencias ambientales.<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y p\\u00f3ster, provenientes de diferentes instituciones. Los temas incluyeron gesti\\u00f3n del riesgo, sistemas sostenibles, biodiversidad y m\\u00e1s.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-08-05 20:48:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-06 21:21:20\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-06 20:29:52\",\"publish_up\":\"2025-08-05 20:48:39\",\"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\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":19,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(311,'com_content.article.26','','2025-08-06 21:21:39',44,3033,'a13b578f3d5074b9a9f4f4f3f333625d248466da','{\"id\":\"26\",\"asset_id\":162,\"title\":\"eventos prueba\",\"alias\":\"eventos-prueba\",\"introtext\":\"<h2>Jornada de Ciencias Ambientales\\u00a0<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<div style=\\\"margin-bottom: 20px;\\\"><img style=\\\"width: 289px; max-width: 400px; margin-top: 0px; margin-bottom: 20px; float: left;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" alt=\\\"4ta Jornada\\\" height=\\\"421\\\">\\r\\n<div style=\\\"text-align: justify; padding: 15px; margin: 25px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, durante el cuarto encuentro de la Jornada de Ciencias Ambientales, investigadores y estudiantes se reunieron para compartir sus trabajos en torno a las ciencias ambientales.<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y p\\u00f3ster, provenientes de diferentes instituciones. Los temas incluyeron gesti\\u00f3n del riesgo, sistemas sostenibles, biodiversidad y m\\u00e1s.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-08-05 20:48:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-06 21:21:39\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-06 21:21:20\",\"publish_up\":\"2025-08-05 20:48:39\",\"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\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":21,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(312,'com_content.article.26','','2025-08-06 21:39:44',44,3243,'49c72c649876af3af71132d9fe9fa0819349ff4c','{\"id\":\"26\",\"asset_id\":162,\"title\":\"eventos prueba\",\"alias\":\"eventos-prueba\",\"introtext\":\"<h2>Jornada de Ciencias Ambientales\\u00a0<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\\\"><!-- Imagen a la izquierda -->\\r\\n<div style=\\\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\\\"><img style=\\\"width: 100%; height: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" alt=\\\"4ta Jornada de Ciencias Ambientales\\\"><\\/div>\\r\\n<!-- Texto a la derecha -->\\r\\n<div style=\\\"flex: 2 1 300px; text-align: justify; padding: 10px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, durante el cuarto encuentro de la Jornada de Ciencias Ambientales, investigadores y estudiantes se reunieron para compartir sus trabajos en torno a las ciencias ambientales.<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, provenientes de diversas instituciones. Los temas abordados incluyeron gesti\\u00f3n del riesgo, biodiversidad, gobernanza ambiental, educaci\\u00f3n ambiental y m\\u00e1s.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-08-05 20:48:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-06 21:39:44\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-06 21:21:39\",\"publish_up\":\"2025-08-05 20:48:39\",\"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\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":27,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(313,'com_content.article.26','','2025-08-06 21:40:42',44,3981,'54510479eee4acfcf499f4b99a61475c79da3559','{\"id\":\"26\",\"asset_id\":162,\"title\":\"eventos prueba\",\"alias\":\"eventos-prueba\",\"introtext\":\"<h2>Jornada de Ciencias Ambientales\\u00a0<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\\\"><!-- Imagen a la izquierda -->\\r\\n<div style=\\\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\\\"><img style=\\\"width: 100%; height: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" alt=\\\"4ta Jornada de Ciencias Ambientales\\\"><\\/div>\\r\\n<!-- Texto a la derecha -->\\r\\n<div style=\\\"flex: 2 1 300px; text-align: justify; padding: 10px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-08-05 20:48:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-06 21:40:42\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-06 21:39:44\",\"publish_up\":\"2025-08-05 20:48:39\",\"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\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":28,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(314,'com_content.category.18','','2025-08-07 14:22:26',44,561,'53d257edee853a03d154762083c84f04d5d304ff','{\"id\":18,\"asset_id\":163,\"parent_id\":1,\"lft\":31,\"rgt\":32,\"level\":1,\"path\":null,\"extension\":\"com_content\",\"title\":\"eventos prueba\",\"alias\":\"eventos-prueba\",\"note\":\"\",\"description\":\"    \",\"published\":\"1\",\"checked_out\":null,\"checked_out_time\":null,\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":44,\"created_time\":\"2025-08-07 14:22:26\",\"modified_user_id\":44,\"modified_time\":\"2025-08-07 14:22:26\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(315,'com_content.category.18','','2025-08-07 14:25:10',44,1044,'d624f9eaa166337e4dcc70d70a77af5358825af8','{\"id\":\"18\",\"asset_id\":163,\"parent_id\":1,\"lft\":31,\"rgt\":32,\"level\":1,\"path\":\"eventos-prueba\",\"extension\":\"com_content\",\"title\":\"eventos prueba\",\"alias\":\"eventos-prueba\",\"note\":\"\",\"description\":\"<h2>Jornada de Ciencias Ambientales\\u00a0<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\",\"published\":\"1\",\"checked_out\":44,\"checked_out_time\":\"2025-08-07 14:24:57\",\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"44\",\"created_time\":\"2025-08-07 14:22:26\",\"modified_user_id\":44,\"modified_time\":\"2025-08-07 14:25:10\",\"hits\":0,\"language\":\"*\",\"version\":1}',0),(316,'com_content.article.27','','2025-08-07 14:27:10',44,3161,'061879f0dfd7bb6bd8eb3b72b44385c6a7af8fee','{\"id\":27,\"asset_id\":164,\"title\":\"4a Jornada de Ciencias ambientales\",\"alias\":\"4a-jornada-de-ciencias-ambientales\",\"introtext\":\"<h3><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\">En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":18,\"created\":\"2025-08-07 14:27:10\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-08-07 14:27:10\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-08-07 14:27:10\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/Eventos\\\\\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/Eventos\\\\\\/Banner 4ta Jornada de Ciencias Ambientales.jpg?width=2883&height=4200\\\",\\\"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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(317,'com_content.article.27','','2025-08-07 14:29:24',44,3177,'fed9277b611ad2c5cbe9a712c3cca9c42b6e932f','{\"id\":\"27\",\"asset_id\":164,\"title\":\"4a Jornada de Ciencias ambientales\",\"alias\":\"4a-jornada-de-ciencias-ambientales\",\"introtext\":\"<h3><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\">En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":18,\"created\":\"2025-08-07 14:27:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-07 14:29:24\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-07 14:29:00\",\"publish_up\":\"2025-08-07 14:27:10\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/Eventos\\\\\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/Eventos\\\\\\/Banner 4ta Jornada de Ciencias Ambientales.jpg?width=2883&height=4200\\\",\\\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(318,'com_content.article.27','','2025-08-07 14:32:21',44,3539,'ab794984e135b5a7463271d438c7700a54bbf093','{\"id\":\"27\",\"asset_id\":164,\"title\":\"4a Jornada de Ciencias ambientales\",\"alias\":\"4a-jornada-de-ciencias-ambientales\",\"introtext\":\"<div style=\\\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\\\"><!-- Imagen a la izquierda -->\\r\\n<div style=\\\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\\\"><img style=\\\"width: 100%; height: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" alt=\\\"4ta Jornada de Ciencias Ambientales\\\"><\\/div>\\r\\n<!-- Texto a la derecha -->\\r\\n<div style=\\\"flex: 2 1 300px; text-align: justify; padding: 10px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":18,\"created\":\"2025-08-07 14:27:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-07 14:32:21\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-07 14:31:59\",\"publish_up\":\"2025-08-07 14:27:10\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/Eventos\\\\\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/Eventos\\\\\\/Banner 4ta Jornada de Ciencias Ambientales.jpg?width=2883&height=4200\\\",\\\"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\":3,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(319,'com_content.article.27','','2025-08-07 14:33:22',44,3669,'753bafa660635d0b8d2108acd1a37772678284ca','{\"id\":\"27\",\"asset_id\":164,\"title\":\"4a Jornada de Ciencias ambientales\",\"alias\":\"4a-jornada-de-ciencias-ambientales\",\"introtext\":\"<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\\\"><!-- Imagen a la izquierda -->\\r\\n<div style=\\\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\\\"><img style=\\\"width: 100%; height: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" alt=\\\"4ta Jornada de Ciencias Ambientales\\\"><\\/div>\\r\\n<!-- Texto a la derecha -->\\r\\n<div style=\\\"flex: 2 1 300px; text-align: justify; padding: 10px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":18,\"created\":\"2025-08-07 14:27:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-07 14:33:22\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-07 14:33:04\",\"publish_up\":\"2025-08-07 14:27:10\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/Eventos\\\\\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/Eventos\\\\\\/Banner 4ta Jornada de Ciencias Ambientales.jpg?width=2883&height=4200\\\",\\\"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\":4,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(320,'com_content.article.28','','2025-08-07 14:37:51',44,3464,'fc564dcd38bf9bf3d9c0a20fe1a667e8a6ad7d3a','{\"id\":28,\"asset_id\":165,\"title\":\"3a Jornada de Ciencias Ambientales\",\"alias\":\"3a-jornada-de-ciencias-ambientales\",\"introtext\":\"<h3 style=\\\"text-align: justify;\\\"><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoqu\\u00eda Colombiana<\\/em>s<\\/h3>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\\\"><!-- Imagen a la izquierda -->\\r\\n<div style=\\\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\\\"><img style=\\\"width: 100%; height: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\\\" alt=\\\"4ta Jornada de Ciencias Ambientales\\\"><\\/div>\\r\\n<!-- Texto a la derecha -->\\r\\n<div style=\\\"flex: 2 1 300px; text-align: justify; padding: 10px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":18,\"created\":\"2025-08-07 14:37:51\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-08-07 14:37:51\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-08-07 14:37:51\",\"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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(321,'com_content.article.28','','2025-08-07 17:05:55',44,3510,'83d2e4e09d28ae4739603cef792e83e7693967a2','{\"id\":\"28\",\"asset_id\":165,\"title\":\"3a Jornada de Ciencias Ambientales\",\"alias\":\"3a-jornada-de-ciencias-ambientales\",\"introtext\":\"<p>{loadmoduleid 124}<\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoqu\\u00eda Colombiana<\\/em>s<\\/h3>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\\\"><!-- Imagen a la izquierda -->\\r\\n<div style=\\\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\\\"><img style=\\\"width: 100%; height: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\\\" alt=\\\"4ta Jornada de Ciencias Ambientales\\\"><\\/div>\\r\\n<!-- Texto a la derecha -->\\r\\n<div style=\\\"flex: 2 1 300px; text-align: justify; padding: 10px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":18,\"created\":\"2025-08-07 14:37:51\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-07 17:05:55\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-07 17:05:27\",\"publish_up\":\"2025-08-07 14:37:51\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(322,'com_content.article.28','','2025-08-07 17:14:02',44,3510,'6cc2ce1d60a3e632069f5fb64daf5c55a98366bb','{\"id\":\"28\",\"asset_id\":165,\"title\":\"3a Jornada de Ciencias Ambientales\",\"alias\":\"3a-jornada-de-ciencias-ambientales\",\"introtext\":\"<p>{loadmoduleid 125}<\\/p>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoqu\\u00eda Colombiana<\\/em>s<\\/h3>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\\\"><!-- Imagen a la izquierda -->\\r\\n<div style=\\\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\\\"><img style=\\\"width: 100%; height: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\\\" alt=\\\"4ta Jornada de Ciencias Ambientales\\\"><\\/div>\\r\\n<!-- Texto a la derecha -->\\r\\n<div style=\\\"flex: 2 1 300px; text-align: justify; padding: 10px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":18,\"created\":\"2025-08-07 14:37:51\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-07 17:14:02\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-07 17:05:55\",\"publish_up\":\"2025-08-07 14:37:51\",\"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\":3,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":8,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(323,'com_content.article.29','','2025-08-07 17:20:19',44,1596,'7b25812123486a89335dabdb84cfaf9e0aa0fbb5','{\"id\":29,\"asset_id\":168,\"title\":\"prueba\",\"alias\":\"prueba-2\",\"introtext\":\"<p>{loadmoduleid 125}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-08-07 17:20:19\",\"created_by\":44,\"created_by_alias\":\"\",\"modified\":\"2025-08-07 17:20:19\",\"modified_by\":44,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-08-07 17:20:19\",\"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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(324,'com_content.article.29','','2025-08-07 17:20:30',44,1617,'7f564a28988e6590d79275b391d8517ad68470a5','{\"id\":\"29\",\"asset_id\":168,\"title\":\"prueba blog\",\"alias\":\"prueba-2\",\"introtext\":\"<p>{loadmoduleid 125}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-08-07 17:20:19\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-07 17:20:30\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-07 17:20:19\",\"publish_up\":\"2025-08-07 17:20:19\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(325,'com_content.article.27','','2025-08-07 17:30:49',44,3475,'46d18ae0059157e73eb959a08a9b7d3bcd9c2a09','{\"id\":\"27\",\"asset_id\":164,\"title\":\"4a Jornada de Ciencias ambientales\",\"alias\":\"4a-jornada-de-ciencias-ambientales\",\"introtext\":\"<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\\\"><!-- Imagen a la izquierda -->\\r\\n<div style=\\\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\\\"><img style=\\\"width: 100%; height: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" alt=\\\"4ta Jornada de Ciencias Ambientales\\\"><\\/div>\\r\\n<!-- Texto a la derecha -->\\r\\n<div style=\\\"flex: 2 1 300px; text-align: justify; padding: 10px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":18,\"created\":\"2025-08-07 14:27:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-07 17:30:49\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-07 17:30:35\",\"publish_up\":\"2025-08-07 14:27:10\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":4,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(326,'com_content.article.26','','2025-08-07 17:42:28',44,3981,'5c43c31c9076954c8ad53a5ae810857bce509cd3','{\"id\":\"26\",\"asset_id\":162,\"title\":\"eventos prueba\",\"alias\":\"eventos-prueba\",\"introtext\":\"<h2>Jornada de Ciencias Ambientales\\u00a0<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\\\"><!-- Imagen a la izquierda -->\\r\\n<div style=\\\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\\\"><img style=\\\"width: auto; height: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" alt=\\\"4ta Jornada de Ciencias Ambientales\\\"><\\/div>\\r\\n<!-- Texto a la derecha -->\\r\\n<div style=\\\"flex: 2 1 300px; text-align: justify; padding: 10px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-08-05 20:48:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-07 17:42:28\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-07 17:41:12\",\"publish_up\":\"2025-08-05 20:48:39\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":32,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(327,'com_content.article.26','','2025-08-07 17:53:33',44,3982,'7eb27cc94c01efe759a9c6a3cc2d674eb5db734d','{\"id\":\"26\",\"asset_id\":162,\"title\":\"eventos prueba\",\"alias\":\"eventos-prueba\",\"introtext\":\"<h2>Jornada de Ciencias Ambientales\\u00a0<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\\\"><!-- Imagen a la izquierda -->\\r\\n<div style=\\\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\\\"><img style=\\\"width: 100px; height: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" alt=\\\"4ta Jornada de Ciencias Ambientales\\\"><\\/div>\\r\\n<!-- Texto a la derecha -->\\r\\n<div style=\\\"flex: 2 1 300px; text-align: justify; padding: 10px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-08-05 20:48:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-07 17:53:33\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-07 17:42:28\",\"publish_up\":\"2025-08-05 20:48:39\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":33,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(328,'com_content.article.26','','2025-08-07 17:55:43',44,4020,'cff879dd9bf031d547f07f1b0e42fa7affcff74d','{\"id\":\"26\",\"asset_id\":162,\"title\":\"eventos prueba\",\"alias\":\"eventos-prueba\",\"introtext\":\"<h2>Jornada de Ciencias Ambientales\\u00a0<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\\\"><!-- Imagen a la izquierda -->\\r\\n<div style=\\\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\\\"><img style=\\\"width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" alt=\\\"4ta Jornada de Ciencias Ambientales\\\"><\\/div>\\r\\n<!-- Texto a la derecha -->\\r\\n<div style=\\\"flex: 2 1 300px; text-align: justify; padding: 10px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-08-05 20:48:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-07 17:55:43\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-07 17:55:21\",\"publish_up\":\"2025-08-05 20:48:39\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":35,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(329,'com_content.article.4','','2025-08-08 19:09:52',46,2593,'519d0807ee8b0a78685d214e8594cdc3f5c8924b','{\"id\":\"4\",\"asset_id\":119,\"title\":\"Nuestra historia.\",\"alias\":\"nuestra-historia\",\"introtext\":\"<h1>\\u00a0<\\/h1>\\r\\n<div style=\\\"width: 100%;\\\">\\r\\n<div style=\\\"position: relative; padding-bottom: 56.25%; padding-top: 0; height: 0;\\\"><iframe style=\\\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\\\" title=\\\"Nuestra Historia\\\" src=\\\"https:\\/\\/view.genially.com\\/6893676b292cbe8996a87a76\\\" width=\\\"1200\\\" height=\\\"675\\\" frameborder=\\\"0\\\" scrolling=\\\"yes\\\" allowfullscreen=\\\"allowfullscreen\\\"><\\/iframe><\\/div>\\r\\n<\\/div>\\r\\n<h1>Nuestras alianzas<\\/h1>\\r\\n<p><img src=\\\"images\\/Nuestra%20Historia\\/nuestros%20Aliados_ICAOC_imagen_Micrositio.png\\\" width=\\\"5015\\\" height=\\\"3600\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Nuestra Historia\\/nuestros Aliados_ICAOC_imagen_Micrositio.png\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h1>Ecopetrol Aliado Estrat\\u00e9gico<\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Nuestra%20Historia\\/Alianza%20Ecopetrol.png\\\" width=\\\"2000\\\" height=\\\"783\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Nuestra Historia\\/Alianza Ecopetrol.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:56:33\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-08 19:09:52\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-08 19:08:56\",\"publish_up\":\"2025-06-24 18:56:33\",\"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\":16,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":37,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(330,'com_content.article.26','','2025-08-19 21:55:52',44,4021,'dd8dd5742979650706dd1d7d532b1b0988b95099','{\"id\":\"26\",\"asset_id\":162,\"title\":\"eventos prueba\",\"alias\":\"eventos-prueba\",\"introtext\":\"<h2>Jornada de Ciencias Ambientales\\u00a0<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\\\"><!-- Imagen a la izquierda -->\\r\\n<div style=\\\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\\\"><img style=\\\"width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" alt=\\\"4ta Jornada de Ciencias Ambientales\\\"><\\/div>\\r\\n<!-- Texto a la derecha -->\\r\\n<div style=\\\"flex: 2 1 300px; text-align: justify; padding: 10px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":18,\"created\":\"2025-08-05 20:48:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-19 21:55:52\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-19 21:55:43\",\"publish_up\":\"2025-08-05 20:48:39\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":40,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(331,'com_content.article.26','','2025-08-19 21:58:34',44,4055,'6b6e5377d5e759bc07f8d447031b27678c379a13','{\"id\":\"26\",\"asset_id\":162,\"title\":\"Jornada de Ciencias Ambientales\",\"alias\":\"jornada-de-ciencias-ambientales\",\"introtext\":\"<h2>Jornada de Ciencias Ambientales\\u00a0<\\/h2>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 30px;\\\"><!-- Imagen a la izquierda -->\\r\\n<div style=\\\"flex: 1 1 200px; max-width: 300px; margin-right: 20px;\\\"><img style=\\\"width: 100%; height: auto; display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" alt=\\\"4ta Jornada de Ciencias Ambientales\\\"><\\/div>\\r\\n<!-- Texto a la derecha -->\\r\\n<div style=\\\"flex: 2 1 300px; text-align: justify; padding: 10px;\\\">\\r\\n<p>En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p>Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":18,\"created\":\"2025-08-05 20:48:39\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-19 21:58:34\",\"modified_by\":44,\"checked_out\":44,\"checked_out_time\":\"2025-08-19 21:58:18\",\"publish_up\":\"2025-08-05 20:48:39\",\"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\":32,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":40,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(353,'com_content.article.3','','2025-08-22 19:58:29',46,16481,'e32e8b8b39754937628fe6c0573151e48ef9146b','{\"id\":\"3\",\"asset_id\":118,\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"alias\":\"quienes-somos\",\"introtext\":\"<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; border-left: 5px solid #28a745; margin: 30px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<p style=\\\"text-align: justify; margin-bottom: 20px; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> El <strong style=\\\"color: #28a745; font-weight: 600;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong>, perteneciente a la <em style=\\\"color: #495057; font-style: italic;\\\">Universidad de los Llanos<\\/em>, es un instituto de investigaci\\u00f3n que se fundamenta en la <strong style=\\\"color: #28a745;\\\">excelencia cient\\u00edfica<\\/strong>, la <strong style=\\\"color: #28a745;\\\">pertinencia regional<\\/strong> y el <strong style=\\\"color: #28a745;\\\">impacto social<\\/strong>, consolid\\u00e1ndonos como un referente en la investigaci\\u00f3n y gesti\\u00f3n ambiental. <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; margin-bottom: 0; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> Como centro de investigaci\\u00f3n reconocido por el <strong style=\\\"color: #fd7e14; font-weight: 600;\\\">Ministerio de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n (Minciencias)<\\/strong>, garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estrat\\u00e9gicos de <strong style=\\\"color: #28a745;\\\">Investigaci\\u00f3n de alto impacto<\\/strong>, <strong style=\\\"color: #28a745;\\\">Formaci\\u00f3n de talento humano<\\/strong>, <strong style=\\\"color: #28a745;\\\">Servicios especializados y acreditados<\\/strong> y <strong style=\\\"color: #28a745;\\\">Alianzas estrat\\u00e9gicas y proyecci\\u00f3n social<\\/strong>. <\\/span><\\/p>\\r\\n<div style=\\\"background: linear-gradient(90deg, #28a745, #20c997); padding: 20px; border-radius: 10px; margin-top: 25px; text-align: center; box-shadow: 0 3px 10px rgba(40, 167, 69, 0.2);\\\">\\r\\n<p style=\\\"margin: 0; line-height: 1.6;\\\"><span style=\\\"color: white; font-size: 18px; font-weight: 600; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\\\"> En el <strong>ICAOC<\\/strong>, nuestro compromiso es ser el <em>motor de la transformaci\\u00f3n ambiental en la Orinoquia<\\/em>, aportando ciencia, tecnolog\\u00eda y talento humano para un desarrollo verdaderamente sostenible. <\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- M\\u00f3dulo de Servicios ICAOC -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; padding: 40px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); margin: 30px 0; border-radius: 15px;\\\"><!-- Grid de Servicios -->\\r\\n<div style=\\\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 20px;\\\"><!-- Investigaci\\u00f3n -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/investigation.png\\\" alt=\\\"Investigaci\\u00f3n\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Investigaci\\u00f3n<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Desarrollamos Proyectos de investigaci\\u00f3n en \\u00e1reas como: monitoreo y evaluaci\\u00f3n ambiental, gesti\\u00f3n del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiol\\u00f3gicos y pesqueros.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Alianzas Estrat\\u00e9gicas -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/alliance.png\\\" alt=\\\"Alianzas Estrat\\u00e9gicas\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Alianzas Estrat\\u00e9gicas<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Establecemos colaboraciones con entidades p\\u00fablicas y privadas para fortalecer la investigaci\\u00f3n y el desarrollo tecnol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n de Talento Humano -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/training.png\\\" alt=\\\"Formaci\\u00f3n de Talento Humano\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Formaci\\u00f3n de Talento Humano<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos programas de posgrado, incluyendo la Especializaci\\u00f3n y Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Servicios T\\u00e9cnicos y Cient\\u00edficos -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/data-science.png\\\" alt=\\\"Servicios T\\u00e9cnicos y Cient\\u00edficos\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Servicios T\\u00e9cnicos y Cient\\u00edficos<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos servicios de consultor\\u00eda, monitoreo ambiental, muestreo y an\\u00e1lisis de laboratorio.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Transferencia de Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/8328195.png\\\" alt=\\\"Transferencia de Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Transferencia de Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Promovemos la transferencia de conocimiento a trav\\u00e9s de su Centro de Calidad de Aguas, que realiza an\\u00e1lisis y estudios ambientales.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Apropiaci\\u00f3n Social del Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/13097692.png\\\" alt=\\\"Apropiaci\\u00f3n Social del Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Apropiaci\\u00f3n Social del Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Participamos en eventos cient\\u00edficos y realizamos actividades de divulgaci\\u00f3n para el ecosistema territorial de CTel.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- DIRECCIONAMIENTO ESTRAT\\u00c9GICO -->\\r\\n<div style=\\\"background: white; padding: 40px 20px; border-radius: 20px; margin: 40px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #2c3e50; font-size: 2.5rem; font-weight: bold; margin-bottom: 40px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">DIRECCIONAMIENTO ESTRAT\\u00c9GICO<\\/h1>\\r\\n<!-- MISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Texto MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: left;\\\">\\r\\n<h2 style=\\\"color: #28a745; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px;\\\">Contribuir en la relaci\\u00f3n compleja hombre-naturaleza en la regi\\u00f3n y el pa\\u00eds, con el desarrollo de las ciencias ambientales a trav\\u00e9s de la formaci\\u00f3n de talento humano, de la investigaci\\u00f3n y de la transferencia de conocimiento, en el marco de la sostenibilidad.<\\/p>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Icono MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #28a745; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/Mision.png\\\" alt=\\\"Misi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- VISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Icono VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #fd7e14; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/vision.png\\\" alt=\\\"Visi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Texto VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: right;\\\">\\r\\n<h2 style=\\\"color: #fd7e14; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px; margin-left: auto;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a trav\\u00e9s del cumplimiento de su misi\\u00f3n, ser\\u00e1 reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gesti\\u00f3n sostenible del territorio.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- ORGANIGRAMA -->\\r\\n<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; margin: 30px 0; border-left: 5px solid #6c757d; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #495057; font-size: 2.2rem; font-weight: bold; margin-bottom: 20px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">Organigrama<\\/h1>\\r\\n<p style=\\\"text-align: center; color: #6c757d; font-size: 1.1rem; margin: 0; font-style: italic;\\\">Estructura organizacional del ICAOC<\\/p>\\r\\n<\\/div>\\r\\n<p><img src=\\\"images\\/Grfico%20de%20Organigrama%20ICAOC%20Multicolor_Micrositio.png\\\" width=\\\"1024\\\" height=\\\"768\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Grfico de Organigrama ICAOC Multicolor_Micrositio.png\\\"><\\/p>\\r\\n<div>Si ves una alerta al cargar esta p\\u00e1gina, entonces<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:55:24\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-22 19:58:29\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-22 19:57:43\",\"publish_up\":\"2025-06-24 18:55:24\",\"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\":64,\"ordering\":17,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":136,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(354,'com_content.article.3','','2025-08-25 19:46:14',46,16343,'99e236a1768e29ede25ccb4674690ad94e02dc2c','{\"id\":\"3\",\"asset_id\":118,\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"alias\":\"quienes-somos\",\"introtext\":\"<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; border-left: 5px solid #28a745; margin: 30px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<p style=\\\"text-align: justify; margin-bottom: 20px; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> El <strong style=\\\"color: #28a745; font-weight: 600;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong>, perteneciente a la <em style=\\\"color: #495057; font-style: italic;\\\">Universidad de los Llanos<\\/em>, es un instituto de investigaci\\u00f3n que se fundamenta en la <strong style=\\\"color: #28a745;\\\">excelencia cient\\u00edfica<\\/strong>, la <strong style=\\\"color: #28a745;\\\">pertinencia regional<\\/strong> y el <strong style=\\\"color: #28a745;\\\">impacto social<\\/strong>, consolid\\u00e1ndonos como un referente en la investigaci\\u00f3n y gesti\\u00f3n ambiental. <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; margin-bottom: 0; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> Como centro de investigaci\\u00f3n reconocido por el <strong style=\\\"color: #fd7e14; font-weight: 600;\\\">Ministerio de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n (Minciencias)<\\/strong>, garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estrat\\u00e9gicos de <strong style=\\\"color: #28a745;\\\">Investigaci\\u00f3n de alto impacto<\\/strong>, <strong style=\\\"color: #28a745;\\\">Formaci\\u00f3n de talento humano<\\/strong>, <strong style=\\\"color: #28a745;\\\">Servicios especializados y acreditados<\\/strong> y <strong style=\\\"color: #28a745;\\\">Alianzas estrat\\u00e9gicas y proyecci\\u00f3n social<\\/strong>. <\\/span><\\/p>\\r\\n<div style=\\\"background: linear-gradient(90deg, #28a745, #20c997); padding: 20px; border-radius: 10px; margin-top: 25px; text-align: center; box-shadow: 0 3px 10px rgba(40, 167, 69, 0.2);\\\">\\r\\n<p style=\\\"margin: 0; line-height: 1.6;\\\"><span style=\\\"color: white; font-size: 18px; font-weight: 600; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\\\"> En el <strong>ICAOC<\\/strong>, nuestro compromiso es ser el <em>motor de la transformaci\\u00f3n ambiental en la Orinoquia<\\/em>, aportando ciencia, tecnolog\\u00eda y talento humano para un desarrollo verdaderamente sostenible. <\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- M\\u00f3dulo de Servicios ICAOC -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; padding: 40px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); margin: 30px 0; border-radius: 15px;\\\"><!-- Grid de Servicios -->\\r\\n<div style=\\\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 20px;\\\"><!-- Investigaci\\u00f3n -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/investigation.png\\\" alt=\\\"Investigaci\\u00f3n\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Investigaci\\u00f3n<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Desarrollamos Proyectos de investigaci\\u00f3n en \\u00e1reas como: monitoreo y evaluaci\\u00f3n ambiental, gesti\\u00f3n del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiol\\u00f3gicos y pesqueros.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Alianzas Estrat\\u00e9gicas -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/alliance.png\\\" alt=\\\"Alianzas Estrat\\u00e9gicas\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Alianzas Estrat\\u00e9gicas<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Establecemos colaboraciones con entidades p\\u00fablicas y privadas para fortalecer la investigaci\\u00f3n y el desarrollo tecnol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n de Talento Humano -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/training.png\\\" alt=\\\"Formaci\\u00f3n de Talento Humano\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Formaci\\u00f3n de Talento Humano<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos programas de posgrado, incluyendo la Especializaci\\u00f3n y Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Servicios T\\u00e9cnicos y Cient\\u00edficos -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/data-science.png\\\" alt=\\\"Servicios T\\u00e9cnicos y Cient\\u00edficos\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Servicios T\\u00e9cnicos y Cient\\u00edficos<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos servicios de consultor\\u00eda, monitoreo ambiental, muestreo y an\\u00e1lisis de laboratorio.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Transferencia de Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/8328195.png\\\" alt=\\\"Transferencia de Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Transferencia de Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Promovemos la transferencia de conocimiento a trav\\u00e9s de su Centro de Calidad de Aguas, que realiza an\\u00e1lisis y estudios ambientales.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Apropiaci\\u00f3n Social del Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/13097692.png\\\" alt=\\\"Apropiaci\\u00f3n Social del Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Apropiaci\\u00f3n Social del Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Participamos en eventos cient\\u00edficos y realizamos actividades de divulgaci\\u00f3n para el ecosistema territorial de CTel.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- DIRECCIONAMIENTO ESTRAT\\u00c9GICO -->\\r\\n<div style=\\\"background: white; padding: 40px 20px; border-radius: 20px; margin: 40px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #2c3e50; font-size: 2.5rem; font-weight: bold; margin-bottom: 40px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">DIRECCIONAMIENTO ESTRAT\\u00c9GICO<\\/h1>\\r\\n<!-- MISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Texto MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: left;\\\">\\r\\n<h2 style=\\\"color: #28a745; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px;\\\">Contribuir en la relaci\\u00f3n compleja hombre-naturaleza en la regi\\u00f3n y el pa\\u00eds, con el desarrollo de las ciencias ambientales a trav\\u00e9s de la formaci\\u00f3n de talento humano, de la investigaci\\u00f3n y de la transferencia de conocimiento, en el marco de la sostenibilidad.<\\/p>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Icono MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #28a745; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/Mision.png\\\" alt=\\\"Misi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- VISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Icono VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #fd7e14; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/vision.png\\\" alt=\\\"Visi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Texto VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: right;\\\">\\r\\n<h2 style=\\\"color: #fd7e14; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px; margin-left: auto;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a trav\\u00e9s del cumplimiento de su misi\\u00f3n, ser\\u00e1 reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gesti\\u00f3n sostenible del territorio.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- ORGANIGRAMA -->\\r\\n<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; margin: 30px 0; border-left: 5px solid #6c757d; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #495057; font-size: 2.2rem; font-weight: bold; margin-bottom: 20px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">Organigrama<\\/h1>\\r\\n<p style=\\\"text-align: center; color: #6c757d; font-size: 1.1rem; margin: 0; font-style: italic;\\\">Estructura organizacional del ICAOC<\\/p>\\r\\n<\\/div>\\r\\n<p><img src=\\\"images\\/ORGANIGRAMA%ICAOC%1.png\\\" width=\\\"1024\\\" height=\\\"768\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/ORGANIGRAMA ICAOC 1.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:55:24\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-25 19:46:14\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-25 19:44:05\",\"publish_up\":\"2025-06-24 18:55:24\",\"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\":64,\"ordering\":17,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":136,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(355,'com_content.article.3','','2025-08-25 19:47:36',46,16347,'89994de0f6c8c384547763bc8ed96b344984b93c','{\"id\":\"3\",\"asset_id\":118,\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"alias\":\"quienes-somos\",\"introtext\":\"<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; border-left: 5px solid #28a745; margin: 30px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<p style=\\\"text-align: justify; margin-bottom: 20px; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> El <strong style=\\\"color: #28a745; font-weight: 600;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong>, perteneciente a la <em style=\\\"color: #495057; font-style: italic;\\\">Universidad de los Llanos<\\/em>, es un instituto de investigaci\\u00f3n que se fundamenta en la <strong style=\\\"color: #28a745;\\\">excelencia cient\\u00edfica<\\/strong>, la <strong style=\\\"color: #28a745;\\\">pertinencia regional<\\/strong> y el <strong style=\\\"color: #28a745;\\\">impacto social<\\/strong>, consolid\\u00e1ndonos como un referente en la investigaci\\u00f3n y gesti\\u00f3n ambiental. <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; margin-bottom: 0; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> Como centro de investigaci\\u00f3n reconocido por el <strong style=\\\"color: #fd7e14; font-weight: 600;\\\">Ministerio de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n (Minciencias)<\\/strong>, garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estrat\\u00e9gicos de <strong style=\\\"color: #28a745;\\\">Investigaci\\u00f3n de alto impacto<\\/strong>, <strong style=\\\"color: #28a745;\\\">Formaci\\u00f3n de talento humano<\\/strong>, <strong style=\\\"color: #28a745;\\\">Servicios especializados y acreditados<\\/strong> y <strong style=\\\"color: #28a745;\\\">Alianzas estrat\\u00e9gicas y proyecci\\u00f3n social<\\/strong>. <\\/span><\\/p>\\r\\n<div style=\\\"background: linear-gradient(90deg, #28a745, #20c997); padding: 20px; border-radius: 10px; margin-top: 25px; text-align: center; box-shadow: 0 3px 10px rgba(40, 167, 69, 0.2);\\\">\\r\\n<p style=\\\"margin: 0; line-height: 1.6;\\\"><span style=\\\"color: white; font-size: 18px; font-weight: 600; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\\\"> En el <strong>ICAOC<\\/strong>, nuestro compromiso es ser el <em>motor de la transformaci\\u00f3n ambiental en la Orinoquia<\\/em>, aportando ciencia, tecnolog\\u00eda y talento humano para un desarrollo verdaderamente sostenible. <\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- M\\u00f3dulo de Servicios ICAOC -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; padding: 40px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); margin: 30px 0; border-radius: 15px;\\\"><!-- Grid de Servicios -->\\r\\n<div style=\\\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 20px;\\\"><!-- Investigaci\\u00f3n -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/investigation.png\\\" alt=\\\"Investigaci\\u00f3n\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Investigaci\\u00f3n<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Desarrollamos Proyectos de investigaci\\u00f3n en \\u00e1reas como: monitoreo y evaluaci\\u00f3n ambiental, gesti\\u00f3n del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiol\\u00f3gicos y pesqueros.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Alianzas Estrat\\u00e9gicas -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/alliance.png\\\" alt=\\\"Alianzas Estrat\\u00e9gicas\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Alianzas Estrat\\u00e9gicas<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Establecemos colaboraciones con entidades p\\u00fablicas y privadas para fortalecer la investigaci\\u00f3n y el desarrollo tecnol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n de Talento Humano -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/training.png\\\" alt=\\\"Formaci\\u00f3n de Talento Humano\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Formaci\\u00f3n de Talento Humano<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos programas de posgrado, incluyendo la Especializaci\\u00f3n y Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Servicios T\\u00e9cnicos y Cient\\u00edficos -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/data-science.png\\\" alt=\\\"Servicios T\\u00e9cnicos y Cient\\u00edficos\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Servicios T\\u00e9cnicos y Cient\\u00edficos<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos servicios de consultor\\u00eda, monitoreo ambiental, muestreo y an\\u00e1lisis de laboratorio.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Transferencia de Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/8328195.png\\\" alt=\\\"Transferencia de Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Transferencia de Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Promovemos la transferencia de conocimiento a trav\\u00e9s de su Centro de Calidad de Aguas, que realiza an\\u00e1lisis y estudios ambientales.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Apropiaci\\u00f3n Social del Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/13097692.png\\\" alt=\\\"Apropiaci\\u00f3n Social del Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Apropiaci\\u00f3n Social del Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Participamos en eventos cient\\u00edficos y realizamos actividades de divulgaci\\u00f3n para el ecosistema territorial de CTel.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- DIRECCIONAMIENTO ESTRAT\\u00c9GICO -->\\r\\n<div style=\\\"background: white; padding: 40px 20px; border-radius: 20px; margin: 40px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #2c3e50; font-size: 2.5rem; font-weight: bold; margin-bottom: 40px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">DIRECCIONAMIENTO ESTRAT\\u00c9GICO<\\/h1>\\r\\n<!-- MISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Texto MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: left;\\\">\\r\\n<h2 style=\\\"color: #28a745; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px;\\\">Contribuir en la relaci\\u00f3n compleja hombre-naturaleza en la regi\\u00f3n y el pa\\u00eds, con el desarrollo de las ciencias ambientales a trav\\u00e9s de la formaci\\u00f3n de talento humano, de la investigaci\\u00f3n y de la transferencia de conocimiento, en el marco de la sostenibilidad.<\\/p>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Icono MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #28a745; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/Mision.png\\\" alt=\\\"Misi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- VISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Icono VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #fd7e14; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/vision.png\\\" alt=\\\"Visi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Texto VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: right;\\\">\\r\\n<h2 style=\\\"color: #fd7e14; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px; margin-left: auto;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a trav\\u00e9s del cumplimiento de su misi\\u00f3n, ser\\u00e1 reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gesti\\u00f3n sostenible del territorio.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- ORGANIGRAMA -->\\r\\n<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; margin: 30px 0; border-left: 5px solid #6c757d; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #495057; font-size: 2.2rem; font-weight: bold; margin-bottom: 20px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">Organigrama<\\/h1>\\r\\n<p style=\\\"text-align: center; color: #6c757d; font-size: 1.1rem; margin: 0; font-style: italic;\\\">Estructura organizacional del ICAOC<\\/p>\\r\\n<\\/div>\\r\\n<p><img src=\\\"images\\/ORGANIGRAMA%20ICAOC%201.png\\\" width=\\\"1024\\\" height=\\\"768\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/ORGANIGRAMA ICAOC 1.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:55:24\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-25 19:47:36\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-25 19:46:14\",\"publish_up\":\"2025-06-24 18:55:24\",\"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\":65,\"ordering\":17,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":137,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(356,'com_content.article.3','','2025-08-25 19:48:36',46,16348,'b777d096ceeaf4935ba7e11154318c8651e052cd','{\"id\":\"3\",\"asset_id\":118,\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"alias\":\"quienes-somos\",\"introtext\":\"<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; border-left: 5px solid #28a745; margin: 30px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<p style=\\\"text-align: justify; margin-bottom: 20px; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> El <strong style=\\\"color: #28a745; font-weight: 600;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong>, perteneciente a la <em style=\\\"color: #495057; font-style: italic;\\\">Universidad de los Llanos<\\/em>, es un instituto de investigaci\\u00f3n que se fundamenta en la <strong style=\\\"color: #28a745;\\\">excelencia cient\\u00edfica<\\/strong>, la <strong style=\\\"color: #28a745;\\\">pertinencia regional<\\/strong> y el <strong style=\\\"color: #28a745;\\\">impacto social<\\/strong>, consolid\\u00e1ndonos como un referente en la investigaci\\u00f3n y gesti\\u00f3n ambiental. <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; margin-bottom: 0; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> Como centro de investigaci\\u00f3n reconocido por el <strong style=\\\"color: #fd7e14; font-weight: 600;\\\">Ministerio de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n (Minciencias)<\\/strong>, garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estrat\\u00e9gicos de <strong style=\\\"color: #28a745;\\\">Investigaci\\u00f3n de alto impacto<\\/strong>, <strong style=\\\"color: #28a745;\\\">Formaci\\u00f3n de talento humano<\\/strong>, <strong style=\\\"color: #28a745;\\\">Servicios especializados y acreditados<\\/strong> y <strong style=\\\"color: #28a745;\\\">Alianzas estrat\\u00e9gicas y proyecci\\u00f3n social<\\/strong>. <\\/span><\\/p>\\r\\n<div style=\\\"background: linear-gradient(90deg, #28a745, #20c997); padding: 20px; border-radius: 10px; margin-top: 25px; text-align: center; box-shadow: 0 3px 10px rgba(40, 167, 69, 0.2);\\\">\\r\\n<p style=\\\"margin: 0; line-height: 1.6;\\\"><span style=\\\"color: white; font-size: 18px; font-weight: 600; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\\\"> En el <strong>ICAOC<\\/strong>, nuestro compromiso es ser el <em>motor de la transformaci\\u00f3n ambiental en la Orinoquia<\\/em>, aportando ciencia, tecnolog\\u00eda y talento humano para un desarrollo verdaderamente sostenible. <\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- M\\u00f3dulo de Servicios ICAOC -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; padding: 40px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); margin: 30px 0; border-radius: 15px;\\\"><!-- Grid de Servicios -->\\r\\n<div style=\\\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 20px;\\\"><!-- Investigaci\\u00f3n -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/investigation.png\\\" alt=\\\"Investigaci\\u00f3n\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Investigaci\\u00f3n<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Desarrollamos Proyectos de investigaci\\u00f3n en \\u00e1reas como: monitoreo y evaluaci\\u00f3n ambiental, gesti\\u00f3n del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiol\\u00f3gicos y pesqueros.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Alianzas Estrat\\u00e9gicas -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/alliance.png\\\" alt=\\\"Alianzas Estrat\\u00e9gicas\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Alianzas Estrat\\u00e9gicas<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Establecemos colaboraciones con entidades p\\u00fablicas y privadas para fortalecer la investigaci\\u00f3n y el desarrollo tecnol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n de Talento Humano -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/training.png\\\" alt=\\\"Formaci\\u00f3n de Talento Humano\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Formaci\\u00f3n de Talento Humano<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos programas de posgrado, incluyendo la Especializaci\\u00f3n y Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Servicios T\\u00e9cnicos y Cient\\u00edficos -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/data-science.png\\\" alt=\\\"Servicios T\\u00e9cnicos y Cient\\u00edficos\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Servicios T\\u00e9cnicos y Cient\\u00edficos<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos servicios de consultor\\u00eda, monitoreo ambiental, muestreo y an\\u00e1lisis de laboratorio.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Transferencia de Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/8328195.png\\\" alt=\\\"Transferencia de Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Transferencia de Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Promovemos la transferencia de conocimiento a trav\\u00e9s de su Centro de Calidad de Aguas, que realiza an\\u00e1lisis y estudios ambientales.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Apropiaci\\u00f3n Social del Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/13097692.png\\\" alt=\\\"Apropiaci\\u00f3n Social del Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Apropiaci\\u00f3n Social del Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Participamos en eventos cient\\u00edficos y realizamos actividades de divulgaci\\u00f3n para el ecosistema territorial de CTel.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- DIRECCIONAMIENTO ESTRAT\\u00c9GICO -->\\r\\n<div style=\\\"background: white; padding: 40px 20px; border-radius: 20px; margin: 40px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #2c3e50; font-size: 2.5rem; font-weight: bold; margin-bottom: 40px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">DIRECCIONAMIENTO ESTRAT\\u00c9GICO<\\/h1>\\r\\n<!-- MISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Texto MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: left;\\\">\\r\\n<h2 style=\\\"color: #28a745; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px;\\\">Contribuir en la relaci\\u00f3n compleja hombre-naturaleza en la regi\\u00f3n y el pa\\u00eds, con el desarrollo de las ciencias ambientales a trav\\u00e9s de la formaci\\u00f3n de talento humano, de la investigaci\\u00f3n y de la transferencia de conocimiento, en el marco de la sostenibilidad.<\\/p>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Icono MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #28a745; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/Mision.png\\\" alt=\\\"Misi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- VISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Icono VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #fd7e14; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/vision.png\\\" alt=\\\"Visi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Texto VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: right;\\\">\\r\\n<h2 style=\\\"color: #fd7e14; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px; margin-left: auto;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a trav\\u00e9s del cumplimiento de su misi\\u00f3n, ser\\u00e1 reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gesti\\u00f3n sostenible del territorio.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- ORGANIGRAMA -->\\r\\n<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; margin: 30px 0; border-left: 5px solid #6c757d; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #495057; font-size: 2.2rem; font-weight: bold; margin-bottom: 20px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">Organigrama<\\/h1>\\r\\n<p style=\\\"text-align: center; color: #6c757d; font-size: 1.1rem; margin: 0; font-style: italic;\\\">Estructura organizacional del ICAOC<\\/p>\\r\\n<\\/div>\\r\\n<p><img src=\\\"images\\/ORGANIGRAMA%20ICAOC%201.png\\\" width=\\\"2048\\\" height=\\\"1536\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/ORGANIGRAMA ICAOC 1.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:55:24\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-25 19:48:36\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-25 19:47:36\",\"publish_up\":\"2025-06-24 18:55:24\",\"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\":66,\"ordering\":17,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":138,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(357,'com_content.article.3','','2025-08-25 19:53:12',46,16348,'89f0440a4d0b6bb35bb2ec1df6b429930946f553','{\"id\":\"3\",\"asset_id\":118,\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"alias\":\"quienes-somos\",\"introtext\":\"<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; border-left: 5px solid #28a745; margin: 30px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<p style=\\\"text-align: justify; margin-bottom: 20px; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> El <strong style=\\\"color: #28a745; font-weight: 600;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong>, perteneciente a la <em style=\\\"color: #495057; font-style: italic;\\\">Universidad de los Llanos<\\/em>, es un instituto de investigaci\\u00f3n que se fundamenta en la <strong style=\\\"color: #28a745;\\\">excelencia cient\\u00edfica<\\/strong>, la <strong style=\\\"color: #28a745;\\\">pertinencia regional<\\/strong> y el <strong style=\\\"color: #28a745;\\\">impacto social<\\/strong>, consolid\\u00e1ndonos como un referente en la investigaci\\u00f3n y gesti\\u00f3n ambiental. <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; margin-bottom: 0; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> Como centro de investigaci\\u00f3n reconocido por el <strong style=\\\"color: #fd7e14; font-weight: 600;\\\">Ministerio de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n (Minciencias)<\\/strong>, garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estrat\\u00e9gicos de <strong style=\\\"color: #28a745;\\\">Investigaci\\u00f3n de alto impacto<\\/strong>, <strong style=\\\"color: #28a745;\\\">Formaci\\u00f3n de talento humano<\\/strong>, <strong style=\\\"color: #28a745;\\\">Servicios especializados y acreditados<\\/strong> y <strong style=\\\"color: #28a745;\\\">Alianzas estrat\\u00e9gicas y proyecci\\u00f3n social<\\/strong>. <\\/span><\\/p>\\r\\n<div style=\\\"background: linear-gradient(90deg, #28a745, #20c997); padding: 20px; border-radius: 10px; margin-top: 25px; text-align: center; box-shadow: 0 3px 10px rgba(40, 167, 69, 0.2);\\\">\\r\\n<p style=\\\"margin: 0; line-height: 1.6;\\\"><span style=\\\"color: white; font-size: 18px; font-weight: 600; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\\\"> En el <strong>ICAOC<\\/strong>, nuestro compromiso es ser el <em>motor de la transformaci\\u00f3n ambiental en la Orinoquia<\\/em>, aportando ciencia, tecnolog\\u00eda y talento humano para un desarrollo verdaderamente sostenible. <\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- M\\u00f3dulo de Servicios ICAOC -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; padding: 40px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); margin: 30px 0; border-radius: 15px;\\\"><!-- Grid de Servicios -->\\r\\n<div style=\\\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 20px;\\\"><!-- Investigaci\\u00f3n -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/investigation.png\\\" alt=\\\"Investigaci\\u00f3n\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Investigaci\\u00f3n<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Desarrollamos Proyectos de investigaci\\u00f3n en \\u00e1reas como: monitoreo y evaluaci\\u00f3n ambiental, gesti\\u00f3n del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiol\\u00f3gicos y pesqueros.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Alianzas Estrat\\u00e9gicas -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/alliance.png\\\" alt=\\\"Alianzas Estrat\\u00e9gicas\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Alianzas Estrat\\u00e9gicas<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Establecemos colaboraciones con entidades p\\u00fablicas y privadas para fortalecer la investigaci\\u00f3n y el desarrollo tecnol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n de Talento Humano -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/training.png\\\" alt=\\\"Formaci\\u00f3n de Talento Humano\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Formaci\\u00f3n de Talento Humano<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos programas de posgrado, incluyendo la Especializaci\\u00f3n y Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Servicios T\\u00e9cnicos y Cient\\u00edficos -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/data-science.png\\\" alt=\\\"Servicios T\\u00e9cnicos y Cient\\u00edficos\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Servicios T\\u00e9cnicos y Cient\\u00edficos<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos servicios de consultor\\u00eda, monitoreo ambiental, muestreo y an\\u00e1lisis de laboratorio.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Transferencia de Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/8328195.png\\\" alt=\\\"Transferencia de Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Transferencia de Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Promovemos la transferencia de conocimiento a trav\\u00e9s de su Centro de Calidad de Aguas, que realiza an\\u00e1lisis y estudios ambientales.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Apropiaci\\u00f3n Social del Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/13097692.png\\\" alt=\\\"Apropiaci\\u00f3n Social del Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Apropiaci\\u00f3n Social del Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Participamos en eventos cient\\u00edficos y realizamos actividades de divulgaci\\u00f3n para el ecosistema territorial de CTel.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- DIRECCIONAMIENTO ESTRAT\\u00c9GICO -->\\r\\n<div style=\\\"background: white; padding: 40px 20px; border-radius: 20px; margin: 40px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #2c3e50; font-size: 2.5rem; font-weight: bold; margin-bottom: 40px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">DIRECCIONAMIENTO ESTRAT\\u00c9GICO<\\/h1>\\r\\n<!-- MISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Texto MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: left;\\\">\\r\\n<h2 style=\\\"color: #28a745; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px;\\\">Contribuir en la relaci\\u00f3n compleja hombre-naturaleza en la regi\\u00f3n y el pa\\u00eds, con el desarrollo de las ciencias ambientales a trav\\u00e9s de la formaci\\u00f3n de talento humano, de la investigaci\\u00f3n y de la transferencia de conocimiento, en el marco de la sostenibilidad.<\\/p>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Icono MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #28a745; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/Mision.png\\\" alt=\\\"Misi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- VISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Icono VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #fd7e14; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/vision.png\\\" alt=\\\"Visi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Texto VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: right;\\\">\\r\\n<h2 style=\\\"color: #fd7e14; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px; margin-left: auto;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a trav\\u00e9s del cumplimiento de su misi\\u00f3n, ser\\u00e1 reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gesti\\u00f3n sostenible del territorio.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- ORGANIGRAMA -->\\r\\n<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; margin: 30px 0; border-left: 5px solid #6c757d; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #495057; font-size: 2.2rem; font-weight: bold; margin-bottom: 20px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">Organigrama<\\/h1>\\r\\n<p style=\\\"text-align: center; color: #6c757d; font-size: 1.1rem; margin: 0; font-style: italic;\\\">Estructura organizacional del ICAOC<\\/p>\\r\\n<\\/div>\\r\\n<p><img src=\\\"images\\/ORGANIGRAMA%20ICAOC%20R.png\\\" width=\\\"2048\\\" height=\\\"1536\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/ORGANIGRAMA ICAOC R.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:55:24\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-25 19:53:12\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-25 19:52:43\",\"publish_up\":\"2025-06-24 18:55:24\",\"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\":67,\"ordering\":17,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":139,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(358,'com_content.article.3','','2025-08-25 19:56:02',46,16348,'a252f06ff3221958fe73d95429e5bf8bd2dd0c24','{\"id\":\"3\",\"asset_id\":118,\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"alias\":\"quienes-somos\",\"introtext\":\"<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; border-left: 5px solid #28a745; margin: 30px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<p style=\\\"text-align: justify; margin-bottom: 20px; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> El <strong style=\\\"color: #28a745; font-weight: 600;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong>, perteneciente a la <em style=\\\"color: #495057; font-style: italic;\\\">Universidad de los Llanos<\\/em>, es un instituto de investigaci\\u00f3n que se fundamenta en la <strong style=\\\"color: #28a745;\\\">excelencia cient\\u00edfica<\\/strong>, la <strong style=\\\"color: #28a745;\\\">pertinencia regional<\\/strong> y el <strong style=\\\"color: #28a745;\\\">impacto social<\\/strong>, consolid\\u00e1ndonos como un referente en la investigaci\\u00f3n y gesti\\u00f3n ambiental. <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; margin-bottom: 0; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> Como centro de investigaci\\u00f3n reconocido por el <strong style=\\\"color: #fd7e14; font-weight: 600;\\\">Ministerio de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n (Minciencias)<\\/strong>, garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estrat\\u00e9gicos de <strong style=\\\"color: #28a745;\\\">Investigaci\\u00f3n de alto impacto<\\/strong>, <strong style=\\\"color: #28a745;\\\">Formaci\\u00f3n de talento humano<\\/strong>, <strong style=\\\"color: #28a745;\\\">Servicios especializados y acreditados<\\/strong> y <strong style=\\\"color: #28a745;\\\">Alianzas estrat\\u00e9gicas y proyecci\\u00f3n social<\\/strong>. <\\/span><\\/p>\\r\\n<div style=\\\"background: linear-gradient(90deg, #28a745, #20c997); padding: 20px; border-radius: 10px; margin-top: 25px; text-align: center; box-shadow: 0 3px 10px rgba(40, 167, 69, 0.2);\\\">\\r\\n<p style=\\\"margin: 0; line-height: 1.6;\\\"><span style=\\\"color: white; font-size: 18px; font-weight: 600; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\\\"> En el <strong>ICAOC<\\/strong>, nuestro compromiso es ser el <em>motor de la transformaci\\u00f3n ambiental en la Orinoquia<\\/em>, aportando ciencia, tecnolog\\u00eda y talento humano para un desarrollo verdaderamente sostenible. <\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- M\\u00f3dulo de Servicios ICAOC -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; padding: 40px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); margin: 30px 0; border-radius: 15px;\\\"><!-- Grid de Servicios -->\\r\\n<div style=\\\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 20px;\\\"><!-- Investigaci\\u00f3n -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/investigation.png\\\" alt=\\\"Investigaci\\u00f3n\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Investigaci\\u00f3n<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Desarrollamos Proyectos de investigaci\\u00f3n en \\u00e1reas como: monitoreo y evaluaci\\u00f3n ambiental, gesti\\u00f3n del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiol\\u00f3gicos y pesqueros.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Alianzas Estrat\\u00e9gicas -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/alliance.png\\\" alt=\\\"Alianzas Estrat\\u00e9gicas\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Alianzas Estrat\\u00e9gicas<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Establecemos colaboraciones con entidades p\\u00fablicas y privadas para fortalecer la investigaci\\u00f3n y el desarrollo tecnol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n de Talento Humano -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/training.png\\\" alt=\\\"Formaci\\u00f3n de Talento Humano\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Formaci\\u00f3n de Talento Humano<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos programas de posgrado, incluyendo la Especializaci\\u00f3n y Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Servicios T\\u00e9cnicos y Cient\\u00edficos -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/data-science.png\\\" alt=\\\"Servicios T\\u00e9cnicos y Cient\\u00edficos\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Servicios T\\u00e9cnicos y Cient\\u00edficos<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos servicios de consultor\\u00eda, monitoreo ambiental, muestreo y an\\u00e1lisis de laboratorio.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Transferencia de Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/8328195.png\\\" alt=\\\"Transferencia de Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Transferencia de Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Promovemos la transferencia de conocimiento a trav\\u00e9s de su Centro de Calidad de Aguas, que realiza an\\u00e1lisis y estudios ambientales.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Apropiaci\\u00f3n Social del Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/13097692.png\\\" alt=\\\"Apropiaci\\u00f3n Social del Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Apropiaci\\u00f3n Social del Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Participamos en eventos cient\\u00edficos y realizamos actividades de divulgaci\\u00f3n para el ecosistema territorial de CTel.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- DIRECCIONAMIENTO ESTRAT\\u00c9GICO -->\\r\\n<div style=\\\"background: white; padding: 40px 20px; border-radius: 20px; margin: 40px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #2c3e50; font-size: 2.5rem; font-weight: bold; margin-bottom: 40px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">DIRECCIONAMIENTO ESTRAT\\u00c9GICO<\\/h1>\\r\\n<!-- MISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Texto MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: left;\\\">\\r\\n<h2 style=\\\"color: #28a745; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px;\\\">Contribuir en la relaci\\u00f3n compleja hombre-naturaleza en la regi\\u00f3n y el pa\\u00eds, con el desarrollo de las ciencias ambientales a trav\\u00e9s de la formaci\\u00f3n de talento humano, de la investigaci\\u00f3n y de la transferencia de conocimiento, en el marco de la sostenibilidad.<\\/p>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Icono MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #28a745; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/Mision.png\\\" alt=\\\"Misi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- VISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Icono VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #fd7e14; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/vision.png\\\" alt=\\\"Visi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Texto VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: right;\\\">\\r\\n<h2 style=\\\"color: #fd7e14; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px; margin-left: auto;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a trav\\u00e9s del cumplimiento de su misi\\u00f3n, ser\\u00e1 reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gesti\\u00f3n sostenible del territorio.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- ORGANIGRAMA -->\\r\\n<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; margin: 10px 0; border-left: 5px solid #6c757d; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #495057; font-size: 2.2rem; font-weight: bold; margin-bottom: 20px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">Organigrama<\\/h1>\\r\\n<p style=\\\"text-align: center; color: #6c757d; font-size: 1.1rem; margin: 0; font-style: italic;\\\">Estructura organizacional del ICAOC<\\/p>\\r\\n<\\/div>\\r\\n<p><img src=\\\"images\\/ORGANIGRAMA%20ICAOC%20R.png\\\" width=\\\"2048\\\" height=\\\"1536\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/ORGANIGRAMA ICAOC R.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:55:24\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-25 19:56:02\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-25 19:53:12\",\"publish_up\":\"2025-06-24 18:55:24\",\"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\":68,\"ordering\":17,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":141,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(359,'com_content.article.3','','2025-08-25 19:58:40',46,16353,'b32be74c29605cd0dc98c8bc3a5a214899673711','{\"id\":\"3\",\"asset_id\":118,\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"alias\":\"quienes-somos\",\"introtext\":\"<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; border-left: 5px solid #28a745; margin: 30px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<p style=\\\"text-align: justify; margin-bottom: 20px; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> El <strong style=\\\"color: #28a745; font-weight: 600;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong>, perteneciente a la <em style=\\\"color: #495057; font-style: italic;\\\">Universidad de los Llanos<\\/em>, es un instituto de investigaci\\u00f3n que se fundamenta en la <strong style=\\\"color: #28a745;\\\">excelencia cient\\u00edfica<\\/strong>, la <strong style=\\\"color: #28a745;\\\">pertinencia regional<\\/strong> y el <strong style=\\\"color: #28a745;\\\">impacto social<\\/strong>, consolid\\u00e1ndonos como un referente en la investigaci\\u00f3n y gesti\\u00f3n ambiental. <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; margin-bottom: 0; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> Como centro de investigaci\\u00f3n reconocido por el <strong style=\\\"color: #fd7e14; font-weight: 600;\\\">Ministerio de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n (Minciencias)<\\/strong>, garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estrat\\u00e9gicos de <strong style=\\\"color: #28a745;\\\">Investigaci\\u00f3n de alto impacto<\\/strong>, <strong style=\\\"color: #28a745;\\\">Formaci\\u00f3n de talento humano<\\/strong>, <strong style=\\\"color: #28a745;\\\">Servicios especializados y acreditados<\\/strong> y <strong style=\\\"color: #28a745;\\\">Alianzas estrat\\u00e9gicas y proyecci\\u00f3n social<\\/strong>. <\\/span><\\/p>\\r\\n<div style=\\\"background: linear-gradient(90deg, #28a745, #20c997); padding: 20px; border-radius: 10px; margin-top: 25px; text-align: center; box-shadow: 0 3px 10px rgba(40, 167, 69, 0.2);\\\">\\r\\n<p style=\\\"margin: 0; line-height: 1.6;\\\"><span style=\\\"color: white; font-size: 18px; font-weight: 600; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\\\"> En el <strong>ICAOC<\\/strong>, nuestro compromiso es ser el <em>motor de la transformaci\\u00f3n ambiental en la Orinoquia<\\/em>, aportando ciencia, tecnolog\\u00eda y talento humano para un desarrollo verdaderamente sostenible. <\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- M\\u00f3dulo de Servicios ICAOC -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; padding: 40px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); margin: 30px 0; border-radius: 15px;\\\"><!-- Grid de Servicios -->\\r\\n<div style=\\\"display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 20px;\\\"><!-- Investigaci\\u00f3n -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/investigation.png\\\" alt=\\\"Investigaci\\u00f3n\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Investigaci\\u00f3n<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Desarrollamos Proyectos de investigaci\\u00f3n en \\u00e1reas como: monitoreo y evaluaci\\u00f3n ambiental, gesti\\u00f3n del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiol\\u00f3gicos y pesqueros.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Alianzas Estrat\\u00e9gicas -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/alliance.png\\\" alt=\\\"Alianzas Estrat\\u00e9gicas\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Alianzas Estrat\\u00e9gicas<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Establecemos colaboraciones con entidades p\\u00fablicas y privadas para fortalecer la investigaci\\u00f3n y el desarrollo tecnol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n de Talento Humano -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/training.png\\\" alt=\\\"Formaci\\u00f3n de Talento Humano\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Formaci\\u00f3n de Talento Humano<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos programas de posgrado, incluyendo la Especializaci\\u00f3n y Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Servicios T\\u00e9cnicos y Cient\\u00edficos -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/data-science.png\\\" alt=\\\"Servicios T\\u00e9cnicos y Cient\\u00edficos\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Servicios T\\u00e9cnicos y Cient\\u00edficos<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Ofrecemos servicios de consultor\\u00eda, monitoreo ambiental, muestreo y an\\u00e1lisis de laboratorio.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Transferencia de Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #28a745; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/8328195.png\\\" alt=\\\"Transferencia de Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Transferencia de Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Promovemos la transferencia de conocimiento a trav\\u00e9s de su Centro de Calidad de Aguas, que realiza an\\u00e1lisis y estudios ambientales.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Apropiaci\\u00f3n Social del Conocimiento -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 20px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid #fd7e14; margin-bottom: 20px;\\\">\\r\\n<div style=\\\"width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 50px; height: 50px; object-fit: contain;\\\" src=\\\"images\\/icons\\/13097692.png\\\" alt=\\\"Apropiaci\\u00f3n Social del Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 0;\\\">\\r\\n<div style=\\\"font-size: 1.1rem; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3;\\\">Apropiaci\\u00f3n Social del Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: 0.9rem; color: #6c757d; line-height: 1.5; margin: 0;\\\">Participamos en eventos cient\\u00edficos y realizamos actividades de divulgaci\\u00f3n para el ecosistema territorial de CTel.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- DIRECCIONAMIENTO ESTRAT\\u00c9GICO -->\\r\\n<div style=\\\"background: white; padding: 40px 20px; border-radius: 20px; margin: 40px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #2c3e50; font-size: 2.5rem; font-weight: bold; margin-bottom: 40px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">DIRECCIONAMIENTO ESTRAT\\u00c9GICO<\\/h1>\\r\\n<!-- MISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Texto MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: left;\\\">\\r\\n<h2 style=\\\"color: #28a745; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px;\\\">Contribuir en la relaci\\u00f3n compleja hombre-naturaleza en la regi\\u00f3n y el pa\\u00eds, con el desarrollo de las ciencias ambientales a trav\\u00e9s de la formaci\\u00f3n de talento humano, de la investigaci\\u00f3n y de la transferencia de conocimiento, en el marco de la sostenibilidad.<\\/p>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Icono MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #28a745; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/Mision.png\\\" alt=\\\"Misi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- VISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 40px; margin-bottom: 50px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\"><!-- Icono VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 0 0 120px; text-align: center;\\\">\\r\\n<div style=\\\"width: 120px; height: 120px; border: 6px solid #fd7e14; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease;\\\"><img style=\\\"width: 80px; height: 80px; object-fit: contain;\\\" src=\\\"images\\/icons\\/vision.png\\\" alt=\\\"Visi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- L\\u00ednea conectora -->\\r\\n<div style=\\\"display: flex; align-items: center; gap: 10px; flex: 0 0 100px;\\\">\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 3px; height: 40px; background: #fd7e14; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"width: 15px; height: 15px; background: #fd7e14; border-radius: 50%;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 3px; background: #fd7e14; flex: 1; border-radius: 2px;\\\">\\u00a0<\\/div>\\r\\n<\\/div>\\r\\n<!-- Texto VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1; text-align: right;\\\">\\r\\n<h2 style=\\\"color: #fd7e14; font-size: 2.5rem; font-weight: 800; margin: 0 0 20px 0; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1.1rem; line-height: 1.6; margin: 0; text-align: justify; max-width: 500px; margin-left: auto;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a trav\\u00e9s del cumplimiento de su misi\\u00f3n, ser\\u00e1 reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gesti\\u00f3n sostenible del territorio.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- ORGANIGRAMA -->\\r\\n<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 15px 30px; border-radius: 15px; margin: 10px 0; border-left: 5px solid #6c757d; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #495057; font-size: 2.2rem; font-weight: bold; margin-bottom: 10px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">Organigrama<\\/h1>\\r\\n<p style=\\\"text-align: center; color: #6c757d; font-size: 1.1rem; margin: 0; font-style: italic;\\\">Estructura organizacional del ICAOC<\\/p>\\r\\n<\\/div>\\r\\n<p><img src=\\\"images\\/ORGANIGRAMA%20ICAOC%20R.png\\\" width=\\\"2048\\\" height=\\\"1536\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/ORGANIGRAMA ICAOC R.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:55:24\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-25 19:58:40\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-25 19:56:02\",\"publish_up\":\"2025-06-24 18:55:24\",\"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\":69,\"ordering\":17,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":142,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(360,'com_content.article.3','','2025-08-25 21:00:56',46,14360,'a31fa524191bcafba208c87509332a393e8af2ea','{\"id\":\"3\",\"asset_id\":118,\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"alias\":\"quienes-somos\",\"introtext\":\"<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; border-left: 5px solid #28a745; margin: 30px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<p style=\\\"text-align: justify; margin-bottom: 20px; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> El <strong style=\\\"color: #28a745; font-weight: 600;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong>, perteneciente a la <em style=\\\"color: #495057; font-style: italic;\\\">Universidad de los Llanos<\\/em>, es un instituto de investigaci\\u00f3n que se fundamenta en la <strong style=\\\"color: #28a745;\\\">excelencia cient\\u00edfica<\\/strong>, la <strong style=\\\"color: #28a745;\\\">pertinencia regional<\\/strong> y el <strong style=\\\"color: #28a745;\\\">impacto social<\\/strong>, consolid\\u00e1ndonos como un referente en la investigaci\\u00f3n y gesti\\u00f3n ambiental. <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; margin-bottom: 0; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> Como centro de investigaci\\u00f3n reconocido por el <strong style=\\\"color: #fd7e14; font-weight: 600;\\\">Ministerio de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n (Minciencias)<\\/strong>, garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estrat\\u00e9gicos de <strong style=\\\"color: #28a745;\\\">Investigaci\\u00f3n de alto impacto<\\/strong>, <strong style=\\\"color: #28a745;\\\">Formaci\\u00f3n de talento humano<\\/strong>, <strong style=\\\"color: #28a745;\\\">Servicios especializados y acreditados<\\/strong> y <strong style=\\\"color: #28a745;\\\">Alianzas estrat\\u00e9gicas y proyecci\\u00f3n social<\\/strong>. <\\/span><\\/p>\\r\\n<div style=\\\"background: linear-gradient(90deg, #28a745, #20c997); padding: 20px; border-radius: 10px; margin-top: 25px; text-align: center; box-shadow: 0 3px 10px rgba(40, 167, 69, 0.2);\\\">\\r\\n<p style=\\\"margin: 0; line-height: 1.6;\\\"><span style=\\\"color: white; font-size: 18px; font-weight: 600; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\\\"> En el <strong>ICAOC<\\/strong>, nuestro compromiso es ser el <em>motor de la transformaci\\u00f3n ambiental en la Orinoquia<\\/em>, aportando ciencia, tecnolog\\u00eda y talento humano para un desarrollo verdaderamente sostenible. <\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- M\\u00f3dulo de Servicios ICAOC -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; padding: 40px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); margin: 30px 0; border-radius: 15px;\\\"><!-- Grid de Servicios -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 20px; justify-content: center;\\\"><!-- CARD 1 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/investigation.png\\\" alt=\\\"Investigaci\\u00f3n\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Investigaci\\u00f3n<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Desarrollamos Proyectos de investigaci\\u00f3n en \\u00e1reas como: monitoreo y evaluaci\\u00f3n ambiental, gesti\\u00f3n del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiol\\u00f3gicos y pesqueros.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 2 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/alliance.png\\\" alt=\\\"Alianzas Estrat\\u00e9gicas\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Alianzas Estrat\\u00e9gicas<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Establecemos colaboraciones con entidades p\\u00fablicas y privadas para fortalecer la investigaci\\u00f3n y el desarrollo tecnol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 3 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/training.png\\\" alt=\\\"Formaci\\u00f3n de Talento Humano\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Formaci\\u00f3n de Talento Humano<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Ofrecemos programas de posgrado, incluyendo la Especializaci\\u00f3n y Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 4 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/data-science.png\\\" alt=\\\"Servicios T\\u00e9cnicos y Cient\\u00edficos\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Servicios T\\u00e9cnicos y Cient\\u00edficos<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Ofrecemos servicios de consultor\\u00eda, monitoreo ambiental, muestreo y an\\u00e1lisis de laboratorio.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 5 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/8328195.png\\\" alt=\\\"Transferencia de Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Transferencia de Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Promovemos la transferencia de conocimiento a trav\\u00e9s de su Centro de Calidad de Aguas, que realiza an\\u00e1lisis y estudios ambientales.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 6 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/13097692.png\\\" alt=\\\"Apropiaci\\u00f3n Social del Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Apropiaci\\u00f3n Social del Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Participamos en eventos cient\\u00edficos y realizamos actividades de divulgaci\\u00f3n para el ecosistema territorial de CTel.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- DIRECCIONAMIENTO ESTRAT\\u00c9GICO -->\\r\\n<div style=\\\"background: white; padding: 40px 20px; border-radius: 20px; margin: 40px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #2c3e50; font-size: clamp(1.8rem, 5vw, 2.5rem); font-weight: bold; margin-bottom: 40px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">DIRECCIONAMIENTO ESTRAT\\u00c9GICO<\\/h1>\\r\\n<!-- MISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-bottom: 40px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\">\\r\\n<div style=\\\"flex: 1; min-width: 280px; text-align: left;\\\">\\r\\n<h2 style=\\\"color: #28a745; font-size: clamp(1.8rem, 5vw, 2.5rem); font-weight: 800; margin-bottom: 20px;\\\">MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: clamp(0.95rem, 2.5vw, 1.1rem); line-height: 1.6; margin: 0; text-align: justify;\\\">Contribuir en la relaci\\u00f3n compleja hombre-naturaleza en la regi\\u00f3n y el pa\\u00eds, con el desarrollo de las ciencias ambientales a trav\\u00e9s de la formaci\\u00f3n de talento humano, de la investigaci\\u00f3n y de la transferencia de conocimiento, en el marco de la sostenibilidad.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"flex: 0 0 100px; text-align: center; margin: auto;\\\">\\r\\n<div style=\\\"width: 100px; height: 100px; border: 6px solid #28a745; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\\\"><img style=\\\"width: 60px; height: 60px; object-fit: contain;\\\" src=\\\"images\\/icons\\/Mision.png\\\" alt=\\\"Misi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- VISI\\u00d3N -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-bottom: 40px; padding: 30px; background: #f8f9fa; border-radius: 15px; border: 1px solid #e9ecef;\\\">\\r\\n<div style=\\\"flex: 0 0 100px; text-align: center; margin: auto;\\\">\\r\\n<div style=\\\"width: 100px; height: 100px; border: 6px solid #fd7e14; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\\\"><img style=\\\"width: 60px; height: 60px; object-fit: contain;\\\" src=\\\"images\\/icons\\/vision.png\\\" alt=\\\"Visi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"flex: 1; min-width: 280px; text-align: right;\\\">\\r\\n<h2 style=\\\"color: #fd7e14; font-size: clamp(1.8rem, 5vw, 2.5rem); font-weight: 800; margin-bottom: 20px;\\\">VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: clamp(0.95rem, 2.5vw, 1.1rem); line-height: 1.6; margin: 0; text-align: justify;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a trav\\u00e9s del cumplimiento de su misi\\u00f3n, ser\\u00e1 reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gesti\\u00f3n sostenible del territorio.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- ORGANIGRAMA -->\\r\\n<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 15px 30px; border-radius: 15px; margin: 10px 0; border-left: 5px solid #6c757d; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #495057; font-size: 2.2rem; font-weight: bold; margin-bottom: 10px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">Organigrama<\\/h1>\\r\\n<p style=\\\"text-align: center; color: #6c757d; font-size: 1.1rem; margin: 0; font-style: italic;\\\">Estructura organizacional del ICAOC<\\/p>\\r\\n<\\/div>\\r\\n<p><img src=\\\"images\\/ORGANIGRAMA%20ICAOC%20R.png\\\" width=\\\"2048\\\" height=\\\"1536\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/ORGANIGRAMA ICAOC R.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:55:24\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-25 21:00:56\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-25 20:57:29\",\"publish_up\":\"2025-06-24 18:55:24\",\"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\":71,\"ordering\":17,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":149,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(361,'com_content.article.3','','2025-08-25 21:04:52',46,14195,'d7e7413087fd8be0a7db659b94a65b2aedf5d240','{\"id\":\"3\",\"asset_id\":118,\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"alias\":\"quienes-somos\",\"introtext\":\"<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; border-left: 5px solid #28a745; margin: 30px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<p style=\\\"text-align: justify; margin-bottom: 20px; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> El <strong style=\\\"color: #28a745; font-weight: 600;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong>, perteneciente a la <em style=\\\"color: #495057; font-style: italic;\\\">Universidad de los Llanos<\\/em>, es un instituto de investigaci\\u00f3n que se fundamenta en la <strong style=\\\"color: #28a745;\\\">excelencia cient\\u00edfica<\\/strong>, la <strong style=\\\"color: #28a745;\\\">pertinencia regional<\\/strong> y el <strong style=\\\"color: #28a745;\\\">impacto social<\\/strong>, consolid\\u00e1ndonos como un referente en la investigaci\\u00f3n y gesti\\u00f3n ambiental. <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; margin-bottom: 0; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> Como centro de investigaci\\u00f3n reconocido por el <strong style=\\\"color: #fd7e14; font-weight: 600;\\\">Ministerio de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n (Minciencias)<\\/strong>, garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estrat\\u00e9gicos de <strong style=\\\"color: #28a745;\\\">Investigaci\\u00f3n de alto impacto<\\/strong>, <strong style=\\\"color: #28a745;\\\">Formaci\\u00f3n de talento humano<\\/strong>, <strong style=\\\"color: #28a745;\\\">Servicios especializados y acreditados<\\/strong> y <strong style=\\\"color: #28a745;\\\">Alianzas estrat\\u00e9gicas y proyecci\\u00f3n social<\\/strong>. <\\/span><\\/p>\\r\\n<div style=\\\"background: linear-gradient(90deg, #28a745, #20c997); padding: 20px; border-radius: 10px; margin-top: 25px; text-align: center; box-shadow: 0 3px 10px rgba(40, 167, 69, 0.2);\\\">\\r\\n<p style=\\\"margin: 0; line-height: 1.6;\\\"><span style=\\\"color: white; font-size: 18px; font-weight: 600; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\\\"> En el <strong>ICAOC<\\/strong>, nuestro compromiso es ser el <em>motor de la transformaci\\u00f3n ambiental en la Orinoquia<\\/em>, aportando ciencia, tecnolog\\u00eda y talento humano para un desarrollo verdaderamente sostenible. <\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- M\\u00f3dulo de Servicios ICAOC -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; padding: 40px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); margin: 30px 0; border-radius: 15px;\\\"><!-- Grid de Servicios -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 20px; justify-content: center;\\\"><!-- CARD 1 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/investigation.png\\\" alt=\\\"Investigaci\\u00f3n\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Investigaci\\u00f3n<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Desarrollamos Proyectos de investigaci\\u00f3n en \\u00e1reas como: monitoreo y evaluaci\\u00f3n ambiental, gesti\\u00f3n del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiol\\u00f3gicos y pesqueros.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 2 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/alliance.png\\\" alt=\\\"Alianzas Estrat\\u00e9gicas\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Alianzas Estrat\\u00e9gicas<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Establecemos colaboraciones con entidades p\\u00fablicas y privadas para fortalecer la investigaci\\u00f3n y el desarrollo tecnol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 3 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/training.png\\\" alt=\\\"Formaci\\u00f3n de Talento Humano\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Formaci\\u00f3n de Talento Humano<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Ofrecemos programas de posgrado, incluyendo la Especializaci\\u00f3n y Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 4 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/data-science.png\\\" alt=\\\"Servicios T\\u00e9cnicos y Cient\\u00edficos\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Servicios T\\u00e9cnicos y Cient\\u00edficos<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Ofrecemos servicios de consultor\\u00eda, monitoreo ambiental, muestreo y an\\u00e1lisis de laboratorio.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 5 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/8328195.png\\\" alt=\\\"Transferencia de Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Transferencia de Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Promovemos la transferencia de conocimiento a trav\\u00e9s de su Centro de Calidad de Aguas, que realiza an\\u00e1lisis y estudios ambientales.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 6 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/13097692.png\\\" alt=\\\"Apropiaci\\u00f3n Social del Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Apropiaci\\u00f3n Social del Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Participamos en eventos cient\\u00edficos y realizamos actividades de divulgaci\\u00f3n para el ecosistema territorial de CTel.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- DIRECCIONAMIENTO ESTRAT\\u00c9GICO -->\\r\\n<div style=\\\"background: white; padding: 40px 20px; border-radius: 20px; margin: 40px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #2c3e50; font-size: clamp(1.8rem, 5vw, 2.5rem); font-weight: bold; margin-bottom: 40px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">DIRECCIONAMIENTO ESTRAT\\u00c9GICO<\\/h1>\\r\\n<!-- CONTENEDOR DE CARDS -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;\\\"><!-- CARD MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1 1 300px; min-width: 280px; max-width: 100%; background: white; border-radius: 15px; padding: 30px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-left: 5px solid #28a745;\\\">\\r\\n<div style=\\\"width: 90px; height: 90px; border-radius: 50%; background: #d4edda; border: 4px solid #28a745; display: flex; align-items: center; justify-content: center; margin-bottom: 15px;\\\"><img style=\\\"max-width: 55px; height: auto;\\\" src=\\\"images\\/icons\\/Mision.png\\\" alt=\\\"Misi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<h2 style=\\\"color: #28a745; font-size: 1.4rem; font-weight: 800; margin-bottom: 15px; text-align: center;\\\">MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1rem; line-height: 1.6; margin: 0; text-align: justify;\\\">Contribuir en la relaci\\u00f3n compleja hombre-naturaleza en la regi\\u00f3n y el pa\\u00eds, con el desarrollo de las ciencias ambientales a trav\\u00e9s de la formaci\\u00f3n de talento humano, de la investigaci\\u00f3n y de la transferencia de conocimiento, en el marco de la sostenibilidad.<\\/p>\\r\\n<\\/div>\\r\\n<!-- CARD VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1 1 300px; min-width: 280px; max-width: 100%; background: white; border-radius: 15px; padding: 30px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-left: 5px solid #fd7e14;\\\">\\r\\n<div style=\\\"width: 90px; height: 90px; border-radius: 50%; background: #ffeaa7; border: 4px solid #fd7e14; display: flex; align-items: center; justify-content: center; margin-bottom: 15px;\\\"><img style=\\\"max-width: 55px; height: auto;\\\" src=\\\"images\\/icons\\/vision.png\\\" alt=\\\"Visi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<h2 style=\\\"color: #fd7e14; font-size: 1.4rem; font-weight: 800; margin-bottom: 15px; text-align: center;\\\">VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1rem; line-height: 1.6; margin: 0; text-align: justify;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a trav\\u00e9s del cumplimiento de su misi\\u00f3n, ser\\u00e1 reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gesti\\u00f3n sostenible del territorio.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- ORGANIGRAMA -->\\r\\n<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 15px 30px; border-radius: 15px; margin: 10px 0; border-left: 5px solid #6c757d; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #495057; font-size: 2.2rem; font-weight: bold; margin-bottom: 10px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">Organigrama<\\/h1>\\r\\n<p style=\\\"text-align: center; color: #6c757d; font-size: 1.1rem; margin: 0; font-style: italic;\\\">Estructura organizacional del ICAOC<\\/p>\\r\\n<\\/div>\\r\\n<p><img src=\\\"images\\/ORGANIGRAMA%20ICAOC%20R.png\\\" width=\\\"2048\\\" height=\\\"1536\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/ORGANIGRAMA ICAOC R.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:55:24\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-25 21:04:52\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-25 21:03:39\",\"publish_up\":\"2025-06-24 18:55:24\",\"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\":72,\"ordering\":17,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":150,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(362,'com_content.article.6','','2025-08-25 22:10:38',46,4463,'12e48ce4cde5a0fc29bdd370b240e459894c2c33','{\"id\":\"6\",\"asset_id\":121,\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"alias\":\"certificaciones-y-distinciones\",\"introtext\":\"<h1><span style=\\\"font-size: 36px;\\\"><strong>RECONOCIMIENTOS<\\/strong><\\/span><\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Imagen%20Reconocimiento%20minciencias.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Reconocimiento minciencias.jpg\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><span style=\\\"font-size: 36px;\\\"><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/span><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><strong><img src=\\\"images\\/Acreditacin%20alta%20calidad%20MGAS.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Acreditacin alta calidad MGAS.jpg\\\"><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 80px;\\\">Programa con\\u00a0<strong>Acreditaci\\u00f3n en\\u00a0Alta Calidad<\\/strong> otorgado por el <strong>Ministerio de Educaci\\u00f3n Nacional<\\/strong>. Res MEN 023036 del 2021<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Acreditaci\\u00f3n de Laboratorio<\\/span><\\/strong><\\/h2>\\r\\n<p><strong>El Centro de Calidad de Aguas cuenta con acreditaci\\u00f3n <\\/strong><strong>IDEAM<\\/strong> bajo la norma <strong>NTC-ISO\\/IEC 17025.<\\/strong>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Imagen%20Acreditacin%20IDEAM.jpg\\\" alt=\\\"Imagen Acreditaci\\u00f3n IDEAM.png\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Acreditacin IDEAM.jpg\\\"><\\/p>\\r\\n<h2>\\u00a0<\\/h2>\\r\\n<h2 style=\\\"font-size: 36px; color: #2c3e50; text-align: center; margin-bottom: 20px;\\\"><strong>Certificaciones de Calidad<\\/strong><\\/h2>\\r\\n<p style=\\\"font-size: 18px; line-height: 1.6; color: #333; text-align: justify; margin-bottom: 20px;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<\\/strong> cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos.<\\/p>\\r\\n<ul style=\\\"list-style-type: none; padding: 0; margin: 0;\\\">\\r\\n<li style=\\\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\\\">\\r\\n<p style=\\\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\\\"><strong>ISO 9001:2015<\\/strong><br><span style=\\\"color: #555;\\\">Certificaci\\u00f3n otorgada por <strong>ICONTEC<\\/strong> e <strong>IQNet<\\/strong> que garantiza un sistema de gesti\\u00f3n de calidad s\\u00f3lido.<\\/span><\\/p>\\r\\n<\\/li>\\r\\n<li style=\\\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\\\">\\r\\n<p style=\\\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\\\"><strong>ISO 14001:2015<\\/strong><br><span style=\\\"color: #555;\\\">Certificaci\\u00f3n en gesti\\u00f3n ambiental que confirma el compromiso del ICAOC con la <strong>sostenibilidad<\\/strong>.<\\/span><\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:58:18\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-25 22:10:38\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-25 22:08:42\",\"publish_up\":\"2025-06-24 18:58:18\",\"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\\\":\\\"1\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"0\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"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\":14,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":59,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(367,'com_content.article.22','','2025-08-26 19:14:21',46,1631,'06799c23505410f299a2b49ab42628669efd5a24','{\"id\":\"22\",\"asset_id\":138,\"title\":\"Proyectos de Investigaci\\u00f3n\",\"alias\":\"proyectos-de-investigacion\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-06-27 15:28:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-26 19:14:21\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-26 19:13:22\",\"publish_up\":\"2025-06-27 15:28:10\",\"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\":3,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":19,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(368,'com_content.article.30','','2025-08-26 19:20:18',46,1611,'179129ac286ca1ffc1119ceac980a36006436f93','{\"id\":30,\"asset_id\":171,\"title\":\"ICAOC al D\\u00eda\",\"alias\":\"icaoc-al-dia\",\"introtext\":\"<p>{loadmoduleid 119}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-08-26 19:20:18\",\"created_by\":46,\"created_by_alias\":\"\",\"modified\":\"2025-08-26 19:20:18\",\"modified_by\":46,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-08-26 19:20:18\",\"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\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":0,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(369,'com_content.article.30','','2025-08-26 19:21:16',46,1729,'a11f614c2817dc692a446603193202d91770269e','{\"id\":\"30\",\"asset_id\":171,\"title\":\"ICAOC al D\\u00eda\",\"alias\":\"icaoc-al-dia\",\"introtext\":\"<p><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=30&amp;catid=2\\\">ICAOC al D\\u00eda<\\/a>{loadmoduleid 119}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2025-08-26 19:20:18\",\"created_by\":\"46\",\"created_by_alias\":\"\",\"modified\":\"2025-08-26 19:21:16\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-26 19:20:18\",\"publish_up\":\"2025-08-26 19:20:18\",\"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\":2,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(370,'com_content.article.30','','2025-08-26 19:23:48',46,1730,'4d4a153928039b2a08118382b727e4c49f127835','{\"id\":\"30\",\"asset_id\":171,\"title\":\"ICAOC al D\\u00eda\",\"alias\":\"icaoc-al-dia\",\"introtext\":\"<p><a href=\\\"index.php?option=com_content&amp;view=article&amp;id=30&amp;catid=2\\\">ICAOC al D\\u00eda<\\/a>{loadmoduleid 119}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":16,\"created\":\"2025-08-26 19:20:18\",\"created_by\":\"46\",\"created_by_alias\":\"\",\"modified\":\"2025-08-26 19:23:48\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-26 19:23:03\",\"publish_up\":\"2025-08-26 19:20:18\",\"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\":4,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(371,'com_content.article.30','','2025-08-26 19:24:04',46,1628,'85385630e660773d155dab16a9cca65a285898d5','{\"id\":\"30\",\"asset_id\":171,\"title\":\"ICAOC al D\\u00eda\",\"alias\":\"icaoc-al-dia\",\"introtext\":\"<p>{loadmoduleid 119}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":16,\"created\":\"2025-08-26 19:20:18\",\"created_by\":\"46\",\"created_by_alias\":\"\",\"modified\":\"2025-08-26 19:24:04\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-26 19:23:48\",\"publish_up\":\"2025-08-26 19:20:18\",\"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),(388,'com_content.article.22','','2025-08-26 20:37:40',46,5559,'381ce33c30d102bd12c3f9fbbe629be3277c415e','{\"id\":\"22\",\"asset_id\":138,\"title\":\"Proyectos de Investigaci\\u00f3n\",\"alias\":\"proyectos-de-investigacion\",\"introtext\":\"<!-- Contenedor principal -->\\r\\n<div style=\\\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #f0f8ff, #e6f2ff); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif; color: #333; line-height: 1.6;\\\"><!-- T\\u00edtulo del proyecto -->\\r\\n<h1 style=\\\"text-align: center; color: #004080; font-size: 32px; margin-bottom: 20px;\\\">CONVENIO MARCO DE COLABORACI\\u00d3N No 5211592<\\/h1>\\r\\n<h2 style=\\\"text-align: center; color: #0066cc; font-size: 24px; margin-bottom: 30px;\\\">ECOPETROL \\u2013 UNILLANOS<br>\\\"Proyecto Cuencas\\\"<\\/h2>\\r\\n<!-- Plazo -->\\r\\n<p style=\\\"text-align: center; font-weight: bold; font-size: 18px; margin-bottom: 40px;\\\">PLAZO: 36 MESES (2012-2015)<\\/p>\\r\\n<!-- Descripci\\u00f3n -->\\r\\n<p style=\\\"text-align: justify; font-size: 16px; margin-bottom: 30px;\\\">Identificaci\\u00f3n de alternativas de manejo ambiental de los r\\u00edos <strong>Guayuriba<\\/strong> y <strong>Ocoa<\\/strong> y ca\\u00f1os <strong>Quenane<\\/strong> y <strong>Quenanito<\\/strong> de la cuenca alta del r\\u00edo Meta, basado en estrategias educativas, investigativas y de proyecci\\u00f3n social.<\\/p>\\r\\n<!-- Objetivos -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px; margin-bottom: 30px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366; margin-bottom: 15px;\\\">OBJETIVOS DEL PROYECTO<\\/h3>\\r\\n<ol style=\\\"font-size: 16px; padding-left: 20px;\\\">\\r\\n<li>Desarrollar un diagn\\u00f3stico de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<li>Vincular a la comunidad mediante capacitaci\\u00f3n en temas de monitoreos y servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de nuevas alternativas socioecon\\u00f3micas.<\\/li>\\r\\n<li>Identificar alternativas para la recuperaci\\u00f3n de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\\r\\n<!-- \\u00c1rea de estudio -->\\r\\n<div style=\\\"background: #e6f2ff; padding: 20px; border-radius: 15px; margin-bottom: 30px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #004080; margin-bottom: 15px;\\\">\\u00c1REA DE ESTUDIO DEL CONVENIO<\\/h3>\\r\\n<p style=\\\"text-align: center; font-size: 16px;\\\">R\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Acuerdo de cooperaci\\u00f3n -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366; margin-bottom: 15px;\\\">ACUERDO DE COOPERACI\\u00d3N \\u201cAC\\u201d No. 1<\\/h3>\\r\\n<table style=\\\"width: 100%; border-collapse: collapse; font-size: 16px; text-align: left;\\\">\\r\\n<thead>\\r\\n<tr style=\\\"background-color: #004080; color: white;\\\">\\r\\n<th style=\\\"padding: 10px; border-radius: 10px 0 0 0;\\\">OBJETIVO<\\/th>\\r\\n<th style=\\\"padding: 10px;\\\">ACTIVIDADES<\\/th>\\r\\n<th style=\\\"padding: 10px; border-radius: 0 10px 0 0;\\\">SOCIALIZACI\\u00d3N<\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #e6f2ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold;\\\">Desarrollar un diagn\\u00f3stico socio-ambiental de los r\\u00edos Guayuriba, Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/td>\\r\\n<td style=\\\"padding: 10px;\\\">Identificar los actores contaminantes y determinar el grado de afectaci\\u00f3n seg\\u00fan las actividades cercanas a los cuerpos h\\u00eddricos.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center;\\\">MARZO 19 DE 2013<br>Socializaci\\u00f3n inicial<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #cce6ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold;\\\">Vincular a la comunidad mediante capacitaci\\u00f3n<\\/td>\\r\\n<td style=\\\"padding: 10px;\\\">Cursos de formaci\\u00f3n en monitoreo, servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de alternativas socioecon\\u00f3micas.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center;\\\">-<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-06-27 15:28:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-26 20:37:40\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-26 20:36:46\",\"publish_up\":\"2025-06-27 15:28:10\",\"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\":4,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":23,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(389,'com_content.article.22','','2025-08-26 20:40:23',46,5837,'6792be8982ed33554d5416e77c83f71b559179de','{\"id\":\"22\",\"asset_id\":138,\"title\":\"Proyectos de Investigaci\\u00f3n\",\"alias\":\"proyectos-de-investigacion\",\"introtext\":\"<!-- Contenedor principal -->\\r\\n<div style=\\\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #f0f8ff, #e6f2ff); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif; color: #333; line-height: 1.6;\\\"><!-- Imagen superior -->\\r\\n<div style=\\\"text-align: center; margin-bottom: 30px;\\\"><img style=\\\"max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.2);\\\" src=\\\"images\\/proyectos_inv\\/proyectocuencas.png\\\" alt=\\\"Proyecto Cuencas\\\"><\\/div>\\r\\n<!-- T\\u00edtulo del proyecto -->\\r\\n<h1 style=\\\"text-align: center; color: #004080; font-size: 32px; margin-bottom: 20px;\\\">CONVENIO MARCO DE COLABORACI\\u00d3N No 5211592<\\/h1>\\r\\n<h2 style=\\\"text-align: center; color: #0066cc; font-size: 24px; margin-bottom: 30px;\\\">ECOPETROL \\u2013 UNILLANOS<br>\\\"Proyecto Cuencas\\\"<\\/h2>\\r\\n<!-- Plazo -->\\r\\n<p style=\\\"text-align: center; font-weight: bold; font-size: 18px; margin-bottom: 40px;\\\">PLAZO: 36 MESES (2012-2015)<\\/p>\\r\\n<!-- Descripci\\u00f3n -->\\r\\n<p style=\\\"text-align: justify; font-size: 16px; margin-bottom: 30px;\\\">Identificaci\\u00f3n de alternativas de manejo ambiental de los r\\u00edos <strong>Guayuriba<\\/strong> y <strong>Ocoa<\\/strong> y ca\\u00f1os <strong>Quenane<\\/strong> y <strong>Quenanito<\\/strong> de la cuenca alta del r\\u00edo Meta, basado en estrategias educativas, investigativas y de proyecci\\u00f3n social.<\\/p>\\r\\n<!-- Objetivos -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px; margin-bottom: 30px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366; margin-bottom: 15px;\\\">OBJETIVOS DEL PROYECTO<\\/h3>\\r\\n<ol style=\\\"font-size: 16px; padding-left: 20px;\\\">\\r\\n<li>Desarrollar un diagn\\u00f3stico de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<li>Vincular a la comunidad mediante capacitaci\\u00f3n en temas de monitoreos y servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de nuevas alternativas socioecon\\u00f3micas.<\\/li>\\r\\n<li>Identificar alternativas para la recuperaci\\u00f3n de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\\r\\n<!-- \\u00c1rea de estudio -->\\r\\n<div style=\\\"background: #e6f2ff; padding: 20px; border-radius: 15px; margin-bottom: 30px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #004080; margin-bottom: 15px;\\\">\\u00c1REA DE ESTUDIO DEL CONVENIO<\\/h3>\\r\\n<p style=\\\"text-align: center; font-size: 16px;\\\">R\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Acuerdo de cooperaci\\u00f3n -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366; margin-bottom: 15px;\\\">ACUERDO DE COOPERACI\\u00d3N \\u201cAC\\u201d No. 1<\\/h3>\\r\\n<table style=\\\"width: 100%; border-collapse: collapse; font-size: 16px; text-align: left;\\\">\\r\\n<thead>\\r\\n<tr style=\\\"background-color: #004080; color: white;\\\">\\r\\n<th style=\\\"padding: 10px; border-radius: 10px 0 0 0;\\\">OBJETIVO<\\/th>\\r\\n<th style=\\\"padding: 10px;\\\">ACTIVIDADES<\\/th>\\r\\n<th style=\\\"padding: 10px; border-radius: 0 10px 0 0;\\\">SOCIALIZACI\\u00d3N<\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #e6f2ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold;\\\">Desarrollar un diagn\\u00f3stico socio-ambiental de los r\\u00edos Guayuriba, Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/td>\\r\\n<td style=\\\"padding: 10px;\\\">Identificar los actores contaminantes y determinar el grado de afectaci\\u00f3n seg\\u00fan las actividades cercanas a los cuerpos h\\u00eddricos.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center;\\\">MARZO 19 DE 2013<br>Socializaci\\u00f3n inicial<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #cce6ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold;\\\">Vincular a la comunidad mediante capacitaci\\u00f3n<\\/td>\\r\\n<td style=\\\"padding: 10px;\\\">Cursos de formaci\\u00f3n en monitoreo, servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de alternativas socioecon\\u00f3micas.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center;\\\">-<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-06-27 15:28:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-26 20:40:23\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-26 20:38:52\",\"publish_up\":\"2025-06-27 15:28:10\",\"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\":24,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(390,'com_content.article.22','','2025-08-26 20:40:53',46,5836,'64c1b0ec2c9dc85b069cc267b7869b5593f0d4fa','{\"id\":\"22\",\"asset_id\":138,\"title\":\"Proyectos de Investigaci\\u00f3n\",\"alias\":\"proyectos-de-investigacion\",\"introtext\":\"<!-- Contenedor principal -->\\r\\n<div style=\\\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #f0f8ff, #e6f2ff); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif; color: #333; line-height: 1.6;\\\"><!-- Imagen superior -->\\r\\n<div style=\\\"text-align: center; margin-bottom: 30px;\\\"><img style=\\\"max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.2);\\\" src=\\\"images\\/proyectos_in\\/proyectocuencas.png\\\" alt=\\\"Proyecto Cuencas\\\"><\\/div>\\r\\n<!-- T\\u00edtulo del proyecto -->\\r\\n<h1 style=\\\"text-align: center; color: #004080; font-size: 32px; margin-bottom: 20px;\\\">CONVENIO MARCO DE COLABORACI\\u00d3N No 5211592<\\/h1>\\r\\n<h2 style=\\\"text-align: center; color: #0066cc; font-size: 24px; margin-bottom: 30px;\\\">ECOPETROL \\u2013 UNILLANOS<br>\\\"Proyecto Cuencas\\\"<\\/h2>\\r\\n<!-- Plazo -->\\r\\n<p style=\\\"text-align: center; font-weight: bold; font-size: 18px; margin-bottom: 40px;\\\">PLAZO: 36 MESES (2012-2015)<\\/p>\\r\\n<!-- Descripci\\u00f3n -->\\r\\n<p style=\\\"text-align: justify; font-size: 16px; margin-bottom: 30px;\\\">Identificaci\\u00f3n de alternativas de manejo ambiental de los r\\u00edos <strong>Guayuriba<\\/strong> y <strong>Ocoa<\\/strong> y ca\\u00f1os <strong>Quenane<\\/strong> y <strong>Quenanito<\\/strong> de la cuenca alta del r\\u00edo Meta, basado en estrategias educativas, investigativas y de proyecci\\u00f3n social.<\\/p>\\r\\n<!-- Objetivos -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px; margin-bottom: 30px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366; margin-bottom: 15px;\\\">OBJETIVOS DEL PROYECTO<\\/h3>\\r\\n<ol style=\\\"font-size: 16px; padding-left: 20px;\\\">\\r\\n<li>Desarrollar un diagn\\u00f3stico de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<li>Vincular a la comunidad mediante capacitaci\\u00f3n en temas de monitoreos y servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de nuevas alternativas socioecon\\u00f3micas.<\\/li>\\r\\n<li>Identificar alternativas para la recuperaci\\u00f3n de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\\r\\n<!-- \\u00c1rea de estudio -->\\r\\n<div style=\\\"background: #e6f2ff; padding: 20px; border-radius: 15px; margin-bottom: 30px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #004080; margin-bottom: 15px;\\\">\\u00c1REA DE ESTUDIO DEL CONVENIO<\\/h3>\\r\\n<p style=\\\"text-align: center; font-size: 16px;\\\">R\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Acuerdo de cooperaci\\u00f3n -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366; margin-bottom: 15px;\\\">ACUERDO DE COOPERACI\\u00d3N \\u201cAC\\u201d No. 1<\\/h3>\\r\\n<table style=\\\"width: 100%; border-collapse: collapse; font-size: 16px; text-align: left;\\\">\\r\\n<thead>\\r\\n<tr style=\\\"background-color: #004080; color: white;\\\">\\r\\n<th style=\\\"padding: 10px; border-radius: 10px 0 0 0;\\\">OBJETIVO<\\/th>\\r\\n<th style=\\\"padding: 10px;\\\">ACTIVIDADES<\\/th>\\r\\n<th style=\\\"padding: 10px; border-radius: 0 10px 0 0;\\\">SOCIALIZACI\\u00d3N<\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #e6f2ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold;\\\">Desarrollar un diagn\\u00f3stico socio-ambiental de los r\\u00edos Guayuriba, Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/td>\\r\\n<td style=\\\"padding: 10px;\\\">Identificar los actores contaminantes y determinar el grado de afectaci\\u00f3n seg\\u00fan las actividades cercanas a los cuerpos h\\u00eddricos.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center;\\\">MARZO 19 DE 2013<br>Socializaci\\u00f3n inicial<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #cce6ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold;\\\">Vincular a la comunidad mediante capacitaci\\u00f3n<\\/td>\\r\\n<td style=\\\"padding: 10px;\\\">Cursos de formaci\\u00f3n en monitoreo, servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de alternativas socioecon\\u00f3micas.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center;\\\">-<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-06-27 15:28:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-26 20:40:53\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-26 20:40:36\",\"publish_up\":\"2025-06-27 15:28:10\",\"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\":24,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(391,'com_content.article.22','','2025-08-26 20:42:29',46,9220,'de949fee521a01e072b2a194397f84cd229dce01','{\"id\":\"22\",\"asset_id\":138,\"title\":\"Proyectos de Investigaci\\u00f3n\",\"alias\":\"proyectos-de-investigacion\",\"introtext\":\"<!-- Contenedor del primer proyecto: Proyecto Cuencas -->\\r\\n<div style=\\\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #f0f8ff, #e6f2ff); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif; color: #333; line-height: 1.6;\\\"><!-- Imagen superior -->\\r\\n<div style=\\\"text-align: center; margin-bottom: 30px;\\\"><img style=\\\"max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.2);\\\" src=\\\"images\\/proyectos_in\\/proyectocuencas.png\\\" alt=\\\"Proyecto Cuencas\\\"><\\/div>\\r\\n<!-- T\\u00edtulo del proyecto -->\\r\\n<h1 style=\\\"text-align: center; color: #004080; font-size: 32px; margin-bottom: 20px;\\\">CONVENIO MARCO DE COLABORACI\\u00d3N No 5211592<\\/h1>\\r\\n<h2 style=\\\"text-align: center; color: #0066cc; font-size: 24px; margin-bottom: 30px;\\\">ECOPETROL \\u2013 UNILLANOS<br>\\\"Proyecto Cuencas\\\"<\\/h2>\\r\\n<!-- Plazo -->\\r\\n<p style=\\\"text-align: center; font-weight: bold; font-size: 18px; margin-bottom: 40px;\\\">PLAZO: 36 MESES (2012-2015)<\\/p>\\r\\n<!-- Descripci\\u00f3n -->\\r\\n<p style=\\\"text-align: justify; font-size: 16px; margin-bottom: 30px;\\\">Identificaci\\u00f3n de alternativas de manejo ambiental de los r\\u00edos <strong>Guayuriba<\\/strong> y <strong>Ocoa<\\/strong> y ca\\u00f1os <strong>Quenane<\\/strong> y <strong>Quenanito<\\/strong> de la cuenca alta del r\\u00edo Meta, basado en estrategias educativas, investigativas y de proyecci\\u00f3n social.<\\/p>\\r\\n<!-- Objetivos -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px; margin-bottom: 30px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366; margin-bottom: 15px;\\\">OBJETIVOS DEL PROYECTO<\\/h3>\\r\\n<ol style=\\\"font-size: 16px; padding-left: 20px;\\\">\\r\\n<li>Desarrollar un diagn\\u00f3stico de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<li>Vincular a la comunidad mediante capacitaci\\u00f3n en temas de monitoreos y servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de nuevas alternativas socioecon\\u00f3micas.<\\/li>\\r\\n<li>Identificar alternativas para la recuperaci\\u00f3n de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\\r\\n<!-- \\u00c1rea de estudio -->\\r\\n<div style=\\\"background: #e6f2ff; padding: 20px; border-radius: 15px; margin-bottom: 30px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #004080; margin-bottom: 15px;\\\">\\u00c1REA DE ESTUDIO DEL CONVENIO<\\/h3>\\r\\n<p style=\\\"text-align: center; font-size: 16px;\\\">R\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Acuerdo de cooperaci\\u00f3n -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366; margin-bottom: 15px;\\\">ACUERDO DE COOPERACI\\u00d3N \\u201cAC\\u201d No. 1<\\/h3>\\r\\n<table style=\\\"width: 100%; border-collapse: collapse; font-size: 16px; text-align: left;\\\">\\r\\n<thead>\\r\\n<tr style=\\\"background-color: #004080; color: white;\\\">\\r\\n<th style=\\\"padding: 10px; border-radius: 10px 0 0 0;\\\">OBJETIVO<\\/th>\\r\\n<th style=\\\"padding: 10px;\\\">ACTIVIDADES<\\/th>\\r\\n<th style=\\\"padding: 10px; border-radius: 0 10px 0 0;\\\">SOCIALIZACI\\u00d3N<\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #e6f2ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold;\\\">Desarrollar un diagn\\u00f3stico socio-ambiental de los r\\u00edos Guayuriba, Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/td>\\r\\n<td style=\\\"padding: 10px;\\\">Identificar los actores contaminantes y determinar el grado de afectaci\\u00f3n seg\\u00fan las actividades cercanas a los cuerpos h\\u00eddricos.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center;\\\">MARZO 19 DE 2013<br>Socializaci\\u00f3n inicial<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #cce6ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold;\\\">Vincular a la comunidad mediante capacitaci\\u00f3n<\\/td>\\r\\n<td style=\\\"padding: 10px;\\\">Cursos de formaci\\u00f3n en monitoreo, servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de alternativas socioecon\\u00f3micas.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center;\\\">-<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Contenedor del segundo proyecto: Proyecto Visi\\u00f3n Regional -->\\r\\n<div style=\\\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #fff8e6, #fff1cc); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif; color: #333; line-height: 1.6;\\\"><!-- T\\u00edtulo del proyecto -->\\r\\n<h1 style=\\\"text-align: center; color: #b35900; font-size: 32px; margin-bottom: 20px;\\\">CONVENIO MARCO DE COLABORACI\\u00d3N No. 5211714<\\/h1>\\r\\n<h2 style=\\\"text-align: center; color: #e69900; font-size: 24px; margin-bottom: 30px;\\\">ECOPETROL \\u2013 UNILLANOS<br>\\\"Proyecto Visi\\u00f3n Regional\\\"<\\/h2>\\r\\n<!-- Plazo -->\\r\\n<p style=\\\"text-align: center; font-weight: bold; font-size: 18px; margin-bottom: 40px;\\\">PLAZO: 37 MESES (Dic.2012- Ene.2016)<\\/p>\\r\\n<!-- Descripci\\u00f3n -->\\r\\n<p style=\\\"text-align: justify; font-size: 16px; margin-bottom: 30px;\\\">Construcci\\u00f3n Participativa de la Visi\\u00f3n Regional de los Llanos Orientales de Colombia a trav\\u00e9s del fortalecimiento de capacidades investigativas y pragm\\u00e1ticas de l\\u00edderes de desarrollo local que promueven la toma de decisiones y la incidencia en pol\\u00edtica p\\u00fablica de desarrollo regional, en el marco de la Maestr\\u00eda de Gesti\\u00f3n Ambiental Sostenible de la Universidad de los Llanos.<\\/p>\\r\\n<!-- Fases metodol\\u00f3gicas -->\\r\\n<div style=\\\"background: #ffe0b3; padding: 20px; border-radius: 15px; margin-bottom: 30px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #b35900; margin-bottom: 15px;\\\">Fases metodol\\u00f3gicas<\\/h3>\\r\\n<ol style=\\\"font-size: 16px; padding-left: 20px;\\\">\\r\\n<li>Diagn\\u00f3stico e identificaci\\u00f3n de tendencias<\\/li>\\r\\n<li>Futuribles y construcci\\u00f3n de escenarios<\\/li>\\r\\n<li>Definici\\u00f3n de l\\u00edneas estrat\\u00e9gicas<\\/li>\\r\\n<li>Construcci\\u00f3n de visi\\u00f3n y ajuste de l\\u00edneas de acci\\u00f3n<\\/li>\\r\\n<li>Consolidaci\\u00f3n documento final<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\\r\\n<!-- Acuerdo de cooperaci\\u00f3n -->\\r\\n<div style=\\\"background: #ffe0b3; padding: 20px; border-radius: 15px; margin-bottom: 30px;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #b35900; margin-bottom: 15px;\\\">ACUERDO DE COOPERACI\\u00d3N \\u201cAC\\u201d No. 1<\\/h3>\\r\\n<p style=\\\"font-size: 16px; margin-bottom: 15px;\\\">Formulaci\\u00f3n l\\u00ednea base, selecci\\u00f3n y matr\\u00edcula y firma de compromiso de l\\u00edderes de desarrollo regional para la formulaci\\u00f3n de la visi\\u00f3n regional de desarrollo sostenible de los Llanos Orientales de Colombia.<\\/p>\\r\\n<strong>Alcances:<\\/strong>\\r\\n<ol style=\\\"font-size: 16px; padding-left: 20px;\\\">\\r\\n<li>Formulaci\\u00f3n de L\\u00ednea Base<\\/li>\\r\\n<li>Selecci\\u00f3n de L\\u00edderes de Desarrollo Local para la formaci\\u00f3n<\\/li>\\r\\n<li>Concertaci\\u00f3n y firma de actas de compromiso con los l\\u00edderes seleccionados<\\/li>\\r\\n<li>Dise\\u00f1o e implementaci\\u00f3n de la Secretar\\u00eda T\\u00e9cnica para el proceso<\\/li>\\r\\n<li>Construcci\\u00f3n de Documento de Visi\\u00f3n<\\/li>\\r\\n<li>Sistematizaci\\u00f3n de la informaci\\u00f3n<\\/li>\\r\\n<\\/ol>\\r\\n<strong>Poblaci\\u00f3n Objetivo:<\\/strong>\\r\\n<p style=\\\"font-size: 16px; margin-top: 10px;\\\">La ejecuci\\u00f3n del AC 01 abarca a la poblaci\\u00f3n de todos los municipios de los departamentos del Meta, Casanare, Vichada y Arauca.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-06-27 15:28:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-26 20:42:29\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-26 20:40:53\",\"publish_up\":\"2025-06-27 15:28:10\",\"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\":25,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(392,'com_content.article.22','','2025-08-26 20:45:46',46,11097,'dc80917b933189f981164025e8c4c8cfc2cd361d','{\"id\":\"22\",\"asset_id\":138,\"title\":\"Proyectos de Investigaci\\u00f3n\",\"alias\":\"proyectos-de-investigacion\",\"introtext\":\"<!-- Contenedor del primer proyecto: Proyecto Cuencas -->\\r\\n<div style=\\\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #f0f8ff, #e6f2ff); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif !important; color: #333 !important; line-height: 1.6 !important;\\\"><!-- Imagen superior -->\\r\\n<div style=\\\"text-align: center; margin-bottom: 30px;\\\"><img style=\\\"max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.2);\\\" src=\\\"images\\/proyectos_in\\/proyectocuencas.png\\\" alt=\\\"Proyecto Cuencas\\\"><\\/div>\\r\\n<!-- T\\u00edtulo del proyecto -->\\r\\n<h1 style=\\\"text-align: center; color: #004080 !important; font-size: 32px !important; margin-bottom: 20px; font-family: Arial, sans-serif !important;\\\">CONVENIO MARCO DE COLABORACI\\u00d3N No 5211592<\\/h1>\\r\\n<h2 style=\\\"text-align: center; color: #0066cc !important; font-size: 24px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">ECOPETROL \\u2013 UNILLANOS<br>\\\"Proyecto Cuencas\\\"<\\/h2>\\r\\n<!-- Plazo -->\\r\\n<p style=\\\"text-align: center; font-weight: bold; font-size: 18px !important; margin-bottom: 40px; font-family: Arial, sans-serif !important;\\\">PLAZO: 36 MESES (2012-2015)<\\/p>\\r\\n<!-- Descripci\\u00f3n -->\\r\\n<p style=\\\"text-align: justify; font-size: 16px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">Identificaci\\u00f3n de alternativas de manejo ambiental de los r\\u00edos <strong>Guayuriba<\\/strong> y <strong>Ocoa<\\/strong> y ca\\u00f1os <strong>Quenane<\\/strong> y <strong>Quenanito<\\/strong> de la cuenca alta del r\\u00edo Meta, basado en estrategias educativas, investigativas y de proyecci\\u00f3n social.<\\/p>\\r\\n<!-- Objetivos -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">OBJETIVOS DEL PROYECTO<\\/h3>\\r\\n<ol style=\\\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\\\">\\r\\n<li>Desarrollar un diagn\\u00f3stico de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<li>Vincular a la comunidad mediante capacitaci\\u00f3n en temas de monitoreos y servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de nuevas alternativas socioecon\\u00f3micas.<\\/li>\\r\\n<li>Identificar alternativas para la recuperaci\\u00f3n de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\\r\\n<!-- \\u00c1rea de estudio -->\\r\\n<div style=\\\"background: #e6f2ff; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #004080 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">\\u00c1REA DE ESTUDIO DEL CONVENIO<\\/h3>\\r\\n<p style=\\\"text-align: center; font-size: 16px !important; font-family: Arial, sans-serif !important;\\\">R\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Acuerdo de cooperaci\\u00f3n -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">ACUERDO DE COOPERACI\\u00d3N \\u201cAC\\u201d No. 1<\\/h3>\\r\\n<table style=\\\"width: 100%; border-collapse: collapse; font-size: 16px !important; text-align: left; font-family: Arial, sans-serif !important;\\\">\\r\\n<thead>\\r\\n<tr style=\\\"background-color: #004080; color: white;\\\">\\r\\n<th style=\\\"padding: 10px; border-radius: 10px 0 0 0; font-family: Arial, sans-serif !important;\\\">OBJETIVO<\\/th>\\r\\n<th style=\\\"padding: 10px; font-family: Arial, sans-serif !important;\\\">ACTIVIDADES<\\/th>\\r\\n<th style=\\\"padding: 10px; border-radius: 0 10px 0 0; font-family: Arial, sans-serif !important;\\\">SOCIALIZACI\\u00d3N<\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #e6f2ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold; font-family: Arial, sans-serif !important;\\\">Desarrollar un diagn\\u00f3stico socio-ambiental de los r\\u00edos Guayuriba, Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/td>\\r\\n<td style=\\\"padding: 10px; font-family: Arial, sans-serif !important;\\\">Identificar los actores contaminantes y determinar el grado de afectaci\\u00f3n seg\\u00fan las actividades cercanas a los cuerpos h\\u00eddricos.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center; font-family: Arial, sans-serif !important;\\\">MARZO 19 DE 2013<br>Socializaci\\u00f3n inicial<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #cce6ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold; font-family: Arial, sans-serif !important;\\\">Vincular a la comunidad mediante capacitaci\\u00f3n<\\/td>\\r\\n<td style=\\\"padding: 10px; font-family: Arial, sans-serif !important;\\\">Cursos de formaci\\u00f3n en monitoreo, servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de alternativas socioecon\\u00f3micas.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center; font-family: Arial, sans-serif !important;\\\">-<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Contenedor del segundo proyecto: Proyecto Visi\\u00f3n Regional -->\\r\\n<div style=\\\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #fff8e6, #fff1cc); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif !important; color: #333 !important; line-height: 1.6 !important;\\\"><!-- T\\u00edtulo del proyecto -->\\r\\n<h1 style=\\\"text-align: center; color: #b35900 !important; font-size: 32px !important; margin-bottom: 20px; font-family: Arial, sans-serif !important;\\\">CONVENIO MARCO DE COLABORACI\\u00d3N No. 5211714<\\/h1>\\r\\n<h2 style=\\\"text-align: center; color: #e69900 !important; font-size: 24px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">ECOPETROL \\u2013 UNILLANOS<br>\\\"Proyecto Visi\\u00f3n Regional\\\"<\\/h2>\\r\\n<!-- Plazo -->\\r\\n<p style=\\\"text-align: center; font-weight: bold; font-size: 18px !important; margin-bottom: 40px; font-family: Arial, sans-serif !important;\\\">PLAZO: 37 MESES (Dic.2012- Ene.2016)<\\/p>\\r\\n<!-- Descripci\\u00f3n -->\\r\\n<p style=\\\"text-align: justify; font-size: 16px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">Construcci\\u00f3n Participativa de la Visi\\u00f3n Regional de los Llanos Orientales de Colombia a trav\\u00e9s del fortalecimiento de capacidades investigativas y pragm\\u00e1ticas de l\\u00edderes de desarrollo local que promueven la toma de decisiones y la incidencia en pol\\u00edtica p\\u00fablica de desarrollo regional, en el marco de la Maestr\\u00eda de Gesti\\u00f3n Ambiental Sostenible de la Universidad de los Llanos.<\\/p>\\r\\n<!-- Fases metodol\\u00f3gicas -->\\r\\n<div style=\\\"background: #ffe0b3; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #b35900 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">Fases metodol\\u00f3gicas<\\/h3>\\r\\n<ol style=\\\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\\\">\\r\\n<li>Diagn\\u00f3stico e identificaci\\u00f3n de tendencias<\\/li>\\r\\n<li>Futuribles y construcci\\u00f3n de escenarios<\\/li>\\r\\n<li>Definici\\u00f3n de l\\u00edneas estrat\\u00e9gicas<\\/li>\\r\\n<li>Construcci\\u00f3n de visi\\u00f3n y ajuste de l\\u00edneas de acci\\u00f3n<\\/li>\\r\\n<li>Consolidaci\\u00f3n documento final<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\\r\\n<!-- Acuerdo de cooperaci\\u00f3n -->\\r\\n<div style=\\\"background: #ffe0b3; padding: 20px; border-radius: 15px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #b35900 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">ACUERDO DE COOPERACI\\u00d3N \\u201cAC\\u201d No. 1<\\/h3>\\r\\n<p style=\\\"font-size: 16px !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">Formulaci\\u00f3n l\\u00ednea base, selecci\\u00f3n y matr\\u00edcula y firma de compromiso de l\\u00edderes de desarrollo regional para la formulaci\\u00f3n de la visi\\u00f3n regional de desarrollo sostenible de los Llanos Orientales de Colombia.<\\/p>\\r\\n<strong style=\\\"font-family: Arial, sans-serif !important;\\\">Alcances:<\\/strong>\\r\\n<ol style=\\\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\\\">\\r\\n<li>Formulaci\\u00f3n de L\\u00ednea Base<\\/li>\\r\\n<li>Selecci\\u00f3n de L\\u00edderes de Desarrollo Local para la formaci\\u00f3n<\\/li>\\r\\n<li>Concertaci\\u00f3n y firma de actas de compromiso con los l\\u00edderes seleccionados<\\/li>\\r\\n<li>Dise\\u00f1o e implementaci\\u00f3n de la Secretar\\u00eda T\\u00e9cnica para el proceso<\\/li>\\r\\n<li>Construcci\\u00f3n de Documento de Visi\\u00f3n<\\/li>\\r\\n<li>Sistematizaci\\u00f3n de la informaci\\u00f3n<\\/li>\\r\\n<\\/ol>\\r\\n<strong style=\\\"font-family: Arial, sans-serif !important;\\\">Poblaci\\u00f3n Objetivo:<\\/strong>\\r\\n<p style=\\\"font-size: 16px !important; margin-top: 10px; font-family: Arial, sans-serif !important;\\\">La ejecuci\\u00f3n del AC 01 abarca a la poblaci\\u00f3n de todos los municipios de los departamentos del Meta, Casanare, Vichada y Arauca.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-06-27 15:28:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-26 20:45:46\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-26 20:42:29\",\"publish_up\":\"2025-06-27 15:28:10\",\"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\":26,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(393,'com_content.article.22','','2025-08-26 20:46:15',46,11096,'f80fa0aa8e0e64e5e283763dd386db30bb76f453','{\"id\":\"22\",\"asset_id\":138,\"title\":\"Proyectos de Investigaci\\u00f3n\",\"alias\":\"proyectos-de-investigacion\",\"introtext\":\"<!-- Contenedor del primer proyecto: Proyecto Cuencas -->\\r\\n<div style=\\\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #f0f8ff, #e6f2ff); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif !important; color: #333 !important; line-height: 1.6 !important;\\\"><!-- Imagen superior -->\\r\\n<div style=\\\"text-align: center; margin-bottom: 30px;\\\"><img style=\\\"max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.2);\\\" src=\\\"images\\/proyectos_in\\/proyectocuencas.png\\\" alt=\\\"Proyecto Cuencas\\\"><\\/div>\\r\\n<!-- T\\u00edtulo del proyecto -->\\r\\n<h1 style=\\\"text-align: center; color: #004080 !important; font-size: 32px !important; margin-bottom: 20px; font-family: Arial, sans-serif !important;\\\">CONVENIO MARCO DE COLABORACI\\u00d3N No 5211592<\\/h1>\\r\\n<h2 style=\\\"text-align: center; color: #0066cc !important; font-size: 24px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">ECOPETROL \\u2013 UNILLANOS<br>\\\"Proyecto Cuencas\\\"<\\/h2>\\r\\n<!-- Plazo -->\\r\\n<p style=\\\"text-align: center; font-weight: bold; font-size: 18px !important; margin-bottom: 40px; font-family: Arial, sans-serif !important;\\\">PLAZO: 36 MESES (2012-2015)<\\/p>\\r\\n<!-- Descripci\\u00f3n -->\\r\\n<p style=\\\"text-align: justify; font-size: 16px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">Identificaci\\u00f3n de alternativas de manejo ambiental de los r\\u00edos <strong>Guayuriba<\\/strong> y <strong>Ocoa<\\/strong> y ca\\u00f1os <strong>Quenane<\\/strong> y <strong>Quenanito<\\/strong> de la cuenca alta del r\\u00edo Meta, basado en estrategias educativas, investigativas y de proyecci\\u00f3n social.<\\/p>\\r\\n<!-- Objetivos -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">OBJETIVOS DEL PROYECTO<\\/h3>\\r\\n<ol style=\\\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\\\">\\r\\n<li>Desarrollar un diagn\\u00f3stico de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<li>Vincular a la comunidad mediante capacitaci\\u00f3n en temas de monitoreos y servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de nuevas alternativas socioecon\\u00f3micas.<\\/li>\\r\\n<li>Identificar alternativas para la recuperaci\\u00f3n de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\\r\\n<!-- \\u00c1rea de estudio -->\\r\\n<div style=\\\"background: #e6f2ff; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #004080 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">\\u00c1REA DE ESTUDIO DEL CONVENIO<\\/h3>\\r\\n<p style=\\\"text-align: center; font-size: 16px !important; font-family: Arial, sans-serif !important;\\\">R\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Acuerdo de cooperaci\\u00f3n -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">ACUERDO DE COOPERACI\\u00d3N \\u201cAC\\u201d No. 1<\\/h3>\\r\\n<table style=\\\"width: 100%; border-collapse: collapse; font-size: 16px !important; text-align: left; font-family: Arial, sans-serif !important;\\\">\\r\\n<thead>\\r\\n<tr style=\\\"background-color: #004080; color: cyan;\\\">\\r\\n<th style=\\\"padding: 10px; border-radius: 10px 0 0 0; font-family: Arial, sans-serif !important;\\\">OBJETIVO<\\/th>\\r\\n<th style=\\\"padding: 10px; font-family: Arial, sans-serif !important;\\\">ACTIVIDADES<\\/th>\\r\\n<th style=\\\"padding: 10px; border-radius: 0 10px 0 0; font-family: Arial, sans-serif !important;\\\">SOCIALIZACI\\u00d3N<\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #e6f2ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold; font-family: Arial, sans-serif !important;\\\">Desarrollar un diagn\\u00f3stico socio-ambiental de los r\\u00edos Guayuriba, Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/td>\\r\\n<td style=\\\"padding: 10px; font-family: Arial, sans-serif !important;\\\">Identificar los actores contaminantes y determinar el grado de afectaci\\u00f3n seg\\u00fan las actividades cercanas a los cuerpos h\\u00eddricos.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center; font-family: Arial, sans-serif !important;\\\">MARZO 19 DE 2013<br>Socializaci\\u00f3n inicial<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #cce6ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold; font-family: Arial, sans-serif !important;\\\">Vincular a la comunidad mediante capacitaci\\u00f3n<\\/td>\\r\\n<td style=\\\"padding: 10px; font-family: Arial, sans-serif !important;\\\">Cursos de formaci\\u00f3n en monitoreo, servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de alternativas socioecon\\u00f3micas.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center; font-family: Arial, sans-serif !important;\\\">-<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Contenedor del segundo proyecto: Proyecto Visi\\u00f3n Regional -->\\r\\n<div style=\\\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #fff8e6, #fff1cc); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif !important; color: #333 !important; line-height: 1.6 !important;\\\"><!-- T\\u00edtulo del proyecto -->\\r\\n<h1 style=\\\"text-align: center; color: #b35900 !important; font-size: 32px !important; margin-bottom: 20px; font-family: Arial, sans-serif !important;\\\">CONVENIO MARCO DE COLABORACI\\u00d3N No. 5211714<\\/h1>\\r\\n<h2 style=\\\"text-align: center; color: #e69900 !important; font-size: 24px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">ECOPETROL \\u2013 UNILLANOS<br>\\\"Proyecto Visi\\u00f3n Regional\\\"<\\/h2>\\r\\n<!-- Plazo -->\\r\\n<p style=\\\"text-align: center; font-weight: bold; font-size: 18px !important; margin-bottom: 40px; font-family: Arial, sans-serif !important;\\\">PLAZO: 37 MESES (Dic.2012- Ene.2016)<\\/p>\\r\\n<!-- Descripci\\u00f3n -->\\r\\n<p style=\\\"text-align: justify; font-size: 16px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">Construcci\\u00f3n Participativa de la Visi\\u00f3n Regional de los Llanos Orientales de Colombia a trav\\u00e9s del fortalecimiento de capacidades investigativas y pragm\\u00e1ticas de l\\u00edderes de desarrollo local que promueven la toma de decisiones y la incidencia en pol\\u00edtica p\\u00fablica de desarrollo regional, en el marco de la Maestr\\u00eda de Gesti\\u00f3n Ambiental Sostenible de la Universidad de los Llanos.<\\/p>\\r\\n<!-- Fases metodol\\u00f3gicas -->\\r\\n<div style=\\\"background: #ffe0b3; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #b35900 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">Fases metodol\\u00f3gicas<\\/h3>\\r\\n<ol style=\\\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\\\">\\r\\n<li>Diagn\\u00f3stico e identificaci\\u00f3n de tendencias<\\/li>\\r\\n<li>Futuribles y construcci\\u00f3n de escenarios<\\/li>\\r\\n<li>Definici\\u00f3n de l\\u00edneas estrat\\u00e9gicas<\\/li>\\r\\n<li>Construcci\\u00f3n de visi\\u00f3n y ajuste de l\\u00edneas de acci\\u00f3n<\\/li>\\r\\n<li>Consolidaci\\u00f3n documento final<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\\r\\n<!-- Acuerdo de cooperaci\\u00f3n -->\\r\\n<div style=\\\"background: #ffe0b3; padding: 20px; border-radius: 15px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #b35900 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">ACUERDO DE COOPERACI\\u00d3N \\u201cAC\\u201d No. 1<\\/h3>\\r\\n<p style=\\\"font-size: 16px !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">Formulaci\\u00f3n l\\u00ednea base, selecci\\u00f3n y matr\\u00edcula y firma de compromiso de l\\u00edderes de desarrollo regional para la formulaci\\u00f3n de la visi\\u00f3n regional de desarrollo sostenible de los Llanos Orientales de Colombia.<\\/p>\\r\\n<strong style=\\\"font-family: Arial, sans-serif !important;\\\">Alcances:<\\/strong>\\r\\n<ol style=\\\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\\\">\\r\\n<li>Formulaci\\u00f3n de L\\u00ednea Base<\\/li>\\r\\n<li>Selecci\\u00f3n de L\\u00edderes de Desarrollo Local para la formaci\\u00f3n<\\/li>\\r\\n<li>Concertaci\\u00f3n y firma de actas de compromiso con los l\\u00edderes seleccionados<\\/li>\\r\\n<li>Dise\\u00f1o e implementaci\\u00f3n de la Secretar\\u00eda T\\u00e9cnica para el proceso<\\/li>\\r\\n<li>Construcci\\u00f3n de Documento de Visi\\u00f3n<\\/li>\\r\\n<li>Sistematizaci\\u00f3n de la informaci\\u00f3n<\\/li>\\r\\n<\\/ol>\\r\\n<strong style=\\\"font-family: Arial, sans-serif !important;\\\">Poblaci\\u00f3n Objetivo:<\\/strong>\\r\\n<p style=\\\"font-size: 16px !important; margin-top: 10px; font-family: Arial, sans-serif !important;\\\">La ejecuci\\u00f3n del AC 01 abarca a la poblaci\\u00f3n de todos los municipios de los departamentos del Meta, Casanare, Vichada y Arauca.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-06-27 15:28:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-26 20:46:15\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-26 20:45:46\",\"publish_up\":\"2025-06-27 15:28:10\",\"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\":27,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(394,'com_content.article.22','','2025-08-26 20:47:04',46,11084,'7f88ef853548604028e9472dbc5a7696979d8a98','{\"id\":\"22\",\"asset_id\":138,\"title\":\"Proyectos de Investigaci\\u00f3n\",\"alias\":\"proyectos-de-investigacion\",\"introtext\":\"<!-- Contenedor del primer proyecto: Proyecto Cuencas -->\\r\\n<div style=\\\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #f0f8ff, #e6f2ff); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif !important; color: #333 !important; line-height: 1.6 !important;\\\"><!-- Imagen superior -->\\r\\n<div style=\\\"text-align: center; margin-bottom: 30px;\\\"><img style=\\\"max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.2);\\\" src=\\\"images\\/proyectos_in\\/proyectocuencas.png\\\" alt=\\\"Proyecto Cuencas\\\"><\\/div>\\r\\n<!-- T\\u00edtulo del proyecto -->\\r\\n<h1 style=\\\"text-align: center; color: #004080 !important; font-size: 32px !important; margin-bottom: 20px; font-family: Arial, sans-serif !important;\\\">CONVENIO MARCO DE COLABORACI\\u00d3N No 5211592<\\/h1>\\r\\n<h2 style=\\\"text-align: center; color: #0066cc !important; font-size: 24px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">ECOPETROL \\u2013 UNILLANOS<br>\\\"Proyecto Cuencas\\\"<\\/h2>\\r\\n<!-- Plazo -->\\r\\n<p style=\\\"text-align: center; font-weight: bold; font-size: 18px !important; margin-bottom: 40px; font-family: Arial, sans-serif !important;\\\">PLAZO: 36 MESES (2012-2015)<\\/p>\\r\\n<!-- Descripci\\u00f3n -->\\r\\n<p style=\\\"text-align: justify; font-size: 16px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">Identificaci\\u00f3n de alternativas de manejo ambiental de los r\\u00edos <strong>Guayuriba<\\/strong> y <strong>Ocoa<\\/strong> y ca\\u00f1os <strong>Quenane<\\/strong> y <strong>Quenanito<\\/strong> de la cuenca alta del r\\u00edo Meta, basado en estrategias educativas, investigativas y de proyecci\\u00f3n social.<\\/p>\\r\\n<!-- Objetivos -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">OBJETIVOS DEL PROYECTO<\\/h3>\\r\\n<ol style=\\\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\\\">\\r\\n<li>Desarrollar un diagn\\u00f3stico de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<li>Vincular a la comunidad mediante capacitaci\\u00f3n en temas de monitoreos y servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de nuevas alternativas socioecon\\u00f3micas.<\\/li>\\r\\n<li>Identificar alternativas para la recuperaci\\u00f3n de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\\r\\n<!-- \\u00c1rea de estudio -->\\r\\n<div style=\\\"background: #e6f2ff; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #004080 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">\\u00c1REA DE ESTUDIO DEL CONVENIO<\\/h3>\\r\\n<p style=\\\"text-align: center; font-size: 16px !important; font-family: Arial, sans-serif !important;\\\">R\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Acuerdo de cooperaci\\u00f3n -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">ACUERDO DE COOPERACI\\u00d3N \\u201cAC\\u201d No. 1<\\/h3>\\r\\n<table style=\\\"width: 100%; border-collapse: collapse; font-size: 16px !important; text-align: left; font-family: Arial, sans-serif !important;\\\">\\r\\n<thead>\\r\\n<tr style=\\\"background-color: #004080;\\\">\\r\\n<th style=\\\"padding: 10px; border-radius: 10px 0 0 0; font-family: Arial, sans-serif !important;\\\">OBJETIVO<\\/th>\\r\\n<th style=\\\"padding: 10px; font-family: Arial, sans-serif !important;\\\">ACTIVIDADES<\\/th>\\r\\n<th style=\\\"padding: 10px; border-radius: 0 10px 0 0; font-family: Arial, sans-serif !important;\\\">SOCIALIZACI\\u00d3N<\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #e6f2ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold; font-family: Arial, sans-serif !important;\\\">Desarrollar un diagn\\u00f3stico socio-ambiental de los r\\u00edos Guayuriba, Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/td>\\r\\n<td style=\\\"padding: 10px; font-family: Arial, sans-serif !important;\\\">Identificar los actores contaminantes y determinar el grado de afectaci\\u00f3n seg\\u00fan las actividades cercanas a los cuerpos h\\u00eddricos.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center; font-family: Arial, sans-serif !important;\\\">MARZO 19 DE 2013<br>Socializaci\\u00f3n inicial<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #cce6ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold; font-family: Arial, sans-serif !important;\\\">Vincular a la comunidad mediante capacitaci\\u00f3n<\\/td>\\r\\n<td style=\\\"padding: 10px; font-family: Arial, sans-serif !important;\\\">Cursos de formaci\\u00f3n en monitoreo, servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de alternativas socioecon\\u00f3micas.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center; font-family: Arial, sans-serif !important;\\\">-<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Contenedor del segundo proyecto: Proyecto Visi\\u00f3n Regional -->\\r\\n<div style=\\\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #fff8e6, #fff1cc); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif !important; color: #333 !important; line-height: 1.6 !important;\\\"><!-- T\\u00edtulo del proyecto -->\\r\\n<h1 style=\\\"text-align: center; color: #b35900 !important; font-size: 32px !important; margin-bottom: 20px; font-family: Arial, sans-serif !important;\\\">CONVENIO MARCO DE COLABORACI\\u00d3N No. 5211714<\\/h1>\\r\\n<h2 style=\\\"text-align: center; color: #e69900 !important; font-size: 24px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">ECOPETROL \\u2013 UNILLANOS<br>\\\"Proyecto Visi\\u00f3n Regional\\\"<\\/h2>\\r\\n<!-- Plazo -->\\r\\n<p style=\\\"text-align: center; font-weight: bold; font-size: 18px !important; margin-bottom: 40px; font-family: Arial, sans-serif !important;\\\">PLAZO: 37 MESES (Dic.2012- Ene.2016)<\\/p>\\r\\n<!-- Descripci\\u00f3n -->\\r\\n<p style=\\\"text-align: justify; font-size: 16px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">Construcci\\u00f3n Participativa de la Visi\\u00f3n Regional de los Llanos Orientales de Colombia a trav\\u00e9s del fortalecimiento de capacidades investigativas y pragm\\u00e1ticas de l\\u00edderes de desarrollo local que promueven la toma de decisiones y la incidencia en pol\\u00edtica p\\u00fablica de desarrollo regional, en el marco de la Maestr\\u00eda de Gesti\\u00f3n Ambiental Sostenible de la Universidad de los Llanos.<\\/p>\\r\\n<!-- Fases metodol\\u00f3gicas -->\\r\\n<div style=\\\"background: #ffe0b3; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #b35900 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">Fases metodol\\u00f3gicas<\\/h3>\\r\\n<ol style=\\\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\\\">\\r\\n<li>Diagn\\u00f3stico e identificaci\\u00f3n de tendencias<\\/li>\\r\\n<li>Futuribles y construcci\\u00f3n de escenarios<\\/li>\\r\\n<li>Definici\\u00f3n de l\\u00edneas estrat\\u00e9gicas<\\/li>\\r\\n<li>Construcci\\u00f3n de visi\\u00f3n y ajuste de l\\u00edneas de acci\\u00f3n<\\/li>\\r\\n<li>Consolidaci\\u00f3n documento final<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\\r\\n<!-- Acuerdo de cooperaci\\u00f3n -->\\r\\n<div style=\\\"background: #ffe0b3; padding: 20px; border-radius: 15px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #b35900 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">ACUERDO DE COOPERACI\\u00d3N \\u201cAC\\u201d No. 1<\\/h3>\\r\\n<p style=\\\"font-size: 16px !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">Formulaci\\u00f3n l\\u00ednea base, selecci\\u00f3n y matr\\u00edcula y firma de compromiso de l\\u00edderes de desarrollo regional para la formulaci\\u00f3n de la visi\\u00f3n regional de desarrollo sostenible de los Llanos Orientales de Colombia.<\\/p>\\r\\n<strong style=\\\"font-family: Arial, sans-serif !important;\\\">Alcances:<\\/strong>\\r\\n<ol style=\\\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\\\">\\r\\n<li>Formulaci\\u00f3n de L\\u00ednea Base<\\/li>\\r\\n<li>Selecci\\u00f3n de L\\u00edderes de Desarrollo Local para la formaci\\u00f3n<\\/li>\\r\\n<li>Concertaci\\u00f3n y firma de actas de compromiso con los l\\u00edderes seleccionados<\\/li>\\r\\n<li>Dise\\u00f1o e implementaci\\u00f3n de la Secretar\\u00eda T\\u00e9cnica para el proceso<\\/li>\\r\\n<li>Construcci\\u00f3n de Documento de Visi\\u00f3n<\\/li>\\r\\n<li>Sistematizaci\\u00f3n de la informaci\\u00f3n<\\/li>\\r\\n<\\/ol>\\r\\n<strong style=\\\"font-family: Arial, sans-serif !important;\\\">Poblaci\\u00f3n Objetivo:<\\/strong>\\r\\n<p style=\\\"font-size: 16px !important; margin-top: 10px; font-family: Arial, sans-serif !important;\\\">La ejecuci\\u00f3n del AC 01 abarca a la poblaci\\u00f3n de todos los municipios de los departamentos del Meta, Casanare, Vichada y Arauca.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-06-27 15:28:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-26 20:47:04\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-26 20:46:15\",\"publish_up\":\"2025-06-27 15:28:10\",\"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\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":28,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(395,'com_content.article.22','','2025-08-26 20:47:22',46,11138,'73695ae10cae477ad8dec38b6cf9f1e8cf3f3bc9','{\"id\":\"22\",\"asset_id\":138,\"title\":\"Proyectos de Investigaci\\u00f3n\",\"alias\":\"proyectos-de-investigacion\",\"introtext\":\"<!-- Contenedor del primer proyecto: Proyecto Cuencas -->\\r\\n<div style=\\\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #f0f8ff, #e6f2ff); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif !important; color: #333 !important; line-height: 1.6 !important;\\\"><!-- Imagen superior -->\\r\\n<div style=\\\"text-align: center; margin-bottom: 30px;\\\"><img style=\\\"max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.2);\\\" src=\\\"images\\/proyectos_in\\/proyectocuencas.png\\\" alt=\\\"Proyecto Cuencas\\\"><\\/div>\\r\\n<!-- T\\u00edtulo del proyecto -->\\r\\n<h1 style=\\\"text-align: center; color: #004080 !important; font-size: 32px !important; margin-bottom: 20px; font-family: Arial, sans-serif !important;\\\">CONVENIO MARCO DE COLABORACI\\u00d3N No 5211592<\\/h1>\\r\\n<h2 style=\\\"text-align: center; color: #0066cc !important; font-size: 24px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">ECOPETROL \\u2013 UNILLANOS<br>\\\"Proyecto Cuencas\\\"<\\/h2>\\r\\n<!-- Plazo -->\\r\\n<p style=\\\"text-align: center; font-weight: bold; font-size: 18px !important; margin-bottom: 40px; font-family: Arial, sans-serif !important;\\\">PLAZO: 36 MESES (2012-2015)<\\/p>\\r\\n<!-- Descripci\\u00f3n -->\\r\\n<p style=\\\"text-align: justify; font-size: 16px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">Identificaci\\u00f3n de alternativas de manejo ambiental de los r\\u00edos <strong>Guayuriba<\\/strong> y <strong>Ocoa<\\/strong> y ca\\u00f1os <strong>Quenane<\\/strong> y <strong>Quenanito<\\/strong> de la cuenca alta del r\\u00edo Meta, basado en estrategias educativas, investigativas y de proyecci\\u00f3n social.<\\/p>\\r\\n<!-- Objetivos -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">OBJETIVOS DEL PROYECTO<\\/h3>\\r\\n<ol style=\\\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\\\">\\r\\n<li>Desarrollar un diagn\\u00f3stico de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<li>Vincular a la comunidad mediante capacitaci\\u00f3n en temas de monitoreos y servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de nuevas alternativas socioecon\\u00f3micas.<\\/li>\\r\\n<li>Identificar alternativas para la recuperaci\\u00f3n de los r\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\\r\\n<!-- \\u00c1rea de estudio -->\\r\\n<div style=\\\"background: #e6f2ff; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #004080 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">\\u00c1REA DE ESTUDIO DEL CONVENIO<\\/h3>\\r\\n<p style=\\\"text-align: center; font-size: 16px !important; font-family: Arial, sans-serif !important;\\\">R\\u00edos Guayuriba y Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Acuerdo de cooperaci\\u00f3n -->\\r\\n<div style=\\\"background: #cce6ff; padding: 20px; border-radius: 15px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #003366 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">ACUERDO DE COOPERACI\\u00d3N \\u201cAC\\u201d No. 1<\\/h3>\\r\\n<table style=\\\"width: 100%; border-collapse: collapse; font-size: 16px !important; text-align: left; font-family: Arial, sans-serif !important;\\\">\\r\\n<thead>\\r\\n<tr style=\\\"background-color: #004080;\\\">\\r\\n<th style=\\\"padding: 10px; border-radius: 10px 0 0 0; font-family: Arial, sans-serif !important;\\\"><strong>OBJETIVO<\\/strong><\\/th>\\r\\n<th style=\\\"padding: 10px; font-family: Arial, sans-serif !important;\\\"><strong>ACTIVIDADES<\\/strong><\\/th>\\r\\n<th style=\\\"padding: 10px; border-radius: 0 10px 0 0; font-family: Arial, sans-serif !important;\\\"><strong>SOCIALIZACI\\u00d3N<\\/strong><\\/th>\\r\\n<\\/tr>\\r\\n<\\/thead>\\r\\n<tbody>\\r\\n<tr style=\\\"background-color: #e6f2ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold; font-family: Arial, sans-serif !important;\\\">Desarrollar un diagn\\u00f3stico socio-ambiental de los r\\u00edos Guayuriba, Ocoa y ca\\u00f1os Quenane y Quenanito.<\\/td>\\r\\n<td style=\\\"padding: 10px; font-family: Arial, sans-serif !important;\\\">Identificar los actores contaminantes y determinar el grado de afectaci\\u00f3n seg\\u00fan las actividades cercanas a los cuerpos h\\u00eddricos.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center; font-family: Arial, sans-serif !important;\\\">MARZO 19 DE 2013<br>Socializaci\\u00f3n inicial<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"background-color: #cce6ff;\\\">\\r\\n<td style=\\\"padding: 10px; font-weight: bold; font-family: Arial, sans-serif !important;\\\">Vincular a la comunidad mediante capacitaci\\u00f3n<\\/td>\\r\\n<td style=\\\"padding: 10px; font-family: Arial, sans-serif !important;\\\">Cursos de formaci\\u00f3n en monitoreo, servicios ambientales, restauraci\\u00f3n de ecosistemas e implementaci\\u00f3n de alternativas socioecon\\u00f3micas.<\\/td>\\r\\n<td style=\\\"padding: 10px; text-align: center; font-family: Arial, sans-serif !important;\\\">-<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Contenedor del segundo proyecto: Proyecto Visi\\u00f3n Regional -->\\r\\n<div style=\\\"max-width: 900px; margin: 50px auto; padding: 30px; background: linear-gradient(135deg, #fff8e6, #fff1cc); border-radius: 20px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); font-family: Arial, sans-serif !important; color: #333 !important; line-height: 1.6 !important;\\\"><!-- T\\u00edtulo del proyecto -->\\r\\n<h1 style=\\\"text-align: center; color: #b35900 !important; font-size: 32px !important; margin-bottom: 20px; font-family: Arial, sans-serif !important;\\\">CONVENIO MARCO DE COLABORACI\\u00d3N No. 5211714<\\/h1>\\r\\n<h2 style=\\\"text-align: center; color: #e69900 !important; font-size: 24px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">ECOPETROL \\u2013 UNILLANOS<br>\\\"Proyecto Visi\\u00f3n Regional\\\"<\\/h2>\\r\\n<!-- Plazo -->\\r\\n<p style=\\\"text-align: center; font-weight: bold; font-size: 18px !important; margin-bottom: 40px; font-family: Arial, sans-serif !important;\\\">PLAZO: 37 MESES (Dic.2012- Ene.2016)<\\/p>\\r\\n<!-- Descripci\\u00f3n -->\\r\\n<p style=\\\"text-align: justify; font-size: 16px !important; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">Construcci\\u00f3n Participativa de la Visi\\u00f3n Regional de los Llanos Orientales de Colombia a trav\\u00e9s del fortalecimiento de capacidades investigativas y pragm\\u00e1ticas de l\\u00edderes de desarrollo local que promueven la toma de decisiones y la incidencia en pol\\u00edtica p\\u00fablica de desarrollo regional, en el marco de la Maestr\\u00eda de Gesti\\u00f3n Ambiental Sostenible de la Universidad de los Llanos.<\\/p>\\r\\n<!-- Fases metodol\\u00f3gicas -->\\r\\n<div style=\\\"background: #ffe0b3; padding: 20px; border-radius: 15px; margin-bottom: 30px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #b35900 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">Fases metodol\\u00f3gicas<\\/h3>\\r\\n<ol style=\\\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\\\">\\r\\n<li>Diagn\\u00f3stico e identificaci\\u00f3n de tendencias<\\/li>\\r\\n<li>Futuribles y construcci\\u00f3n de escenarios<\\/li>\\r\\n<li>Definici\\u00f3n de l\\u00edneas estrat\\u00e9gicas<\\/li>\\r\\n<li>Construcci\\u00f3n de visi\\u00f3n y ajuste de l\\u00edneas de acci\\u00f3n<\\/li>\\r\\n<li>Consolidaci\\u00f3n documento final<\\/li>\\r\\n<\\/ol>\\r\\n<\\/div>\\r\\n<!-- Acuerdo de cooperaci\\u00f3n -->\\r\\n<div style=\\\"background: #ffe0b3; padding: 20px; border-radius: 15px; font-family: Arial, sans-serif !important;\\\">\\r\\n<h3 style=\\\"text-align: center; color: #b35900 !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">ACUERDO DE COOPERACI\\u00d3N \\u201cAC\\u201d No. 1<\\/h3>\\r\\n<p style=\\\"font-size: 16px !important; margin-bottom: 15px; font-family: Arial, sans-serif !important;\\\">Formulaci\\u00f3n l\\u00ednea base, selecci\\u00f3n y matr\\u00edcula y firma de compromiso de l\\u00edderes de desarrollo regional para la formulaci\\u00f3n de la visi\\u00f3n regional de desarrollo sostenible de los Llanos Orientales de Colombia.<\\/p>\\r\\n<strong style=\\\"font-family: Arial, sans-serif !important;\\\">Alcances:<\\/strong>\\r\\n<ol style=\\\"font-size: 16px !important; padding-left: 20px; font-family: Arial, sans-serif !important;\\\">\\r\\n<li>Formulaci\\u00f3n de L\\u00ednea Base<\\/li>\\r\\n<li>Selecci\\u00f3n de L\\u00edderes de Desarrollo Local para la formaci\\u00f3n<\\/li>\\r\\n<li>Concertaci\\u00f3n y firma de actas de compromiso con los l\\u00edderes seleccionados<\\/li>\\r\\n<li>Dise\\u00f1o e implementaci\\u00f3n de la Secretar\\u00eda T\\u00e9cnica para el proceso<\\/li>\\r\\n<li>Construcci\\u00f3n de Documento de Visi\\u00f3n<\\/li>\\r\\n<li>Sistematizaci\\u00f3n de la informaci\\u00f3n<\\/li>\\r\\n<\\/ol>\\r\\n<strong style=\\\"font-family: Arial, sans-serif !important;\\\">Poblaci\\u00f3n Objetivo:<\\/strong>\\r\\n<p style=\\\"font-size: 16px !important; margin-top: 10px; font-family: Arial, sans-serif !important;\\\">La ejecuci\\u00f3n del AC 01 abarca a la poblaci\\u00f3n de todos los municipios de los departamentos del Meta, Casanare, Vichada y Arauca.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":11,\"created\":\"2025-06-27 15:28:10\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-26 20:47:22\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-26 20:47:04\",\"publish_up\":\"2025-06-27 15:28:10\",\"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\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":29,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(405,'com_content.article.11','','2025-08-28 14:51:01',46,9320,'3905161f5b41ab6818a5912fc9b54d6d69675b13','{\"id\":\"11\",\"asset_id\":126,\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"alias\":\"girehpes\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Jes\\u00fas Manuel V\\u00e1squez Ramos<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0114533<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 11 de marzo de 2016<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correo de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px; font-weight: bold;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img style=\\\"max-width: 940px; height: 150px; border-radius: 8px;\\\" src=\\\"images\\/logos\\/girehpes_logo.jpg\\\" alt=\\\"Logo GIREHPES\\\" width=\\\"187\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo <strong>GIREHPES<\\/strong> est\\u00e1 enfocado en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n sostenible de los recursos hidrobiol\\u00f3gicos y pesqueros de la regi\\u00f3n Orinoquia Colombiana, aportando al conocimiento cient\\u00edfico y a la gesti\\u00f3n ambiental de la biodiversidad acu\\u00e1tica.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico de los siguientes programas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Biolog\\u00eda<\\/strong><\\/li>\\r\\n<li><strong>Ingenier\\u00eda Ambiental<\\/strong><\\/li>\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES fomenta la formaci\\u00f3n de j\\u00f3venes investigadores mediante los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero JIACACU -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>JIACACU<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 8px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/JIACACU_semillero.jpg\\\" alt=\\\"Logo JIACACU\\\"><\\/div>\\r\\n<!-- Semillero BioHerp -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>BioHerp<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 8px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BioHerp_semillero.jpg\\\" alt=\\\"Logo BioHerp\\\"><\\/div>\\r\\n<!-- Semillero BIODES -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Biolog\\u00eda del Desarrollo \\u2013 BIODES<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 8px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BIODES_semillero.jpg\\\" alt=\\\"Logo BIODES\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Caracterizaci\\u00f3n y conservaci\\u00f3n de la biodiversidad en la Orinoquia, con \\u00e9nfasis en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n de los recursos hidrobiol\\u00f3gicos.<\\/li>\\r\\n<li>Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el \\u00e1rea de pesquer\\u00edas.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jes\\u00fas Manuel V\\u00e1squez Ramos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Hernando Ramirez Gil<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Anthony Astwood Romero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Rosa Elena Ajiaco Martinez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Carlos Barreto Reyes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Breidy Leandro Rodriguez Uma\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Karen Lineke Alvarez Alvarez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Miguel Angel Cort\\u00e9s Hern\\u00e1ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jesica Juliana Romero Lizcano<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Erwin Andres Navarro G\\u00f3mez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000011558\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:55:22\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-28 14:51:01\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-27 14:30:54\",\"publish_up\":\"2025-06-25 13:55:22\",\"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\":11,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":38,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(406,'com_content.article.11','','2025-08-28 14:53:46',46,9323,'33fde34cd8172d7f070e787f85bf2be1d8e0f4d4','{\"id\":\"11\",\"asset_id\":126,\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"alias\":\"girehpes\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Jes\\u00fas Manuel V\\u00e1squez Ramos<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0114533<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 11 de marzo de 2016<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correo de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px; font-weight: bold;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img style=\\\"max-width: 940px; height: 150px; border-radius: 8px;\\\" src=\\\"images\\/logos\\/girehpes_logo.jpg\\\" alt=\\\"Logo GIREHPES\\\" width=\\\"187\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo <strong>GIREHPES<\\/strong> est\\u00e1 enfocado en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n sostenible de los recursos hidrobiol\\u00f3gicos y pesqueros de la regi\\u00f3n Orinoquia Colombiana, aportando al conocimiento cient\\u00edfico y a la gesti\\u00f3n ambiental de la biodiversidad acu\\u00e1tica.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico de los siguientes programas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Biolog\\u00eda<\\/strong><\\/li>\\r\\n<li><strong>Ingenier\\u00eda Ambiental<\\/strong><\\/li>\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES fomenta la formaci\\u00f3n de j\\u00f3venes investigadores mediante los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero JIACACU -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>JIACACU<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/JIACACU_semillero.jpg\\\" alt=\\\"Logo JIACACU\\\"><\\/div>\\r\\n<!-- Semillero BioHerp -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>BioHerp<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BioHerp_semillero.jpg\\\" alt=\\\"Logo BioHerp\\\"><\\/div>\\r\\n<!-- Semillero BIODES -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Biolog\\u00eda del Desarrollo \\u2013 BIODES<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BIODES_semillero.jpg\\\" alt=\\\"Logo BIODES\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Caracterizaci\\u00f3n y conservaci\\u00f3n de la biodiversidad en la Orinoquia, con \\u00e9nfasis en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n de los recursos hidrobiol\\u00f3gicos.<\\/li>\\r\\n<li>Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el \\u00e1rea de pesquer\\u00edas.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jes\\u00fas Manuel V\\u00e1squez Ramos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Hernando Ramirez Gil<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Anthony Astwood Romero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Rosa Elena Ajiaco Martinez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Carlos Barreto Reyes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Breidy Leandro Rodriguez Uma\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Karen Lineke Alvarez Alvarez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Miguel Angel Cort\\u00e9s Hern\\u00e1ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jesica Juliana Romero Lizcano<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Erwin Andres Navarro G\\u00f3mez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000011558\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:55:22\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-28 14:53:46\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-28 14:51:01\",\"publish_up\":\"2025-06-25 13:55:22\",\"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\":11,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":39,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(410,'com_content.article.11','','2025-08-28 15:00:44',46,9323,'229af8eec450a1a7fde93d22b5153051079f77dd','{\"id\":\"11\",\"asset_id\":126,\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"alias\":\"girehpes\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Jes\\u00fas Manuel V\\u00e1squez Ramos<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0114533<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 11 de marzo de 2016<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correo de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px; font-weight: bold;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img style=\\\"max-width: 1140px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/logos\\/girehpes_logo.jpg\\\" alt=\\\"Logo GIREHPES\\\" width=\\\"187\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo <strong>GIREHPES<\\/strong> est\\u00e1 enfocado en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n sostenible de los recursos hidrobiol\\u00f3gicos y pesqueros de la regi\\u00f3n Orinoquia Colombiana, aportando al conocimiento cient\\u00edfico y a la gesti\\u00f3n ambiental de la biodiversidad acu\\u00e1tica.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico de los siguientes programas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Biolog\\u00eda<\\/strong><\\/li>\\r\\n<li><strong>Ingenier\\u00eda Ambiental<\\/strong><\\/li>\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES fomenta la formaci\\u00f3n de j\\u00f3venes investigadores mediante los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero JIACACU -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>JIACACU<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/JIACACU_semillero.jpg\\\" alt=\\\"Logo JIACACU\\\"><\\/div>\\r\\n<!-- Semillero BioHerp -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>BioHerp<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BioHerp_semillero.jpg\\\" alt=\\\"Logo BioHerp\\\"><\\/div>\\r\\n<!-- Semillero BIODES -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Biolog\\u00eda del Desarrollo \\u2013 BIODES<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BIODES_semillero.jpg\\\" alt=\\\"Logo BIODES\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Caracterizaci\\u00f3n y conservaci\\u00f3n de la biodiversidad en la Orinoquia, con \\u00e9nfasis en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n de los recursos hidrobiol\\u00f3gicos.<\\/li>\\r\\n<li>Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el \\u00e1rea de pesquer\\u00edas.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jes\\u00fas Manuel V\\u00e1squez Ramos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Hernando Ramirez Gil<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Anthony Astwood Romero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Rosa Elena Ajiaco Martinez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Carlos Barreto Reyes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Breidy Leandro Rodriguez Uma\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Karen Lineke Alvarez Alvarez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Miguel Angel Cort\\u00e9s Hern\\u00e1ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jesica Juliana Romero Lizcano<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Erwin Andres Navarro G\\u00f3mez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000011558\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:55:22\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-28 15:00:44\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-28 15:00:12\",\"publish_up\":\"2025-06-25 13:55:22\",\"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\":11,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":43,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(414,'com_content.article.11','','2025-08-29 13:05:54',46,9347,'3c43a0ccb29385d1ccc23152373d65d51278c252','{\"id\":\"11\",\"asset_id\":126,\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"alias\":\"girehpes\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Jes\\u00fas Manuel V\\u00e1squez Ramos<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0114533<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 11 de marzo de 2016<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correo de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px; font-weight: bold;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img style=\\\"max-width: 1140px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/girehpes_logo.jpg\\\" alt=\\\"Logo GIREHPES\\\" width=\\\"187\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo <strong>GIREHPES<\\/strong> est\\u00e1 enfocado en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n sostenible de los recursos hidrobiol\\u00f3gicos y pesqueros de la regi\\u00f3n Orinoquia Colombiana, aportando al conocimiento cient\\u00edfico y a la gesti\\u00f3n ambiental de la biodiversidad acu\\u00e1tica.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico de los siguientes programas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Biolog\\u00eda<\\/strong><\\/li>\\r\\n<li><strong>Ingenier\\u00eda Ambiental<\\/strong><\\/li>\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES fomenta la formaci\\u00f3n de j\\u00f3venes investigadores mediante los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero JIACACU -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>JIACACU<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/JIACACU_semillero.jpg\\\" alt=\\\"Logo JIACACU\\\"><\\/div>\\r\\n<!-- Semillero BioHerp -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>BioHerp<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BioHerp_semillero.jpg\\\" alt=\\\"Logo BioHerp\\\"><\\/div>\\r\\n<!-- Semillero BIODES -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Biolog\\u00eda del Desarrollo \\u2013 BIODES<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BIODES_semillero.jpg\\\" alt=\\\"Logo BIODES\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Caracterizaci\\u00f3n y conservaci\\u00f3n de la biodiversidad en la Orinoquia, con \\u00e9nfasis en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n de los recursos hidrobiol\\u00f3gicos.<\\/li>\\r\\n<li>Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el \\u00e1rea de pesquer\\u00edas.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jes\\u00fas Manuel V\\u00e1squez Ramos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Hernando Ramirez Gil<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Anthony Astwood Romero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Rosa Elena Ajiaco Martinez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Carlos Barreto Reyes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Breidy Leandro Rodriguez Uma\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Karen Lineke Alvarez Alvarez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Miguel Angel Cort\\u00e9s Hern\\u00e1ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jesica Juliana Romero Lizcano<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Erwin Andres Navarro G\\u00f3mez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000011558\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:55:22\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-29 13:05:54\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-29 13:05:28\",\"publish_up\":\"2025-06-25 13:55:22\",\"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\":11,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":46,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(416,'com_content.article.16','','2025-08-29 13:13:19',46,3079,'4d56fd7cd6efc7de0d3a9be4bb509de5cbe24249','{\"id\":\"16\",\"asset_id\":131,\"title\":\"Quienes somos\",\"alias\":\"quienes-somos\",\"introtext\":\"<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Somos una unidad acad\\u00e9mica y prestadora de servicios de la Universidad de los Llanos, comprometidos desde 1985 con la calidad del agua en la Orinoqu\\u00eda Colombiana. Nuestro centro naci\\u00f3 como Instituto de Aguas y hoy, tras a\\u00f1os de evoluci\\u00f3n y mejora continua, es el referente regional en an\\u00e1lisis y conservaci\\u00f3n ambiental.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>\\u00bfPor qu\\u00e9 es importante nuestro trabajo?<\\/strong><br>Apoyamos a los sectores industrial, agr\\u00edcola y energ\\u00e9tico con herramientas y estudios que garantizan la protecci\\u00f3n y buen manejo del recurso m\\u00e1s vital: el agua.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>\\u00bfQu\\u00e9 nos hace \\u00fanicos?<\\/strong><br>Contamos con la acreditaci\\u00f3n IDEAM bajo la norma NTC-ISO\\/IEC 17025:2017, lo que asegura la calidad y confiabilidad de nuestros an\\u00e1lisis. Nuestro equipo est\\u00e1 compuesto por la Unidad de Muestreo, la Unidad Anal\\u00edtica de Aguas, la Unidad Hidrobiol\\u00f3gica y la Unidad de Microbiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>\\u00bfQuieres saber m\\u00e1s o colaborar con nosotros?<\\/strong><br>\\u00a1No dudes en contactarnos! Juntos podemos conservar el agua de la Orinoqu\\u00eda para las futuras generaciones.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 14:54:29\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-29 13:13:19\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-29 13:12:34\",\"publish_up\":\"2025-06-25 14:54:29\",\"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\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":84,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(417,'com_content.article.16','','2025-08-29 13:20:54',46,3490,'1962fb800b7ee873658409a13054fb4cf2adedb7','{\"id\":\"16\",\"asset_id\":131,\"title\":\"Quienes somos\",\"alias\":\"quienes-somos\",\"introtext\":\"<div style=\\\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 25px; margin: 20px 0; font-family: Arial, sans-serif; line-height: 1.6; color: #333;\\\">\\r\\n<p style=\\\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\\\">Somos una unidad acad\\u00e9mica y prestadora de servicios de la <strong>Universidad de los Llanos<\\/strong>, comprometidos desde 1985 con la calidad del agua en la Orinoqu\\u00eda Colombiana. Nuestro centro naci\\u00f3 como <em>Instituto de Aguas<\\/em> y hoy, tras a\\u00f1os de evoluci\\u00f3n y mejora continua, es el referente regional en an\\u00e1lisis y conservaci\\u00f3n ambiental.<\\/p>\\r\\n<p style=\\\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\\\"><strong style=\\\"color: #006699;\\\">\\u00bfPor qu\\u00e9 es importante nuestro trabajo?<\\/strong><br>Apoyamos a los sectores industrial, agr\\u00edcola y energ\\u00e9tico con herramientas y estudios que garantizan la protecci\\u00f3n y buen manejo del recurso m\\u00e1s vital: <strong>el agua<\\/strong>.<\\/p>\\r\\n<p style=\\\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\\\"><strong style=\\\"color: #006699;\\\">\\u00bfQu\\u00e9 nos hace \\u00fanicos?<\\/strong><br>Contamos con la acreditaci\\u00f3n <strong>IDEAM<\\/strong> bajo la norma <em>NTC-ISO\\/IEC 17025:2017<\\/em>, lo que asegura la calidad y confiabilidad de nuestros an\\u00e1lisis. Nuestro equipo est\\u00e1 compuesto por la <em>Unidad de Muestreo<\\/em>, la <em>Unidad Anal\\u00edtica de Aguas<\\/em>, la <em>Unidad Hidrobiol\\u00f3gica<\\/em> y la <em>Unidad de Microbiolog\\u00eda<\\/em>.<\\/p>\\r\\n<p style=\\\"text-align: justify; margin: 0; font-size: 16px;\\\"><strong style=\\\"color: #006699;\\\">\\u00bfQuieres saber m\\u00e1s o colaborar con nosotros?<\\/strong><br>\\u00a1No dudes en contactarnos! <span style=\\\"color: #444;\\\">Juntos podemos conservar el agua de la Orinoqu\\u00eda para las futuras generaciones.<\\/span><\\/p>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 14:54:29\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-29 13:20:54\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-07-24 15:15:43\",\"publish_up\":\"2025-06-25 14:54:29\",\"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\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":72,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(418,'com_content.article.17','','2025-08-29 13:29:54',46,1642,'6eaca3e671fce5967af226ff9208db5162e71ee1','{\"id\":\"17\",\"asset_id\":132,\"title\":\"Equipo de laboratorio\",\"alias\":\"equipo-de-laboratorio\",\"introtext\":\"<p>{loadmoduleid 128}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 14:59:21\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-29 13:29:54\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-29 13:29:43\",\"publish_up\":\"2025-06-25 14:59: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\":3,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":26,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(419,'com_content.article.18','','2025-08-29 13:37:37',46,1899,'413bb744799c2887b3bbfa0f14e9b100d50b6d08','{\"id\":\"18\",\"asset_id\":133,\"title\":\"Servicios\",\"alias\":\"servicios\",\"introtext\":\"<p>&lt;div style=\\\"text-align:center; margin:20px 0;\\\"&gt;<br>\\u00a0 &lt;img src=\\\"images\\/servicios_CCA.jpg\\\" alt=\\\"Descripci\\u00f3n de la imagen\\\"\\u00a0<br>\\u00a0 \\u00a0 \\u00a0 \\u00a0style=\\\"max-width:100%; height:auto; border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,0.2);\\\"&gt;<br>&lt;\\/div&gt;<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:01:50\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-29 13:37:37\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-29 13:36:02\",\"publish_up\":\"2025-06-25 15:01:50\",\"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\":3,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":18,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(420,'com_content.article.18','','2025-08-29 13:38:37',46,1828,'954665cf8426cd3f4aed7d81210b0e5e6b51bcf5','{\"id\":\"18\",\"asset_id\":133,\"title\":\"Servicios\",\"alias\":\"servicios\",\"introtext\":\"<div style=\\\"text-align: center; margin: 20px 0;\\\"><img style=\\\"max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.2);\\\" src=\\\"images\\/servicios_CCA.jpg\\\" alt=\\\"Descripci\\u00f3n de la imagen\\\"><\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:01:50\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-29 13:38:37\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-29 13:37:37\",\"publish_up\":\"2025-06-25 15:01:50\",\"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\":4,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":18,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(421,'com_content.article.18','','2025-08-29 14:21:01',46,2329,'c78c16e05ae4c98c8bfb17bd3421d4a4421819f1','{\"id\":\"18\",\"asset_id\":133,\"title\":\"Servicios\",\"alias\":\"servicios\",\"introtext\":\"<div style=\\\"text-align: center; margin: 20px 0;\\\"><img style=\\\"max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.2);\\\" src=\\\"images\\/CCA\\/servicios_CCA_3.jpg\\\" alt=\\\"Descripci\\u00f3n de la imagen\\\"><\\/div>\\r\\n<div style=\\\"text-align: center; margin: 20px 0;\\\"><img style=\\\"max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.2);\\\" src=\\\"images\\/CCA\\/servicios_CCA_4.jpg\\\" alt=\\\"Descripci\\u00f3n de la imagen\\\"><\\/div>\\r\\n<div style=\\\"text-align: center; margin: 20px 0;\\\"><img style=\\\"max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.2);\\\" src=\\\"images\\/CCA\\/servicios_CCA_5.jpg\\\" alt=\\\"Descripci\\u00f3n de la imagen\\\"><\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:01:50\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-29 14:21:01\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-29 14:18:32\",\"publish_up\":\"2025-06-25 15:01:50\",\"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\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":22,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(422,'com_content.article.18','','2025-08-29 14:26:09',46,1618,'9eaaa78caf1ef799150147ed34b71e7a4d5f6226','{\"id\":\"18\",\"asset_id\":133,\"title\":\"Servicios\",\"alias\":\"servicios\",\"introtext\":\"<p>{loadmoduleid 129}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:01:50\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-29 14:26:09\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-29 14:25:49\",\"publish_up\":\"2025-06-25 15:01:50\",\"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\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":23,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(423,'com_content.article.18','','2025-08-29 14:37:40',46,1648,'0cf0fb7128ff56d34500d2288199f1cbfd371769','{\"id\":\"18\",\"asset_id\":133,\"title\":\"Servicios\",\"alias\":\"servicios\",\"introtext\":\"<p>{loadmoduleid 129}<\\/p>\\r\\n<p>{loadmoduleid 130}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:01:50\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-29 14:37:40\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-29 14:34:53\",\"publish_up\":\"2025-06-25 15:01:50\",\"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\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":33,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(424,'com_content.article.18','','2025-08-29 14:46:31',46,1684,'242c7353d8e2effc74f070a8147e639f6f58e950','{\"id\":\"18\",\"asset_id\":133,\"title\":\"Servicios\",\"alias\":\"servicios\",\"introtext\":\"<p>{loadmoduleid 129}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{loadmoduleid 130}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:01:50\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-29 14:46:31\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-29 14:46:23\",\"publish_up\":\"2025-06-25 15:01:50\",\"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\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":41,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(425,'com_content.article.18','','2025-08-29 14:46:45',46,1667,'5e27dff125b70db86259d5adc582e10cc1325eae','{\"id\":\"18\",\"asset_id\":133,\"title\":\"Servicios\",\"alias\":\"servicios\",\"introtext\":\"<p>{loadmoduleid 129}<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>{loadmoduleid 130}<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:01:50\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-29 14:46:45\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-29 14:46:31\",\"publish_up\":\"2025-06-25 15:01:50\",\"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\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":42,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(426,'com_content.article.19','','2025-08-29 21:50:06',46,2703,'675ed710120de6ae5261aaca031690ad3d576016','{\"id\":\"19\",\"asset_id\":134,\"title\":\"Informaci\\u00f3n de contacto\",\"alias\":\"informacion-de-contacto\",\"introtext\":\"<div style=\\\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 25px; margin: 20px 0; font-family: Arial, sans-serif; line-height: 1.6; color: #333;\\\">\\r\\n<p style=\\\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\\\"><strong>Direcci\\u00f3n:<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\\\">Universidad de los Llanos Km 12 V\\u00eda Puerto L\\u00f3pez, Vereda Barcelona<\\/p>\\r\\n<p style=\\\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\\\"><strong>Emails de contacto:<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\\\"><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a> <br><a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<p style=\\\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\\\"><strong>Tel\\u00e9fono de contacto:<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: justify; margin: 0 0 15px 0; font-size: 16px;\\\"><a href=\\\"tel:+5766616800\\\">+57 66616800<\\/a><\\/p>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:03:11\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-08-29 21:50:06\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-08-29 21:35:22\",\"publish_up\":\"2025-06-25 15:03: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\":3,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":23,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(428,'com_content.article.6','','2025-09-02 13:56:56',46,4538,'385118de285423aa0cc5365f4dcdadce50de4d1d','{\"id\":\"6\",\"asset_id\":121,\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"alias\":\"certificaciones-y-distinciones\",\"introtext\":\"<h1><span style=\\\"font-size: 36px;\\\"><strong>RECONOCIMIENTOS<\\/strong><\\/span><\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/Imagen%20Reconocimiento%20minciencias.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Reconocimiento minciencias.jpg\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><span style=\\\"font-size: 36px;\\\"><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/span><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><strong><img class=\\\"effectck-steve\\\" src=\\\"images\\/Acreditacin%20alta%20calidad%20MGAS.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Acreditacin alta calidad MGAS.jpg\\\"><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 80px;\\\">Programa con\\u00a0<strong>Acreditaci\\u00f3n en\\u00a0Alta Calidad<\\/strong> otorgado por el <strong>Ministerio de Educaci\\u00f3n Nacional<\\/strong>. Res MEN 023036 del 2021<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Acreditaci\\u00f3n de Laboratorio<\\/span><\\/strong><\\/h2>\\r\\n<p><strong>El Centro de Calidad de Aguas cuenta con acreditaci\\u00f3n <\\/strong><strong>IDEAM<\\/strong> bajo la norma <strong>NTC-ISO\\/IEC 17025.<\\/strong>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/Imagen%20Acreditacin%20IDEAM.jpg\\\" alt=\\\"Imagen Acreditaci\\u00f3n IDEAM.png\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Acreditacin IDEAM.jpg\\\"><\\/p>\\r\\n<h2>\\u00a0<\\/h2>\\r\\n<h2 style=\\\"font-size: 36px; color: #2c3e50; text-align: center; margin-bottom: 20px;\\\"><strong>Certificaciones de Calidad<\\/strong><\\/h2>\\r\\n<p style=\\\"font-size: 18px; line-height: 1.6; color: #333; text-align: justify; margin-bottom: 20px;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<\\/strong> cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos.<\\/p>\\r\\n<ul style=\\\"list-style-type: none; padding: 0; margin: 0;\\\">\\r\\n<li style=\\\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\\\">\\r\\n<p style=\\\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\\\"><strong>ISO 9001:2015<\\/strong><br><span style=\\\"color: #555;\\\">Certificaci\\u00f3n otorgada por <strong>ICONTEC<\\/strong> e <strong>IQNet<\\/strong> que garantiza un sistema de gesti\\u00f3n de calidad s\\u00f3lido.<\\/span><\\/p>\\r\\n<\\/li>\\r\\n<li style=\\\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\\\">\\r\\n<p style=\\\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\\\"><strong>ISO 14001:2015<\\/strong><br><span style=\\\"color: #555;\\\">Certificaci\\u00f3n en gesti\\u00f3n ambiental que confirma el compromiso del ICAOC con la <strong>sostenibilidad<\\/strong>.<\\/span><\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:58:18\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 13:56:56\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-02 13:56:20\",\"publish_up\":\"2025-06-24 18:58:18\",\"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\\\":\\\"1\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"0\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"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\":14,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":69,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(429,'com_content.article.6','','2025-09-02 13:57:49',46,4464,'198bc4b207cd0e4f9b3bbfcbb879d866c322afc8','{\"id\":\"6\",\"asset_id\":121,\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"alias\":\"certificaciones-y-distinciones\",\"introtext\":\"<h1><span style=\\\"font-size: 36px;\\\"><strong>RECONOCIMIENTOS<\\/strong><\\/span><\\/h1>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/Imagen%20Reconocimiento%20minciencias.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Reconocimiento minciencias.jpg\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><span style=\\\"font-size: 36px;\\\"><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/span><\\/p>\\r\\n<p><strong><img class=\\\"effectck-steve\\\" src=\\\"images\\/Acreditacin%20alta%20calidad%20MGAS.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Acreditacin alta calidad MGAS.jpg\\\"><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 80px;\\\">Programa con\\u00a0<strong>Acreditaci\\u00f3n en\\u00a0Alta Calidad<\\/strong> otorgado por el <strong>Ministerio de Educaci\\u00f3n Nacional<\\/strong>. Res MEN 023036 del 2021<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Acreditaci\\u00f3n de Laboratorio<\\/span><\\/strong><\\/h2>\\r\\n<p><strong>El Centro de Calidad de Aguas cuenta con acreditaci\\u00f3n <\\/strong><strong>IDEAM<\\/strong> bajo la norma <strong>NTC-ISO\\/IEC 17025.<\\/strong>\\u00a0<\\/p>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/Imagen%20Acreditacin%20IDEAM.jpg\\\" alt=\\\"Imagen Acreditaci\\u00f3n IDEAM.png\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Acreditacin IDEAM.jpg\\\"><\\/p>\\r\\n<h2 style=\\\"font-size: 36px; color: #2c3e50; text-align: center; margin-bottom: 20px;\\\"><strong>Certificaciones de Calidad<\\/strong><\\/h2>\\r\\n<p style=\\\"font-size: 18px; line-height: 1.6; color: #333; text-align: justify; margin-bottom: 20px;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<\\/strong> cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos.<\\/p>\\r\\n<ul style=\\\"list-style-type: none; padding: 0; margin: 0;\\\">\\r\\n<li style=\\\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\\\">\\r\\n<p style=\\\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\\\"><strong>ISO 9001:2015<\\/strong><br><span style=\\\"color: #555;\\\">Certificaci\\u00f3n otorgada por <strong>ICONTEC<\\/strong> e <strong>IQNet<\\/strong> que garantiza un sistema de gesti\\u00f3n de calidad s\\u00f3lido.<\\/span><\\/p>\\r\\n<\\/li>\\r\\n<li style=\\\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\\\">\\r\\n<p style=\\\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\\\"><strong>ISO 14001:2015<\\/strong><br><span style=\\\"color: #555;\\\">Certificaci\\u00f3n en gesti\\u00f3n ambiental que confirma el compromiso del ICAOC con la <strong>sostenibilidad<\\/strong>.<\\/span><\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:58:18\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 13:57:49\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-02 13:56:56\",\"publish_up\":\"2025-06-24 18:58:18\",\"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\\\":\\\"1\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"0\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"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\":14,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":70,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(430,'com_content.article.6','','2025-09-02 13:58:17',46,4476,'2f07093be4a19da0072b054c945f6a8d18c100c0','{\"id\":\"6\",\"asset_id\":121,\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"alias\":\"certificaciones-y-distinciones\",\"introtext\":\"<h1><span style=\\\"font-size: 36px;\\\"><strong>RECONOCIMIENTOS<\\/strong><\\/span><\\/h1>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/Imagen%20Reconocimiento%20minciencias.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Reconocimiento minciencias.jpg\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><span style=\\\"font-size: 36px;\\\"><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/span><\\/p>\\r\\n<p><strong><img class=\\\"effectck-steve\\\" src=\\\"images\\/Acreditacin%20alta%20calidad%20MGAS.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Acreditacin alta calidad MGAS.jpg\\\"><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 80px;\\\">Programa con\\u00a0<strong>Acreditaci\\u00f3n en\\u00a0Alta Calidad<\\/strong> otorgado por el <strong>Ministerio de Educaci\\u00f3n Nacional<\\/strong>. Res MEN 023036 del 2021<\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\">\\u00a0<\\/p>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Acreditaci\\u00f3n de Laboratorio<\\/span><\\/strong><\\/h2>\\r\\n<p><strong>El Centro de Calidad de Aguas cuenta con acreditaci\\u00f3n <\\/strong><strong>IDEAM<\\/strong> bajo la norma <strong>NTC-ISO\\/IEC 17025.<\\/strong>\\u00a0<\\/p>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/Imagen%20Acreditacin%20IDEAM.jpg\\\" alt=\\\"Imagen Acreditaci\\u00f3n IDEAM.png\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Acreditacin IDEAM.jpg\\\"><\\/p>\\r\\n<h2 style=\\\"font-size: 36px; color: #2c3e50; text-align: center; margin-bottom: 20px;\\\"><strong>Certificaciones de Calidad<\\/strong><\\/h2>\\r\\n<p style=\\\"font-size: 18px; line-height: 1.6; color: #333; text-align: justify; margin-bottom: 20px;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<\\/strong> cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos.<\\/p>\\r\\n<ul style=\\\"list-style-type: none; padding: 0; margin: 0;\\\">\\r\\n<li style=\\\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\\\">\\r\\n<p style=\\\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\\\"><strong>ISO 9001:2015<\\/strong><br><span style=\\\"color: #555;\\\">Certificaci\\u00f3n otorgada por <strong>ICONTEC<\\/strong> e <strong>IQNet<\\/strong> que garantiza un sistema de gesti\\u00f3n de calidad s\\u00f3lido.<\\/span><\\/p>\\r\\n<\\/li>\\r\\n<li style=\\\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\\\">\\r\\n<p style=\\\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\\\"><strong>ISO 14001:2015<\\/strong><br><span style=\\\"color: #555;\\\">Certificaci\\u00f3n en gesti\\u00f3n ambiental que confirma el compromiso del ICAOC con la <strong>sostenibilidad<\\/strong>.<\\/span><\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:58:18\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 13:58:17\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-02 13:57:49\",\"publish_up\":\"2025-06-24 18:58:18\",\"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\\\":\\\"1\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"0\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"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\":14,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":71,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(431,'com_content.article.6','','2025-09-02 13:58:40',46,4410,'002bb35197917b48dc19560cc87297b90cbcbae8','{\"id\":\"6\",\"asset_id\":121,\"title\":\"CERTIFICACIONES Y DISTINCIONES\",\"alias\":\"certificaciones-y-distinciones\",\"introtext\":\"<h1><span style=\\\"font-size: 36px;\\\"><strong>RECONOCIMIENTOS<\\/strong><\\/span><\\/h1>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/Imagen%20Reconocimiento%20minciencias.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Reconocimiento minciencias.jpg\\\"><\\/p>\\r\\n<p><span style=\\\"font-size: 36px;\\\"><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/span><\\/p>\\r\\n<p><strong><img class=\\\"effectck-steve\\\" src=\\\"images\\/Acreditacin%20alta%20calidad%20MGAS.jpg\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Acreditacin alta calidad MGAS.jpg\\\"><\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 80px;\\\">Programa con\\u00a0<strong>Acreditaci\\u00f3n en\\u00a0Alta Calidad<\\/strong> otorgado por el <strong>Ministerio de Educaci\\u00f3n Nacional<\\/strong>. Res MEN 023036 del 2021<\\/p>\\r\\n<h2><strong><span style=\\\"font-size: 36px;\\\">Acreditaci\\u00f3n de Laboratorio<\\/span><\\/strong><\\/h2>\\r\\n<p><strong>El Centro de Calidad de Aguas cuenta con acreditaci\\u00f3n <\\/strong><strong>IDEAM<\\/strong> bajo la norma <strong>NTC-ISO\\/IEC 17025.<\\/strong>\\u00a0<\\/p>\\r\\n<p><img class=\\\"effectck-steve\\\" src=\\\"images\\/Imagen%20Acreditacin%20IDEAM.jpg\\\" alt=\\\"Imagen Acreditaci\\u00f3n IDEAM.png\\\" width=\\\"1280\\\" height=\\\"720\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Imagen Acreditacin IDEAM.jpg\\\"><\\/p>\\r\\n<h2 style=\\\"font-size: 36px; color: #2c3e50; text-align: center; margin-bottom: 20px;\\\"><strong>Certificaciones de Calidad<\\/strong><\\/h2>\\r\\n<p style=\\\"font-size: 18px; line-height: 1.6; color: #333; text-align: justify; margin-bottom: 20px;\\\">El <strong>Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<\\/strong> cuenta con certificaciones clave que respaldan la calidad y confiabilidad de sus procesos.<\\/p>\\r\\n<ul style=\\\"list-style-type: none; padding: 0; margin: 0;\\\">\\r\\n<li style=\\\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\\\">\\r\\n<p style=\\\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\\\"><strong>ISO 9001:2015<\\/strong><br><span style=\\\"color: #555;\\\">Certificaci\\u00f3n otorgada por <strong>ICONTEC<\\/strong> e <strong>IQNet<\\/strong> que garantiza un sistema de gesti\\u00f3n de calidad s\\u00f3lido.<\\/span><\\/p>\\r\\n<\\/li>\\r\\n<li style=\\\"background: #f8f9fa; padding: 15px 20px; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);\\\">\\r\\n<p style=\\\"margin: 0; font-size: 18px; color: #2c3e50; line-height: 1.6;\\\"><strong>ISO 14001:2015<\\/strong><br><span style=\\\"color: #555;\\\">Certificaci\\u00f3n en gesti\\u00f3n ambiental que confirma el compromiso del ICAOC con la <strong>sostenibilidad<\\/strong>.<\\/span><\\/p>\\r\\n<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:58:18\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 13:58:40\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-02 13:58:17\",\"publish_up\":\"2025-06-24 18:58:18\",\"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\\\":\\\"1\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"0\\\",\\\"link_author\\\":\\\"0\\\",\\\"show_create_date\\\":\\\"0\\\",\\\"show_modify_date\\\":\\\"0\\\",\\\"show_publish_date\\\":\\\"0\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"0\\\",\\\"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\":14,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":72,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(433,'com_contact.contact.1','','2025-09-02 14:10:34',46,2278,'3ea202f32eb051d6f4d91d7966a0dbd236ced74a','{\"id\":\"1\",\"name\":\"Cotiza con nosotros\",\"alias\":\"cotiza-con-nosotros\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"<p><a style=\\\"position: fixed; bottom: 20px; right: 20px; background-color: #25d366; color: white; border-radius: 50%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); text-decoration: none; z-index: 1000; transition: transform 0.3s ease;\\\" title=\\\"Cont\\u00e1ctanos por WhatsApp\\\" href=\\\"https:\\/\\/wa.me\\/1234567890?text=Hola,%20necesito%20m\\u00e1s%20informaci\\u00f3n\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"width: 30px; height: 30px;\\\" src=\\\"https:\\/\\/upload.wikimedia.org\\/wikipedia\\/commons\\/6\\/6b\\/WhatsApp.svg\\\" alt=\\\"WhatsApp\\\"> <\\/a><\\/p>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":46,\"checked_out_time\":\"2025-09-02 14:09:39\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"hide\\\",\\\"show_contact_list\\\":\\\"0\\\",\\\"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\\\":\\\"1\\\",\\\"allow_vcard\\\":\\\"0\\\",\\\"show_articles\\\":\\\"0\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"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\\\":\\\"1\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2025-07-15 19:59:26\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 14:10:34\",\"modified_by\":46,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":6,\"hits\":38}',0),(434,'com_contact.contact.1','','2025-09-02 14:18:24',46,2296,'e81db6d95a5fa6ab303db42ba4c7d0034600888b','{\"id\":\"1\",\"name\":\"Cotiza con nosotros\",\"alias\":\"cotiza-con-nosotros\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"<p><a style=\\\"position: fixed; bottom: 20px; right: 20px; background-color: #25d366; color: white; border-radius: 50%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); text-decoration: none; z-index: 1000; transition: transform 0.3s ease;\\\" title=\\\"Cont\\u00e1ctanos por WhatsApp\\\" href=\\\"https:\\/\\/wa.me\\/1234567890?text=Hola,%20necesito%20m\\u00e1s%20informaci\\u00f3n\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"width: 30px; height: 30px;\\\" src=\\\"https:\\/\\/upload.wikimedia.org\\/wikipedia\\/commons\\/6\\/6b\\/WhatsApp.svg\\\" alt=\\\"WhatsApp\\\"> <\\/a><\\/p>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":46,\"checked_out_time\":\"2025-09-02 14:18:05\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"hide\\\",\\\"show_contact_list\\\":\\\"0\\\",\\\"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\\\":\\\"1\\\",\\\"allow_vcard\\\":\\\"0\\\",\\\"show_articles\\\":\\\"0\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"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\\\":\\\"0\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"1\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2025-07-15 19:59:26\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 14:18:24\",\"modified_by\":46,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":\"2025-09-02 14:11:29\",\"publish_down\":null,\"version\":7,\"hits\":42}',0),(435,'com_contact.contact.1','','2025-09-02 14:19:11',46,1658,'ca6fa61c2ee569b5e45891b029d4b300554489b5','{\"id\":\"1\",\"name\":\"Cotiza con nosotros\",\"alias\":\"cotiza-con-nosotros\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"2\",\"checked_out\":46,\"checked_out_time\":\"2025-09-02 14:18:24\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"hide\\\",\\\"show_contact_list\\\":\\\"0\\\",\\\"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\\\":\\\"1\\\",\\\"allow_vcard\\\":\\\"0\\\",\\\"show_articles\\\":\\\"0\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"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\\\":\\\"1\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2025-07-15 19:59:26\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 14:19:11\",\"modified_by\":46,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":\"2025-09-02 14:11:29\",\"publish_down\":null,\"version\":8,\"hits\":43}',0),(436,'com_contact.contact.1','','2025-09-02 14:19:25',46,1658,'6ea4c12849afb0316a73b365fd528b04e92aef17','{\"id\":\"1\",\"name\":\"Cotiza con nosotros\",\"alias\":\"cotiza-con-nosotros\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"0\",\"checked_out\":46,\"checked_out_time\":\"2025-09-02 14:19:11\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"hide\\\",\\\"show_contact_list\\\":\\\"0\\\",\\\"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\\\":\\\"1\\\",\\\"allow_vcard\\\":\\\"0\\\",\\\"show_articles\\\":\\\"0\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"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\\\":\\\"1\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2025-07-15 19:59:26\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 14:19:25\",\"modified_by\":46,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":\"2025-09-02 14:11:29\",\"publish_down\":null,\"version\":9,\"hits\":45}',0),(437,'com_contact.contact.1','','2025-09-02 14:19:53',46,1659,'16858299b8a44d23ec490fad2d888a835f2b4f9a','{\"id\":\"1\",\"name\":\"Cotiza con nosotros\",\"alias\":\"cotiza-con-nosotros\",\"con_position\":\"\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"\",\"postcode\":\"\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":46,\"checked_out_time\":\"2025-09-02 14:19:25\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"hide\\\",\\\"show_contact_list\\\":\\\"0\\\",\\\"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\\\":\\\"1\\\",\\\"allow_vcard\\\":\\\"0\\\",\\\"show_articles\\\":\\\"0\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"\\\",\\\"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\\\":\\\"1\\\",\\\"custom_reply\\\":\\\"\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2025-07-15 19:59:26\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 14:19:53\",\"modified_by\":46,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":\"2025-09-02 14:11:29\",\"publish_down\":null,\"version\":10,\"hits\":45}',0),(450,'com_content.article.20','','2025-09-02 15:24:03',46,4040,'3f5e3e2524da408207ff641a0a2592567bcadce2','{\"id\":\"20\",\"asset_id\":135,\"title\":\"Solicitud de cotizaciones\",\"alias\":\"solicitud-de-cotizaciones\",\"introtext\":\"<div style=\\\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\\"><!-- Mapa --> <iframe style=\\\"border: 0; border-radius: 12px;\\\" src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d31837.929481203966!2d-73.5903744!3d4.0730624!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e3e2f699906f93f%3A0xbbcdd4f58e307139!2sUniversidad%20de%20los%20Llanos%20-%20Campus%20Barcelona!5e0!3m2!1ses!2sco!4v1756823963632!5m2!1ses!2sco\\\" width=\\\"600\\\" height=\\\"450\\\" sandbox=\\\"\\\" allowfullscreen=\\\"allowfullscreen\\\" loading=\\\"lazy\\\"><\\/iframe> <!-- Contenedor del formulario -->\\r\\n<div style=\\\"flex: 1 1 400px; min-width: 300px; position: relative;\\\">\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">Cont\\u00e1ctanos<\\/h2>\\r\\n<p style=\\\"font-size: 14px; color: #333; margin-bottom: 15px;\\\">Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario:<\\/p>\\r\\n<!-- Formulario --><form action=\\\"https:\\/\\/formsubmit.co\\/[email protected]\\\" method=\\\"POST\\\"><input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"nombre\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Nombre*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"email\\\" required=\\\"\\\" type=\\\"email\\\" placeholder=\\\"Email*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"asunto\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Asunto\\\"> <textarea style=\\\"width: 100%; padding: 10px; height: 100px; border: 1px solid #ccc; border-radius: 6px;\\\" required=\\\"\\\" placeholder=\\\"Mensaje*\\\"><\\/textarea> <button style=\\\"width: 100%; padding: 12px; margin-top: 10px; background: #d00; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: bold;\\\" type=\\\"submit\\\">Enviar<\\/button><\\/form><!-- Bot\\u00f3n de WhatsApp flotante dentro del formulario --> <a style=\\\"position: sticky; bottom: 10px; display: inline-block; float: right;\\\" href=\\\"https:\\/\\/wa.me\\/+573115868433?text=Hola\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"width: 60px; height: 60px;\\\" src=\\\"images\\/icons\\/whatsapp.png\\\" alt=\\\"WhatsApp\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:09:58\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 15:24:03\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-02 15:22:43\",\"publish_up\":\"2025-06-25 15:09:58\",\"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\":30,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(451,'com_content.article.20','','2025-09-02 15:26:58',46,3655,'adb40cd171f0370882ec6a4724b753cfa224cc7e','{\"id\":\"20\",\"asset_id\":135,\"title\":\"Solicitud de cotizaciones\",\"alias\":\"solicitud-de-cotizaciones\",\"introtext\":\"<div style=\\\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\\"><!-- Contenedor del formulario -->\\r\\n<div style=\\\"flex: 1 1 400px; min-width: 300px; position: relative;\\\">\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">{loadmoduleid 131}<\\/h2>\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">Cont\\u00e1ctanos<\\/h2>\\r\\n<p style=\\\"font-size: 14px; color: #333; margin-bottom: 15px;\\\">Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario:<\\/p>\\r\\n<!-- Formulario --><form action=\\\"https:\\/\\/formsubmit.co\\/[email protected]\\\" method=\\\"POST\\\"><input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"nombre\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Nombre*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"email\\\" required=\\\"\\\" type=\\\"email\\\" placeholder=\\\"Email*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"asunto\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Asunto\\\"> <textarea style=\\\"width: 100%; padding: 10px; height: 100px; border: 1px solid #ccc; border-radius: 6px;\\\" required=\\\"\\\" placeholder=\\\"Mensaje*\\\"><\\/textarea> <button style=\\\"width: 100%; padding: 12px; margin-top: 10px; background: #d00; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: bold;\\\" type=\\\"submit\\\">Enviar<\\/button><\\/form><!-- Bot\\u00f3n de WhatsApp flotante dentro del formulario --> <a style=\\\"position: sticky; bottom: 10px; display: inline-block; float: right;\\\" href=\\\"https:\\/\\/wa.me\\/+573115868433?text=Hola\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"width: 60px; height: 60px;\\\" src=\\\"images\\/icons\\/whatsapp.png\\\" alt=\\\"WhatsApp\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:09:58\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 15:26:58\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-02 15:26:20\",\"publish_up\":\"2025-06-25 15:09:58\",\"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\":30,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(452,'com_content.article.20','','2025-09-02 15:27:21',46,3643,'a341b5f6ad05d595b28d51bfb1f4e7f04e25bdb2','{\"id\":\"20\",\"asset_id\":135,\"title\":\"Solicitud de cotizaciones\",\"alias\":\"solicitud-de-cotizaciones\",\"introtext\":\"<div style=\\\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\\"><!-- Contenedor del formulario -->\\r\\n<div style=\\\"flex: 1 1 400px; min-width: 300px; position: relative;\\\">\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">\\u00a0<\\/h2>\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">Cont\\u00e1ctanos<\\/h2>\\r\\n<p style=\\\"font-size: 14px; color: #333; margin-bottom: 15px;\\\">Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario:<\\/p>\\r\\n<!-- Formulario --><form action=\\\"https:\\/\\/formsubmit.co\\/[email protected]\\\" method=\\\"POST\\\"><input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"nombre\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Nombre*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"email\\\" required=\\\"\\\" type=\\\"email\\\" placeholder=\\\"Email*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"asunto\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Asunto\\\"> <textarea style=\\\"width: 100%; padding: 10px; height: 100px; border: 1px solid #ccc; border-radius: 6px;\\\" required=\\\"\\\" placeholder=\\\"Mensaje*\\\"><\\/textarea> <button style=\\\"width: 100%; padding: 12px; margin-top: 10px; background: #d00; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: bold;\\\" type=\\\"submit\\\">Enviar<\\/button><\\/form><!-- Bot\\u00f3n de WhatsApp flotante dentro del formulario --> <a style=\\\"position: sticky; bottom: 10px; display: inline-block; float: right;\\\" href=\\\"https:\\/\\/wa.me\\/+573115868433?text=Hola\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"width: 60px; height: 60px;\\\" src=\\\"images\\/icons\\/whatsapp.png\\\" alt=\\\"WhatsApp\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:09:58\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 15:27:21\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-02 15:26:58\",\"publish_up\":\"2025-06-25 15:09:58\",\"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\":31,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(453,'com_content.article.20','','2025-09-02 15:47:09',46,4086,'064be11575ad775f0b8f2fc4b0bda9bd7c9e9188','{\"id\":\"20\",\"asset_id\":135,\"title\":\"Solicitud de cotizaciones\",\"alias\":\"solicitud-de-cotizaciones\",\"introtext\":\"<div style=\\\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\\"><iframe style=\\\"border: 0;\\\" src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d31837.929481203966!2d-73.5903744!3d4.0730624!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e3e2f699906f93f%3A0xbbcdd4f58e307139!2sUniversidad%20de%20los%20Llanos%20-%20Campus%20Barcelona!5e0!3m2!1ses!2sco!4v1756827902521!5m2!1ses!2sco\\\" width=\\\"600\\\" height=\\\"450\\\" sandbox=\\\"\\\" allowfullscreen=\\\"allowfullscreen\\\" loading=\\\"lazy\\\"><\\/iframe> <!-- Contenedor del formulario -->\\r\\n<div style=\\\"flex: 1 1 400px; min-width: 300px; position: relative;\\\">\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">\\u00a0<\\/h2>\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">Cont\\u00e1ctanos<\\/h2>\\r\\n<p style=\\\"font-size: 14px; color: #333; margin-bottom: 15px;\\\">Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario:<\\/p>\\r\\n<!-- Formulario --><form action=\\\"https:\\/\\/formsubmit.co\\/[email protected]\\\" method=\\\"POST\\\"><input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"nombre\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Nombre*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"email\\\" required=\\\"\\\" type=\\\"email\\\" placeholder=\\\"Email*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"asunto\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Asunto\\\"> <textarea style=\\\"width: 100%; padding: 10px; height: 100px; border: 1px solid #ccc; border-radius: 6px;\\\" required=\\\"\\\" placeholder=\\\"Mensaje*\\\"><\\/textarea> <button style=\\\"width: 100%; padding: 12px; margin-top: 10px; background: #d00; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: bold;\\\" type=\\\"submit\\\">Enviar<\\/button><\\/form><!-- Bot\\u00f3n de WhatsApp flotante dentro del formulario --> <a style=\\\"position: sticky; bottom: 10px; display: inline-block; float: right;\\\" href=\\\"https:\\/\\/wa.me\\/+573115868433?text=Hola\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"width: 60px; height: 60px;\\\" src=\\\"images\\/icons\\/whatsapp.png\\\" alt=\\\"WhatsApp\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:09:58\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 15:47:09\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-02 15:46:31\",\"publish_up\":\"2025-06-25 15:09:58\",\"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\":33,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(454,'com_content.article.20','','2025-09-02 15:49:27',46,4085,'8ac6b1e2796ed866bd3fcd18f57cfa6215ee9c78','{\"id\":\"20\",\"asset_id\":135,\"title\":\"Solicitud de cotizaciones\",\"alias\":\"solicitud-de-cotizaciones\",\"introtext\":\"<div style=\\\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\\"><iframe style=\\\"border: 0;\\\" src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d31837.929481203966!2d-73.5903744!3d4.0730624!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e3e2f699906f93f%3A0xbbcdd4f58e307139!2sUniversidad%20de%20los%20Llanos%20-%20Campus%20Barcelona!5e0!3m2!1ses!2sco!4v1756827902521!5m2!1ses!2sco\\\" width=\\\"600\\\" height=\\\"450\\\" sandbox=\\\"\\\" allowfullscreen=\\\"allowfullscreen\\\" loading=\\\"lazy\\\"><\\/iframe><!-- Contenedor del formulario -->\\r\\n<div style=\\\"flex: 1 1 400px; min-width: 300px; position: relative;\\\">\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">\\u00a0<\\/h2>\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">Cont\\u00e1ctanos<\\/h2>\\r\\n<p style=\\\"font-size: 14px; color: #333; margin-bottom: 15px;\\\">Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario:<\\/p>\\r\\n<!-- Formulario --><form action=\\\"https:\\/\\/formsubmit.co\\/[email protected]\\\" method=\\\"POST\\\"><input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"nombre\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Nombre*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"email\\\" required=\\\"\\\" type=\\\"email\\\" placeholder=\\\"Email*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"asunto\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Asunto\\\"> <textarea style=\\\"width: 100%; padding: 10px; height: 100px; border: 1px solid #ccc; border-radius: 6px;\\\" required=\\\"\\\" placeholder=\\\"Mensaje*\\\"><\\/textarea> <button style=\\\"width: 100%; padding: 12px; margin-top: 10px; background: #d00; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: bold;\\\" type=\\\"submit\\\">Enviar<\\/button><\\/form><!-- Bot\\u00f3n de WhatsApp flotante dentro del formulario --> <a style=\\\"position: sticky; bottom: 10px; display: inline-block; float: right;\\\" href=\\\"https:\\/\\/wa.me\\/+573115868433?text=Hola\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"width: 60px; height: 60px;\\\" src=\\\"images\\/icons\\/whatsapp.png\\\" alt=\\\"WhatsApp\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:09:58\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 15:49:27\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-02 15:47:09\",\"publish_up\":\"2025-06-25 15:09:58\",\"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\":34,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(455,'com_content.article.20','','2025-09-02 16:03:43',46,4072,'24b8cff8591cc57390626f6cfc32c977c30d7efe','{\"id\":\"20\",\"asset_id\":135,\"title\":\"Solicitud de cotizaciones\",\"alias\":\"solicitud-de-cotizaciones\",\"introtext\":\"<div style=\\\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\\"><iframe style=\\\"border: 0;\\\" src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d31837.929481203966!2d-73.5903744!3d4.0730624!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e3e2f699906f93f%3A0xbbcdd4f58e307139!2sUniversidad%20de%20los%20Llanos%20-%20Campus%20Barcelona!5e0!3m2!1ses!2sco!4v1756827902521!5m2!1ses!2sco\\\" width=\\\"600\\\" height=\\\"450\\\" allowfullscreen=\\\"allowfullscreen\\\" loading=\\\"lazy\\\"><\\/iframe><!-- Contenedor del formulario -->\\r\\n<div style=\\\"flex: 1 1 400px; min-width: 300px; position: relative;\\\">\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">\\u00a0<\\/h2>\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">Cont\\u00e1ctanos<\\/h2>\\r\\n<p style=\\\"font-size: 14px; color: #333; margin-bottom: 15px;\\\">Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario:<\\/p>\\r\\n<!-- Formulario --><form action=\\\"https:\\/\\/formsubmit.co\\/[email protected]\\\" method=\\\"POST\\\"><input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"nombre\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Nombre*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"email\\\" required=\\\"\\\" type=\\\"email\\\" placeholder=\\\"Email*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"asunto\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Asunto\\\"> <textarea style=\\\"width: 100%; padding: 10px; height: 100px; border: 1px solid #ccc; border-radius: 6px;\\\" required=\\\"\\\" placeholder=\\\"Mensaje*\\\"><\\/textarea> <button style=\\\"width: 100%; padding: 12px; margin-top: 10px; background: #d00; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: bold;\\\" type=\\\"submit\\\">Enviar<\\/button><\\/form><!-- Bot\\u00f3n de WhatsApp flotante dentro del formulario --> <a style=\\\"position: sticky; bottom: 10px; display: inline-block; float: right;\\\" href=\\\"https:\\/\\/wa.me\\/+573115868433?text=Hola\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"width: 60px; height: 60px;\\\" src=\\\"images\\/icons\\/whatsapp.png\\\" alt=\\\"WhatsApp\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:09:58\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 16:03:43\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-02 16:03:28\",\"publish_up\":\"2025-06-25 15:09:58\",\"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\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":37,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(456,'com_content.article.20','','2025-09-02 16:06:41',46,4004,'ce782b68407ee4c0f80898e792a6990683efa89d','{\"id\":\"20\",\"asset_id\":135,\"title\":\"Solicitud de cotizaciones\",\"alias\":\"solicitud-de-cotizaciones\",\"introtext\":\"<div style=\\\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\\"><iframe style=\\\"border: 0;\\\" src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d31837.929481203966!2d-73.5903744!3d4.0730624!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e3e2f699906f93f%3A0xbbcdd4f58e307139!2sUniversidad%20de%20los%20Llanos%20-%20Campus%20Barcelona!5e0!3m2!1ses!2sco!4v1756827902521!5m2!1ses!2sco\\\" width=\\\"600\\\" height=\\\"450\\\" sandbox=\\\"\\\" allowfullscreen=\\\"allowfullscreen\\\" loading=\\\"lazy\\\"><\\/iframe><!-- Contenedor del formulario -->\\r\\n<div style=\\\"flex: 1 1 400px; min-width: 300px; position: relative;\\\">\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">Cont\\u00e1ctanos<\\/h2>\\r\\n<p style=\\\"font-size: 14px; color: #333; margin-bottom: 15px;\\\">Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario:<\\/p>\\r\\n<!-- Formulario --><form action=\\\"https:\\/\\/formsubmit.co\\/[email protected]\\\" method=\\\"POST\\\"><input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"nombre\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Nombre*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"email\\\" required=\\\"\\\" type=\\\"email\\\" placeholder=\\\"Email*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"asunto\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Asunto\\\"> <textarea style=\\\"width: 100%; padding: 10px; height: 100px; border: 1px solid #ccc; border-radius: 6px;\\\" required=\\\"\\\" placeholder=\\\"Mensaje*\\\"><\\/textarea> <button style=\\\"width: 100%; padding: 12px; margin-top: 10px; background: #d00; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: bold;\\\" type=\\\"submit\\\">Enviar<\\/button><\\/form><!-- Bot\\u00f3n de WhatsApp flotante dentro del formulario --> <a style=\\\"position: sticky; bottom: 10px; display: inline-block; float: right;\\\" href=\\\"https:\\/\\/wa.me\\/+573115868433?text=Hola\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"width: 60px; height: 60px;\\\" src=\\\"images\\/icons\\/whatsapp.png\\\" alt=\\\"WhatsApp\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:09:58\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 16:06:41\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-02 16:06:32\",\"publish_up\":\"2025-06-25 15:09:58\",\"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\":29,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":39,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(457,'com_content.article.20','','2025-09-02 16:07:31',46,3991,'4fbe07c638da60cf6dfd024b41a17141d84d8686','{\"id\":\"20\",\"asset_id\":135,\"title\":\"Solicitud de cotizaciones\",\"alias\":\"solicitud-de-cotizaciones\",\"introtext\":\"<div style=\\\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\\"><iframe style=\\\"border: 0;\\\" src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d31837.929481203966!2d-73.5903744!3d4.0730624!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e3e2f699906f93f%3A0xbbcdd4f58e307139!2sUniversidad%20de%20los%20Llanos%20-%20Campus%20Barcelona!5e0!3m2!1ses!2sco!4v1756827902521!5m2!1ses!2sco\\\" width=\\\"600\\\" height=\\\"450\\\" allowfullscreen=\\\"allowfullscreen\\\" loading=\\\"lazy\\\"><\\/iframe><!-- Contenedor del formulario -->\\r\\n<div style=\\\"flex: 1 1 400px; min-width: 300px; position: relative;\\\">\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">Cont\\u00e1ctanos<\\/h2>\\r\\n<p style=\\\"font-size: 14px; color: #333; margin-bottom: 15px;\\\">Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario:<\\/p>\\r\\n<!-- Formulario --><form action=\\\"https:\\/\\/formsubmit.co\\/[email protected]\\\" method=\\\"POST\\\"><input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"nombre\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Nombre*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"email\\\" required=\\\"\\\" type=\\\"email\\\" placeholder=\\\"Email*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"asunto\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Asunto\\\"> <textarea style=\\\"width: 100%; padding: 10px; height: 100px; border: 1px solid #ccc; border-radius: 6px;\\\" required=\\\"\\\" placeholder=\\\"Mensaje*\\\"><\\/textarea> <button style=\\\"width: 100%; padding: 12px; margin-top: 10px; background: #d00; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: bold;\\\" type=\\\"submit\\\">Enviar<\\/button><\\/form><!-- Bot\\u00f3n de WhatsApp flotante dentro del formulario --> <a style=\\\"position: sticky; bottom: 10px; display: inline-block; float: right;\\\" href=\\\"https:\\/\\/wa.me\\/+573115868433?text=Hola\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"width: 60px; height: 60px;\\\" src=\\\"images\\/icons\\/whatsapp.png\\\" alt=\\\"WhatsApp\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:09:58\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-02 16:07:31\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-02 16:07:11\",\"publish_up\":\"2025-06-25 15:09:58\",\"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\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":41,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(488,'com_content.article.21','','2025-09-05 15:44:20',46,30604,'f79f518563f40deb2213c5a6546de6274e85ffa2','{\"id\":\"21\",\"asset_id\":136,\"title\":\"Consultor\\u00edas Ambientales \",\"alias\":\"consultorias-ambientales\",\"introtext\":\"<!-- Cat\\u00e1logo de Servicios \\u2013 Instituto de Ciencias Ambientales de la Orinoquia Colombiana -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Roboto, Arial, sans-serif; color: #1f2937; line-height: 1.55; background: linear-gradient(180deg,#f7fafc 0%, #eef2f7 100%); padding: 28px; border-radius: 18px; box-shadow: 0 8px 30px rgba(0,0,0,.08); max-width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: hidden;\\\"><!-- Encabezado -->\\r\\n<div style=\\\"background: #ffffff; border-radius: 18px; padding: 28px; box-shadow: 0 8px 24px rgba(16,24,40,.06); border: 1px solid #e5e7eb; box-sizing: border-box; overflow: hidden;\\\">\\r\\n<h1 style=\\\"margin: 0 0 6px; font-size: clamp(26px, 3vw, 38px); color: #064e3b; letter-spacing: .2px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cat\\u00e1logo de Servicios<\\/h1>\\r\\n<p style=\\\"margin: 0; font-size: clamp(14px, 2vw, 16px); color: #475569; word-wrap: break-word; overflow-wrap: break-word;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana<\\/p>\\r\\n<!-- Navegaci\\u00f3n interna -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px;\\\"><a style=\\\"text-decoration: none; background: #ecfdf5; color: #065f46; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #a7f3d0;\\\" href=\\\"#consultoria\\\">Consultor\\u00eda<\\/a> <a style=\\\"text-decoration: none; background: #eff6ff; color: #1e40af; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bfdbfe;\\\" href=\\\"#gestion-territorio\\\">Gesti\\u00f3n ambiental y del territorio<\\/a> <a style=\\\"text-decoration: none; background: #fefce8; color: #92400e; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fde68a;\\\" href=\\\"#recursos-naturales\\\">Recursos Naturales<\\/a> <a style=\\\"text-decoration: none; background: #fff7ed; color: #9a3412; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fed7aa;\\\" href=\\\"#sig\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica<\\/a> <a style=\\\"text-decoration: none; background: #eef2ff; color: #3730a3; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #c7d2fe;\\\" href=\\\"#divulgacion\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/a> <a style=\\\"text-decoration: none; background: #f0fdf4; color: #166534; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bbf7d0;\\\" href=\\\"#laboratorio\\\">Laboratorio y An\\u00e1lisis<\\/a> <a style=\\\"text-decoration: none; background: #fdf2f8; color: #9d174d; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fbcfe8;\\\" href=\\\"#educacion\\\">Educaci\\u00f3n (formal y no formal)<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n: Consultor\\u00eda Ambiental -->\\r\\n<section id=\\\"consultoria\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#ecfdf5, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #065f46; word-wrap: break-word; overflow-wrap: break-word;\\\">Consultor\\u00eda Ambiental<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Asesor\\u00eda estrat\\u00e9gica, t\\u00e9cnica y cient\\u00edfica para decisiones informadas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\"><!-- Item -->\\r\\n<div style=\\\"grid-column: span 6; background: #f8fffb; border: 1px solid #a7f3d0; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #064e3b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Valoraci\\u00f3n de Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cuantificaci\\u00f3n y valoraci\\u00f3n de beneficios ecosist\\u00e9micos de la Orinoqu\\u00eda.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e6f9ed; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en Pol\\u00edticas P\\u00fablicas Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de pol\\u00edticas para la sostenibilidad regional.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e3fce3; border: 1px solid #86d48d; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #005030; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Soporte T\\u00e9cnico para la Toma de Decisiones<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Informaci\\u00f3n cient\\u00edfica y an\\u00e1lisis para gobiernos, empresas y comunidades.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f2fdf7; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Proyectos de Investigaci\\u00f3n y Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Formulaci\\u00f3n y ejecuci\\u00f3n integral de proyectos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #e0f0df; border: 1px solid #88a26b; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #014421; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en proyectos ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento t\\u00e9cnico desde la idea hasta el cierre.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n ambiental y del territorio -->\\r\\n<section id=\\\"gestion-territorio\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eff6ff, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #1e40af; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n ambiental y del territorio<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Planificaci\\u00f3n, diagn\\u00f3stico y monitoreo para la ordenaci\\u00f3n sostenible.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f8fbff; border: 1px solid #bfdbfe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Planes de Ordenamiento Territorial<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Orden departamental y municipal.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Estudios de Suelos con \\u00e9nfasis en Agricultura<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades, aptitud y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Cobertura y Uso del Suelo<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n y cambios de uso.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Huella H\\u00eddrica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n del agua azul, verde y gris.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Hidrobiol\\u00f3gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diversidad e \\u00edndices de calidad.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Indicadores Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Huella h\\u00eddrica, huella de carbono e integridad biol\\u00f3gica.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">An\\u00e1lisis Socioecon\\u00f3mico del Territorio<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estructura productiva y bienestar.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0c4a6e; margin-bottom: 8px;\\\">Calidad de Cuerpos de Agua<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Monitoreo f\\u00edsico-qu\\u00edmico y biol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Integrales de Cuencas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diagn\\u00f3stico, modelaci\\u00f3n y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Impactos del Cambio Clim\\u00e1tico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Riesgos, vulnerabilidad y adaptaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ecfeff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Planes de Manejo Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento en la ejecuci\\u00f3n y seguimiento.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #155e75; margin-bottom: 8px;\\\">Recursos H\\u00eddricos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Uso y aprovechamiento sostenible de aguas superficiales y subterr\\u00e1neas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Programas y Estrategias Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o e implementaci\\u00f3n territorial.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">Diagn\\u00f3stico Socioambiental y Socioecon\\u00f3mico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Comunidades locales y rurales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Gesti\\u00f3n Social<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de planes de gesti\\u00f3n social.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n de los Recursos Naturales -->\\r\\n<section id=\\\"recursos-naturales\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fefce8,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #92400e; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n de los Recursos Naturales<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Evaluaci\\u00f3n y monitoreo de biodiversidad y ecosistemas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Biodiversidad y Ecosistemas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n, identificaci\\u00f3n y evaluaci\\u00f3n de recursos naturales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff4e6; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Ecosistemas Estrat\\u00e9gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Morichales, sabanas, humedales y bosques secos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1e6; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Estructura y Composici\\u00f3n Vegetal<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudios a nivel de ecosistema.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\\\">An\\u00e1lisis de Coberturas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cartograf\\u00eda y m\\u00e9tricas de cambio.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff8f0; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n y priorizaci\\u00f3n de beneficios.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffaf0; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Comunidades Hidrobiol\\u00f3gicas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Muestreo y monitoreo para EIA.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: SIG -->\\r\\n<section id=\\\"sig\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #fef3c7; background: linear-gradient(90deg,#fff7ed,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #9a3412; word-wrap: break-word; overflow-wrap: break-word;\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica (SIG)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cartograf\\u00eda, an\\u00e1lisis espacial y comunicaci\\u00f3n visual.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fef2f2; border: 1px solid #fecaca; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 8px;\\\">Cartograf\\u00eda B\\u00e1sica y Tem\\u00e1tica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Generaci\\u00f3n y actualizaci\\u00f3n de mapas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1f2; border: 1px solid #fda4af; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #be123c; margin-bottom: 8px;\\\">Dise\\u00f1os Cartogr\\u00e1ficos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Productos impresos y digitales listos para publicaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Divulgaci\\u00f3n Cient\\u00edfica -->\\r\\n<section id=\\\"divulgacion\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eef2ff,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #3730a3; word-wrap: break-word; overflow-wrap: break-word;\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Comunicaci\\u00f3n p\\u00fablica de la ciencia y apropiaci\\u00f3n social.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f5f3ff; border: 1px solid #ddd6fe; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\\\">Eventos, Publicaciones y Materiales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Producci\\u00f3n bibliogr\\u00e1fica y divulgativa.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ede9fe; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4338ca; margin-bottom: 8px;\\\">Apropiaci\\u00f3n Social y Educaci\\u00f3n Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Procesos participativos y formaci\\u00f3n ciudadana.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #faf5ff; border: 1px solid #e9d5ff; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #6b21a8; margin-bottom: 8px;\\\">Fomento a Vocaciones Cient\\u00edficas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudiantes y j\\u00f3venes investigadores.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Laboratorio -->\\r\\n<section id=\\\"laboratorio\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#f0fdf4,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #166534; word-wrap: break-word; overflow-wrap: break-word;\\\">Servicios de Laboratorio y An\\u00e1lisis<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Ensayos acreditables y soporte a la calidad.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f7fee7; border: 1px solid #d9f99d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4d7c0f; margin-bottom: 8px;\\\">Calidad de Aguas (Centro de Calidad de Aguas)<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Pruebas f\\u00edsico-qu\\u00edmicas y microbiol\\u00f3gicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fefce8; border: 1px solid #fef08a; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #854d0e; margin-bottom: 8px;\\\">An\\u00e1lisis de Suelos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades f\\u00edsicas y qu\\u00edmicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #ecfccb; border: 1px solid #bef264; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #365314; margin-bottom: 8px;\\\">ISO\\/IEC 17025<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Asesor\\u00eda y acompa\\u00f1amiento para certificaci\\u00f3n de laboratorios.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Educaci\\u00f3n -->\\r\\n<section id=\\\"educacion\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; box-sizing: border-box; max-width: 1100px; margin: 0 auto; width: 100%;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fdf2f8, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #9d174d; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Programa de Educaci\\u00f3n (formal y no formal)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Posgrados y formaci\\u00f3n continua para diversos p\\u00fablicos.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Contenido -->\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Formaci\\u00f3n Continua -->\\r\\n<div style=\\\"background: #fffaf0; border: 1px solid #fed7aa; border-radius: 14px; padding: 16px; box-sizing: border-box; width: 100%; overflow: hidden; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: bold; color: #7c2d12; margin-bottom: 6px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Diplomados, Cursos, Talleres y Capacitaciones<\\/div>\\r\\n<!-- Contenedor de Cards -->\\r\\n<div style=\\\"display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Gesti\\u00f3n y normativa -->\\r\\n<div style=\\\"background: #fff1f2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 6px;\\\">Gesti\\u00f3n y normativa<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Legislaci\\u00f3n Ambiental<\\/li>\\r\\n<li>Gesti\\u00f3n Ambiental local<\\/li>\\r\\n<li>Liderazgo en participaci\\u00f3n y convivencia<\\/li>\\r\\n<li>Participaci\\u00f3n social y gobernanza<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Recursos h\\u00eddricos -->\\r\\n<div style=\\\"background: #fef9c3; border: 1px solid #fde68a; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 6px;\\\">Recursos h\\u00eddricos<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Recurso h\\u00eddrico<\\/li>\\r\\n<li>Monitoreo de Calidad de Agua<\\/li>\\r\\n<li>Monitoreo de comunidades hidrobiol\\u00f3gicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macr\\u00f3fitas)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Econom\\u00eda circular -->\\r\\n<div style=\\\"background: #ffedd5; border: 1px solid #fdba74; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 6px;\\\">Econom\\u00eda circular<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Vermicompost<\\/li>\\r\\n<li>Compost<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n para NNA -->\\r\\n<div style=\\\"background: #fee2e2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #991b1b; margin-bottom: 6px;\\\">Formaci\\u00f3n para NNA<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Formaci\\u00f3n ambiental en ni\\u00f1os, ni\\u00f1as y adolescentes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Pie \\/ Llamado a la acci\\u00f3n -->\\r\\n<div style=\\\"margin-top: 26px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;\\\">\\r\\n<div>\\r\\n<div style=\\\"font-weight: bold; color: #064e3b; font-size: 18px;\\\">\\u00bfNecesitas un servicio a la medida?<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Escr\\u00edbenos con el nombre del servicio y el alcance requerido.<\\/div>\\r\\n<\\/div>\\r\\n<a style=\\\"text-decoration: none; background: #065f46; color: #ffffff; padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; box-shadow: 0 6px 16px rgba(6,95,70,.25); border: 1px solid #064e3b;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\/solicitud-de-cotizaciones\\\"> Explorar servicios <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":14,\"created\":\"2025-06-25 19:43:34\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-05 15:44:20\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-05 15:43:14\",\"publish_up\":\"2025-06-25 19:43:34\",\"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\":39,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":67,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(489,'com_content.article.21','','2025-09-05 15:47:29',46,30596,'b67fad07ed7778322119252b85713e0d266cd91f','{\"id\":\"21\",\"asset_id\":136,\"title\":\"Consultor\\u00edas Ambientales \",\"alias\":\"consultorias-ambientales\",\"introtext\":\"<!-- Cat\\u00e1logo de Servicios \\u2013 Instituto de Ciencias Ambientales de la Orinoquia Colombiana -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Roboto, Arial, sans-serif; color: #1f2937; line-height: 1.55; background: linear-gradient(180deg,#f7fafc 0%, #eef2f7 100%); padding: 28px; border-radius: 18px; box-shadow: 0 8px 30px rgba(0,0,0,.08); max-width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: hidden;\\\"><!-- Encabezado -->\\r\\n<div style=\\\"background: #ffffff; border-radius: 18px; padding: 28px; box-shadow: 0 8px 24px rgba(16,24,40,.06); border: 1px solid #e5e7eb; box-sizing: border-box; overflow: hidden;\\\">\\r\\n<h1 style=\\\"margin: 0 0 6px; font-size: clamp(26px, 3vw, 38px); color: #064e3b; letter-spacing: .2px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cat\\u00e1logo de Servicios<\\/h1>\\r\\n<p style=\\\"margin: 0; font-size: clamp(14px, 2vw, 16px); color: #475569; word-wrap: break-word; overflow-wrap: break-word;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana<\\/p>\\r\\n<!-- Navegaci\\u00f3n interna -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px;\\\"><a style=\\\"text-decoration: none; background: #ecfdf5; color: #065f46; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #a7f3d0;\\\" href=\\\"#consultoria\\\">Consultor\\u00eda<\\/a> <a style=\\\"text-decoration: none; background: #eff6ff; color: #1e40af; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bfdbfe;\\\" href=\\\"#gestion-territorio\\\">Gesti\\u00f3n ambiental y del territorio<\\/a> <a style=\\\"text-decoration: none; background: #fefce8; color: #92400e; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fde68a;\\\" href=\\\"#recursos-naturales\\\">Recursos Naturales<\\/a> <a style=\\\"text-decoration: none; background: #fff7ed; color: #9a3412; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fed7aa;\\\" href=\\\"#sig\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica<\\/a> <a style=\\\"text-decoration: none; background: #eef2ff; color: #3730a3; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #c7d2fe;\\\" href=\\\"#divulgacion\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/a> <a style=\\\"text-decoration: none; background: #f0fdf4; color: #166534; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bbf7d0;\\\" href=\\\"#laboratorio\\\">Laboratorio y An\\u00e1lisis<\\/a> <a style=\\\"text-decoration: none; background: #fdf2f8; color: #9d174d; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fbcfe8;\\\" href=\\\"#educacion\\\">Educaci\\u00f3n (formal y no formal)<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n: Consultor\\u00eda Ambiental -->\\r\\n<section id=\\\"consultoria\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#ecfdf5, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #065f46; word-wrap: break-word; overflow-wrap: break-word;\\\">Consultor\\u00eda Ambiental<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Asesor\\u00eda estrat\\u00e9gica, t\\u00e9cnica y cient\\u00edfica para decisiones informadas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\"><!-- Item -->\\r\\n<div style=\\\"grid-column: span 6; background: #f8fffb; border: 1px solid #a7f3d0; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #064e3b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Valoraci\\u00f3n de Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cuantificaci\\u00f3n y valoraci\\u00f3n de beneficios ecosist\\u00e9micos de la Orinoqu\\u00eda.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e6f9ed; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en Pol\\u00edticas P\\u00fablicas Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de pol\\u00edticas para la sostenibilidad regional.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e3fce3; border: 1px solid #86d48d; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #005030; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Soporte T\\u00e9cnico para la Toma de Decisiones<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Informaci\\u00f3n cient\\u00edfica y an\\u00e1lisis para gobiernos, empresas y comunidades.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f2fdf7; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Proyectos de Investigaci\\u00f3n y Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Formulaci\\u00f3n y ejecuci\\u00f3n integral de proyectos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #e0f0df; border: 1px solid #88a26b; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #014421; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en proyectos ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento t\\u00e9cnico desde la idea hasta el cierre.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n ambiental y del territorio -->\\r\\n<section id=\\\"gestion-territorio\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eff6ff, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #1e40af; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n ambiental y del territorio<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Planificaci\\u00f3n, diagn\\u00f3stico y monitoreo para la ordenaci\\u00f3n sostenible.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f8fbff; border: 1px solid #bfdbfe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Planes de Ordenamiento Territorial<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Orden departamental y municipal.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Estudios de Suelos con \\u00e9nfasis en Agricultura<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades, aptitud y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Cobertura y Uso del Suelo<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n y cambios de uso.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Huella H\\u00eddrica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n del agua azul, verde y gris.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Hidrobiol\\u00f3gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diversidad e \\u00edndices de calidad.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Indicadores Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Huella h\\u00eddrica, huella de carbono e integridad biol\\u00f3gica.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">An\\u00e1lisis Socioecon\\u00f3mico del Territorio<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estructura productiva y bienestar.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0c4a6e; margin-bottom: 8px;\\\">Calidad de Cuerpos de Agua<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Monitoreo f\\u00edsico-qu\\u00edmico y biol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Integrales de Cuencas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diagn\\u00f3stico, modelaci\\u00f3n y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Impactos del Cambio Clim\\u00e1tico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Riesgos, vulnerabilidad y adaptaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ecfeff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Planes de Manejo Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento en la ejecuci\\u00f3n y seguimiento.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #155e75; margin-bottom: 8px;\\\">Recursos H\\u00eddricos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Uso y aprovechamiento sostenible de aguas superficiales y subterr\\u00e1neas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Programas y Estrategias Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o e implementaci\\u00f3n territorial.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">Diagn\\u00f3stico Socioambiental y Socioecon\\u00f3mico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Comunidades locales y rurales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Gesti\\u00f3n Social<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de planes de gesti\\u00f3n social.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n de los Recursos Naturales -->\\r\\n<section id=\\\"recursos-naturales\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fefce8,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #92400e; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n de los Recursos Naturales<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Evaluaci\\u00f3n y monitoreo de biodiversidad y ecosistemas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Biodiversidad y Ecosistemas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n, identificaci\\u00f3n y evaluaci\\u00f3n de recursos naturales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff4e6; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Ecosistemas Estrat\\u00e9gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Morichales, sabanas, humedales y bosques secos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1e6; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Estructura y Composici\\u00f3n Vegetal<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudios a nivel de ecosistema.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\\\">An\\u00e1lisis de Coberturas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cartograf\\u00eda y m\\u00e9tricas de cambio.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff8f0; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n y priorizaci\\u00f3n de beneficios.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffaf0; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Comunidades Hidrobiol\\u00f3gicas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Muestreo y monitoreo para EIA.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: SIG -->\\r\\n<section id=\\\"sig\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #fef3c7; background: linear-gradient(90deg,#fff7ed,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #9a3412; word-wrap: break-word; overflow-wrap: break-word;\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica (SIG)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cartograf\\u00eda, an\\u00e1lisis espacial y comunicaci\\u00f3n visual.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fef2f2; border: 1px solid #fecaca; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 8px;\\\">Cartograf\\u00eda B\\u00e1sica y Tem\\u00e1tica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Generaci\\u00f3n y actualizaci\\u00f3n de mapas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1f2; border: 1px solid #fda4af; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #be123c; margin-bottom: 8px;\\\">Dise\\u00f1os Cartogr\\u00e1ficos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Productos impresos y digitales listos para publicaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Divulgaci\\u00f3n Cient\\u00edfica -->\\r\\n<section id=\\\"divulgacion\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eef2ff,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #3730a3; word-wrap: break-word; overflow-wrap: break-word;\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Comunicaci\\u00f3n p\\u00fablica de la ciencia y apropiaci\\u00f3n social.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f5f3ff; border: 1px solid #ddd6fe; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\\\">Eventos, Publicaciones y Materiales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Producci\\u00f3n bibliogr\\u00e1fica y divulgativa.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ede9fe; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4338ca; margin-bottom: 8px;\\\">Apropiaci\\u00f3n Social y Educaci\\u00f3n Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Procesos participativos y formaci\\u00f3n ciudadana.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #faf5ff; border: 1px solid #e9d5ff; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #6b21a8; margin-bottom: 8px;\\\">Fomento a Vocaciones Cient\\u00edficas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudiantes y j\\u00f3venes investigadores.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Laboratorio -->\\r\\n<section id=\\\"laboratorio\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#f0fdf4,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #166534; word-wrap: break-word; overflow-wrap: break-word;\\\">Servicios de Laboratorio y An\\u00e1lisis<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Ensayos acreditables y soporte a la calidad.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f7fee7; border: 1px solid #d9f99d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4d7c0f; margin-bottom: 8px;\\\">Calidad de Aguas (Centro de Calidad de Aguas)<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Pruebas f\\u00edsico-qu\\u00edmicas y microbiol\\u00f3gicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fefce8; border: 1px solid #fef08a; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #854d0e; margin-bottom: 8px;\\\">An\\u00e1lisis de Suelos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades f\\u00edsicas y qu\\u00edmicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #ecfccb; border: 1px solid #bef264; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #365314; margin-bottom: 8px;\\\">ISO\\/IEC 17025<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Asesor\\u00eda y acompa\\u00f1amiento para certificaci\\u00f3n de laboratorios.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Educaci\\u00f3n -->\\r\\n<section id=\\\"educacion\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; box-sizing: border-box; max-width: 1100px; margin: 0 auto; width: 100%;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fdf2f8, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #9d174d; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Programa de Educaci\\u00f3n (formal y no formal)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Posgrados y formaci\\u00f3n continua para diversos p\\u00fablicos.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Contenido -->\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Formaci\\u00f3n Continua -->\\r\\n<div style=\\\"background: #fffaf0; border: 1px solid #fed7aa; border-radius: 14px; padding: 16px; box-sizing: border-box; width: 100%; overflow: hidden; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: bold; color: #7c2d12; margin-bottom: 6px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Diplomados, Cursos, Talleres y Capacitaciones<\\/div>\\r\\n<!-- Contenedor de Cards -->\\r\\n<div style=\\\"display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Gesti\\u00f3n y normativa -->\\r\\n<div style=\\\"background: #fff1f2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 6px;\\\">Gesti\\u00f3n y normativa<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Legislaci\\u00f3n Ambiental<\\/li>\\r\\n<li>Gesti\\u00f3n Ambiental local<\\/li>\\r\\n<li>Liderazgo en participaci\\u00f3n y convivencia<\\/li>\\r\\n<li>Participaci\\u00f3n social y gobernanza<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Recursos h\\u00eddricos -->\\r\\n<div style=\\\"background: #fef9c3; border: 1px solid #fde68a; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 6px;\\\">Recursos h\\u00eddricos<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Recurso h\\u00eddrico<\\/li>\\r\\n<li>Monitoreo de Calidad de Agua<\\/li>\\r\\n<li>Monitoreo de comunidades hidrobiol\\u00f3gicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macr\\u00f3fitas)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Econom\\u00eda circular -->\\r\\n<div style=\\\"background: #ffedd5; border: 1px solid #fdba74; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 6px;\\\">Econom\\u00eda circular<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Vermicompost<\\/li>\\r\\n<li>Compost<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n para NNA -->\\r\\n<div style=\\\"background: #fee2e2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #991b1b; margin-bottom: 6px;\\\">Formaci\\u00f3n para NNA<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Formaci\\u00f3n ambiental en ni\\u00f1os, ni\\u00f1as y adolescentes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Pie \\/ Llamado a la acci\\u00f3n -->\\r\\n<div style=\\\"margin-top: 26px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;\\\">\\r\\n<div>\\r\\n<div style=\\\"font-weight: bold; color: #064e3b; font-size: 18px;\\\">\\u00bfNecesitas un servicio a la medida?<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Escr\\u00edbenos con el nombre del servicio y el alcance requerido.<\\/div>\\r\\n<\\/div>\\r\\n<a style=\\\"text-decoration: none; background: #065f46; color: #ffffff; padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; box-shadow: 0 6px 16px rgba(6,95,70,.25); border: 1px solid #064e3b;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\/solicitud-de-cotizaciones\\\"> Explorar servicios <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":14,\"created\":\"2025-06-25 19:43:34\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-05 15:47:29\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-05 15:44:20\",\"publish_up\":\"2025-06-25 19:43:34\",\"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\":40,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":68,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(490,'com_content.article.21','','2025-09-05 15:48:20',46,30578,'67254a265f584e90801c000cc251066e4cefb29b','{\"id\":\"21\",\"asset_id\":136,\"title\":\"Consultor\\u00edas Ambientales \",\"alias\":\"consultorias-ambientales\",\"introtext\":\"<!-- Cat\\u00e1logo de Servicios \\u2013 Instituto de Ciencias Ambientales de la Orinoquia Colombiana -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Roboto, Arial, sans-serif; color: #1f2937; line-height: 1.55; background: linear-gradient(180deg,#f7fafc 0%, #eef2f7 100%); padding: 28px; border-radius: 18px; box-shadow: 0 8px 30px rgba(0,0,0,.08); max-width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: hidden;\\\"><!-- Encabezado -->\\r\\n<div style=\\\"background: #ffffff; border-radius: 18px; padding: 28px; box-shadow: 0 8px 24px rgba(16,24,40,.06); border: 1px solid #e5e7eb; box-sizing: border-box; overflow: hidden;\\\">\\r\\n<h1 style=\\\"margin: 0 0 6px; font-size: clamp(26px, 3vw, 38px); color: #064e3b; letter-spacing: .2px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cat\\u00e1logo de Servicios<\\/h1>\\r\\n<p style=\\\"margin: 0; font-size: clamp(14px, 2vw, 16px); color: #475569; word-wrap: break-word; overflow-wrap: break-word;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana<\\/p>\\r\\n<!-- Navegaci\\u00f3n interna -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px;\\\"><a style=\\\"text-decoration: none; background: #ecfdf5; color: #065f46; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #a7f3d0;\\\" href=\\\"#consultoria\\\">Consultor\\u00eda<\\/a> <a style=\\\"text-decoration: none; background: #eff6ff; color: #1e40af; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bfdbfe;\\\" href=\\\"#gestion-territorio\\\">Gesti\\u00f3n ambiental y del territorio<\\/a> <a style=\\\"text-decoration: none; background: #fefce8; color: #92400e; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fde68a;\\\" href=\\\"#recursos-naturales\\\">Recursos Naturales<\\/a> <a style=\\\"text-decoration: none; background: #fff7ed; color: #9a3412; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fed7aa;\\\" href=\\\"#sig\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica<\\/a> <a style=\\\"text-decoration: none; background: #eef2ff; color: #3730a3; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #c7d2fe;\\\" href=\\\"#divulgacion\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/a> <a style=\\\"text-decoration: none; background: #f0fdf4; color: #166534; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bbf7d0;\\\" href=\\\"#laboratorio\\\">Laboratorio y An\\u00e1lisis<\\/a> <a style=\\\"text-decoration: none; background: #fdf2f8; color: #9d174d; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fbcfe8;\\\" href=\\\"#educacion\\\">Educaci\\u00f3n (formal y no formal)<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n: Consultor\\u00eda Ambiental -->\\r\\n<section id=\\\"consultoria\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#ecfdf5, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #065f46; word-wrap: break-word; overflow-wrap: break-word;\\\">Consultor\\u00eda Ambiental<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Asesor\\u00eda estrat\\u00e9gica, t\\u00e9cnica y cient\\u00edfica para decisiones informadas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\"><!-- Item -->\\r\\n<div style=\\\"grid-column: span 6; background: #f8fffb; border: 1px solid #a7f3d0; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #064e3b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Valoraci\\u00f3n de Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cuantificaci\\u00f3n y valoraci\\u00f3n de beneficios ecosist\\u00e9micos de la Orinoqu\\u00eda.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e6f9ed; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en Pol\\u00edticas P\\u00fablicas Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de pol\\u00edticas para la sostenibilidad regional.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e3fce3; border: 1px solid #86d48d; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #005030; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Soporte T\\u00e9cnico para la Toma de Decisiones<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Informaci\\u00f3n cient\\u00edfica y an\\u00e1lisis para gobiernos, empresas y comunidades.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f2fdf7; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Proyectos de Investigaci\\u00f3n y Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Formulaci\\u00f3n y ejecuci\\u00f3n integral de proyectos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #e0f0df; border: 1px solid #88a26b; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #014421; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en proyectos ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento t\\u00e9cnico desde la idea hasta el cierre.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n ambiental y del territorio -->\\r\\n<section id=\\\"gestion-territorio\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eff6ff, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #1e40af; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n ambiental y del territorio<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Planificaci\\u00f3n, diagn\\u00f3stico y monitoreo para la ordenaci\\u00f3n sostenible.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f8fbff; border: 1px solid #bfdbfe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Planes de Ordenamiento Territorial<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Orden departamental y municipal.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Estudios de Suelos con \\u00e9nfasis en Agricultura<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades, aptitud y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Cobertura y Uso del Suelo<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n y cambios de uso.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Huella H\\u00eddrica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n del agua azul, verde y gris.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Hidrobiol\\u00f3gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diversidad e \\u00edndices de calidad.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Indicadores Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Huella h\\u00eddrica, huella de carbono e integridad biol\\u00f3gica.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">An\\u00e1lisis Socioecon\\u00f3mico del Territorio<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estructura productiva y bienestar.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0c4a6e; margin-bottom: 8px;\\\">Calidad de Cuerpos de Agua<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Monitoreo f\\u00edsico-qu\\u00edmico y biol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Integrales de Cuencas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diagn\\u00f3stico, modelaci\\u00f3n y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Impactos del Cambio Clim\\u00e1tico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Riesgos, vulnerabilidad y adaptaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ecfeff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Planes de Manejo Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento en la ejecuci\\u00f3n y seguimiento.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #155e75; margin-bottom: 8px;\\\">Recursos H\\u00eddricos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Uso y aprovechamiento sostenible de aguas superficiales y subterr\\u00e1neas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Programas y Estrategias Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o e implementaci\\u00f3n territorial.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">Diagn\\u00f3stico Socioambiental y Socioecon\\u00f3mico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Comunidades locales y rurales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Gesti\\u00f3n Social<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de planes de gesti\\u00f3n social.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n de los Recursos Naturales -->\\r\\n<section id=\\\"recursos-naturales\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fefce8,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #92400e; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n de los Recursos Naturales<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Evaluaci\\u00f3n y monitoreo de biodiversidad y ecosistemas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Biodiversidad y Ecosistemas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n, identificaci\\u00f3n y evaluaci\\u00f3n de recursos naturales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff4e6; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Ecosistemas Estrat\\u00e9gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Morichales, sabanas, humedales y bosques secos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1e6; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Estructura y Composici\\u00f3n Vegetal<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudios a nivel de ecosistema.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\\\">An\\u00e1lisis de Coberturas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cartograf\\u00eda y m\\u00e9tricas de cambio.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff8f0; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n y priorizaci\\u00f3n de beneficios.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffaf0; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Comunidades Hidrobiol\\u00f3gicas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Muestreo y monitoreo para EIA.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: SIG -->\\r\\n<section id=\\\"sig\\\" style=\\\"margin: 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #fef3c7; background: linear-gradient(90deg,#fff7ed,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #9a3412; word-wrap: break-word; overflow-wrap: break-word;\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica (SIG)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cartograf\\u00eda, an\\u00e1lisis espacial y comunicaci\\u00f3n visual.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fef2f2; border: 1px solid #fecaca; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 8px;\\\">Cartograf\\u00eda B\\u00e1sica y Tem\\u00e1tica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Generaci\\u00f3n y actualizaci\\u00f3n de mapas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1f2; border: 1px solid #fda4af; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #be123c; margin-bottom: 8px;\\\">Dise\\u00f1os Cartogr\\u00e1ficos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Productos impresos y digitales listos para publicaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Divulgaci\\u00f3n Cient\\u00edfica -->\\r\\n<section id=\\\"divulgacion\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eef2ff,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #3730a3; word-wrap: break-word; overflow-wrap: break-word;\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Comunicaci\\u00f3n p\\u00fablica de la ciencia y apropiaci\\u00f3n social.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f5f3ff; border: 1px solid #ddd6fe; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\\\">Eventos, Publicaciones y Materiales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Producci\\u00f3n bibliogr\\u00e1fica y divulgativa.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ede9fe; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4338ca; margin-bottom: 8px;\\\">Apropiaci\\u00f3n Social y Educaci\\u00f3n Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Procesos participativos y formaci\\u00f3n ciudadana.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #faf5ff; border: 1px solid #e9d5ff; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #6b21a8; margin-bottom: 8px;\\\">Fomento a Vocaciones Cient\\u00edficas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudiantes y j\\u00f3venes investigadores.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Laboratorio -->\\r\\n<section id=\\\"laboratorio\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#f0fdf4,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #166534; word-wrap: break-word; overflow-wrap: break-word;\\\">Servicios de Laboratorio y An\\u00e1lisis<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Ensayos acreditables y soporte a la calidad.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f7fee7; border: 1px solid #d9f99d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4d7c0f; margin-bottom: 8px;\\\">Calidad de Aguas (Centro de Calidad de Aguas)<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Pruebas f\\u00edsico-qu\\u00edmicas y microbiol\\u00f3gicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fefce8; border: 1px solid #fef08a; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #854d0e; margin-bottom: 8px;\\\">An\\u00e1lisis de Suelos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades f\\u00edsicas y qu\\u00edmicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #ecfccb; border: 1px solid #bef264; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #365314; margin-bottom: 8px;\\\">ISO\\/IEC 17025<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Asesor\\u00eda y acompa\\u00f1amiento para certificaci\\u00f3n de laboratorios.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Educaci\\u00f3n -->\\r\\n<section id=\\\"educacion\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; box-sizing: border-box; max-width: 1100px; margin: 0 auto; width: 100%;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fdf2f8, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #9d174d; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Programa de Educaci\\u00f3n (formal y no formal)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Posgrados y formaci\\u00f3n continua para diversos p\\u00fablicos.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Contenido -->\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Formaci\\u00f3n Continua -->\\r\\n<div style=\\\"background: #fffaf0; border: 1px solid #fed7aa; border-radius: 14px; padding: 16px; box-sizing: border-box; width: 100%; overflow: hidden; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: bold; color: #7c2d12; margin-bottom: 6px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Diplomados, Cursos, Talleres y Capacitaciones<\\/div>\\r\\n<!-- Contenedor de Cards -->\\r\\n<div style=\\\"display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Gesti\\u00f3n y normativa -->\\r\\n<div style=\\\"background: #fff1f2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 6px;\\\">Gesti\\u00f3n y normativa<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Legislaci\\u00f3n Ambiental<\\/li>\\r\\n<li>Gesti\\u00f3n Ambiental local<\\/li>\\r\\n<li>Liderazgo en participaci\\u00f3n y convivencia<\\/li>\\r\\n<li>Participaci\\u00f3n social y gobernanza<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Recursos h\\u00eddricos -->\\r\\n<div style=\\\"background: #fef9c3; border: 1px solid #fde68a; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 6px;\\\">Recursos h\\u00eddricos<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Recurso h\\u00eddrico<\\/li>\\r\\n<li>Monitoreo de Calidad de Agua<\\/li>\\r\\n<li>Monitoreo de comunidades hidrobiol\\u00f3gicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macr\\u00f3fitas)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Econom\\u00eda circular -->\\r\\n<div style=\\\"background: #ffedd5; border: 1px solid #fdba74; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 6px;\\\">Econom\\u00eda circular<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Vermicompost<\\/li>\\r\\n<li>Compost<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n para NNA -->\\r\\n<div style=\\\"background: #fee2e2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #991b1b; margin-bottom: 6px;\\\">Formaci\\u00f3n para NNA<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Formaci\\u00f3n ambiental en ni\\u00f1os, ni\\u00f1as y adolescentes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Pie \\/ Llamado a la acci\\u00f3n -->\\r\\n<div style=\\\"margin-top: 26px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;\\\">\\r\\n<div>\\r\\n<div style=\\\"font-weight: bold; color: #064e3b; font-size: 18px;\\\">\\u00bfNecesitas un servicio a la medida?<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Escr\\u00edbenos con el nombre del servicio y el alcance requerido.<\\/div>\\r\\n<\\/div>\\r\\n<a style=\\\"text-decoration: none; background: #065f46; color: #ffffff; padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; box-shadow: 0 6px 16px rgba(6,95,70,.25); border: 1px solid #064e3b;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\/solicitud-de-cotizaciones\\\"> Explorar servicios <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":14,\"created\":\"2025-06-25 19:43:34\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-05 15:48:20\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-05 15:47:29\",\"publish_up\":\"2025-06-25 19:43:34\",\"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\":41,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":69,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(491,'com_content.article.21','','2025-09-05 15:48:57',46,30588,'c981c5571d70f2c71e28a96c77146e239404615d','{\"id\":\"21\",\"asset_id\":136,\"title\":\"Consultor\\u00edas Ambientales \",\"alias\":\"consultorias-ambientales\",\"introtext\":\"<!-- Cat\\u00e1logo de Servicios \\u2013 Instituto de Ciencias Ambientales de la Orinoquia Colombiana -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Roboto, Arial, sans-serif; color: #1f2937; line-height: 1.55; background: linear-gradient(180deg,#f7fafc 0%, #eef2f7 100%); padding: 28px; border-radius: 18px; box-shadow: 0 8px 30px rgba(0,0,0,.08); max-width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: hidden;\\\"><!-- Encabezado -->\\r\\n<div style=\\\"background: #ffffff; border-radius: 18px; padding: 28px; box-shadow: 0 8px 24px rgba(16,24,40,.06); border: 1px solid #e5e7eb; box-sizing: border-box; overflow: hidden;\\\">\\r\\n<h1 style=\\\"margin: 0 0 6px; font-size: clamp(26px, 3vw, 38px); color: #064e3b; letter-spacing: .2px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cat\\u00e1logo de Servicios<\\/h1>\\r\\n<p style=\\\"margin: 0; font-size: clamp(14px, 2vw, 16px); color: #475569; word-wrap: break-word; overflow-wrap: break-word;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana<\\/p>\\r\\n<!-- Navegaci\\u00f3n interna -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px;\\\"><a style=\\\"text-decoration: none; background: #ecfdf5; color: #065f46; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #a7f3d0;\\\" href=\\\"#consultoria\\\">Consultor\\u00eda<\\/a> <a style=\\\"text-decoration: none; background: #eff6ff; color: #1e40af; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bfdbfe;\\\" href=\\\"#gestion-territorio\\\">Gesti\\u00f3n ambiental y del territorio<\\/a> <a style=\\\"text-decoration: none; background: #fefce8; color: #92400e; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fde68a;\\\" href=\\\"#recursos-naturales\\\">Recursos Naturales<\\/a> <a style=\\\"text-decoration: none; background: #fff7ed; color: #9a3412; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fed7aa;\\\" href=\\\"#sig\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica<\\/a> <a style=\\\"text-decoration: none; background: #eef2ff; color: #3730a3; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #c7d2fe;\\\" href=\\\"#divulgacion\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/a> <a style=\\\"text-decoration: none; background: #f0fdf4; color: #166534; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bbf7d0;\\\" href=\\\"#laboratorio\\\">Laboratorio y An\\u00e1lisis<\\/a> <a style=\\\"text-decoration: none; background: #fdf2f8; color: #9d174d; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fbcfe8;\\\" href=\\\"#educacion\\\">Educaci\\u00f3n (formal y no formal)<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n: Consultor\\u00eda Ambiental -->\\r\\n<section id=\\\"consultoria\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#ecfdf5, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #065f46; word-wrap: break-word; overflow-wrap: break-word;\\\">Consultor\\u00eda Ambiental<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Asesor\\u00eda estrat\\u00e9gica, t\\u00e9cnica y cient\\u00edfica para decisiones informadas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\"><!-- Item -->\\r\\n<div style=\\\"grid-column: span 6; background: #f8fffb; border: 1px solid #a7f3d0; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #064e3b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Valoraci\\u00f3n de Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cuantificaci\\u00f3n y valoraci\\u00f3n de beneficios ecosist\\u00e9micos de la Orinoqu\\u00eda.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e6f9ed; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en Pol\\u00edticas P\\u00fablicas Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de pol\\u00edticas para la sostenibilidad regional.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e3fce3; border: 1px solid #86d48d; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #005030; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Soporte T\\u00e9cnico para la Toma de Decisiones<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Informaci\\u00f3n cient\\u00edfica y an\\u00e1lisis para gobiernos, empresas y comunidades.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f2fdf7; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Proyectos de Investigaci\\u00f3n y Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Formulaci\\u00f3n y ejecuci\\u00f3n integral de proyectos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #e0f0df; border: 1px solid #88a26b; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #014421; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en proyectos ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento t\\u00e9cnico desde la idea hasta el cierre.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n ambiental y del territorio -->\\r\\n<section id=\\\"gestion-territorio\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eff6ff, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #1e40af; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n ambiental y del territorio<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Planificaci\\u00f3n, diagn\\u00f3stico y monitoreo para la ordenaci\\u00f3n sostenible.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f8fbff; border: 1px solid #bfdbfe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Planes de Ordenamiento Territorial<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Orden departamental y municipal.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Estudios de Suelos con \\u00e9nfasis en Agricultura<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades, aptitud y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Cobertura y Uso del Suelo<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n y cambios de uso.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Huella H\\u00eddrica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n del agua azul, verde y gris.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Hidrobiol\\u00f3gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diversidad e \\u00edndices de calidad.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Indicadores Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Huella h\\u00eddrica, huella de carbono e integridad biol\\u00f3gica.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">An\\u00e1lisis Socioecon\\u00f3mico del Territorio<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estructura productiva y bienestar.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0c4a6e; margin-bottom: 8px;\\\">Calidad de Cuerpos de Agua<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Monitoreo f\\u00edsico-qu\\u00edmico y biol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Integrales de Cuencas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diagn\\u00f3stico, modelaci\\u00f3n y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Impactos del Cambio Clim\\u00e1tico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Riesgos, vulnerabilidad y adaptaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ecfeff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Planes de Manejo Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento en la ejecuci\\u00f3n y seguimiento.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #155e75; margin-bottom: 8px;\\\">Recursos H\\u00eddricos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Uso y aprovechamiento sostenible de aguas superficiales y subterr\\u00e1neas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Programas y Estrategias Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o e implementaci\\u00f3n territorial.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">Diagn\\u00f3stico Socioambiental y Socioecon\\u00f3mico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Comunidades locales y rurales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Gesti\\u00f3n Social<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de planes de gesti\\u00f3n social.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n de los Recursos Naturales -->\\r\\n<section id=\\\"recursos-naturales\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fefce8,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #92400e; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n de los Recursos Naturales<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Evaluaci\\u00f3n y monitoreo de biodiversidad y ecosistemas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Biodiversidad y Ecosistemas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n, identificaci\\u00f3n y evaluaci\\u00f3n de recursos naturales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff4e6; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Ecosistemas Estrat\\u00e9gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Morichales, sabanas, humedales y bosques secos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1e6; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Estructura y Composici\\u00f3n Vegetal<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudios a nivel de ecosistema.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\\\">An\\u00e1lisis de Coberturas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cartograf\\u00eda y m\\u00e9tricas de cambio.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff8f0; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n y priorizaci\\u00f3n de beneficios.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffaf0; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Comunidades Hidrobiol\\u00f3gicas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Muestreo y monitoreo para EIA.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: SIG -->\\r\\n<section id=\\\"sig\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #fef3c7; background: linear-gradient(90deg,#fff7ed,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #9a3412; word-wrap: break-word; overflow-wrap: break-word;\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica (SIG)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cartograf\\u00eda, an\\u00e1lisis espacial y comunicaci\\u00f3n visual.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fef2f2; border: 1px solid #fecaca; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 8px;\\\">Cartograf\\u00eda B\\u00e1sica y Tem\\u00e1tica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Generaci\\u00f3n y actualizaci\\u00f3n de mapas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1f2; border: 1px solid #fda4af; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #be123c; margin-bottom: 8px;\\\">Dise\\u00f1os Cartogr\\u00e1ficos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Productos impresos y digitales listos para publicaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Divulgaci\\u00f3n Cient\\u00edfica -->\\r\\n<section id=\\\"divulgacion\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eef2ff,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #3730a3; word-wrap: break-word; overflow-wrap: break-word;\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Comunicaci\\u00f3n p\\u00fablica de la ciencia y apropiaci\\u00f3n social.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f5f3ff; border: 1px solid #ddd6fe; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\\\">Eventos, Publicaciones y Materiales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Producci\\u00f3n bibliogr\\u00e1fica y divulgativa.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ede9fe; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4338ca; margin-bottom: 8px;\\\">Apropiaci\\u00f3n Social y Educaci\\u00f3n Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Procesos participativos y formaci\\u00f3n ciudadana.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #faf5ff; border: 1px solid #e9d5ff; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #6b21a8; margin-bottom: 8px;\\\">Fomento a Vocaciones Cient\\u00edficas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudiantes y j\\u00f3venes investigadores.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Laboratorio -->\\r\\n<section id=\\\"laboratorio\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; margin: 0 auto; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#f0fdf4,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #166534; word-wrap: break-word; overflow-wrap: break-word;\\\">Servicios de Laboratorio y An\\u00e1lisis<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Ensayos acreditables y soporte a la calidad.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f7fee7; border: 1px solid #d9f99d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4d7c0f; margin-bottom: 8px;\\\">Calidad de Aguas (Centro de Calidad de Aguas)<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Pruebas f\\u00edsico-qu\\u00edmicas y microbiol\\u00f3gicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fefce8; border: 1px solid #fef08a; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #854d0e; margin-bottom: 8px;\\\">An\\u00e1lisis de Suelos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades f\\u00edsicas y qu\\u00edmicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #ecfccb; border: 1px solid #bef264; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #365314; margin-bottom: 8px;\\\">ISO\\/IEC 17025<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Asesor\\u00eda y acompa\\u00f1amiento para certificaci\\u00f3n de laboratorios.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Educaci\\u00f3n -->\\r\\n<section id=\\\"educacion\\\" style=\\\"margin-top: 26px; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; box-sizing: border-box; max-width: 1100px; margin: 0 auto; width: 100%;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fdf2f8, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #9d174d; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Programa de Educaci\\u00f3n (formal y no formal)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Posgrados y formaci\\u00f3n continua para diversos p\\u00fablicos.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Contenido -->\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Formaci\\u00f3n Continua -->\\r\\n<div style=\\\"background: #fffaf0; border: 1px solid #fed7aa; border-radius: 14px; padding: 16px; box-sizing: border-box; width: 100%; overflow: hidden; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: bold; color: #7c2d12; margin-bottom: 6px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Diplomados, Cursos, Talleres y Capacitaciones<\\/div>\\r\\n<!-- Contenedor de Cards -->\\r\\n<div style=\\\"display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Gesti\\u00f3n y normativa -->\\r\\n<div style=\\\"background: #fff1f2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 6px;\\\">Gesti\\u00f3n y normativa<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Legislaci\\u00f3n Ambiental<\\/li>\\r\\n<li>Gesti\\u00f3n Ambiental local<\\/li>\\r\\n<li>Liderazgo en participaci\\u00f3n y convivencia<\\/li>\\r\\n<li>Participaci\\u00f3n social y gobernanza<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Recursos h\\u00eddricos -->\\r\\n<div style=\\\"background: #fef9c3; border: 1px solid #fde68a; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 6px;\\\">Recursos h\\u00eddricos<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Recurso h\\u00eddrico<\\/li>\\r\\n<li>Monitoreo de Calidad de Agua<\\/li>\\r\\n<li>Monitoreo de comunidades hidrobiol\\u00f3gicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macr\\u00f3fitas)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Econom\\u00eda circular -->\\r\\n<div style=\\\"background: #ffedd5; border: 1px solid #fdba74; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 6px;\\\">Econom\\u00eda circular<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Vermicompost<\\/li>\\r\\n<li>Compost<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n para NNA -->\\r\\n<div style=\\\"background: #fee2e2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #991b1b; margin-bottom: 6px;\\\">Formaci\\u00f3n para NNA<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Formaci\\u00f3n ambiental en ni\\u00f1os, ni\\u00f1as y adolescentes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Pie \\/ Llamado a la acci\\u00f3n -->\\r\\n<div style=\\\"margin-top: 26px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;\\\">\\r\\n<div>\\r\\n<div style=\\\"font-weight: bold; color: #064e3b; font-size: 18px;\\\">\\u00bfNecesitas un servicio a la medida?<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Escr\\u00edbenos con el nombre del servicio y el alcance requerido.<\\/div>\\r\\n<\\/div>\\r\\n<a style=\\\"text-decoration: none; background: #065f46; color: #ffffff; padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; box-shadow: 0 6px 16px rgba(6,95,70,.25); border: 1px solid #064e3b;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\/solicitud-de-cotizaciones\\\"> Explorar servicios <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":14,\"created\":\"2025-06-25 19:43:34\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-05 15:48:57\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-05 15:48:20\",\"publish_up\":\"2025-06-25 19:43:34\",\"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\":42,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":70,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(492,'com_content.article.21','','2025-09-05 15:49:34',46,30534,'2f950809473d741e0415b0c511ce4a6ae81c01b9','{\"id\":\"21\",\"asset_id\":136,\"title\":\"Consultor\\u00edas Ambientales \",\"alias\":\"consultorias-ambientales\",\"introtext\":\"<!-- Cat\\u00e1logo de Servicios \\u2013 Instituto de Ciencias Ambientales de la Orinoquia Colombiana -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Roboto, Arial, sans-serif; color: #1f2937; line-height: 1.55; background: linear-gradient(180deg,#f7fafc 0%, #eef2f7 100%); padding: 28px; border-radius: 18px; box-shadow: 0 8px 30px rgba(0,0,0,.08); max-width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: hidden;\\\"><!-- Encabezado -->\\r\\n<div style=\\\"background: #ffffff; border-radius: 18px; padding: 28px; box-shadow: 0 8px 24px rgba(16,24,40,.06); border: 1px solid #e5e7eb; box-sizing: border-box; overflow: hidden;\\\">\\r\\n<h1 style=\\\"margin: 0 0 6px; font-size: clamp(26px, 3vw, 38px); color: #064e3b; letter-spacing: .2px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cat\\u00e1logo de Servicios<\\/h1>\\r\\n<p style=\\\"margin: 0; font-size: clamp(14px, 2vw, 16px); color: #475569; word-wrap: break-word; overflow-wrap: break-word;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana<\\/p>\\r\\n<!-- Navegaci\\u00f3n interna -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px;\\\"><a style=\\\"text-decoration: none; background: #ecfdf5; color: #065f46; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #a7f3d0;\\\" href=\\\"#consultoria\\\">Consultor\\u00eda<\\/a> <a style=\\\"text-decoration: none; background: #eff6ff; color: #1e40af; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bfdbfe;\\\" href=\\\"#gestion-territorio\\\">Gesti\\u00f3n ambiental y del territorio<\\/a> <a style=\\\"text-decoration: none; background: #fefce8; color: #92400e; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fde68a;\\\" href=\\\"#recursos-naturales\\\">Recursos Naturales<\\/a> <a style=\\\"text-decoration: none; background: #fff7ed; color: #9a3412; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fed7aa;\\\" href=\\\"#sig\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica<\\/a> <a style=\\\"text-decoration: none; background: #eef2ff; color: #3730a3; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #c7d2fe;\\\" href=\\\"#divulgacion\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/a> <a style=\\\"text-decoration: none; background: #f0fdf4; color: #166534; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bbf7d0;\\\" href=\\\"#laboratorio\\\">Laboratorio y An\\u00e1lisis<\\/a> <a style=\\\"text-decoration: none; background: #fdf2f8; color: #9d174d; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fbcfe8;\\\" href=\\\"#educacion\\\">Educaci\\u00f3n (formal y no formal)<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n: Consultor\\u00eda Ambiental -->\\r\\n<section id=\\\"consultoria\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#ecfdf5, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #065f46; word-wrap: break-word; overflow-wrap: break-word;\\\">Consultor\\u00eda Ambiental<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Asesor\\u00eda estrat\\u00e9gica, t\\u00e9cnica y cient\\u00edfica para decisiones informadas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\"><!-- Item -->\\r\\n<div style=\\\"grid-column: span 6; background: #f8fffb; border: 1px solid #a7f3d0; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #064e3b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Valoraci\\u00f3n de Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cuantificaci\\u00f3n y valoraci\\u00f3n de beneficios ecosist\\u00e9micos de la Orinoqu\\u00eda.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e6f9ed; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en Pol\\u00edticas P\\u00fablicas Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de pol\\u00edticas para la sostenibilidad regional.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e3fce3; border: 1px solid #86d48d; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #005030; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Soporte T\\u00e9cnico para la Toma de Decisiones<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Informaci\\u00f3n cient\\u00edfica y an\\u00e1lisis para gobiernos, empresas y comunidades.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f2fdf7; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Proyectos de Investigaci\\u00f3n y Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Formulaci\\u00f3n y ejecuci\\u00f3n integral de proyectos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #e0f0df; border: 1px solid #88a26b; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #014421; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en proyectos ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento t\\u00e9cnico desde la idea hasta el cierre.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n ambiental y del territorio -->\\r\\n<section id=\\\"gestion-territorio\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eff6ff, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #1e40af; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n ambiental y del territorio<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Planificaci\\u00f3n, diagn\\u00f3stico y monitoreo para la ordenaci\\u00f3n sostenible.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f8fbff; border: 1px solid #bfdbfe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Planes de Ordenamiento Territorial<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Orden departamental y municipal.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Estudios de Suelos con \\u00e9nfasis en Agricultura<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades, aptitud y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Cobertura y Uso del Suelo<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n y cambios de uso.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Huella H\\u00eddrica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n del agua azul, verde y gris.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Hidrobiol\\u00f3gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diversidad e \\u00edndices de calidad.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Indicadores Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Huella h\\u00eddrica, huella de carbono e integridad biol\\u00f3gica.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">An\\u00e1lisis Socioecon\\u00f3mico del Territorio<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estructura productiva y bienestar.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0c4a6e; margin-bottom: 8px;\\\">Calidad de Cuerpos de Agua<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Monitoreo f\\u00edsico-qu\\u00edmico y biol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Integrales de Cuencas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diagn\\u00f3stico, modelaci\\u00f3n y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Impactos del Cambio Clim\\u00e1tico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Riesgos, vulnerabilidad y adaptaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ecfeff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Planes de Manejo Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento en la ejecuci\\u00f3n y seguimiento.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #155e75; margin-bottom: 8px;\\\">Recursos H\\u00eddricos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Uso y aprovechamiento sostenible de aguas superficiales y subterr\\u00e1neas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Programas y Estrategias Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o e implementaci\\u00f3n territorial.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">Diagn\\u00f3stico Socioambiental y Socioecon\\u00f3mico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Comunidades locales y rurales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Gesti\\u00f3n Social<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de planes de gesti\\u00f3n social.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n de los Recursos Naturales -->\\r\\n<section id=\\\"recursos-naturales\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fefce8,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #92400e; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n de los Recursos Naturales<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Evaluaci\\u00f3n y monitoreo de biodiversidad y ecosistemas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Biodiversidad y Ecosistemas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n, identificaci\\u00f3n y evaluaci\\u00f3n de recursos naturales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff4e6; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Ecosistemas Estrat\\u00e9gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Morichales, sabanas, humedales y bosques secos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1e6; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Estructura y Composici\\u00f3n Vegetal<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudios a nivel de ecosistema.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\\\">An\\u00e1lisis de Coberturas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cartograf\\u00eda y m\\u00e9tricas de cambio.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff8f0; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n y priorizaci\\u00f3n de beneficios.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffaf0; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Comunidades Hidrobiol\\u00f3gicas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Muestreo y monitoreo para EIA.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: SIG -->\\r\\n<section id=\\\"sig\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #fef3c7; background: linear-gradient(90deg,#fff7ed,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #9a3412; word-wrap: break-word; overflow-wrap: break-word;\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica (SIG)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cartograf\\u00eda, an\\u00e1lisis espacial y comunicaci\\u00f3n visual.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fef2f2; border: 1px solid #fecaca; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 8px;\\\">Cartograf\\u00eda B\\u00e1sica y Tem\\u00e1tica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Generaci\\u00f3n y actualizaci\\u00f3n de mapas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1f2; border: 1px solid #fda4af; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #be123c; margin-bottom: 8px;\\\">Dise\\u00f1os Cartogr\\u00e1ficos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Productos impresos y digitales listos para publicaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Divulgaci\\u00f3n Cient\\u00edfica -->\\r\\n<section id=\\\"divulgacion\\\" style=\\\"margin: 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eef2ff,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #3730a3; word-wrap: break-word; overflow-wrap: break-word;\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Comunicaci\\u00f3n p\\u00fablica de la ciencia y apropiaci\\u00f3n social.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f5f3ff; border: 1px solid #ddd6fe; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\\\">Eventos, Publicaciones y Materiales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Producci\\u00f3n bibliogr\\u00e1fica y divulgativa.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ede9fe; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4338ca; margin-bottom: 8px;\\\">Apropiaci\\u00f3n Social y Educaci\\u00f3n Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Procesos participativos y formaci\\u00f3n ciudadana.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #faf5ff; border: 1px solid #e9d5ff; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #6b21a8; margin-bottom: 8px;\\\">Fomento a Vocaciones Cient\\u00edficas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudiantes y j\\u00f3venes investigadores.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Laboratorio -->\\r\\n<section id=\\\"laboratorio\\\" style=\\\"margin: 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#f0fdf4,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #166534; word-wrap: break-word; overflow-wrap: break-word;\\\">Servicios de Laboratorio y An\\u00e1lisis<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Ensayos acreditables y soporte a la calidad.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f7fee7; border: 1px solid #d9f99d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4d7c0f; margin-bottom: 8px;\\\">Calidad de Aguas (Centro de Calidad de Aguas)<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Pruebas f\\u00edsico-qu\\u00edmicas y microbiol\\u00f3gicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fefce8; border: 1px solid #fef08a; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #854d0e; margin-bottom: 8px;\\\">An\\u00e1lisis de Suelos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades f\\u00edsicas y qu\\u00edmicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #ecfccb; border: 1px solid #bef264; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #365314; margin-bottom: 8px;\\\">ISO\\/IEC 17025<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Asesor\\u00eda y acompa\\u00f1amiento para certificaci\\u00f3n de laboratorios.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Educaci\\u00f3n -->\\r\\n<section id=\\\"educacion\\\" style=\\\"margin: 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; box-sizing: border-box; max-width: 1100px; width: 100%;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fdf2f8, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #9d174d; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Programa de Educaci\\u00f3n (formal y no formal)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Posgrados y formaci\\u00f3n continua para diversos p\\u00fablicos.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Contenido -->\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Formaci\\u00f3n Continua -->\\r\\n<div style=\\\"background: #fffaf0; border: 1px solid #fed7aa; border-radius: 14px; padding: 16px; box-sizing: border-box; width: 100%; overflow: hidden; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: bold; color: #7c2d12; margin-bottom: 6px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Diplomados, Cursos, Talleres y Capacitaciones<\\/div>\\r\\n<!-- Contenedor de Cards -->\\r\\n<div style=\\\"display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Gesti\\u00f3n y normativa -->\\r\\n<div style=\\\"background: #fff1f2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 6px;\\\">Gesti\\u00f3n y normativa<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Legislaci\\u00f3n Ambiental<\\/li>\\r\\n<li>Gesti\\u00f3n Ambiental local<\\/li>\\r\\n<li>Liderazgo en participaci\\u00f3n y convivencia<\\/li>\\r\\n<li>Participaci\\u00f3n social y gobernanza<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Recursos h\\u00eddricos -->\\r\\n<div style=\\\"background: #fef9c3; border: 1px solid #fde68a; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 6px;\\\">Recursos h\\u00eddricos<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Recurso h\\u00eddrico<\\/li>\\r\\n<li>Monitoreo de Calidad de Agua<\\/li>\\r\\n<li>Monitoreo de comunidades hidrobiol\\u00f3gicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macr\\u00f3fitas)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Econom\\u00eda circular -->\\r\\n<div style=\\\"background: #ffedd5; border: 1px solid #fdba74; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 6px;\\\">Econom\\u00eda circular<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Vermicompost<\\/li>\\r\\n<li>Compost<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n para NNA -->\\r\\n<div style=\\\"background: #fee2e2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #991b1b; margin-bottom: 6px;\\\">Formaci\\u00f3n para NNA<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Formaci\\u00f3n ambiental en ni\\u00f1os, ni\\u00f1as y adolescentes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Pie \\/ Llamado a la acci\\u00f3n -->\\r\\n<div style=\\\"margin-top: 26px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;\\\">\\r\\n<div>\\r\\n<div style=\\\"font-weight: bold; color: #064e3b; font-size: 18px;\\\">\\u00bfNecesitas un servicio a la medida?<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Escr\\u00edbenos con el nombre del servicio y el alcance requerido.<\\/div>\\r\\n<\\/div>\\r\\n<a style=\\\"text-decoration: none; background: #065f46; color: #ffffff; padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; box-shadow: 0 6px 16px rgba(6,95,70,.25); border: 1px solid #064e3b;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\/solicitud-de-cotizaciones\\\"> Explorar servicios <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":14,\"created\":\"2025-06-25 19:43:34\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-05 15:49:34\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-05 15:48:57\",\"publish_up\":\"2025-06-25 19:43:34\",\"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\":43,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":70,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(493,'com_content.article.21','','2025-09-05 15:50:00',46,30544,'cb0b009375dd5558c0cf1c6ebced28ef7e7871b8','{\"id\":\"21\",\"asset_id\":136,\"title\":\"Consultor\\u00edas Ambientales \",\"alias\":\"consultorias-ambientales\",\"introtext\":\"<!-- Cat\\u00e1logo de Servicios \\u2013 Instituto de Ciencias Ambientales de la Orinoquia Colombiana -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Roboto, Arial, sans-serif; color: #1f2937; line-height: 1.55; background: linear-gradient(180deg,#f7fafc 0%, #eef2f7 100%); padding: 28px; border-radius: 18px; box-shadow: 0 8px 30px rgba(0,0,0,.08); max-width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: hidden;\\\"><!-- Encabezado -->\\r\\n<div style=\\\"background: #ffffff; border-radius: 18px; padding: 28px; box-shadow: 0 8px 24px rgba(16,24,40,.06); border: 1px solid #e5e7eb; box-sizing: border-box; overflow: hidden;\\\">\\r\\n<h1 style=\\\"margin: 0 0 6px; font-size: clamp(26px, 3vw, 38px); color: #064e3b; letter-spacing: .2px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cat\\u00e1logo de Servicios<\\/h1>\\r\\n<p style=\\\"margin: 0; font-size: clamp(14px, 2vw, 16px); color: #475569; word-wrap: break-word; overflow-wrap: break-word;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana<\\/p>\\r\\n<!-- Navegaci\\u00f3n interna -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px;\\\"><a style=\\\"text-decoration: none; background: #ecfdf5; color: #065f46; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #a7f3d0;\\\" href=\\\"#consultoria\\\">Consultor\\u00eda<\\/a> <a style=\\\"text-decoration: none; background: #eff6ff; color: #1e40af; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bfdbfe;\\\" href=\\\"#gestion-territorio\\\">Gesti\\u00f3n ambiental y del territorio<\\/a> <a style=\\\"text-decoration: none; background: #fefce8; color: #92400e; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fde68a;\\\" href=\\\"#recursos-naturales\\\">Recursos Naturales<\\/a> <a style=\\\"text-decoration: none; background: #fff7ed; color: #9a3412; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fed7aa;\\\" href=\\\"#sig\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica<\\/a> <a style=\\\"text-decoration: none; background: #eef2ff; color: #3730a3; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #c7d2fe;\\\" href=\\\"#divulgacion\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/a> <a style=\\\"text-decoration: none; background: #f0fdf4; color: #166534; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bbf7d0;\\\" href=\\\"#laboratorio\\\">Laboratorio y An\\u00e1lisis<\\/a> <a style=\\\"text-decoration: none; background: #fdf2f8; color: #9d174d; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fbcfe8;\\\" href=\\\"#educacion\\\">Educaci\\u00f3n (formal y no formal)<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n: Consultor\\u00eda Ambiental -->\\r\\n<section id=\\\"consultoria\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#ecfdf5, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #065f46; word-wrap: break-word; overflow-wrap: break-word;\\\">Consultor\\u00eda Ambiental<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Asesor\\u00eda estrat\\u00e9gica, t\\u00e9cnica y cient\\u00edfica para decisiones informadas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\"><!-- Item -->\\r\\n<div style=\\\"grid-column: span 6; background: #f8fffb; border: 1px solid #a7f3d0; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #064e3b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Valoraci\\u00f3n de Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cuantificaci\\u00f3n y valoraci\\u00f3n de beneficios ecosist\\u00e9micos de la Orinoqu\\u00eda.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e6f9ed; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en Pol\\u00edticas P\\u00fablicas Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de pol\\u00edticas para la sostenibilidad regional.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e3fce3; border: 1px solid #86d48d; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #005030; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Soporte T\\u00e9cnico para la Toma de Decisiones<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Informaci\\u00f3n cient\\u00edfica y an\\u00e1lisis para gobiernos, empresas y comunidades.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f2fdf7; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Proyectos de Investigaci\\u00f3n y Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Formulaci\\u00f3n y ejecuci\\u00f3n integral de proyectos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #e0f0df; border: 1px solid #88a26b; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #014421; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en proyectos ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento t\\u00e9cnico desde la idea hasta el cierre.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n ambiental y del territorio -->\\r\\n<section id=\\\"gestion-territorio\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eff6ff, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #1e40af; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n ambiental y del territorio<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Planificaci\\u00f3n, diagn\\u00f3stico y monitoreo para la ordenaci\\u00f3n sostenible.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f8fbff; border: 1px solid #bfdbfe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Planes de Ordenamiento Territorial<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Orden departamental y municipal.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Estudios de Suelos con \\u00e9nfasis en Agricultura<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades, aptitud y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Cobertura y Uso del Suelo<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n y cambios de uso.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Huella H\\u00eddrica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n del agua azul, verde y gris.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Hidrobiol\\u00f3gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diversidad e \\u00edndices de calidad.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Indicadores Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Huella h\\u00eddrica, huella de carbono e integridad biol\\u00f3gica.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">An\\u00e1lisis Socioecon\\u00f3mico del Territorio<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estructura productiva y bienestar.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0c4a6e; margin-bottom: 8px;\\\">Calidad de Cuerpos de Agua<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Monitoreo f\\u00edsico-qu\\u00edmico y biol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Integrales de Cuencas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diagn\\u00f3stico, modelaci\\u00f3n y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Impactos del Cambio Clim\\u00e1tico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Riesgos, vulnerabilidad y adaptaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ecfeff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Planes de Manejo Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento en la ejecuci\\u00f3n y seguimiento.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #155e75; margin-bottom: 8px;\\\">Recursos H\\u00eddricos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Uso y aprovechamiento sostenible de aguas superficiales y subterr\\u00e1neas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Programas y Estrategias Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o e implementaci\\u00f3n territorial.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">Diagn\\u00f3stico Socioambiental y Socioecon\\u00f3mico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Comunidades locales y rurales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Gesti\\u00f3n Social<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de planes de gesti\\u00f3n social.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n de los Recursos Naturales -->\\r\\n<section id=\\\"recursos-naturales\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fefce8,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #92400e; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n de los Recursos Naturales<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Evaluaci\\u00f3n y monitoreo de biodiversidad y ecosistemas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Biodiversidad y Ecosistemas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n, identificaci\\u00f3n y evaluaci\\u00f3n de recursos naturales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff4e6; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Ecosistemas Estrat\\u00e9gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Morichales, sabanas, humedales y bosques secos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1e6; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Estructura y Composici\\u00f3n Vegetal<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudios a nivel de ecosistema.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\\\">An\\u00e1lisis de Coberturas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cartograf\\u00eda y m\\u00e9tricas de cambio.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff8f0; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n y priorizaci\\u00f3n de beneficios.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffaf0; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Comunidades Hidrobiol\\u00f3gicas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Muestreo y monitoreo para EIA.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: SIG -->\\r\\n<section id=\\\"sig\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #fef3c7; background: linear-gradient(90deg,#fff7ed,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #9a3412; word-wrap: break-word; overflow-wrap: break-word;\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica (SIG)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cartograf\\u00eda, an\\u00e1lisis espacial y comunicaci\\u00f3n visual.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fef2f2; border: 1px solid #fecaca; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 8px;\\\">Cartograf\\u00eda B\\u00e1sica y Tem\\u00e1tica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Generaci\\u00f3n y actualizaci\\u00f3n de mapas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1f2; border: 1px solid #fda4af; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #be123c; margin-bottom: 8px;\\\">Dise\\u00f1os Cartogr\\u00e1ficos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Productos impresos y digitales listos para publicaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Divulgaci\\u00f3n Cient\\u00edfica -->\\r\\n<section id=\\\"divulgacion\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eef2ff,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #3730a3; word-wrap: break-word; overflow-wrap: break-word;\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Comunicaci\\u00f3n p\\u00fablica de la ciencia y apropiaci\\u00f3n social.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f5f3ff; border: 1px solid #ddd6fe; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\\\">Eventos, Publicaciones y Materiales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Producci\\u00f3n bibliogr\\u00e1fica y divulgativa.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ede9fe; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4338ca; margin-bottom: 8px;\\\">Apropiaci\\u00f3n Social y Educaci\\u00f3n Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Procesos participativos y formaci\\u00f3n ciudadana.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #faf5ff; border: 1px solid #e9d5ff; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #6b21a8; margin-bottom: 8px;\\\">Fomento a Vocaciones Cient\\u00edficas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudiantes y j\\u00f3venes investigadores.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Laboratorio -->\\r\\n<section id=\\\"laboratorio\\\" style=\\\"margin: 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#f0fdf4,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #166534; word-wrap: break-word; overflow-wrap: break-word;\\\">Servicios de Laboratorio y An\\u00e1lisis<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Ensayos acreditables y soporte a la calidad.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f7fee7; border: 1px solid #d9f99d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4d7c0f; margin-bottom: 8px;\\\">Calidad de Aguas (Centro de Calidad de Aguas)<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Pruebas f\\u00edsico-qu\\u00edmicas y microbiol\\u00f3gicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fefce8; border: 1px solid #fef08a; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #854d0e; margin-bottom: 8px;\\\">An\\u00e1lisis de Suelos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades f\\u00edsicas y qu\\u00edmicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #ecfccb; border: 1px solid #bef264; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #365314; margin-bottom: 8px;\\\">ISO\\/IEC 17025<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Asesor\\u00eda y acompa\\u00f1amiento para certificaci\\u00f3n de laboratorios.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Educaci\\u00f3n -->\\r\\n<section id=\\\"educacion\\\" style=\\\"margin: 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; box-sizing: border-box; max-width: 1100px; width: 100%;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fdf2f8, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #9d174d; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Programa de Educaci\\u00f3n (formal y no formal)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Posgrados y formaci\\u00f3n continua para diversos p\\u00fablicos.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Contenido -->\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Formaci\\u00f3n Continua -->\\r\\n<div style=\\\"background: #fffaf0; border: 1px solid #fed7aa; border-radius: 14px; padding: 16px; box-sizing: border-box; width: 100%; overflow: hidden; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: bold; color: #7c2d12; margin-bottom: 6px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Diplomados, Cursos, Talleres y Capacitaciones<\\/div>\\r\\n<!-- Contenedor de Cards -->\\r\\n<div style=\\\"display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Gesti\\u00f3n y normativa -->\\r\\n<div style=\\\"background: #fff1f2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 6px;\\\">Gesti\\u00f3n y normativa<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Legislaci\\u00f3n Ambiental<\\/li>\\r\\n<li>Gesti\\u00f3n Ambiental local<\\/li>\\r\\n<li>Liderazgo en participaci\\u00f3n y convivencia<\\/li>\\r\\n<li>Participaci\\u00f3n social y gobernanza<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Recursos h\\u00eddricos -->\\r\\n<div style=\\\"background: #fef9c3; border: 1px solid #fde68a; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 6px;\\\">Recursos h\\u00eddricos<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Recurso h\\u00eddrico<\\/li>\\r\\n<li>Monitoreo de Calidad de Agua<\\/li>\\r\\n<li>Monitoreo de comunidades hidrobiol\\u00f3gicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macr\\u00f3fitas)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Econom\\u00eda circular -->\\r\\n<div style=\\\"background: #ffedd5; border: 1px solid #fdba74; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 6px;\\\">Econom\\u00eda circular<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Vermicompost<\\/li>\\r\\n<li>Compost<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n para NNA -->\\r\\n<div style=\\\"background: #fee2e2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #991b1b; margin-bottom: 6px;\\\">Formaci\\u00f3n para NNA<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Formaci\\u00f3n ambiental en ni\\u00f1os, ni\\u00f1as y adolescentes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Pie \\/ Llamado a la acci\\u00f3n -->\\r\\n<div style=\\\"margin-top: 26px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;\\\">\\r\\n<div>\\r\\n<div style=\\\"font-weight: bold; color: #064e3b; font-size: 18px;\\\">\\u00bfNecesitas un servicio a la medida?<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Escr\\u00edbenos con el nombre del servicio y el alcance requerido.<\\/div>\\r\\n<\\/div>\\r\\n<a style=\\\"text-decoration: none; background: #065f46; color: #ffffff; padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; box-shadow: 0 6px 16px rgba(6,95,70,.25); border: 1px solid #064e3b;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\/solicitud-de-cotizaciones\\\"> Explorar servicios <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":14,\"created\":\"2025-06-25 19:43:34\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-05 15:50:00\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-05 15:49:34\",\"publish_up\":\"2025-06-25 19:43:34\",\"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\":44,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":71,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(494,'com_content.article.21','','2025-09-05 15:50:22',46,30564,'1cc5146b976174393b815b868dff19ef3e00af14','{\"id\":\"21\",\"asset_id\":136,\"title\":\"Consultor\\u00edas Ambientales \",\"alias\":\"consultorias-ambientales\",\"introtext\":\"<!-- Cat\\u00e1logo de Servicios \\u2013 Instituto de Ciencias Ambientales de la Orinoquia Colombiana -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Roboto, Arial, sans-serif; color: #1f2937; line-height: 1.55; background: linear-gradient(180deg,#f7fafc 0%, #eef2f7 100%); padding: 28px; border-radius: 18px; box-shadow: 0 8px 30px rgba(0,0,0,.08); max-width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: hidden;\\\"><!-- Encabezado -->\\r\\n<div style=\\\"background: #ffffff; border-radius: 18px; padding: 28px; box-shadow: 0 8px 24px rgba(16,24,40,.06); border: 1px solid #e5e7eb; box-sizing: border-box; overflow: hidden;\\\">\\r\\n<h1 style=\\\"margin: 0 0 6px; font-size: clamp(26px, 3vw, 38px); color: #064e3b; letter-spacing: .2px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cat\\u00e1logo de Servicios<\\/h1>\\r\\n<p style=\\\"margin: 0; font-size: clamp(14px, 2vw, 16px); color: #475569; word-wrap: break-word; overflow-wrap: break-word;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana<\\/p>\\r\\n<!-- Navegaci\\u00f3n interna -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px;\\\"><a style=\\\"text-decoration: none; background: #ecfdf5; color: #065f46; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #a7f3d0;\\\" href=\\\"#consultoria\\\">Consultor\\u00eda<\\/a> <a style=\\\"text-decoration: none; background: #eff6ff; color: #1e40af; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bfdbfe;\\\" href=\\\"#gestion-territorio\\\">Gesti\\u00f3n ambiental y del territorio<\\/a> <a style=\\\"text-decoration: none; background: #fefce8; color: #92400e; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fde68a;\\\" href=\\\"#recursos-naturales\\\">Recursos Naturales<\\/a> <a style=\\\"text-decoration: none; background: #fff7ed; color: #9a3412; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fed7aa;\\\" href=\\\"#sig\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica<\\/a> <a style=\\\"text-decoration: none; background: #eef2ff; color: #3730a3; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #c7d2fe;\\\" href=\\\"#divulgacion\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/a> <a style=\\\"text-decoration: none; background: #f0fdf4; color: #166534; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bbf7d0;\\\" href=\\\"#laboratorio\\\">Laboratorio y An\\u00e1lisis<\\/a> <a style=\\\"text-decoration: none; background: #fdf2f8; color: #9d174d; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fbcfe8;\\\" href=\\\"#educacion\\\">Educaci\\u00f3n (formal y no formal)<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n: Consultor\\u00eda Ambiental -->\\r\\n<section id=\\\"consultoria\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#ecfdf5, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #065f46; word-wrap: break-word; overflow-wrap: break-word;\\\">Consultor\\u00eda Ambiental<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Asesor\\u00eda estrat\\u00e9gica, t\\u00e9cnica y cient\\u00edfica para decisiones informadas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\"><!-- Item -->\\r\\n<div style=\\\"grid-column: span 6; background: #f8fffb; border: 1px solid #a7f3d0; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #064e3b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Valoraci\\u00f3n de Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cuantificaci\\u00f3n y valoraci\\u00f3n de beneficios ecosist\\u00e9micos de la Orinoqu\\u00eda.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e6f9ed; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en Pol\\u00edticas P\\u00fablicas Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de pol\\u00edticas para la sostenibilidad regional.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e3fce3; border: 1px solid #86d48d; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #005030; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Soporte T\\u00e9cnico para la Toma de Decisiones<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Informaci\\u00f3n cient\\u00edfica y an\\u00e1lisis para gobiernos, empresas y comunidades.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f2fdf7; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Proyectos de Investigaci\\u00f3n y Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Formulaci\\u00f3n y ejecuci\\u00f3n integral de proyectos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #e0f0df; border: 1px solid #88a26b; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #014421; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en proyectos ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento t\\u00e9cnico desde la idea hasta el cierre.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n ambiental y del territorio -->\\r\\n<section id=\\\"gestion-territorio\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eff6ff, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #1e40af; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n ambiental y del territorio<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Planificaci\\u00f3n, diagn\\u00f3stico y monitoreo para la ordenaci\\u00f3n sostenible.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f8fbff; border: 1px solid #bfdbfe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Planes de Ordenamiento Territorial<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Orden departamental y municipal.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Estudios de Suelos con \\u00e9nfasis en Agricultura<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades, aptitud y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Cobertura y Uso del Suelo<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n y cambios de uso.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Huella H\\u00eddrica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n del agua azul, verde y gris.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Hidrobiol\\u00f3gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diversidad e \\u00edndices de calidad.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Indicadores Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Huella h\\u00eddrica, huella de carbono e integridad biol\\u00f3gica.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">An\\u00e1lisis Socioecon\\u00f3mico del Territorio<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estructura productiva y bienestar.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0c4a6e; margin-bottom: 8px;\\\">Calidad de Cuerpos de Agua<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Monitoreo f\\u00edsico-qu\\u00edmico y biol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Integrales de Cuencas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diagn\\u00f3stico, modelaci\\u00f3n y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Impactos del Cambio Clim\\u00e1tico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Riesgos, vulnerabilidad y adaptaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ecfeff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Planes de Manejo Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento en la ejecuci\\u00f3n y seguimiento.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #155e75; margin-bottom: 8px;\\\">Recursos H\\u00eddricos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Uso y aprovechamiento sostenible de aguas superficiales y subterr\\u00e1neas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Programas y Estrategias Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o e implementaci\\u00f3n territorial.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">Diagn\\u00f3stico Socioambiental y Socioecon\\u00f3mico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Comunidades locales y rurales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Gesti\\u00f3n Social<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de planes de gesti\\u00f3n social.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n de los Recursos Naturales -->\\r\\n<section id=\\\"recursos-naturales\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fefce8,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #92400e; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n de los Recursos Naturales<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Evaluaci\\u00f3n y monitoreo de biodiversidad y ecosistemas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Biodiversidad y Ecosistemas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n, identificaci\\u00f3n y evaluaci\\u00f3n de recursos naturales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff4e6; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Ecosistemas Estrat\\u00e9gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Morichales, sabanas, humedales y bosques secos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1e6; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Estructura y Composici\\u00f3n Vegetal<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudios a nivel de ecosistema.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\\\">An\\u00e1lisis de Coberturas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cartograf\\u00eda y m\\u00e9tricas de cambio.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff8f0; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n y priorizaci\\u00f3n de beneficios.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffaf0; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Comunidades Hidrobiol\\u00f3gicas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Muestreo y monitoreo para EIA.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: SIG -->\\r\\n<section id=\\\"sig\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #fef3c7; background: linear-gradient(90deg,#fff7ed,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #9a3412; word-wrap: break-word; overflow-wrap: break-word;\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica (SIG)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cartograf\\u00eda, an\\u00e1lisis espacial y comunicaci\\u00f3n visual.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fef2f2; border: 1px solid #fecaca; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 8px;\\\">Cartograf\\u00eda B\\u00e1sica y Tem\\u00e1tica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Generaci\\u00f3n y actualizaci\\u00f3n de mapas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1f2; border: 1px solid #fda4af; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #be123c; margin-bottom: 8px;\\\">Dise\\u00f1os Cartogr\\u00e1ficos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Productos impresos y digitales listos para publicaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Divulgaci\\u00f3n Cient\\u00edfica -->\\r\\n<section id=\\\"divulgacion\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eef2ff,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #3730a3; word-wrap: break-word; overflow-wrap: break-word;\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Comunicaci\\u00f3n p\\u00fablica de la ciencia y apropiaci\\u00f3n social.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f5f3ff; border: 1px solid #ddd6fe; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\\\">Eventos, Publicaciones y Materiales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Producci\\u00f3n bibliogr\\u00e1fica y divulgativa.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ede9fe; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4338ca; margin-bottom: 8px;\\\">Apropiaci\\u00f3n Social y Educaci\\u00f3n Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Procesos participativos y formaci\\u00f3n ciudadana.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #faf5ff; border: 1px solid #e9d5ff; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #6b21a8; margin-bottom: 8px;\\\">Fomento a Vocaciones Cient\\u00edficas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudiantes y j\\u00f3venes investigadores.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Laboratorio -->\\r\\n<section id=\\\"laboratorio\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#f0fdf4,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #166534; word-wrap: break-word; overflow-wrap: break-word;\\\">Servicios de Laboratorio y An\\u00e1lisis<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Ensayos acreditables y soporte a la calidad.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f7fee7; border: 1px solid #d9f99d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4d7c0f; margin-bottom: 8px;\\\">Calidad de Aguas (Centro de Calidad de Aguas)<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Pruebas f\\u00edsico-qu\\u00edmicas y microbiol\\u00f3gicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fefce8; border: 1px solid #fef08a; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #854d0e; margin-bottom: 8px;\\\">An\\u00e1lisis de Suelos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades f\\u00edsicas y qu\\u00edmicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #ecfccb; border: 1px solid #bef264; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #365314; margin-bottom: 8px;\\\">ISO\\/IEC 17025<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Asesor\\u00eda y acompa\\u00f1amiento para certificaci\\u00f3n de laboratorios.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Educaci\\u00f3n -->\\r\\n<section id=\\\"educacion\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; box-sizing: border-box; max-width: 1100px; width: 100%;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fdf2f8, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #9d174d; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Programa de Educaci\\u00f3n (formal y no formal)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Posgrados y formaci\\u00f3n continua para diversos p\\u00fablicos.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Contenido -->\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Formaci\\u00f3n Continua -->\\r\\n<div style=\\\"background: #fffaf0; border: 1px solid #fed7aa; border-radius: 14px; padding: 16px; box-sizing: border-box; width: 100%; overflow: hidden; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: bold; color: #7c2d12; margin-bottom: 6px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Diplomados, Cursos, Talleres y Capacitaciones<\\/div>\\r\\n<!-- Contenedor de Cards -->\\r\\n<div style=\\\"display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Gesti\\u00f3n y normativa -->\\r\\n<div style=\\\"background: #fff1f2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 6px;\\\">Gesti\\u00f3n y normativa<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Legislaci\\u00f3n Ambiental<\\/li>\\r\\n<li>Gesti\\u00f3n Ambiental local<\\/li>\\r\\n<li>Liderazgo en participaci\\u00f3n y convivencia<\\/li>\\r\\n<li>Participaci\\u00f3n social y gobernanza<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Recursos h\\u00eddricos -->\\r\\n<div style=\\\"background: #fef9c3; border: 1px solid #fde68a; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 6px;\\\">Recursos h\\u00eddricos<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Recurso h\\u00eddrico<\\/li>\\r\\n<li>Monitoreo de Calidad de Agua<\\/li>\\r\\n<li>Monitoreo de comunidades hidrobiol\\u00f3gicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macr\\u00f3fitas)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Econom\\u00eda circular -->\\r\\n<div style=\\\"background: #ffedd5; border: 1px solid #fdba74; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 6px;\\\">Econom\\u00eda circular<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Vermicompost<\\/li>\\r\\n<li>Compost<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n para NNA -->\\r\\n<div style=\\\"background: #fee2e2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #991b1b; margin-bottom: 6px;\\\">Formaci\\u00f3n para NNA<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Formaci\\u00f3n ambiental en ni\\u00f1os, ni\\u00f1as y adolescentes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Pie \\/ Llamado a la acci\\u00f3n -->\\r\\n<div style=\\\"margin-top: 26px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;\\\">\\r\\n<div>\\r\\n<div style=\\\"font-weight: bold; color: #064e3b; font-size: 18px;\\\">\\u00bfNecesitas un servicio a la medida?<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Escr\\u00edbenos con el nombre del servicio y el alcance requerido.<\\/div>\\r\\n<\\/div>\\r\\n<a style=\\\"text-decoration: none; background: #065f46; color: #ffffff; padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; box-shadow: 0 6px 16px rgba(6,95,70,.25); border: 1px solid #064e3b;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\/solicitud-de-cotizaciones\\\"> Explorar servicios <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":14,\"created\":\"2025-06-25 19:43:34\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-05 15:50:22\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-05 15:50:00\",\"publish_up\":\"2025-06-25 19:43:34\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":71,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(495,'com_content.article.20','','2025-09-05 15:59:42',46,4004,'5aefe7368ec040c5cb54ef79078aef8c32440da1','{\"id\":\"20\",\"asset_id\":135,\"title\":\"Solicitud de cotizaciones\",\"alias\":\"solicitud-de-cotizaciones\",\"introtext\":\"<div style=\\\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\\"><iframe style=\\\"border: 0;\\\" src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d31837.929481203966!2d-73.5903744!3d4.0730624!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e3e2f699906f93f%3A0xbbcdd4f58e307139!2sUniversidad%20de%20los%20Llanos%20-%20Campus%20Barcelona!5e0!3m2!1ses!2sco!4v1756827902521!5m2!1ses!2sco\\\" width=\\\"600\\\" height=\\\"450\\\" sandbox=\\\"\\\" allowfullscreen=\\\"allowfullscreen\\\" loading=\\\"lazy\\\"><\\/iframe><!-- Contenedor del formulario -->\\r\\n<div style=\\\"flex: 1 1 400px; min-width: 300px; position: relative;\\\">\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">Cont\\u00e1ctanos<\\/h2>\\r\\n<p style=\\\"font-size: 14px; color: #333; margin-bottom: 15px;\\\">Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario:<\\/p>\\r\\n<!-- Formulario --><form action=\\\"https:\\/\\/formsubmit.co\\/[email protected]\\\" method=\\\"POST\\\"><input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"nombre\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Nombre*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"email\\\" required=\\\"\\\" type=\\\"email\\\" placeholder=\\\"Email*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"asunto\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Asunto\\\"> <textarea style=\\\"width: 100%; padding: 10px; height: 100px; border: 1px solid #ccc; border-radius: 6px;\\\" required=\\\"\\\" placeholder=\\\"Mensaje*\\\"><\\/textarea> <button style=\\\"width: 100%; padding: 12px; margin-top: 10px; background: #d00; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: bold;\\\" type=\\\"submit\\\">Enviar<\\/button><\\/form><!-- Bot\\u00f3n de WhatsApp flotante dentro del formulario --> <a style=\\\"position: sticky; bottom: 10px; display: inline-block; float: right;\\\" href=\\\"https:\\/\\/wa.me\\/+573219726769?text=Hola\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"width: 60px; height: 60px;\\\" src=\\\"images\\/icons\\/whatsapp.png\\\" alt=\\\"WhatsApp\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:09:58\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-05 15:59:42\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-05 15:51:34\",\"publish_up\":\"2025-06-25 15:09:58\",\"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\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":51,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(496,'com_content.article.20','','2025-09-05 16:00:47',46,3992,'2967d07cf9c1d078322bb54bd37683bfa59c4a01','{\"id\":\"20\",\"asset_id\":135,\"title\":\"Solicitud de cotizaciones\",\"alias\":\"solicitud-de-cotizaciones\",\"introtext\":\"<div style=\\\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\\"><iframe style=\\\"border: 0;\\\" src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d31837.929481203966!2d-73.5903744!3d4.0730624!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e3e2f699906f93f%3A0xbbcdd4f58e307139!2sUniversidad%20de%20los%20Llanos%20-%20Campus%20Barcelona!5e0!3m2!1ses!2sco!4v1756827902521!5m2!1ses!2sco\\\" width=\\\"600\\\" height=\\\"450\\\"  allowfullscreen=\\\"allowfullscreen\\\" loading=\\\"lazy\\\"><\\/iframe><!-- Contenedor del formulario -->\\r\\n<div style=\\\"flex: 1 1 400px; min-width: 300px; position: relative;\\\">\\r\\n<h2 style=\\\"font-size: 22px; color: #d00; margin-bottom: 10px;\\\">Cont\\u00e1ctanos<\\/h2>\\r\\n<p style=\\\"font-size: 14px; color: #333; margin-bottom: 15px;\\\">Estaremos encantados de responder cualquier pregunta que tengas. Solo completa el formulario:<\\/p>\\r\\n<!-- Formulario --><form action=\\\"https:\\/\\/formsubmit.co\\/[email protected]\\\" method=\\\"POST\\\"><input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"nombre\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Nombre*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"email\\\" required=\\\"\\\" type=\\\"email\\\" placeholder=\\\"Email*\\\"> <input style=\\\"width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 6px;\\\" name=\\\"asunto\\\" required=\\\"\\\" type=\\\"text\\\" placeholder=\\\"Asunto\\\"> <textarea style=\\\"width: 100%; padding: 10px; height: 100px; border: 1px solid #ccc; border-radius: 6px;\\\" required=\\\"\\\" placeholder=\\\"Mensaje*\\\"><\\/textarea> <button style=\\\"width: 100%; padding: 12px; margin-top: 10px; background: #d00; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: bold;\\\" type=\\\"submit\\\">Enviar<\\/button><\\/form><!-- Bot\\u00f3n de WhatsApp flotante dentro del formulario --> <a style=\\\"position: sticky; bottom: 10px; display: inline-block; float: right;\\\" href=\\\"https:\\/\\/wa.me\\/+573219726769?text=Hola\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"width: 60px; height: 60px;\\\" src=\\\"images\\/icons\\/whatsapp.png\\\" alt=\\\"WhatsApp\\\"> <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":15,\"created\":\"2025-06-25 15:09:58\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-05 16:00:47\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-05 16:00:32\",\"publish_up\":\"2025-06-25 15:09:58\",\"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\":33,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":54,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(497,'com_content.article.14','','2025-09-05 16:19:01',46,1604,'833fdbe06b97f8b689e6c00cd960fc1b4ff44897','{\"id\":\"14\",\"asset_id\":129,\"title\":\"Videos\",\"alias\":\"videos\",\"introtext\":\"<p>HOLAAAAAAA<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-06-25 14:34:25\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-05 16:19:01\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-05 16:18:54\",\"publish_up\":\"2025-06-25 14:34: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\":3,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":27,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(498,'com_content.article.21','','2025-09-16 14:10:00',46,30564,'522a3763711b9317fe91c814500b33c82aefd6d5','{\"id\":\"21\",\"asset_id\":136,\"title\":\"Consultor\\u00edas Ambientales \",\"alias\":\"consultorias-ambientales\",\"introtext\":\"<!-- Cat\\u00e1logo de Servicios \\u2013 Instituto de Ciencias Ambientales de la Orinoquia Colombiana -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Roboto, Arial, sans-serif; color: #1f2937; line-height: 1.55; background: linear-gradient(180deg,#f7fafc 0%, #eef2f7 100%); padding: 28px; border-radius: 18px; box-shadow: 0 8px 30px rgba(0,0,0,.08); max-width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: hidden;\\\"><!-- Encabezado -->\\r\\n<div style=\\\"background: #ffffff; border-radius: 18px; padding: 28px; box-shadow: 0 8px 24px rgba(16,24,40,.06); border: 1px solid #e5e7eb; box-sizing: border-box; overflow: hidden;\\\">\\r\\n<h1 style=\\\"margin: 0 0 6px; font-size: clamp(26px, 3vw, 38px); color: #064e3b; letter-spacing: .2px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cat\\u00e1logo de Servicios<\\/h1>\\r\\n<p style=\\\"margin: 0; font-size: clamp(14px, 2vw, 16px); color: #475569; word-wrap: break-word; overflow-wrap: break-word;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana<\\/p>\\r\\n<!-- Navegaci\\u00f3n interna -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px;\\\"><a style=\\\"text-decoration: none; background: #ecfdf5; color: #065f46; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #a7f3d0;\\\" href=\\\"#consultoria\\\">Consultor\\u00eda<\\/a> <a style=\\\"text-decoration: none; background: #eff6ff; color: #1e40af; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bfdbfe;\\\" href=\\\"#gestion-territorio\\\">Gesti\\u00f3n ambiental y del territorio<\\/a> <a style=\\\"text-decoration: none; background: #fefce8; color: #92400e; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fde68a;\\\" href=\\\"#recursos-naturales\\\">Recursos Naturales<\\/a> <a style=\\\"text-decoration: none; background: #fff7ed; color: #9a3412; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fed7aa;\\\" href=\\\"#sig\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica<\\/a> <a style=\\\"text-decoration: none; background: #eef2ff; color: #3730a3; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #c7d2fe;\\\" href=\\\"#divulgacion\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/a> <a style=\\\"text-decoration: none; background: #f0fdf4; color: #166534; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bbf7d0;\\\" href=\\\"#laboratorio\\\">Laboratorio y An\\u00e1lisis<\\/a> <a style=\\\"text-decoration: none; background: #fdf2f8; color: #9d174d; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fbcfe8;\\\" href=\\\"#educacion\\\">Educaci\\u00f3n (formal y no formal)<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n: Consultor\\u00eda Ambiental -->\\r\\n<section id=\\\"consultoria\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#ecfdf5, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #065f46; word-wrap: break-word; overflow-wrap: break-word;\\\">Consultor\\u00eda Ambiental<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Asesor\\u00eda estrat\\u00e9gica, t\\u00e9cnica y cient\\u00edfica para decisiones informadas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\"><!-- Item -->\\r\\n<div style=\\\"grid-column: span 6; background: #f8fffb; border: 1px solid #a7f3d0; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #064e3b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Valoraci\\u00f3n de Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cuantificaci\\u00f3n y valoraci\\u00f3n de beneficios ecosist\\u00e9micos de la Orinoqu\\u00eda.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e6f9ed; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en Pol\\u00edticas P\\u00fablicas Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de pol\\u00edticas para la sostenibilidad regional.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e3fce3; border: 1px solid #86d48d; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #005030; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Soporte T\\u00e9cnico para la Toma de Decisiones<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Informaci\\u00f3n cient\\u00edfica y an\\u00e1lisis para gobiernos, empresas y comunidades.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f2fdf7; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Proyectos de Investigaci\\u00f3n y Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Formulaci\\u00f3n y ejecuci\\u00f3n integral de proyectos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #e0f0df; border: 1px solid #88a26b; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #014421; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en proyectos ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento t\\u00e9cnico desde la idea hasta el cierre.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n ambiental y del territorio -->\\r\\n<section id=\\\"gestion-territorio\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eff6ff, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #1e40af; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n ambiental y del territorio<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Planificaci\\u00f3n, diagn\\u00f3stico y monitoreo para la ordenaci\\u00f3n sostenible.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f8fbff; border: 1px solid #bfdbfe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Planes de Ordenamiento Territorial<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Orden departamental y municipal.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Estudios de Suelos con \\u00e9nfasis en Agricultura<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades, aptitud y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Cobertura y Uso del Suelo<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n y cambios de uso.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Huella H\\u00eddrica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n del agua azul, verde y gris.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Hidrobiol\\u00f3gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diversidad e \\u00edndices de calidad.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Indicadores Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Huella h\\u00eddrica, huella de carbono e integridad biol\\u00f3gica.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">An\\u00e1lisis Socioecon\\u00f3mico del Territorio<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estructura productiva y bienestar.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0c4a6e; margin-bottom: 8px;\\\">Calidad de Cuerpos de Agua<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Monitoreo f\\u00edsico-qu\\u00edmico y biol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Integrales de Cuencas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diagn\\u00f3stico, modelaci\\u00f3n y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Impactos del Cambio Clim\\u00e1tico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Riesgos, vulnerabilidad y adaptaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ecfeff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Planes de Manejo Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento en la ejecuci\\u00f3n y seguimiento.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #155e75; margin-bottom: 8px;\\\">Recursos H\\u00eddricos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Uso y aprovechamiento sostenible de aguas superficiales y subterr\\u00e1neas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Programas y Estrategias Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o e implementaci\\u00f3n territorial.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">Diagn\\u00f3stico Socioambiental y Socioecon\\u00f3mico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Comunidades locales y rurales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Gesti\\u00f3n Social<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de planes de gesti\\u00f3n social.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n de los Recursos Naturales -->\\r\\n<section id=\\\"recursos-naturales\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fefce8,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #92400e; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n de los Recursos Naturales<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Evaluaci\\u00f3n y monitoreo de biodiversidad y ecosistemas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Biodiversidad y Ecosistemas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n, identificaci\\u00f3n y evaluaci\\u00f3n de recursos naturales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff4e6; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Ecosistemas Estrat\\u00e9gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Morichales, sabanas, humedales y bosques secos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1e6; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Estructura y Composici\\u00f3n Vegetal<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudios a nivel de ecosistema.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\\\">An\\u00e1lisis de Coberturas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cartograf\\u00eda y m\\u00e9tricas de cambio.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff8f0; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n y priorizaci\\u00f3n de beneficios.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffaf0; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Comunidades Hidrobiol\\u00f3gicas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Muestreo y monitoreo para EIA.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: SIG -->\\r\\n<section id=\\\"sig\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #fef3c7; background: linear-gradient(90deg,#fff7ed,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #9a3412; word-wrap: break-word; overflow-wrap: break-word;\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica (SIG)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cartograf\\u00eda, an\\u00e1lisis espacial y comunicaci\\u00f3n visual.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fef2f2; border: 1px solid #fecaca; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 8px;\\\">Cartograf\\u00eda B\\u00e1sica y Tem\\u00e1tica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Generaci\\u00f3n y actualizaci\\u00f3n de mapas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1f2; border: 1px solid #fda4af; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #be123c; margin-bottom: 8px;\\\">Dise\\u00f1os Cartogr\\u00e1ficos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Productos impresos y digitales listos para publicaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Divulgaci\\u00f3n Cient\\u00edfica -->\\r\\n<section id=\\\"divulgacion\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eef2ff,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #3730a3; word-wrap: break-word; overflow-wrap: break-word;\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Comunicaci\\u00f3n p\\u00fablica de la ciencia y apropiaci\\u00f3n social.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f5f3ff; border: 1px solid #ddd6fe; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\\\">Eventos, Publicaciones y Materiales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Producci\\u00f3n bibliogr\\u00e1fica y divulgativa.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ede9fe; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4338ca; margin-bottom: 8px;\\\">Apropiaci\\u00f3n Social y Educaci\\u00f3n Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Procesos participativos y formaci\\u00f3n ciudadana.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #faf5ff; border: 1px solid #e9d5ff; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #6b21a8; margin-bottom: 8px;\\\">Fomento a Vocaciones Cient\\u00edficas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudiantes y j\\u00f3venes investigadores.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Laboratorio -->\\r\\n<section id=\\\"laboratorio\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#f0fdf4,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #166534; word-wrap: break-word; overflow-wrap: break-word;\\\">Servicios de Laboratorio y An\\u00e1lisis<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Ensayos acreditables y soporte a la calidad.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f7fee7; border: 1px solid #d9f99d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4d7c0f; margin-bottom: 8px;\\\">Calidad de Aguas (Centro de Calidad de Aguas)<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Pruebas f\\u00edsico-qu\\u00edmicas y microbiol\\u00f3gicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #73FF70; border: 1px solid #fef08a; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #854d0e; margin-bottom: 8px;\\\">An\\u00e1lisis de Suelos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades f\\u00edsicas y qu\\u00edmicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #ecfccb; border: 1px solid #bef264; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #365314; margin-bottom: 8px;\\\">ISO\\/IEC 17025<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Asesor\\u00eda y acompa\\u00f1amiento para certificaci\\u00f3n de laboratorios.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Educaci\\u00f3n -->\\r\\n<section id=\\\"educacion\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; box-sizing: border-box; max-width: 1100px; width: 100%;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fdf2f8, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #9d174d; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Programa de Educaci\\u00f3n (formal y no formal)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Posgrados y formaci\\u00f3n continua para diversos p\\u00fablicos.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Contenido -->\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Formaci\\u00f3n Continua -->\\r\\n<div style=\\\"background: #fffaf0; border: 1px solid #fed7aa; border-radius: 14px; padding: 16px; box-sizing: border-box; width: 100%; overflow: hidden; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: bold; color: #7c2d12; margin-bottom: 6px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Diplomados, Cursos, Talleres y Capacitaciones<\\/div>\\r\\n<!-- Contenedor de Cards -->\\r\\n<div style=\\\"display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Gesti\\u00f3n y normativa -->\\r\\n<div style=\\\"background: #fff1f2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 6px;\\\">Gesti\\u00f3n y normativa<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Legislaci\\u00f3n Ambiental<\\/li>\\r\\n<li>Gesti\\u00f3n Ambiental local<\\/li>\\r\\n<li>Liderazgo en participaci\\u00f3n y convivencia<\\/li>\\r\\n<li>Participaci\\u00f3n social y gobernanza<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Recursos h\\u00eddricos -->\\r\\n<div style=\\\"background: #fef9c3; border: 1px solid #fde68a; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 6px;\\\">Recursos h\\u00eddricos<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Recurso h\\u00eddrico<\\/li>\\r\\n<li>Monitoreo de Calidad de Agua<\\/li>\\r\\n<li>Monitoreo de comunidades hidrobiol\\u00f3gicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macr\\u00f3fitas)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Econom\\u00eda circular -->\\r\\n<div style=\\\"background: #ffedd5; border: 1px solid #fdba74; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 6px;\\\">Econom\\u00eda circular<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Vermicompost<\\/li>\\r\\n<li>Compost<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n para NNA -->\\r\\n<div style=\\\"background: #fee2e2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #991b1b; margin-bottom: 6px;\\\">Formaci\\u00f3n para NNA<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Formaci\\u00f3n ambiental en ni\\u00f1os, ni\\u00f1as y adolescentes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Pie \\/ Llamado a la acci\\u00f3n -->\\r\\n<div style=\\\"margin-top: 26px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;\\\">\\r\\n<div>\\r\\n<div style=\\\"font-weight: bold; color: #064e3b; font-size: 18px;\\\">\\u00bfNecesitas un servicio a la medida?<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Escr\\u00edbenos con el nombre del servicio y el alcance requerido.<\\/div>\\r\\n<\\/div>\\r\\n<a style=\\\"text-decoration: none; background: #065f46; color: #ffffff; padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; box-shadow: 0 6px 16px rgba(6,95,70,.25); border: 1px solid #064e3b;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\/solicitud-de-cotizaciones\\\"> Explorar servicios <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":14,\"created\":\"2025-06-25 19:43:34\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-16 14:10:00\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-16 14:07:50\",\"publish_up\":\"2025-06-25 19:43:34\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":78,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(499,'com_content.article.21','','2025-09-16 14:12:42',46,30564,'a35e697d1fa15b542f18da0007d8e58974d23d13','{\"id\":\"21\",\"asset_id\":136,\"title\":\"Consultor\\u00edas Ambientales \",\"alias\":\"consultorias-ambientales\",\"introtext\":\"<!-- Cat\\u00e1logo de Servicios \\u2013 Instituto de Ciencias Ambientales de la Orinoquia Colombiana -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Roboto, Arial, sans-serif; color: #1f2937; line-height: 1.55; background: linear-gradient(180deg,#f7fafc 0%, #eef2f7 100%); padding: 28px; border-radius: 18px; box-shadow: 0 8px 30px rgba(0,0,0,.08); max-width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: hidden;\\\"><!-- Encabezado -->\\r\\n<div style=\\\"background: #ffffff; border-radius: 18px; padding: 28px; box-shadow: 0 8px 24px rgba(16,24,40,.06); border: 1px solid #e5e7eb; box-sizing: border-box; overflow: hidden;\\\">\\r\\n<h1 style=\\\"margin: 0 0 6px; font-size: clamp(26px, 3vw, 38px); color: #064e3b; letter-spacing: .2px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cat\\u00e1logo de Servicios<\\/h1>\\r\\n<p style=\\\"margin: 0; font-size: clamp(14px, 2vw, 16px); color: #475569; word-wrap: break-word; overflow-wrap: break-word;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana<\\/p>\\r\\n<!-- Navegaci\\u00f3n interna -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px;\\\"><a style=\\\"text-decoration: none; background: #ecfdf5; color: #065f46; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #a7f3d0;\\\" href=\\\"#consultoria\\\">Consultor\\u00eda<\\/a> <a style=\\\"text-decoration: none; background: #eff6ff; color: #1e40af; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bfdbfe;\\\" href=\\\"#gestion-territorio\\\">Gesti\\u00f3n ambiental y del territorio<\\/a> <a style=\\\"text-decoration: none; background: #fefce8; color: #92400e; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fde68a;\\\" href=\\\"#recursos-naturales\\\">Recursos Naturales<\\/a> <a style=\\\"text-decoration: none; background: #fff7ed; color: #9a3412; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fed7aa;\\\" href=\\\"#sig\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica<\\/a> <a style=\\\"text-decoration: none; background: #eef2ff; color: #3730a3; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #c7d2fe;\\\" href=\\\"#divulgacion\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/a> <a style=\\\"text-decoration: none; background: #f0fdf4; color: #166534; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bbf7d0;\\\" href=\\\"#laboratorio\\\">Laboratorio y An\\u00e1lisis<\\/a> <a style=\\\"text-decoration: none; background: #fdf2f8; color: #9d174d; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fbcfe8;\\\" href=\\\"#educacion\\\">Educaci\\u00f3n (formal y no formal)<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n: Consultor\\u00eda Ambiental -->\\r\\n<section id=\\\"consultoria\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#ecfdf5, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #065f46; word-wrap: break-word; overflow-wrap: break-word;\\\">Consultor\\u00eda Ambiental<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Asesor\\u00eda estrat\\u00e9gica, t\\u00e9cnica y cient\\u00edfica para decisiones informadas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\"><!-- Item -->\\r\\n<div style=\\\"grid-column: span 6; background: #f8fffb; border: 1px solid #a7f3d0; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #064e3b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Valoraci\\u00f3n de Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cuantificaci\\u00f3n y valoraci\\u00f3n de beneficios ecosist\\u00e9micos de la Orinoqu\\u00eda.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e6f9ed; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en Pol\\u00edticas P\\u00fablicas Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de pol\\u00edticas para la sostenibilidad regional.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e3fce3; border: 1px solid #86d48d; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #005030; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Soporte T\\u00e9cnico para la Toma de Decisiones<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Informaci\\u00f3n cient\\u00edfica y an\\u00e1lisis para gobiernos, empresas y comunidades.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f2fdf7; border: 1px solid #b0f3ce; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #006a4b; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Proyectos de Investigaci\\u00f3n y Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Formulaci\\u00f3n y ejecuci\\u00f3n integral de proyectos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #e0f0df; border: 1px solid #88a26b; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #014421; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en proyectos ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento t\\u00e9cnico desde la idea hasta el cierre.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n ambiental y del territorio -->\\r\\n<section id=\\\"gestion-territorio\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eff6ff, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #1e40af; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n ambiental y del territorio<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Planificaci\\u00f3n, diagn\\u00f3stico y monitoreo para la ordenaci\\u00f3n sostenible.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f8fbff; border: 1px solid #bfdbfe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Planes de Ordenamiento Territorial<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Orden departamental y municipal.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Estudios de Suelos con \\u00e9nfasis en Agricultura<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades, aptitud y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Cobertura y Uso del Suelo<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n y cambios de uso.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Huella H\\u00eddrica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n del agua azul, verde y gris.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Hidrobiol\\u00f3gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diversidad e \\u00edndices de calidad.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Indicadores Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Huella h\\u00eddrica, huella de carbono e integridad biol\\u00f3gica.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">An\\u00e1lisis Socioecon\\u00f3mico del Territorio<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estructura productiva y bienestar.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #bae6fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0c4a6e; margin-bottom: 8px;\\\">Calidad de Cuerpos de Agua<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Monitoreo f\\u00edsico-qu\\u00edmico y biol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Estudios Integrales de Cuencas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diagn\\u00f3stico, modelaci\\u00f3n y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Impactos del Cambio Clim\\u00e1tico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Riesgos, vulnerabilidad y adaptaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ecfeff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #075985; margin-bottom: 8px;\\\">Planes de Manejo Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento en la ejecuci\\u00f3n y seguimiento.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #155e75; margin-bottom: 8px;\\\">Recursos H\\u00eddricos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Uso y aprovechamiento sostenible de aguas superficiales y subterr\\u00e1neas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e0f2fe; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Programas y Estrategias Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o e implementaci\\u00f3n territorial.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #0f172a; margin-bottom: 8px;\\\">Diagn\\u00f3stico Socioambiental y Socioecon\\u00f3mico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Comunidades locales y rurales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #eef2ff; border: 1px solid #c7d2fe; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3730a3; margin-bottom: 8px;\\\">Gesti\\u00f3n Social<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de planes de gesti\\u00f3n social.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n de los Recursos Naturales -->\\r\\n<section id=\\\"recursos-naturales\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fefce8,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #92400e; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n de los Recursos Naturales<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Evaluaci\\u00f3n y monitoreo de biodiversidad y ecosistemas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Biodiversidad y Ecosistemas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n, identificaci\\u00f3n y evaluaci\\u00f3n de recursos naturales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff4e6; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Ecosistemas Estrat\\u00e9gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Morichales, sabanas, humedales y bosques secos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1e6; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Estructura y Composici\\u00f3n Vegetal<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudios a nivel de ecosistema.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\\\">An\\u00e1lisis de Coberturas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cartograf\\u00eda y m\\u00e9tricas de cambio.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff8f0; border: 1px solid #fdba74; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b45309; margin-bottom: 8px;\\\">Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n y priorizaci\\u00f3n de beneficios.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffaf0; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9a3412; margin-bottom: 8px;\\\">Comunidades Hidrobiol\\u00f3gicas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Muestreo y monitoreo para EIA.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: SIG -->\\r\\n<section id=\\\"sig\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #fef3c7; background: linear-gradient(90deg,#fff7ed,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #9a3412; word-wrap: break-word; overflow-wrap: break-word;\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica (SIG)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cartograf\\u00eda, an\\u00e1lisis espacial y comunicaci\\u00f3n visual.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fef2f2; border: 1px solid #fecaca; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 8px;\\\">Cartograf\\u00eda B\\u00e1sica y Tem\\u00e1tica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Generaci\\u00f3n y actualizaci\\u00f3n de mapas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff1f2; border: 1px solid #fda4af; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #be123c; margin-bottom: 8px;\\\">Dise\\u00f1os Cartogr\\u00e1ficos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Productos impresos y digitales listos para publicaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Divulgaci\\u00f3n Cient\\u00edfica -->\\r\\n<section id=\\\"divulgacion\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eef2ff,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #3730a3; word-wrap: break-word; overflow-wrap: break-word;\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Comunicaci\\u00f3n p\\u00fablica de la ciencia y apropiaci\\u00f3n social.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f5f3ff; border: 1px solid #ddd6fe; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\\\">Eventos, Publicaciones y Materiales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Producci\\u00f3n bibliogr\\u00e1fica y divulgativa.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #ede9fe; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4338ca; margin-bottom: 8px;\\\">Apropiaci\\u00f3n Social y Educaci\\u00f3n Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Procesos participativos y formaci\\u00f3n ciudadana.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #faf5ff; border: 1px solid #e9d5ff; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #6b21a8; margin-bottom: 8px;\\\">Fomento a Vocaciones Cient\\u00edficas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudiantes y j\\u00f3venes investigadores.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Laboratorio -->\\r\\n<section id=\\\"laboratorio\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#f0fdf4,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #166534; word-wrap: break-word; overflow-wrap: break-word;\\\">Servicios de Laboratorio y An\\u00e1lisis<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Ensayos acreditables y soporte a la calidad.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f7fee7; border: 1px solid #d9f99d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4d7c0f; margin-bottom: 8px;\\\">Calidad de Aguas (Centro de Calidad de Aguas)<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Pruebas f\\u00edsico-qu\\u00edmicas y microbiol\\u00f3gicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f7fef7; border: 1px solid #d9f99d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4d7c0f; margin-bottom: 8px;\\\">An\\u00e1lisis de Suelos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades f\\u00edsicas y qu\\u00edmicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #ecfccb; border: 1px solid #bef264; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #365314; margin-bottom: 8px;\\\">ISO\\/IEC 17025<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Asesor\\u00eda y acompa\\u00f1amiento para certificaci\\u00f3n de laboratorios.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Educaci\\u00f3n -->\\r\\n<section id=\\\"educacion\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; box-sizing: border-box; max-width: 1100px; width: 100%;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fdf2f8, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #9d174d; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Programa de Educaci\\u00f3n (formal y no formal)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Posgrados y formaci\\u00f3n continua para diversos p\\u00fablicos.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Contenido -->\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Formaci\\u00f3n Continua -->\\r\\n<div style=\\\"background: #fffaf0; border: 1px solid #fed7aa; border-radius: 14px; padding: 16px; box-sizing: border-box; width: 100%; overflow: hidden; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: bold; color: #7c2d12; margin-bottom: 6px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Diplomados, Cursos, Talleres y Capacitaciones<\\/div>\\r\\n<!-- Contenedor de Cards -->\\r\\n<div style=\\\"display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Gesti\\u00f3n y normativa -->\\r\\n<div style=\\\"background: #fff1f2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #b91c1c; margin-bottom: 6px;\\\">Gesti\\u00f3n y normativa<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Legislaci\\u00f3n Ambiental<\\/li>\\r\\n<li>Gesti\\u00f3n Ambiental local<\\/li>\\r\\n<li>Liderazgo en participaci\\u00f3n y convivencia<\\/li>\\r\\n<li>Participaci\\u00f3n social y gobernanza<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Recursos h\\u00eddricos -->\\r\\n<div style=\\\"background: #fef9c3; border: 1px solid #fde68a; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 6px;\\\">Recursos h\\u00eddricos<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Recurso h\\u00eddrico<\\/li>\\r\\n<li>Monitoreo de Calidad de Agua<\\/li>\\r\\n<li>Monitoreo de comunidades hidrobiol\\u00f3gicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macr\\u00f3fitas)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Econom\\u00eda circular -->\\r\\n<div style=\\\"background: #ffedd5; border: 1px solid #fdba74; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 6px;\\\">Econom\\u00eda circular<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Vermicompost<\\/li>\\r\\n<li>Compost<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n para NNA -->\\r\\n<div style=\\\"background: #fee2e2; border: 1px solid #fecaca; border-radius: 12px; padding: 14px; box-sizing: border-box; word-break: break-word; overflow-wrap: break-word; white-space: normal; width: 100%; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #991b1b; margin-bottom: 6px;\\\">Formaci\\u00f3n para NNA<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #78350f; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Formaci\\u00f3n ambiental en ni\\u00f1os, ni\\u00f1as y adolescentes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Pie \\/ Llamado a la acci\\u00f3n -->\\r\\n<div style=\\\"margin-top: 26px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;\\\">\\r\\n<div>\\r\\n<div style=\\\"font-weight: bold; color: #064e3b; font-size: 18px;\\\">\\u00bfNecesitas un servicio a la medida?<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Escr\\u00edbenos con el nombre del servicio y el alcance requerido.<\\/div>\\r\\n<\\/div>\\r\\n<a style=\\\"text-decoration: none; background: #065f46; color: #ffffff; padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; box-shadow: 0 6px 16px rgba(6,95,70,.25); border: 1px solid #064e3b;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\/solicitud-de-cotizaciones\\\"> Explorar servicios <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":14,\"created\":\"2025-06-25 19:43:34\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-16 14:12:42\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-16 14:10:00\",\"publish_up\":\"2025-06-25 19:43:34\",\"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\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":78,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0);
INSERT INTO `jnx5e_history` VALUES (593,'com_content.article.23','','2025-09-22 21:12:44',46,86727,'3a813619bba6eea2ab57ea46b3ca1a5eb1d4c3e5','{\"id\":\"23\",\"asset_id\":144,\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"alias\":\"articulos-de-investigacion\",\"introtext\":\"<!-- TARJETAS -->\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- TARJETA 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/8144\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-2025-8144-2_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The effects of compost application on soil properties: Agricultural and environmental benefits<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2304-6740\\/13\\/7\\/218\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/inorganics-13-00218-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 3\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/14\\/5\\/1073\\/xml\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-14-01073-1_page-0001.jpg\\\" alt=\\\"Miniatura 4\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14581\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v27n2e-30214581-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado del arte de la huella h\\u00eddrica agr\\u00edcola en Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.bing.com\\/ck\\/a?!&amp;&amp;p=9ac05b47847909769684c47f030d8357433545535e5b71c3c4ac01b61edba53bJmltdHM9MTc1ODA2NzIwMA&amp;ptn=3&amp;ver=2&amp;hsh=4&amp;fclid=32558afe-3f6f-6502-3b46-9c943e8a64a5&amp;psq=Feasibility+for+energy+recovery+from+biogas+at+Los+Corazones+landfill%2c+Valledupar+Colombia%2c+Ciencia+En+Desarrollo+ISSN%3a+0121-7488%2c+2025+vol%3a16+fasc%3a+N%2fA+p%c3%a1gs%3a+207+-+214%2c+DOI%3a10.19053%2fuptc.01217488.v16.n1.2025.18533+Autores%3a+LUISA+FERNANDA+RAMIREZ+RIOS%2c+DORANCE+BECERRA+MORENO%2c+NELSON+JAVIER+CELY+CALIXTO&amp;u=a1aHR0cHM6Ly9yZXZpc3Rhcy51cHRjLmVkdS5jby9pbmRleC5waHAvY2llbmNpYV9lbl9kZXNhcnJvbGxvL2FydGljbGUvZG93bmxvYWQvMTg1MzMvMTU4MjIvOTY3MjUjOn46dGV4dD1UaGlzJTIwc3R1ZHklMjBldmFsdWF0ZWQlMjB0aGUlMjBmZWFzaWJpbGl0eSUyMG9mJTIwZW5lcmd5JTIwcmVjb3ZlcnksbWV0aGFuZSUyMGVtaXNzaW9ucyUyMGFuZCUyMGRpdmVyc2lmeSUyMHRoZSUyMHJlZ2lvbmFsJTIwZW5lcmd5JTIwbWF0cml4Lg\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Quimica9_2025_-1_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2413-4155\\/7\\/1\\/31\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/sci-07-00031-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 8 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udca.edu.co\\/index.php\\/ruadc\\/article\\/view\\/2595\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Viviendadeinters_met_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">\\u00c1reas verdes y vivienda de inter\\u00e9s social: hist\\u00f3rico d\\u00e9ficit de bienestar ambiental<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 9 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/8243\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/16RIAA8243-Pub-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 10 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Art02-2861-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Larvas de Trichoptera: diversidad y distribuci\\u00f3nen el r\\u00edo Quenane, piedemonte orinocense Colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 11 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2024_Trujillo-Gonzlez_Assessment of Vanadium Content in Soils Under Equatorial Climate-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of Vanadium Content in Soils Under Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 12 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/23\\/3411\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-03411-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 13 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.entomobrasilis.org\\/index.php\\/ebras\\/article\\/view\\/e1087\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1087-Article Text-13108-11694-10-20240716-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 14 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/13\\/1903\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-01903-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 15 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.udca.edu.co\\/entities\\/publication\\/780683de-5b51-41d9-b735-b4dcc95c11aa\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Decontaminationofwastewater_Met-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 16 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.revistaecosistemas.net\\/index.php\\/ecosistemas\\/article\\/view\\/2447\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2447-Texto del artculo-13993-2-10-20240417-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacac\\u00edas de la Universidad de los Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 17 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3056\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 18 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/10097\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Lunazul58_7 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Huella de Carbono en Instituciones De Educaci\\u00f3n en Colombia: Una Revisi\\u00f3n Sistem\\u00e1tica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 19 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14019\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v26n2e-21314019-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Potential use of methane gas from the Villavicencio sanitary landfill, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 20 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3027\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 21 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/archivo.revistas.ucr.ac.cr\\/\\/index.php\\/rbt\\/article\\/view\\/52916\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/52916-Article Text please provide a single file with figures and tables integrated-263611-2-10-20240305-1_page-0001 1.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el r\\u00edo Quenane-Quenanito, piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 22 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udistrital.edu.co\\/index.php\\/colfor\\/article\\/view\\/20126\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/CF-20126-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gait\\u00e1n, Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 23 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2901\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lyasmin19Art05-2901-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ensamblaje de cole\\u00f3pteros en dos periodos hidrol\\u00f3gicos contrastantes en el ca\\u00f1o Quenane-Quenanito (Meta, Colombia)1<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 24 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/12\\/10\\/1888\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-12-01888-v2-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y Le\\u00f3n (Spain) Farmlands<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 25 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0120-548X2023000200251\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0120-548X-abc-28-02-251-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">DIVERSIDAD FUNCIONAL Y TAXON\\u00d3MICA DE INSECTOS ACU\\u00c1TICOS (EPT) EN UN R\\u00cdO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 26 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2667-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 27 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.humboldt.org.co\\/index.php\\/biota\\/article\\/view\\/1108\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/BC-1108dt-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Fitoperifiton asociado al r\\u00edo Acacias-Pajure en la Orinoquia colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 28 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2633\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2633-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a peque\\u00f1a escala en el municipio de Guamal del Piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 29 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/15\\/4\\/667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-15-00667-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 30 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/9-5531_RIAA 1-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 31 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.1107465\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-1107465-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 32 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.675195\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 33 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10661-022-10036-5\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/ManuelTrujillo-Gonzalez2022_Article_BaselineValuesAndEnvironmental-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 34 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s11270-022-05550-8\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-12-00401-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 35 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/12\\/3\\/401\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-12-00401-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 36 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/2922\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA_Volume-11_Issue-1_Pages-143-151-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Agronomic application effects of organic wastes on a squash crop production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 37 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s12665-022-10235-w\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 38 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/4271\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/12xx-Identificacion-de-los-sistemas-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Identificaci\\u00f3n de los sistemas de suministro y disposici\\u00f3n del agua en una comunidad rural<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 39 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/10947\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/e20610947 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 40 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/gestion\\/article\\/view\\/104253\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/104253_LowCarbonAgriculturalSectorGA2522022-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 41 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/scijournals.onlinelibrary.wiley.com\\/doi\\/10.1002\\/ghg.2066\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 42 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0932473921000237?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 43 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usp.br\\/paz\\/article\\/view\\/158175\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/airtone20216107158175-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 44 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.researchgate.net\\/publication\\/350640282_Impactos_del_cambio_climatico_sobre_los_rendimientos_del_arroz_Oryza_sativa_L_en_la_Zona_Llanos_Colombia\\/link\\/606b6c41a6fdccad3f753959\\/download?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1698-Textodelartculo-4725-3-10-202101072-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impactos del cambio clim\\u00e1tico sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 45 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/raccefyn.co\\/index.php\\/raccefyn\\/article\\/view\\/1025\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/revista131025Firstrecordofthelarvae-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 46 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/journals.sagepub.com\\/doi\\/10.1177\\/1178622120917725\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/vargas-pineda-et-al-2020-supply-demand-of-water-resource-of-a-basin-with-high-anthropic-pressure-case-study-quenane-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 47 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-020-00548-9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 48 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/3091\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Unad-ojs4usoderecursos-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 49 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0123-30332020000100007\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0123-3033-inco-22-01-8429-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint: An effective tool for the challenge of water sustainability<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 50 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/575\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/575-Texto del artculo-4249-1-10-20200210-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El compostaje, una alternativa para el aprovechamiento de residuos org\\u00e1nicos en las centrales de abastecimiento<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 51 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mapress.com\\/zt\\/article\\/view\\/zootaxa.4656.2.9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 52 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0147651319304002?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 53 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-018-0160-6\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 54 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2167\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradordistribucionespacial-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Distribuci\\u00f3n espacial del plomo (Pb) en el municipio de Villavicencio usando bri\\u00f3fitos como medio de verificaci\\u00f3n de la calidad ambiental urbana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 55 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.unad.edu.co\\/handle\\/10596\\/29339\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradorv9n2a2_Recursosuelo-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El recurso suelo; un an\\u00e1lisis de las funciones, capacidad de uso e indicadores de calidad<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 56 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/boletincientifico\\/article\\/view\\/2740\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbBoletin221_8-comp-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACI\\u00d3N DE LA DISTRIBUCI\\u00d3N A LA CUENCA DEL R\\u00cdO ORINOCO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 57 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3281\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul46_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de un Sistema de cosecha de agua lluvia a peque\\u00f1a escala con finalidad pecuaria<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 58 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistacolombianaentomologia.univalle.edu.co\\/index.php\\/SOCOLEN\\/article\\/view\\/5958\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/RCdEDic2017_271-276-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 59 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/actabiol\\/article\\/view\\/60619\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bent\\u00f3nicos del departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 60 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3866\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Gesti\\u00f3n del agua en comunidades rurales; caso de estudio Cuenca del r\\u00edo Guayuriba, Meta-Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 61 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/434\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de estudios en metales pesados en zonas agr\\u00edcolas de Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 62 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/394\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Evaluaci\\u00f3n de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del r\\u00edo Guayuriba (Meta, Colombia), a trav\\u00e9s de la evaluaci\\u00f3n de huella h\\u00eddrica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 63 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2044\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La econom\\u00eda verde: un cambio ambiental y social necesario en el mundo actual<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 64 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/7\\/7\\/52\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 65 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3832\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">GESTI\\u00d3N DE RESIDUOS S\\u00d3LIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTER\\u00c9S: EMPRESA, ESTADO Y COMUNIDAD<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 66 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S1369847816305022?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 67 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/pml\\/v12n1\\/1909-0455-pml-12-01-00115.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de la inclusi\\u00f3n de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 68 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/346\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 69 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usantotomas.edu.co\\/index.php\\/riiep\\/article\\/view\\/3622\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La problem\\u00e1tica de la ni\\u00f1a, ni\\u00f1o y joven trabajador y su erradicaci\\u00f3n a trav\\u00e9s de programas de prevenci\\u00f3n. Art\\u00edculo producto de la investigaci\\u00f3n<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 70 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/cal\\/article\\/view\\/57836\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 71 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0048969716303126?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 72 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000200011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Servicios ecosist\\u00e9micos como soporte para la gesti\\u00f3n de sistemas socioecol\\u00f3gicos: aplicaci\\u00f3n en agroecosistemas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 73 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/337\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gait\\u00e1n, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 74 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742015000200016\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">EVALUACI\\u00d3N DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 75 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100010\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de contaminaci\\u00f3n en tres sectores de Villavicencio, a trav\\u00e9s del indice de geo-acumulaci\\u00f3n (I-geo)<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 76 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos de metales pesados en suelos agr\\u00edcolas de la regi\\u00f3n del Ariari, departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 77 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.tandfonline.com\\/doi\\/full\\/10.1080\\/17457300.2015.1047863\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Oil industry and road traffic fatalities in contemporary Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 78 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/309\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La ciudad y su din\\u00e1mica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 79 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repositorio.ucaldas.edu.co\\/entities\\/publication\\/e424f7e5-f875-4e32-b910-1fd5cd3178e5\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 80 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/download\\/280\\/826\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 81 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.redalyc.org\\/articulo.oa?id=321728584006\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">LA HUELLA H\\u00cdDRICA COMO UNA ESTRATEGIA DE EDUCACI\\u00d3N AMBIENTAL ENFOCADA A LA GESTI\\u00d3N DEL RECURSO H\\u00cdDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 82 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742013000100003\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">100 MUJERES: UNA INICIATIVA DE EDUCACI\\u00d3N AMBIENTAL CON PERSPECTIVA DE G\\u00c9NERO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 83 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/rori\\/v16n2\\/en_v16n2a01.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A view towards sustainable environmental management the Orinoquian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 84 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/43\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La palma de moriche (Mauritia flexuosa L.f) un ecosistema estrat\\u00e9gico<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 85 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/37\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Experiencias en la captura de los gases de combusti\\u00f3n de cascarilla de arroz con soluciones alcalinas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 86 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092010000300013\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La descomposici\\u00f3n t\\u00e9rmica de la cascarilla de arroz:una alternativa de aprovechamiento integral.<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 87 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/90\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n fitoqu\\u00edmica y bromatol\\u00f3gica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 88 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/210\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-07 19:00:41\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-22 21:12:44\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-22 21:09:50\",\"publish_up\":\"2025-07-07 19:00:41\",\"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\":104,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":124,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(594,'com_content.article.23','','2025-09-22 21:30:59',46,86856,'5bd4ff9c868c066ffc111c833125a563a6e01d53','{\"id\":\"23\",\"asset_id\":144,\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"alias\":\"articulos-de-investigacion\",\"introtext\":\"<!-- TARJETAS -->\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- TARJETA 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/8144\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-2025-8144-2_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The effects of compost application on soil properties: Agricultural and environmental benefits<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2304-6740\\/13\\/7\\/218\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/inorganics-13-00218-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 3\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/14\\/5\\/1073\\/xml\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-14-01073-1_page-0001.jpg\\\" alt=\\\"Miniatura 4\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14581\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v27n2e-30214581-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado del arte de la huella h\\u00eddrica agr\\u00edcola en Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.bing.com\\/ck\\/a?!&amp;&amp;p=9ac05b47847909769684c47f030d8357433545535e5b71c3c4ac01b61edba53bJmltdHM9MTc1ODA2NzIwMA&amp;ptn=3&amp;ver=2&amp;hsh=4&amp;fclid=32558afe-3f6f-6502-3b46-9c943e8a64a5&amp;psq=Feasibility+for+energy+recovery+from+biogas+at+Los+Corazones+landfill%2c+Valledupar+Colombia%2c+Ciencia+En+Desarrollo+ISSN%3a+0121-7488%2c+2025+vol%3a16+fasc%3a+N%2fA+p%c3%a1gs%3a+207+-+214%2c+DOI%3a10.19053%2fuptc.01217488.v16.n1.2025.18533+Autores%3a+LUISA+FERNANDA+RAMIREZ+RIOS%2c+DORANCE+BECERRA+MORENO%2c+NELSON+JAVIER+CELY+CALIXTO&amp;u=a1aHR0cHM6Ly9yZXZpc3Rhcy51cHRjLmVkdS5jby9pbmRleC5waHAvY2llbmNpYV9lbl9kZXNhcnJvbGxvL2FydGljbGUvZG93bmxvYWQvMTg1MzMvMTU4MjIvOTY3MjUjOn46dGV4dD1UaGlzJTIwc3R1ZHklMjBldmFsdWF0ZWQlMjB0aGUlMjBmZWFzaWJpbGl0eSUyMG9mJTIwZW5lcmd5JTIwcmVjb3ZlcnksbWV0aGFuZSUyMGVtaXNzaW9ucyUyMGFuZCUyMGRpdmVyc2lmeSUyMHRoZSUyMHJlZ2lvbmFsJTIwZW5lcmd5JTIwbWF0cml4Lg\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Quimica9_2025_-1_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2413-4155\\/7\\/1\\/31\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/sci-07-00031-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 8 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udca.edu.co\\/index.php\\/ruadc\\/article\\/view\\/2595\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Viviendadeinters_met_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">\\u00c1reas verdes y vivienda de inter\\u00e9s social: hist\\u00f3rico d\\u00e9ficit de bienestar ambiental<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 9 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/8243\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/16RIAA8243-Pub-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 10 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Art02-2861-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Larvas de Trichoptera: diversidad y distribuci\\u00f3nen el r\\u00edo Quenane, piedemonte orinocense Colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 11 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2024_Trujillo-Gonzlez_Assessment of Vanadium Content in Soils Under Equatorial Climate-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of Vanadium Content in Soils Under Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 12 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/23\\/3411\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-03411-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 13 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.entomobrasilis.org\\/index.php\\/ebras\\/article\\/view\\/e1087\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1087-Article Text-13108-11694-10-20240716-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 14 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/13\\/1903\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-01903-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 15 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.udca.edu.co\\/entities\\/publication\\/780683de-5b51-41d9-b735-b4dcc95c11aa\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Decontaminationofwastewater_Met-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 16 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.revistaecosistemas.net\\/index.php\\/ecosistemas\\/article\\/view\\/2447\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2447-Texto del artculo-13993-2-10-20240417-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacac\\u00edas de la Universidad de los Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 17 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3056\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 18 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/10097\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Lunazul58_7 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Huella de Carbono en Instituciones De Educaci\\u00f3n en Colombia: Una Revisi\\u00f3n Sistem\\u00e1tica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 19 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14019\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v26n2e-21314019-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Potential use of methane gas from the Villavicencio sanitary landfill, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 20 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3027\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 21 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/archivo.revistas.ucr.ac.cr\\/\\/index.php\\/rbt\\/article\\/view\\/52916\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/52916-Article Text please provide a single file with figures and tables integrated-263611-2-10-20240305-1_page-0001 1.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el r\\u00edo Quenane-Quenanito, piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 22 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udistrital.edu.co\\/index.php\\/colfor\\/article\\/view\\/20126\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/CF-20126-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gait\\u00e1n, Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 23 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2901\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lyasmin19Art05-2901-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ensamblaje de cole\\u00f3pteros en dos periodos hidrol\\u00f3gicos contrastantes en el ca\\u00f1o Quenane-Quenanito (Meta, Colombia)1<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 24 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/12\\/10\\/1888\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-12-01888-v2-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y Le\\u00f3n (Spain) Farmlands<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 25 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0120-548X2023000200251\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0120-548X-abc-28-02-251-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">DIVERSIDAD FUNCIONAL Y TAXON\\u00d3MICA DE INSECTOS ACU\\u00c1TICOS (EPT) EN UN R\\u00cdO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 26 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2667-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 27 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.humboldt.org.co\\/index.php\\/biota\\/article\\/view\\/1108\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/BC-1108dt-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Fitoperifiton asociado al r\\u00edo Acacias-Pajure en la Orinoquia colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 28 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2633\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2633-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a peque\\u00f1a escala en el municipio de Guamal del Piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 29 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/15\\/4\\/667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-15-00667-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 30 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/9-5531_RIAA 1-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 31 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.1107465\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-1107465-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 32 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.675195\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 33 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10661-022-10036-5\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/ManuelTrujillo-Gonzalez2022_Article_BaselineValuesAndEnvironmental-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 34 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s11270-022-05550-8\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-12-00401-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 35 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/12\\/3\\/401\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-12-00401-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 36 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/2922\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA_Volume-11_Issue-1_Pages-143-151-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Agronomic application effects of organic wastes on a squash crop production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 37 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s12665-022-10235-w\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 38 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/4271\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/12xx-Identificacion-de-los-sistemas-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Identificaci\\u00f3n de los sistemas de suministro y disposici\\u00f3n del agua en una comunidad rural<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 39 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/10947\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/e20610947 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 40 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/gestion\\/article\\/view\\/104253\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/104253_LowCarbonAgriculturalSectorGA2522022-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 41 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/scijournals.onlinelibrary.wiley.com\\/doi\\/10.1002\\/ghg.2066\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 42 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0932473921000237?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 43 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usp.br\\/paz\\/article\\/view\\/158175\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/airtone20216107158175-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 44 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.researchgate.net\\/publication\\/350640282_Impactos_del_cambio_climatico_sobre_los_rendimientos_del_arroz_Oryza_sativa_L_en_la_Zona_Llanos_Colombia\\/link\\/606b6c41a6fdccad3f753959\\/download?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1698-Textodelartculo-4725-3-10-202101072-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impactos del cambio clim\\u00e1tico sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 45 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/raccefyn.co\\/index.php\\/raccefyn\\/article\\/view\\/1025\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/revista131025Firstrecordofthelarvae-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 46 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/journals.sagepub.com\\/doi\\/10.1177\\/1178622120917725\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/vargas-pineda-et-al-2020-supply-demand-of-water-resource-of-a-basin-with-high-anthropic-pressure-case-study-quenane-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 47 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-020-00548-9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 48 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/3091\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Unad-ojs4usoderecursos-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 49 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0123-30332020000100007\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0123-3033-inco-22-01-8429-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint: An effective tool for the challenge of water sustainability<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 50 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/575\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/575-Texto del artculo-4249-1-10-20200210-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El compostaje, una alternativa para el aprovechamiento de residuos org\\u00e1nicos en las centrales de abastecimiento<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 51 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mapress.com\\/zt\\/article\\/view\\/zootaxa.4656.2.9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 52 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0147651319304002?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 53 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-018-0160-6\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 54 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2167\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradordistribucionespacial-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Distribuci\\u00f3n espacial del plomo (Pb) en el municipio de Villavicencio usando bri\\u00f3fitos como medio de verificaci\\u00f3n de la calidad ambiental urbana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 55 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.unad.edu.co\\/handle\\/10596\\/29339\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradorv9n2a2_Recursosuelo-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El recurso suelo; un an\\u00e1lisis de las funciones, capacidad de uso e indicadores de calidad<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 56 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/boletincientifico\\/article\\/view\\/2740\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbBoletin221_8-comp-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACI\\u00d3N DE LA DISTRIBUCI\\u00d3N A LA CUENCA DEL R\\u00cdO ORINOCO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 57 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3281\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul46_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de un Sistema de cosecha de agua lluvia a peque\\u00f1a escala con finalidad pecuaria<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 58 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistacolombianaentomologia.univalle.edu.co\\/index.php\\/SOCOLEN\\/article\\/view\\/5958\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/RCdEDic2017_271-276-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 59 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/actabiol\\/article\\/view\\/60619\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lcaballeroArt2Acta223-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bent\\u00f3nicos del departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 60 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3866\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul45_5-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Gesti\\u00f3n del agua en comunidades rurales; caso de estudio Cuenca del r\\u00edo Guayuriba, Meta-Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 61 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/434\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/434-Texto del artculo-3956-1-10-20190129-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de estudios en metales pesados en zonas agr\\u00edcolas de Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 62 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/394\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/394-Texto del artculo-3871-1-10-20171121-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Evaluaci\\u00f3n de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del r\\u00edo Guayuriba (Meta, Colombia), a trav\\u00e9s de la evaluaci\\u00f3n de huella h\\u00eddrica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 63 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2044\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/AdministradorArt15-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La econom\\u00eda verde: un cambio ambiental y social necesario en el mundo actual<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 64 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/7\\/7\\/52\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-07-00052-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 65 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3832\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul44_11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">GESTI\\u00d3N DE RESIDUOS S\\u00d3LIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTER\\u00c9S: EMPRESA, ESTADO Y COMUNIDAD<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 66 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S1369847816305022?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 67 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/pml\\/v12n1\\/1909-0455-pml-12-01-00115.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1909-0455-pml-12-01-00115-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de la inclusi\\u00f3n de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 68 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/346\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/346-Texto del artculo-3683-1-10-20170420-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 69 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usantotomas.edu.co\\/index.php\\/riiep\\/article\\/view\\/3622\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cangulomuozGestor_adelarevista12Laproblematica-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La problem\\u00e1tica de la ni\\u00f1a, ni\\u00f1o y joven trabajador y su erradicaci\\u00f3n a trav\\u00e9s de programas de prevenci\\u00f3n. Art\\u00edculo producto de la investigaci\\u00f3n<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 70 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/cal\\/article\\/view\\/57836\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/yfigueroacv38n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 71 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0048969716303126?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 72 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000200011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n2a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Servicios ecosist\\u00e9micos como soporte para la gesti\\u00f3n de sistemas socioecol\\u00f3gicos: aplicaci\\u00f3n en agroecosistemas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 73 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/337\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/337-Texto del artculo-3531-1-10-20161011-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gait\\u00e1n, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 74 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742015000200016\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n41a16-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">EVALUACI\\u00d3N DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 75 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100010\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de contaminaci\\u00f3n en tres sectores de Villavicencio, a trav\\u00e9s del indice de geo-acumulaci\\u00f3n (I-geo)<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 76 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos de metales pesados en suelos agr\\u00edcolas de la regi\\u00f3n del Ariari, departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 77 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.tandfonline.com\\/doi\\/full\\/10.1080\\/17457300.2015.1047863\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Oil industry and road traffic fatalities in contemporary Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 78 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/309\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La ciudad y su din\\u00e1mica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 79 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repositorio.ucaldas.edu.co\\/entities\\/publication\\/e424f7e5-f875-4e32-b910-1fd5cd3178e5\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 80 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/download\\/280\\/826\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 81 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.redalyc.org\\/articulo.oa?id=321728584006\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">LA HUELLA H\\u00cdDRICA COMO UNA ESTRATEGIA DE EDUCACI\\u00d3N AMBIENTAL ENFOCADA A LA GESTI\\u00d3N DEL RECURSO H\\u00cdDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 82 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742013000100003\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">100 MUJERES: UNA INICIATIVA DE EDUCACI\\u00d3N AMBIENTAL CON PERSPECTIVA DE G\\u00c9NERO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 83 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/rori\\/v16n2\\/en_v16n2a01.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A view towards sustainable environmental management the Orinoquian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 84 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/43\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La palma de moriche (Mauritia flexuosa L.f) un ecosistema estrat\\u00e9gico<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 85 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/37\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Experiencias en la captura de los gases de combusti\\u00f3n de cascarilla de arroz con soluciones alcalinas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 86 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092010000300013\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La descomposici\\u00f3n t\\u00e9rmica de la cascarilla de arroz:una alternativa de aprovechamiento integral.<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 87 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/90\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n fitoqu\\u00edmica y bromatol\\u00f3gica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 88 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/210\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-07 19:00:41\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-22 21:30:59\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-22 21:12:44\",\"publish_up\":\"2025-07-07 19:00:41\",\"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\":105,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":125,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(595,'com_content.article.23','','2025-09-22 21:40:15',46,86933,'72b65326d4d535bba1a8c35547f2c5ed553f195a','{\"id\":\"23\",\"asset_id\":144,\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"alias\":\"articulos-de-investigacion\",\"introtext\":\"<!-- TARJETAS -->\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- TARJETA 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/8144\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-2025-8144-2_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The effects of compost application on soil properties: Agricultural and environmental benefits<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2304-6740\\/13\\/7\\/218\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/inorganics-13-00218-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 3\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/14\\/5\\/1073\\/xml\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-14-01073-1_page-0001.jpg\\\" alt=\\\"Miniatura 4\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14581\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v27n2e-30214581-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado del arte de la huella h\\u00eddrica agr\\u00edcola en Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.bing.com\\/ck\\/a?!&amp;&amp;p=9ac05b47847909769684c47f030d8357433545535e5b71c3c4ac01b61edba53bJmltdHM9MTc1ODA2NzIwMA&amp;ptn=3&amp;ver=2&amp;hsh=4&amp;fclid=32558afe-3f6f-6502-3b46-9c943e8a64a5&amp;psq=Feasibility+for+energy+recovery+from+biogas+at+Los+Corazones+landfill%2c+Valledupar+Colombia%2c+Ciencia+En+Desarrollo+ISSN%3a+0121-7488%2c+2025+vol%3a16+fasc%3a+N%2fA+p%c3%a1gs%3a+207+-+214%2c+DOI%3a10.19053%2fuptc.01217488.v16.n1.2025.18533+Autores%3a+LUISA+FERNANDA+RAMIREZ+RIOS%2c+DORANCE+BECERRA+MORENO%2c+NELSON+JAVIER+CELY+CALIXTO&amp;u=a1aHR0cHM6Ly9yZXZpc3Rhcy51cHRjLmVkdS5jby9pbmRleC5waHAvY2llbmNpYV9lbl9kZXNhcnJvbGxvL2FydGljbGUvZG93bmxvYWQvMTg1MzMvMTU4MjIvOTY3MjUjOn46dGV4dD1UaGlzJTIwc3R1ZHklMjBldmFsdWF0ZWQlMjB0aGUlMjBmZWFzaWJpbGl0eSUyMG9mJTIwZW5lcmd5JTIwcmVjb3ZlcnksbWV0aGFuZSUyMGVtaXNzaW9ucyUyMGFuZCUyMGRpdmVyc2lmeSUyMHRoZSUyMHJlZ2lvbmFsJTIwZW5lcmd5JTIwbWF0cml4Lg\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Quimica9_2025_-1_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2413-4155\\/7\\/1\\/31\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/sci-07-00031-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 8 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udca.edu.co\\/index.php\\/ruadc\\/article\\/view\\/2595\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Viviendadeinters_met_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">\\u00c1reas verdes y vivienda de inter\\u00e9s social: hist\\u00f3rico d\\u00e9ficit de bienestar ambiental<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 9 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/8243\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/16RIAA8243-Pub-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 10 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Art02-2861-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Larvas de Trichoptera: diversidad y distribuci\\u00f3nen el r\\u00edo Quenane, piedemonte orinocense Colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 11 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2024_Trujillo-Gonzlez_Assessment of Vanadium Content in Soils Under Equatorial Climate-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of Vanadium Content in Soils Under Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 12 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/23\\/3411\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-03411-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 13 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.entomobrasilis.org\\/index.php\\/ebras\\/article\\/view\\/e1087\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1087-Article Text-13108-11694-10-20240716-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 14 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/13\\/1903\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-01903-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 15 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.udca.edu.co\\/entities\\/publication\\/780683de-5b51-41d9-b735-b4dcc95c11aa\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Decontaminationofwastewater_Met-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 16 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.revistaecosistemas.net\\/index.php\\/ecosistemas\\/article\\/view\\/2447\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2447-Texto del artculo-13993-2-10-20240417-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacac\\u00edas de la Universidad de los Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 17 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3056\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 18 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/10097\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Lunazul58_7 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Huella de Carbono en Instituciones De Educaci\\u00f3n en Colombia: Una Revisi\\u00f3n Sistem\\u00e1tica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 19 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14019\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v26n2e-21314019-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Potential use of methane gas from the Villavicencio sanitary landfill, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 20 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3027\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 21 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/archivo.revistas.ucr.ac.cr\\/\\/index.php\\/rbt\\/article\\/view\\/52916\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/52916-Article Text please provide a single file with figures and tables integrated-263611-2-10-20240305-1_page-0001 1.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el r\\u00edo Quenane-Quenanito, piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 22 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udistrital.edu.co\\/index.php\\/colfor\\/article\\/view\\/20126\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/CF-20126-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gait\\u00e1n, Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 23 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2901\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lyasmin19Art05-2901-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ensamblaje de cole\\u00f3pteros en dos periodos hidrol\\u00f3gicos contrastantes en el ca\\u00f1o Quenane-Quenanito (Meta, Colombia)1<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 24 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/12\\/10\\/1888\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-12-01888-v2-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y Le\\u00f3n (Spain) Farmlands<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 25 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0120-548X2023000200251\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0120-548X-abc-28-02-251-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">DIVERSIDAD FUNCIONAL Y TAXON\\u00d3MICA DE INSECTOS ACU\\u00c1TICOS (EPT) EN UN R\\u00cdO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 26 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2667-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 27 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.humboldt.org.co\\/index.php\\/biota\\/article\\/view\\/1108\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/BC-1108dt-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Fitoperifiton asociado al r\\u00edo Acacias-Pajure en la Orinoquia colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 28 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2633\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2633-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a peque\\u00f1a escala en el municipio de Guamal del Piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 29 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/15\\/4\\/667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-15-00667-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 30 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/9-5531_RIAA 1-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 31 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.1107465\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-1107465-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 32 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.675195\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 33 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10661-022-10036-5\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/ManuelTrujillo-Gonzalez2022_Article_BaselineValuesAndEnvironmental-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 34 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s11270-022-05550-8\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-12-00401-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 35 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/12\\/3\\/401\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-12-00401-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 36 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/2922\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA_Volume-11_Issue-1_Pages-143-151-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Agronomic application effects of organic wastes on a squash crop production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 37 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s12665-022-10235-w\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 38 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/4271\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/12xx-Identificacion-de-los-sistemas-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Identificaci\\u00f3n de los sistemas de suministro y disposici\\u00f3n del agua en una comunidad rural<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 39 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/10947\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/e20610947 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 40 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/gestion\\/article\\/view\\/104253\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/104253_LowCarbonAgriculturalSectorGA2522022-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 41 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/scijournals.onlinelibrary.wiley.com\\/doi\\/10.1002\\/ghg.2066\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 42 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0932473921000237?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 43 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usp.br\\/paz\\/article\\/view\\/158175\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/airtone20216107158175-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 44 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.researchgate.net\\/publication\\/350640282_Impactos_del_cambio_climatico_sobre_los_rendimientos_del_arroz_Oryza_sativa_L_en_la_Zona_Llanos_Colombia\\/link\\/606b6c41a6fdccad3f753959\\/download?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1698-Textodelartculo-4725-3-10-202101072-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impactos del cambio clim\\u00e1tico sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 45 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/raccefyn.co\\/index.php\\/raccefyn\\/article\\/view\\/1025\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/revista131025Firstrecordofthelarvae-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 46 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/journals.sagepub.com\\/doi\\/10.1177\\/1178622120917725\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/vargas-pineda-et-al-2020-supply-demand-of-water-resource-of-a-basin-with-high-anthropic-pressure-case-study-quenane-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 47 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-020-00548-9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 48 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/3091\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Unad-ojs4usoderecursos-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 49 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0123-30332020000100007\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0123-3033-inco-22-01-8429-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint: An effective tool for the challenge of water sustainability<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 50 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/575\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/575-Texto del artculo-4249-1-10-20200210-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El compostaje, una alternativa para el aprovechamiento de residuos org\\u00e1nicos en las centrales de abastecimiento<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 51 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mapress.com\\/zt\\/article\\/view\\/zootaxa.4656.2.9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 52 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0147651319304002?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 53 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-018-0160-6\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 54 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2167\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradordistribucionespacial-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Distribuci\\u00f3n espacial del plomo (Pb) en el municipio de Villavicencio usando bri\\u00f3fitos como medio de verificaci\\u00f3n de la calidad ambiental urbana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 55 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.unad.edu.co\\/handle\\/10596\\/29339\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradorv9n2a2_Recursosuelo-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El recurso suelo; un an\\u00e1lisis de las funciones, capacidad de uso e indicadores de calidad<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 56 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/boletincientifico\\/article\\/view\\/2740\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbBoletin221_8-comp-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACI\\u00d3N DE LA DISTRIBUCI\\u00d3N A LA CUENCA DEL R\\u00cdO ORINOCO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 57 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3281\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul46_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de un Sistema de cosecha de agua lluvia a peque\\u00f1a escala con finalidad pecuaria<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 58 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistacolombianaentomologia.univalle.edu.co\\/index.php\\/SOCOLEN\\/article\\/view\\/5958\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/RCdEDic2017_271-276-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 59 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/actabiol\\/article\\/view\\/60619\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lcaballeroArt2Acta223-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bent\\u00f3nicos del departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 60 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3866\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul45_5-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Gesti\\u00f3n del agua en comunidades rurales; caso de estudio Cuenca del r\\u00edo Guayuriba, Meta-Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 61 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/434\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/434-Texto del artculo-3956-1-10-20190129-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de estudios en metales pesados en zonas agr\\u00edcolas de Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 62 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/394\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/394-Texto del artculo-3871-1-10-20171121-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Evaluaci\\u00f3n de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del r\\u00edo Guayuriba (Meta, Colombia), a trav\\u00e9s de la evaluaci\\u00f3n de huella h\\u00eddrica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 63 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2044\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/AdministradorArt15-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La econom\\u00eda verde: un cambio ambiental y social necesario en el mundo actual<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 64 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/7\\/7\\/52\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-07-00052-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 65 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3832\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul44_11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">GESTI\\u00d3N DE RESIDUOS S\\u00d3LIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTER\\u00c9S: EMPRESA, ESTADO Y COMUNIDAD<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 66 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S1369847816305022?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 67 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/pml\\/v12n1\\/1909-0455-pml-12-01-00115.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1909-0455-pml-12-01-00115-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de la inclusi\\u00f3n de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 68 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/346\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/346-Texto del artculo-3683-1-10-20170420-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 69 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usantotomas.edu.co\\/index.php\\/riiep\\/article\\/view\\/3622\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cangulomuozGestor_adelarevista12Laproblematica-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La problem\\u00e1tica de la ni\\u00f1a, ni\\u00f1o y joven trabajador y su erradicaci\\u00f3n a trav\\u00e9s de programas de prevenci\\u00f3n. Art\\u00edculo producto de la investigaci\\u00f3n<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 70 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/cal\\/article\\/view\\/57836\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/yfigueroacv38n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 71 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0048969716303126?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 72 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000200011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n2a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Servicios ecosist\\u00e9micos como soporte para la gesti\\u00f3n de sistemas socioecol\\u00f3gicos: aplicaci\\u00f3n en agroecosistemas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 73 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/337\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/337-Texto del artculo-3531-1-10-20161011-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gait\\u00e1n, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 74 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742015000200016\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n41a16-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">EVALUACI\\u00d3N DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 75 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100010\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de contaminaci\\u00f3n en tres sectores de Villavicencio, a trav\\u00e9s del indice de geo-acumulaci\\u00f3n (I-geo)<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 76 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos de metales pesados en suelos agr\\u00edcolas de la regi\\u00f3n del Ariari, departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 77 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.tandfonline.com\\/doi\\/full\\/10.1080\\/17457300.2015.1047863\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Oil industry and road traffic fatalities in contemporary Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 78 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/309\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/309-Texto del artculo-3310-1-10-20150830-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La ciudad y su din\\u00e1mica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 79 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repositorio.ucaldas.edu.co\\/entities\\/publication\\/e424f7e5-f875-4e32-b910-1fd5cd3178e5\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n39a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 80 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/download\\/280\\/826\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v18n1a06-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 81 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.redalyc.org\\/articulo.oa?id=321728584006\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/321728584006-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">LA HUELLA H\\u00cdDRICA COMO UNA ESTRATEGIA DE EDUCACI\\u00d3N AMBIENTAL ENFOCADA A LA GESTI\\u00d3N DEL RECURSO H\\u00cdDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 82 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742013000100003\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n36a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">100 MUJERES: UNA INICIATIVA DE EDUCACI\\u00d3N AMBIENTAL CON PERSPECTIVA DE G\\u00c9NERO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 83 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/rori\\/v16n2\\/en_v16n2a01.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/en_v16n2a01_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A view towards sustainable environmental management the Orinoquian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 84 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/43\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/43-Texto del artculo-186-1-10-20141001-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La palma de moriche (Mauritia flexuosa L.f) un ecosistema estrat\\u00e9gico<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 85 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/37\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/37-Texto del artculo-157-1-10-20140930-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Experiencias en la captura de los gases de combusti\\u00f3n de cascarilla de arroz con soluciones alcalinas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 86 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092010000300013\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v14s1a13-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La descomposici\\u00f3n t\\u00e9rmica de la cascarilla de arroz:una alternativa de aprovechamiento integral.<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 87 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/90\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/90-Texto del artculo-400-1-10-20141004-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n fitoqu\\u00edmica y bromatol\\u00f3gica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 88 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/210\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/210-Texto del artculo-974-1-10-20141016-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-07 19:00:41\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-22 21:40:15\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-22 21:30:59\",\"publish_up\":\"2025-07-07 19:00:41\",\"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\":106,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":126,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(596,'com_content.article.23','','2025-09-23 19:17:54',46,87025,'0190f6c39a205e05c5853c27915b3d3dd8ddb5fb','{\"id\":\"23\",\"asset_id\":144,\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"alias\":\"articulos-de-investigacion\",\"introtext\":\"<!-- TARJETAS -->\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- TARJETA 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/8144\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-2025-8144-2_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The effects of compost application on soil properties: Agricultural and environmental benefits<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2304-6740\\/13\\/7\\/218\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/inorganics-13-00218-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 3\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/14\\/5\\/1073\\/xml\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-14-01073-1_page-0001.jpg\\\" alt=\\\"Miniatura 4\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14581\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v27n2e-30214581-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado del arte de la huella h\\u00eddrica agr\\u00edcola en Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.bing.com\\/ck\\/a?!&amp;&amp;p=9ac05b47847909769684c47f030d8357433545535e5b71c3c4ac01b61edba53bJmltdHM9MTc1ODA2NzIwMA&amp;ptn=3&amp;ver=2&amp;hsh=4&amp;fclid=32558afe-3f6f-6502-3b46-9c943e8a64a5&amp;psq=Feasibility+for+energy+recovery+from+biogas+at+Los+Corazones+landfill%2c+Valledupar+Colombia%2c+Ciencia+En+Desarrollo+ISSN%3a+0121-7488%2c+2025+vol%3a16+fasc%3a+N%2fA+p%c3%a1gs%3a+207+-+214%2c+DOI%3a10.19053%2fuptc.01217488.v16.n1.2025.18533+Autores%3a+LUISA+FERNANDA+RAMIREZ+RIOS%2c+DORANCE+BECERRA+MORENO%2c+NELSON+JAVIER+CELY+CALIXTO&amp;u=a1aHR0cHM6Ly9yZXZpc3Rhcy51cHRjLmVkdS5jby9pbmRleC5waHAvY2llbmNpYV9lbl9kZXNhcnJvbGxvL2FydGljbGUvZG93bmxvYWQvMTg1MzMvMTU4MjIvOTY3MjUjOn46dGV4dD1UaGlzJTIwc3R1ZHklMjBldmFsdWF0ZWQlMjB0aGUlMjBmZWFzaWJpbGl0eSUyMG9mJTIwZW5lcmd5JTIwcmVjb3ZlcnksbWV0aGFuZSUyMGVtaXNzaW9ucyUyMGFuZCUyMGRpdmVyc2lmeSUyMHRoZSUyMHJlZ2lvbmFsJTIwZW5lcmd5JTIwbWF0cml4Lg\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Quimica9_2025_-1_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2413-4155\\/7\\/1\\/31\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/sci-07-00031-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 8 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udca.edu.co\\/index.php\\/ruadc\\/article\\/view\\/2595\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Viviendadeinters_met_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">\\u00c1reas verdes y vivienda de inter\\u00e9s social: hist\\u00f3rico d\\u00e9ficit de bienestar ambiental<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 9 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/8243\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/16RIAA8243-Pub-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 10 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Art02-2861-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Larvas de Trichoptera: diversidad y distribuci\\u00f3nen el r\\u00edo Quenane, piedemonte orinocense Colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 11 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2024_Trujillo-Gonzlez_Assessment of Vanadium Content in Soils Under Equatorial Climate-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of Vanadium Content in Soils Under Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 12 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/23\\/3411\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-03411-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 13 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.entomobrasilis.org\\/index.php\\/ebras\\/article\\/view\\/e1087\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1087-Article Text-13108-11694-10-20240716-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 14 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/13\\/1903\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-01903-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 15 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.udca.edu.co\\/entities\\/publication\\/780683de-5b51-41d9-b735-b4dcc95c11aa\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Decontaminationofwastewater_Met-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 16 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.revistaecosistemas.net\\/index.php\\/ecosistemas\\/article\\/view\\/2447\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2447-Texto del artculo-13993-2-10-20240417-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacac\\u00edas de la Universidad de los Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 17 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3056\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 18 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/10097\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Lunazul58_7 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Huella de Carbono en Instituciones De Educaci\\u00f3n en Colombia: Una Revisi\\u00f3n Sistem\\u00e1tica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 19 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14019\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v26n2e-21314019-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Potential use of methane gas from the Villavicencio sanitary landfill, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 20 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3027\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 21 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/archivo.revistas.ucr.ac.cr\\/\\/index.php\\/rbt\\/article\\/view\\/52916\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/52916-Article Text please provide a single file with figures and tables integrated-263611-2-10-20240305-1_page-0001 1.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el r\\u00edo Quenane-Quenanito, piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 22 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udistrital.edu.co\\/index.php\\/colfor\\/article\\/view\\/20126\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/CF-20126-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gait\\u00e1n, Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 23 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2901\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lyasmin19Art05-2901-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ensamblaje de cole\\u00f3pteros en dos periodos hidrol\\u00f3gicos contrastantes en el ca\\u00f1o Quenane-Quenanito (Meta, Colombia)1<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 24 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/12\\/10\\/1888\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-12-01888-v2-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y Le\\u00f3n (Spain) Farmlands<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 25 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0120-548X2023000200251\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0120-548X-abc-28-02-251-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">DIVERSIDAD FUNCIONAL Y TAXON\\u00d3MICA DE INSECTOS ACU\\u00c1TICOS (EPT) EN UN R\\u00cdO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 26 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2667-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 27 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.humboldt.org.co\\/index.php\\/biota\\/article\\/view\\/1108\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/BC-1108dt-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Fitoperifiton asociado al r\\u00edo Acacias-Pajure en la Orinoquia colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 28 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2633\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2633-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a peque\\u00f1a escala en el municipio de Guamal del Piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 29 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/15\\/4\\/667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-15-00667-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 30 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/9-5531_RIAA 1-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 31 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.1107465\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-1107465-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 32 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.675195\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 33 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10661-022-10036-5\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/ManuelTrujillo-Gonzalez2022_Article_BaselineValuesAndEnvironmental-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 34 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s11270-022-05550-8\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Mapping_Potential_Toxic_Elements_in_Agricultural_a-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 35 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/12\\/3\\/401\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-12-00401-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 36 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/2922\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA_Volume-11_Issue-1_Pages-143-151-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Agronomic application effects of organic wastes on a squash crop production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 37 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s12665-022-10235-w\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Trujillo-Gonzlez2022_Article_SpatialVariabilityOfThePhysico-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 38 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/4271\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/12xx-Identificacion-de-los-sistemas-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Identificaci\\u00f3n de los sistemas de suministro y disposici\\u00f3n del agua en una comunidad rural<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 39 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/10947\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/e20610947 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 40 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/gestion\\/article\\/view\\/104253\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/104253_LowCarbonAgriculturalSectorGA2522022-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 41 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/scijournals.onlinelibrary.wiley.com\\/doi\\/10.1002\\/ghg.2066\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/GHGSTGreenhouseGasBalanceColombia-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 42 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0932473921000237?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 43 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usp.br\\/paz\\/article\\/view\\/158175\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/airtone20216107158175-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 44 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.researchgate.net\\/publication\\/350640282_Impactos_del_cambio_climatico_sobre_los_rendimientos_del_arroz_Oryza_sativa_L_en_la_Zona_Llanos_Colombia\\/link\\/606b6c41a6fdccad3f753959\\/download?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1698-Textodelartculo-4725-3-10-202101072-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impactos del cambio clim\\u00e1tico sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 45 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/raccefyn.co\\/index.php\\/raccefyn\\/article\\/view\\/1025\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/revista131025Firstrecordofthelarvae-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 46 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/journals.sagepub.com\\/doi\\/10.1177\\/1178622120917725\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/vargas-pineda-et-al-2020-supply-demand-of-water-resource-of-a-basin-with-high-anthropic-pressure-case-study-quenane-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 47 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-020-00548-9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 48 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/3091\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Unad-ojs4usoderecursos-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 49 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0123-30332020000100007\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0123-3033-inco-22-01-8429-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint: An effective tool for the challenge of water sustainability<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 50 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/575\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/575-Texto del artculo-4249-1-10-20200210-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El compostaje, una alternativa para el aprovechamiento de residuos org\\u00e1nicos en las centrales de abastecimiento<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 51 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mapress.com\\/zt\\/article\\/view\\/zootaxa.4656.2.9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 52 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0147651319304002?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 53 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-018-0160-6\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 54 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2167\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradordistribucionespacial-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Distribuci\\u00f3n espacial del plomo (Pb) en el municipio de Villavicencio usando bri\\u00f3fitos como medio de verificaci\\u00f3n de la calidad ambiental urbana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 55 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.unad.edu.co\\/handle\\/10596\\/29339\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradorv9n2a2_Recursosuelo-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El recurso suelo; un an\\u00e1lisis de las funciones, capacidad de uso e indicadores de calidad<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 56 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/boletincientifico\\/article\\/view\\/2740\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbBoletin221_8-comp-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACI\\u00d3N DE LA DISTRIBUCI\\u00d3N A LA CUENCA DEL R\\u00cdO ORINOCO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 57 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3281\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul46_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de un Sistema de cosecha de agua lluvia a peque\\u00f1a escala con finalidad pecuaria<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 58 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistacolombianaentomologia.univalle.edu.co\\/index.php\\/SOCOLEN\\/article\\/view\\/5958\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/RCdEDic2017_271-276-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 59 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/actabiol\\/article\\/view\\/60619\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lcaballeroArt2Acta223-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bent\\u00f3nicos del departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 60 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3866\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul45_5-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Gesti\\u00f3n del agua en comunidades rurales; caso de estudio Cuenca del r\\u00edo Guayuriba, Meta-Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 61 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/434\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/434-Texto del artculo-3956-1-10-20190129-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de estudios en metales pesados en zonas agr\\u00edcolas de Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 62 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/394\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/394-Texto del artculo-3871-1-10-20171121-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Evaluaci\\u00f3n de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del r\\u00edo Guayuriba (Meta, Colombia), a trav\\u00e9s de la evaluaci\\u00f3n de huella h\\u00eddrica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 63 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2044\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/AdministradorArt15-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La econom\\u00eda verde: un cambio ambiental y social necesario en el mundo actual<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 64 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/7\\/7\\/52\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-07-00052-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 65 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3832\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul44_11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">GESTI\\u00d3N DE RESIDUOS S\\u00d3LIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTER\\u00c9S: EMPRESA, ESTADO Y COMUNIDAD<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 66 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S1369847816305022?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 67 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/pml\\/v12n1\\/1909-0455-pml-12-01-00115.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1909-0455-pml-12-01-00115-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de la inclusi\\u00f3n de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 68 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/346\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/346-Texto del artculo-3683-1-10-20170420-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 69 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usantotomas.edu.co\\/index.php\\/riiep\\/article\\/view\\/3622\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cangulomuozGestor_adelarevista12Laproblematica-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La problem\\u00e1tica de la ni\\u00f1a, ni\\u00f1o y joven trabajador y su erradicaci\\u00f3n a trav\\u00e9s de programas de prevenci\\u00f3n. Art\\u00edculo producto de la investigaci\\u00f3n<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 70 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/cal\\/article\\/view\\/57836\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/yfigueroacv38n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 71 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0048969716303126?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 72 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000200011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n2a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Servicios ecosist\\u00e9micos como soporte para la gesti\\u00f3n de sistemas socioecol\\u00f3gicos: aplicaci\\u00f3n en agroecosistemas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 73 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/337\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/337-Texto del artculo-3531-1-10-20161011-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gait\\u00e1n, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 74 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742015000200016\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n41a16-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">EVALUACI\\u00d3N DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 75 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100010\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de contaminaci\\u00f3n en tres sectores de Villavicencio, a trav\\u00e9s del indice de geo-acumulaci\\u00f3n (I-geo)<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 76 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos de metales pesados en suelos agr\\u00edcolas de la regi\\u00f3n del Ariari, departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 77 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.tandfonline.com\\/doi\\/full\\/10.1080\\/17457300.2015.1047863\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Oil industry and road traffic fatalities in contemporary Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 78 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/309\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/309-Texto del artculo-3310-1-10-20150830-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La ciudad y su din\\u00e1mica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 79 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repositorio.ucaldas.edu.co\\/entities\\/publication\\/e424f7e5-f875-4e32-b910-1fd5cd3178e5\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n39a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 80 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/download\\/280\\/826\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v18n1a06-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 81 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.redalyc.org\\/articulo.oa?id=321728584006\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/321728584006-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">LA HUELLA H\\u00cdDRICA COMO UNA ESTRATEGIA DE EDUCACI\\u00d3N AMBIENTAL ENFOCADA A LA GESTI\\u00d3N DEL RECURSO H\\u00cdDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 82 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742013000100003\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n36a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">100 MUJERES: UNA INICIATIVA DE EDUCACI\\u00d3N AMBIENTAL CON PERSPECTIVA DE G\\u00c9NERO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 83 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/rori\\/v16n2\\/en_v16n2a01.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/en_v16n2a01_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A view towards sustainable environmental management the Orinoquian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 84 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/43\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/43-Texto del artculo-186-1-10-20141001-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La palma de moriche (Mauritia flexuosa L.f) un ecosistema estrat\\u00e9gico<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 85 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/37\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/37-Texto del artculo-157-1-10-20140930-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Experiencias en la captura de los gases de combusti\\u00f3n de cascarilla de arroz con soluciones alcalinas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 86 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092010000300013\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v14s1a13-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La descomposici\\u00f3n t\\u00e9rmica de la cascarilla de arroz:una alternativa de aprovechamiento integral.<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 87 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/90\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/90-Texto del artculo-400-1-10-20141004-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n fitoqu\\u00edmica y bromatol\\u00f3gica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 88 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/210\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/210-Texto del artculo-974-1-10-20141016-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-07 19:00:41\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-23 19:17:54\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-23 19:12:27\",\"publish_up\":\"2025-07-07 19:00:41\",\"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\":107,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":129,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(597,'com_content.article.23','','2025-09-23 19:24:44',46,87141,'bebf70b4203161e551b7d3d11394c3212593a0eb','{\"id\":\"23\",\"asset_id\":144,\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"alias\":\"articulos-de-investigacion\",\"introtext\":\"<!-- TARJETAS -->\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- TARJETA 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/8144\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-2025-8144-2_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The effects of compost application on soil properties: Agricultural and environmental benefits<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2304-6740\\/13\\/7\\/218\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/inorganics-13-00218-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 3\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/14\\/5\\/1073\\/xml\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-14-01073-1_page-0001.jpg\\\" alt=\\\"Miniatura 4\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14581\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v27n2e-30214581-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado del arte de la huella h\\u00eddrica agr\\u00edcola en Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.bing.com\\/ck\\/a?!&amp;&amp;p=9ac05b47847909769684c47f030d8357433545535e5b71c3c4ac01b61edba53bJmltdHM9MTc1ODA2NzIwMA&amp;ptn=3&amp;ver=2&amp;hsh=4&amp;fclid=32558afe-3f6f-6502-3b46-9c943e8a64a5&amp;psq=Feasibility+for+energy+recovery+from+biogas+at+Los+Corazones+landfill%2c+Valledupar+Colombia%2c+Ciencia+En+Desarrollo+ISSN%3a+0121-7488%2c+2025+vol%3a16+fasc%3a+N%2fA+p%c3%a1gs%3a+207+-+214%2c+DOI%3a10.19053%2fuptc.01217488.v16.n1.2025.18533+Autores%3a+LUISA+FERNANDA+RAMIREZ+RIOS%2c+DORANCE+BECERRA+MORENO%2c+NELSON+JAVIER+CELY+CALIXTO&amp;u=a1aHR0cHM6Ly9yZXZpc3Rhcy51cHRjLmVkdS5jby9pbmRleC5waHAvY2llbmNpYV9lbl9kZXNhcnJvbGxvL2FydGljbGUvZG93bmxvYWQvMTg1MzMvMTU4MjIvOTY3MjUjOn46dGV4dD1UaGlzJTIwc3R1ZHklMjBldmFsdWF0ZWQlMjB0aGUlMjBmZWFzaWJpbGl0eSUyMG9mJTIwZW5lcmd5JTIwcmVjb3ZlcnksbWV0aGFuZSUyMGVtaXNzaW9ucyUyMGFuZCUyMGRpdmVyc2lmeSUyMHRoZSUyMHJlZ2lvbmFsJTIwZW5lcmd5JTIwbWF0cml4Lg\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Quimica9_2025_-1_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2413-4155\\/7\\/1\\/31\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/sci-07-00031-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 8 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udca.edu.co\\/index.php\\/ruadc\\/article\\/view\\/2595\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Viviendadeinters_met_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">\\u00c1reas verdes y vivienda de inter\\u00e9s social: hist\\u00f3rico d\\u00e9ficit de bienestar ambiental<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 9 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/8243\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/16RIAA8243-Pub-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 10 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Art02-2861-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Larvas de Trichoptera: diversidad y distribuci\\u00f3nen el r\\u00edo Quenane, piedemonte orinocense Colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 11 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2024_Trujillo-Gonzlez_Assessment of Vanadium Content in Soils Under Equatorial Climate-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of Vanadium Content in Soils Under Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 12 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/23\\/3411\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-03411-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 13 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.entomobrasilis.org\\/index.php\\/ebras\\/article\\/view\\/e1087\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1087-Article Text-13108-11694-10-20240716-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 14 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/13\\/1903\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-01903-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 15 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.udca.edu.co\\/entities\\/publication\\/780683de-5b51-41d9-b735-b4dcc95c11aa\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Decontaminationofwastewater_Met-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 16 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.revistaecosistemas.net\\/index.php\\/ecosistemas\\/article\\/view\\/2447\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2447-Texto del artculo-13993-2-10-20240417-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacac\\u00edas de la Universidad de los Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 17 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3056\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 18 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/10097\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Lunazul58_7 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Huella de Carbono en Instituciones De Educaci\\u00f3n en Colombia: Una Revisi\\u00f3n Sistem\\u00e1tica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 19 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14019\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v26n2e-21314019-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Potential use of methane gas from the Villavicencio sanitary landfill, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 20 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3027\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 21 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/archivo.revistas.ucr.ac.cr\\/\\/index.php\\/rbt\\/article\\/view\\/52916\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/52916-Article Text please provide a single file with figures and tables integrated-263611-2-10-20240305-1_page-0001 1.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el r\\u00edo Quenane-Quenanito, piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 22 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udistrital.edu.co\\/index.php\\/colfor\\/article\\/view\\/20126\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/CF-20126-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gait\\u00e1n, Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 23 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2901\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lyasmin19Art05-2901-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ensamblaje de cole\\u00f3pteros en dos periodos hidrol\\u00f3gicos contrastantes en el ca\\u00f1o Quenane-Quenanito (Meta, Colombia)1<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 24 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/12\\/10\\/1888\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-12-01888-v2-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y Le\\u00f3n (Spain) Farmlands<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 25 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0120-548X2023000200251\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0120-548X-abc-28-02-251-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">DIVERSIDAD FUNCIONAL Y TAXON\\u00d3MICA DE INSECTOS ACU\\u00c1TICOS (EPT) EN UN R\\u00cdO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 26 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2667-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 27 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.humboldt.org.co\\/index.php\\/biota\\/article\\/view\\/1108\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/BC-1108dt-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Fitoperifiton asociado al r\\u00edo Acacias-Pajure en la Orinoquia colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 28 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2633\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2633-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a peque\\u00f1a escala en el municipio de Guamal del Piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 29 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/15\\/4\\/667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-15-00667-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 30 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/9-5531_RIAA 1-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 31 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.1107465\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-1107465-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 32 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.675195\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 33 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10661-022-10036-5\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/ManuelTrujillo-Gonzalez2022_Article_BaselineValuesAndEnvironmental-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 34 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s11270-022-05550-8\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Mapping_Potential_Toxic_Elements_in_Agricultural_a-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 35 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/12\\/3\\/401\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-12-00401-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 36 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/2922\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA_Volume-11_Issue-1_Pages-143-151-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Agronomic application effects of organic wastes on a squash crop production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 37 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s12665-022-10235-w\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Trujillo-Gonzlez2022_Article_SpatialVariabilityOfThePhysico-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 38 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/4271\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/12xx-Identificacion-de-los-sistemas-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Identificaci\\u00f3n de los sistemas de suministro y disposici\\u00f3n del agua en una comunidad rural<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 39 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/10947\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/e20610947 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 40 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/gestion\\/article\\/view\\/104253\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/104253_LowCarbonAgriculturalSectorGA2522022-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 41 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/scijournals.onlinelibrary.wiley.com\\/doi\\/10.1002\\/ghg.2066\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/GHGSTGreenhouseGasBalanceColombia-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 42 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0932473921000237?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 43 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usp.br\\/paz\\/article\\/view\\/158175\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/airtone20216107158175-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 44 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.researchgate.net\\/publication\\/350640282_Impactos_del_cambio_climatico_sobre_los_rendimientos_del_arroz_Oryza_sativa_L_en_la_Zona_Llanos_Colombia\\/link\\/606b6c41a6fdccad3f753959\\/download?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1698-Textodelartculo-4725-3-10-202101072-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impactos del cambio clim\\u00e1tico sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 45 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/raccefyn.co\\/index.php\\/raccefyn\\/article\\/view\\/1025\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/revista131025Firstrecordofthelarvae-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 46 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/journals.sagepub.com\\/doi\\/10.1177\\/1178622120917725\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/vargas-pineda-et-al-2020-supply-demand-of-water-resource-of-a-basin-with-high-anthropic-pressure-case-study-quenane-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 47 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-020-00548-9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 48 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/3091\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Unad-ojs4usoderecursos-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 49 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0123-30332020000100007\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0123-3033-inco-22-01-8429-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint: An effective tool for the challenge of water sustainability<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 50 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/575\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/575-Texto del artculo-4249-1-10-20200210-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El compostaje, una alternativa para el aprovechamiento de residuos org\\u00e1nicos en las centrales de abastecimiento<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 51 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mapress.com\\/zt\\/article\\/view\\/zootaxa.4656.2.9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/camelobaetidiusmetae 1-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 52 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0147651319304002?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 53 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-018-0160-6\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 54 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2167\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradordistribucionespacial-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Distribuci\\u00f3n espacial del plomo (Pb) en el municipio de Villavicencio usando bri\\u00f3fitos como medio de verificaci\\u00f3n de la calidad ambiental urbana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 55 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.unad.edu.co\\/handle\\/10596\\/29339\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradorv9n2a2_Recursosuelo-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El recurso suelo; un an\\u00e1lisis de las funciones, capacidad de uso e indicadores de calidad<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 56 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/boletincientifico\\/article\\/view\\/2740\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbBoletin221_8-comp-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACI\\u00d3N DE LA DISTRIBUCI\\u00d3N A LA CUENCA DEL R\\u00cdO ORINOCO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 57 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3281\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul46_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de un Sistema de cosecha de agua lluvia a peque\\u00f1a escala con finalidad pecuaria<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 58 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistacolombianaentomologia.univalle.edu.co\\/index.php\\/SOCOLEN\\/article\\/view\\/5958\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/RCdEDic2017_271-276-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 59 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/actabiol\\/article\\/view\\/60619\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lcaballeroArt2Acta223-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bent\\u00f3nicos del departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 60 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3866\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul45_5-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Gesti\\u00f3n del agua en comunidades rurales; caso de estudio Cuenca del r\\u00edo Guayuriba, Meta-Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 61 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/434\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/434-Texto del artculo-3956-1-10-20190129-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de estudios en metales pesados en zonas agr\\u00edcolas de Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 62 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/394\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/394-Texto del artculo-3871-1-10-20171121-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Evaluaci\\u00f3n de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del r\\u00edo Guayuriba (Meta, Colombia), a trav\\u00e9s de la evaluaci\\u00f3n de huella h\\u00eddrica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 63 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2044\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/AdministradorArt15-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La econom\\u00eda verde: un cambio ambiental y social necesario en el mundo actual<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 64 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/7\\/7\\/52\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-07-00052-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 65 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3832\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul44_11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">GESTI\\u00d3N DE RESIDUOS S\\u00d3LIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTER\\u00c9S: EMPRESA, ESTADO Y COMUNIDAD<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 66 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S1369847816305022?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 67 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/pml\\/v12n1\\/1909-0455-pml-12-01-00115.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1909-0455-pml-12-01-00115-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de la inclusi\\u00f3n de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 68 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/346\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/346-Texto del artculo-3683-1-10-20170420-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 69 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usantotomas.edu.co\\/index.php\\/riiep\\/article\\/view\\/3622\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cangulomuozGestor_adelarevista12Laproblematica-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La problem\\u00e1tica de la ni\\u00f1a, ni\\u00f1o y joven trabajador y su erradicaci\\u00f3n a trav\\u00e9s de programas de prevenci\\u00f3n. Art\\u00edculo producto de la investigaci\\u00f3n<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 70 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/cal\\/article\\/view\\/57836\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/yfigueroacv38n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 71 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0048969716303126?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 72 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000200011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n2a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Servicios ecosist\\u00e9micos como soporte para la gesti\\u00f3n de sistemas socioecol\\u00f3gicos: aplicaci\\u00f3n en agroecosistemas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 73 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/337\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/337-Texto del artculo-3531-1-10-20161011-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gait\\u00e1n, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 74 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742015000200016\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n41a16-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">EVALUACI\\u00d3N DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 75 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100010\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de contaminaci\\u00f3n en tres sectores de Villavicencio, a trav\\u00e9s del indice de geo-acumulaci\\u00f3n (I-geo)<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 76 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos de metales pesados en suelos agr\\u00edcolas de la regi\\u00f3n del Ariari, departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 77 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.tandfonline.com\\/doi\\/full\\/10.1080\\/17457300.2015.1047863\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Oil industry and road traffic fatalities in contemporary Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 78 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/309\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/309-Texto del artculo-3310-1-10-20150830-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La ciudad y su din\\u00e1mica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 79 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repositorio.ucaldas.edu.co\\/entities\\/publication\\/e424f7e5-f875-4e32-b910-1fd5cd3178e5\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n39a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 80 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/download\\/280\\/826\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v18n1a06-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 81 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.redalyc.org\\/articulo.oa?id=321728584006\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/321728584006-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">LA HUELLA H\\u00cdDRICA COMO UNA ESTRATEGIA DE EDUCACI\\u00d3N AMBIENTAL ENFOCADA A LA GESTI\\u00d3N DEL RECURSO H\\u00cdDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 82 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742013000100003\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n36a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">100 MUJERES: UNA INICIATIVA DE EDUCACI\\u00d3N AMBIENTAL CON PERSPECTIVA DE G\\u00c9NERO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 83 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/rori\\/v16n2\\/en_v16n2a01.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/en_v16n2a01_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A view towards sustainable environmental management the Orinoquian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 84 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/43\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/43-Texto del artculo-186-1-10-20141001-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La palma de moriche (Mauritia flexuosa L.f) un ecosistema estrat\\u00e9gico<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 85 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/37\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/37-Texto del artculo-157-1-10-20140930-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Experiencias en la captura de los gases de combusti\\u00f3n de cascarilla de arroz con soluciones alcalinas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 86 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092010000300013\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v14s1a13-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La descomposici\\u00f3n t\\u00e9rmica de la cascarilla de arroz:una alternativa de aprovechamiento integral.<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 87 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/90\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/90-Texto del artculo-400-1-10-20141004-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n fitoqu\\u00edmica y bromatol\\u00f3gica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 88 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/210\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/210-Texto del artculo-974-1-10-20141016-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-07 19:00:41\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-23 19:24:44\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-23 19:17:54\",\"publish_up\":\"2025-07-07 19:00:41\",\"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\":108,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":130,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(598,'com_content.article.23','','2025-09-23 19:28:02',46,87171,'daf777132811abc4bd80648edef5a72ba44fa076','{\"id\":\"23\",\"asset_id\":144,\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"alias\":\"articulos-de-investigacion\",\"introtext\":\"<!-- TARJETAS -->\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- TARJETA 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/8144\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-2025-8144-2_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The effects of compost application on soil properties: Agricultural and environmental benefits<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2304-6740\\/13\\/7\\/218\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/inorganics-13-00218-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 3\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/14\\/5\\/1073\\/xml\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-14-01073-1_page-0001.jpg\\\" alt=\\\"Miniatura 4\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14581\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v27n2e-30214581-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado del arte de la huella h\\u00eddrica agr\\u00edcola en Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.bing.com\\/ck\\/a?!&amp;&amp;p=9ac05b47847909769684c47f030d8357433545535e5b71c3c4ac01b61edba53bJmltdHM9MTc1ODA2NzIwMA&amp;ptn=3&amp;ver=2&amp;hsh=4&amp;fclid=32558afe-3f6f-6502-3b46-9c943e8a64a5&amp;psq=Feasibility+for+energy+recovery+from+biogas+at+Los+Corazones+landfill%2c+Valledupar+Colombia%2c+Ciencia+En+Desarrollo+ISSN%3a+0121-7488%2c+2025+vol%3a16+fasc%3a+N%2fA+p%c3%a1gs%3a+207+-+214%2c+DOI%3a10.19053%2fuptc.01217488.v16.n1.2025.18533+Autores%3a+LUISA+FERNANDA+RAMIREZ+RIOS%2c+DORANCE+BECERRA+MORENO%2c+NELSON+JAVIER+CELY+CALIXTO&amp;u=a1aHR0cHM6Ly9yZXZpc3Rhcy51cHRjLmVkdS5jby9pbmRleC5waHAvY2llbmNpYV9lbl9kZXNhcnJvbGxvL2FydGljbGUvZG93bmxvYWQvMTg1MzMvMTU4MjIvOTY3MjUjOn46dGV4dD1UaGlzJTIwc3R1ZHklMjBldmFsdWF0ZWQlMjB0aGUlMjBmZWFzaWJpbGl0eSUyMG9mJTIwZW5lcmd5JTIwcmVjb3ZlcnksbWV0aGFuZSUyMGVtaXNzaW9ucyUyMGFuZCUyMGRpdmVyc2lmeSUyMHRoZSUyMHJlZ2lvbmFsJTIwZW5lcmd5JTIwbWF0cml4Lg\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Quimica9_2025_-1_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2413-4155\\/7\\/1\\/31\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/sci-07-00031-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 8 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udca.edu.co\\/index.php\\/ruadc\\/article\\/view\\/2595\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Viviendadeinters_met_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">\\u00c1reas verdes y vivienda de inter\\u00e9s social: hist\\u00f3rico d\\u00e9ficit de bienestar ambiental<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 9 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/8243\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/16RIAA8243-Pub-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 10 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Art02-2861-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Larvas de Trichoptera: diversidad y distribuci\\u00f3nen el r\\u00edo Quenane, piedemonte orinocense Colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 11 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2024_Trujillo-Gonzlez_Assessment of Vanadium Content in Soils Under Equatorial Climate-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of Vanadium Content in Soils Under Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 12 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/23\\/3411\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-03411-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 13 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.entomobrasilis.org\\/index.php\\/ebras\\/article\\/view\\/e1087\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1087-Article Text-13108-11694-10-20240716-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 14 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/13\\/1903\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-01903-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 15 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.udca.edu.co\\/entities\\/publication\\/780683de-5b51-41d9-b735-b4dcc95c11aa\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Decontaminationofwastewater_Met-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 16 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.revistaecosistemas.net\\/index.php\\/ecosistemas\\/article\\/view\\/2447\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2447-Texto del artculo-13993-2-10-20240417-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacac\\u00edas de la Universidad de los Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 17 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3056\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 18 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/10097\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Lunazul58_7 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Huella de Carbono en Instituciones De Educaci\\u00f3n en Colombia: Una Revisi\\u00f3n Sistem\\u00e1tica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 19 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14019\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v26n2e-21314019-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Potential use of methane gas from the Villavicencio sanitary landfill, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 20 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3027\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 21 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/archivo.revistas.ucr.ac.cr\\/\\/index.php\\/rbt\\/article\\/view\\/52916\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/52916-Article Text please provide a single file with figures and tables integrated-263611-2-10-20240305-1_page-0001 1.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el r\\u00edo Quenane-Quenanito, piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 22 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udistrital.edu.co\\/index.php\\/colfor\\/article\\/view\\/20126\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/CF-20126-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gait\\u00e1n, Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 23 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2901\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lyasmin19Art05-2901-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ensamblaje de cole\\u00f3pteros en dos periodos hidrol\\u00f3gicos contrastantes en el ca\\u00f1o Quenane-Quenanito (Meta, Colombia)1<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 24 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/12\\/10\\/1888\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-12-01888-v2-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y Le\\u00f3n (Spain) Farmlands<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 25 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0120-548X2023000200251\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0120-548X-abc-28-02-251-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">DIVERSIDAD FUNCIONAL Y TAXON\\u00d3MICA DE INSECTOS ACU\\u00c1TICOS (EPT) EN UN R\\u00cdO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 26 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2667-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 27 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.humboldt.org.co\\/index.php\\/biota\\/article\\/view\\/1108\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/BC-1108dt-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Fitoperifiton asociado al r\\u00edo Acacias-Pajure en la Orinoquia colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 28 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2633\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2633-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a peque\\u00f1a escala en el municipio de Guamal del Piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 29 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/15\\/4\\/667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-15-00667-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 30 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/9-5531_RIAA 1-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 31 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.1107465\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-1107465-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 32 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.675195\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 33 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10661-022-10036-5\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/ManuelTrujillo-Gonzalez2022_Article_BaselineValuesAndEnvironmental-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 34 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s11270-022-05550-8\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Mapping_Potential_Toxic_Elements_in_Agricultural_a-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 35 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/12\\/3\\/401\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-12-00401-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 36 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/2922\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA_Volume-11_Issue-1_Pages-143-151-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Agronomic application effects of organic wastes on a squash crop production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 37 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s12665-022-10235-w\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Trujillo-Gonzlez2022_Article_SpatialVariabilityOfThePhysico-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 38 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/4271\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/12xx-Identificacion-de-los-sistemas-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Identificaci\\u00f3n de los sistemas de suministro y disposici\\u00f3n del agua en una comunidad rural<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 39 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/10947\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/e20610947 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 40 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/gestion\\/article\\/view\\/104253\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/104253_LowCarbonAgriculturalSectorGA2522022-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 41 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/scijournals.onlinelibrary.wiley.com\\/doi\\/10.1002\\/ghg.2066\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/GHGSTGreenhouseGasBalanceColombia-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 42 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0932473921000237?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 43 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usp.br\\/paz\\/article\\/view\\/158175\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/airtone20216107158175-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 44 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.researchgate.net\\/publication\\/350640282_Impactos_del_cambio_climatico_sobre_los_rendimientos_del_arroz_Oryza_sativa_L_en_la_Zona_Llanos_Colombia\\/link\\/606b6c41a6fdccad3f753959\\/download?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1698-Textodelartculo-4725-3-10-202101072-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impactos del cambio clim\\u00e1tico sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 45 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/raccefyn.co\\/index.php\\/raccefyn\\/article\\/view\\/1025\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/revista131025Firstrecordofthelarvae-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 46 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/journals.sagepub.com\\/doi\\/10.1177\\/1178622120917725\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/vargas-pineda-et-al-2020-supply-demand-of-water-resource-of-a-basin-with-high-anthropic-pressure-case-study-quenane-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 47 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-020-00548-9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 48 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/3091\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Unad-ojs4usoderecursos-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 49 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0123-30332020000100007\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0123-3033-inco-22-01-8429-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint: An effective tool for the challenge of water sustainability<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 50 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/575\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/575-Texto del artculo-4249-1-10-20200210-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El compostaje, una alternativa para el aprovechamiento de residuos org\\u00e1nicos en las centrales de abastecimiento<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 51 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mapress.com\\/zt\\/article\\/view\\/zootaxa.4656.2.9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/camelobaetidiusmetae 1-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 52 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0147651319304002?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 53 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-018-0160-6\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Captura de pantalla_23-9-2025_142712_www.researchgate.net.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 54 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2167\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradordistribucionespacial-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Distribuci\\u00f3n espacial del plomo (Pb) en el municipio de Villavicencio usando bri\\u00f3fitos como medio de verificaci\\u00f3n de la calidad ambiental urbana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 55 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.unad.edu.co\\/handle\\/10596\\/29339\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradorv9n2a2_Recursosuelo-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El recurso suelo; un an\\u00e1lisis de las funciones, capacidad de uso e indicadores de calidad<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 56 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/boletincientifico\\/article\\/view\\/2740\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbBoletin221_8-comp-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACI\\u00d3N DE LA DISTRIBUCI\\u00d3N A LA CUENCA DEL R\\u00cdO ORINOCO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 57 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3281\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul46_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de un Sistema de cosecha de agua lluvia a peque\\u00f1a escala con finalidad pecuaria<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 58 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistacolombianaentomologia.univalle.edu.co\\/index.php\\/SOCOLEN\\/article\\/view\\/5958\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/RCdEDic2017_271-276-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 59 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/actabiol\\/article\\/view\\/60619\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lcaballeroArt2Acta223-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bent\\u00f3nicos del departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 60 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3866\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul45_5-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Gesti\\u00f3n del agua en comunidades rurales; caso de estudio Cuenca del r\\u00edo Guayuriba, Meta-Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 61 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/434\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/434-Texto del artculo-3956-1-10-20190129-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de estudios en metales pesados en zonas agr\\u00edcolas de Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 62 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/394\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/394-Texto del artculo-3871-1-10-20171121-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Evaluaci\\u00f3n de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del r\\u00edo Guayuriba (Meta, Colombia), a trav\\u00e9s de la evaluaci\\u00f3n de huella h\\u00eddrica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 63 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2044\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/AdministradorArt15-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La econom\\u00eda verde: un cambio ambiental y social necesario en el mundo actual<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 64 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/7\\/7\\/52\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-07-00052-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 65 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3832\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul44_11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">GESTI\\u00d3N DE RESIDUOS S\\u00d3LIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTER\\u00c9S: EMPRESA, ESTADO Y COMUNIDAD<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 66 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S1369847816305022?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 67 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/pml\\/v12n1\\/1909-0455-pml-12-01-00115.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1909-0455-pml-12-01-00115-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de la inclusi\\u00f3n de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 68 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/346\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/346-Texto del artculo-3683-1-10-20170420-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 69 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usantotomas.edu.co\\/index.php\\/riiep\\/article\\/view\\/3622\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cangulomuozGestor_adelarevista12Laproblematica-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La problem\\u00e1tica de la ni\\u00f1a, ni\\u00f1o y joven trabajador y su erradicaci\\u00f3n a trav\\u00e9s de programas de prevenci\\u00f3n. Art\\u00edculo producto de la investigaci\\u00f3n<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 70 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/cal\\/article\\/view\\/57836\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/yfigueroacv38n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 71 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0048969716303126?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 72 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000200011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n2a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Servicios ecosist\\u00e9micos como soporte para la gesti\\u00f3n de sistemas socioecol\\u00f3gicos: aplicaci\\u00f3n en agroecosistemas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 73 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/337\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/337-Texto del artculo-3531-1-10-20161011-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gait\\u00e1n, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 74 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742015000200016\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n41a16-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">EVALUACI\\u00d3N DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 75 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100010\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de contaminaci\\u00f3n en tres sectores de Villavicencio, a trav\\u00e9s del indice de geo-acumulaci\\u00f3n (I-geo)<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 76 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos de metales pesados en suelos agr\\u00edcolas de la regi\\u00f3n del Ariari, departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 77 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.tandfonline.com\\/doi\\/full\\/10.1080\\/17457300.2015.1047863\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Oil industry and road traffic fatalities in contemporary Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 78 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/309\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/309-Texto del artculo-3310-1-10-20150830-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La ciudad y su din\\u00e1mica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 79 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repositorio.ucaldas.edu.co\\/entities\\/publication\\/e424f7e5-f875-4e32-b910-1fd5cd3178e5\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n39a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 80 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/download\\/280\\/826\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v18n1a06-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 81 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.redalyc.org\\/articulo.oa?id=321728584006\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/321728584006-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">LA HUELLA H\\u00cdDRICA COMO UNA ESTRATEGIA DE EDUCACI\\u00d3N AMBIENTAL ENFOCADA A LA GESTI\\u00d3N DEL RECURSO H\\u00cdDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 82 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742013000100003\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n36a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">100 MUJERES: UNA INICIATIVA DE EDUCACI\\u00d3N AMBIENTAL CON PERSPECTIVA DE G\\u00c9NERO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 83 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/rori\\/v16n2\\/en_v16n2a01.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/en_v16n2a01_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A view towards sustainable environmental management the Orinoquian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 84 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/43\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/43-Texto del artculo-186-1-10-20141001-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La palma de moriche (Mauritia flexuosa L.f) un ecosistema estrat\\u00e9gico<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 85 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/37\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/37-Texto del artculo-157-1-10-20140930-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Experiencias en la captura de los gases de combusti\\u00f3n de cascarilla de arroz con soluciones alcalinas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 86 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092010000300013\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v14s1a13-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La descomposici\\u00f3n t\\u00e9rmica de la cascarilla de arroz:una alternativa de aprovechamiento integral.<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 87 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/90\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/90-Texto del artculo-400-1-10-20141004-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n fitoqu\\u00edmica y bromatol\\u00f3gica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 88 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/210\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/210-Texto del artculo-974-1-10-20141016-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-07 19:00:41\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-23 19:28:02\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-23 19:24:51\",\"publish_up\":\"2025-07-07 19:00:41\",\"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\":110,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":131,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(599,'com_content.article.23','','2025-09-23 19:28:50',46,87172,'527bf38bf0af5f6718642135cc1c52e5fa6105e6','{\"id\":\"23\",\"asset_id\":144,\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"alias\":\"articulos-de-investigacion\",\"introtext\":\"<!-- TARJETAS -->\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- TARJETA 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/8144\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-2025-8144-2_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The effects of compost application on soil properties: Agricultural and environmental benefits<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2304-6740\\/13\\/7\\/218\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/inorganics-13-00218-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 3\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/14\\/5\\/1073\\/xml\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-14-01073-1_page-0001.jpg\\\" alt=\\\"Miniatura 4\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14581\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v27n2e-30214581-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado del arte de la huella h\\u00eddrica agr\\u00edcola en Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.bing.com\\/ck\\/a?!&amp;&amp;p=9ac05b47847909769684c47f030d8357433545535e5b71c3c4ac01b61edba53bJmltdHM9MTc1ODA2NzIwMA&amp;ptn=3&amp;ver=2&amp;hsh=4&amp;fclid=32558afe-3f6f-6502-3b46-9c943e8a64a5&amp;psq=Feasibility+for+energy+recovery+from+biogas+at+Los+Corazones+landfill%2c+Valledupar+Colombia%2c+Ciencia+En+Desarrollo+ISSN%3a+0121-7488%2c+2025+vol%3a16+fasc%3a+N%2fA+p%c3%a1gs%3a+207+-+214%2c+DOI%3a10.19053%2fuptc.01217488.v16.n1.2025.18533+Autores%3a+LUISA+FERNANDA+RAMIREZ+RIOS%2c+DORANCE+BECERRA+MORENO%2c+NELSON+JAVIER+CELY+CALIXTO&amp;u=a1aHR0cHM6Ly9yZXZpc3Rhcy51cHRjLmVkdS5jby9pbmRleC5waHAvY2llbmNpYV9lbl9kZXNhcnJvbGxvL2FydGljbGUvZG93bmxvYWQvMTg1MzMvMTU4MjIvOTY3MjUjOn46dGV4dD1UaGlzJTIwc3R1ZHklMjBldmFsdWF0ZWQlMjB0aGUlMjBmZWFzaWJpbGl0eSUyMG9mJTIwZW5lcmd5JTIwcmVjb3ZlcnksbWV0aGFuZSUyMGVtaXNzaW9ucyUyMGFuZCUyMGRpdmVyc2lmeSUyMHRoZSUyMHJlZ2lvbmFsJTIwZW5lcmd5JTIwbWF0cml4Lg\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Quimica9_2025_-1_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2413-4155\\/7\\/1\\/31\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/sci-07-00031-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 8 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udca.edu.co\\/index.php\\/ruadc\\/article\\/view\\/2595\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Viviendadeinters_met_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">\\u00c1reas verdes y vivienda de inter\\u00e9s social: hist\\u00f3rico d\\u00e9ficit de bienestar ambiental<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 9 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/8243\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/16RIAA8243-Pub-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 10 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Art02-2861-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Larvas de Trichoptera: diversidad y distribuci\\u00f3nen el r\\u00edo Quenane, piedemonte orinocense Colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 11 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2024_Trujillo-Gonzlez_Assessment of Vanadium Content in Soils Under Equatorial Climate-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of Vanadium Content in Soils Under Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 12 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/23\\/3411\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-03411-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 13 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.entomobrasilis.org\\/index.php\\/ebras\\/article\\/view\\/e1087\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1087-Article Text-13108-11694-10-20240716-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 14 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/13\\/1903\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-01903-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 15 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.udca.edu.co\\/entities\\/publication\\/780683de-5b51-41d9-b735-b4dcc95c11aa\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Decontaminationofwastewater_Met-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 16 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.revistaecosistemas.net\\/index.php\\/ecosistemas\\/article\\/view\\/2447\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2447-Texto del artculo-13993-2-10-20240417-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacac\\u00edas de la Universidad de los Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 17 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3056\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 18 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/10097\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Lunazul58_7 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Huella de Carbono en Instituciones De Educaci\\u00f3n en Colombia: Una Revisi\\u00f3n Sistem\\u00e1tica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 19 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14019\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v26n2e-21314019-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Potential use of methane gas from the Villavicencio sanitary landfill, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 20 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3027\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 21 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/archivo.revistas.ucr.ac.cr\\/\\/index.php\\/rbt\\/article\\/view\\/52916\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/52916-Article Text please provide a single file with figures and tables integrated-263611-2-10-20240305-1_page-0001 1.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el r\\u00edo Quenane-Quenanito, piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 22 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udistrital.edu.co\\/index.php\\/colfor\\/article\\/view\\/20126\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/CF-20126-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gait\\u00e1n, Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 23 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2901\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lyasmin19Art05-2901-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ensamblaje de cole\\u00f3pteros en dos periodos hidrol\\u00f3gicos contrastantes en el ca\\u00f1o Quenane-Quenanito (Meta, Colombia)1<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 24 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/12\\/10\\/1888\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-12-01888-v2-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y Le\\u00f3n (Spain) Farmlands<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 25 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0120-548X2023000200251\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0120-548X-abc-28-02-251-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">DIVERSIDAD FUNCIONAL Y TAXON\\u00d3MICA DE INSECTOS ACU\\u00c1TICOS (EPT) EN UN R\\u00cdO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 26 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2667-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 27 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.humboldt.org.co\\/index.php\\/biota\\/article\\/view\\/1108\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/BC-1108dt-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Fitoperifiton asociado al r\\u00edo Acacias-Pajure en la Orinoquia colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 28 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2633\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2633-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a peque\\u00f1a escala en el municipio de Guamal del Piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 29 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/15\\/4\\/667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-15-00667-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 30 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/9-5531_RIAA 1-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 31 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.1107465\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-1107465-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 32 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.675195\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 33 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10661-022-10036-5\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/ManuelTrujillo-Gonzalez2022_Article_BaselineValuesAndEnvironmental-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 34 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s11270-022-05550-8\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Mapping_Potential_Toxic_Elements_in_Agricultural_a-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 35 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/12\\/3\\/401\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-12-00401-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 36 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/2922\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA_Volume-11_Issue-1_Pages-143-151-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Agronomic application effects of organic wastes on a squash crop production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 37 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s12665-022-10235-w\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Trujillo-Gonzlez2022_Article_SpatialVariabilityOfThePhysico-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 38 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/4271\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/12xx-Identificacion-de-los-sistemas-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Identificaci\\u00f3n de los sistemas de suministro y disposici\\u00f3n del agua en una comunidad rural<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 39 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/10947\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/e20610947 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 40 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/gestion\\/article\\/view\\/104253\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/104253_LowCarbonAgriculturalSectorGA2522022-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 41 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/scijournals.onlinelibrary.wiley.com\\/doi\\/10.1002\\/ghg.2066\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/GHGSTGreenhouseGasBalanceColombia-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 42 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0932473921000237?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 43 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usp.br\\/paz\\/article\\/view\\/158175\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/airtone20216107158175-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 44 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.researchgate.net\\/publication\\/350640282_Impactos_del_cambio_climatico_sobre_los_rendimientos_del_arroz_Oryza_sativa_L_en_la_Zona_Llanos_Colombia\\/link\\/606b6c41a6fdccad3f753959\\/download?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1698-Textodelartculo-4725-3-10-202101072-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impactos del cambio clim\\u00e1tico sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 45 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/raccefyn.co\\/index.php\\/raccefyn\\/article\\/view\\/1025\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/revista131025Firstrecordofthelarvae-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 46 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/journals.sagepub.com\\/doi\\/10.1177\\/1178622120917725\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/vargas-pineda-et-al-2020-supply-demand-of-water-resource-of-a-basin-with-high-anthropic-pressure-case-study-quenane-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 47 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-020-00548-9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 48 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/3091\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Unad-ojs4usoderecursos-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 49 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0123-30332020000100007\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0123-3033-inco-22-01-8429-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint: An effective tool for the challenge of water sustainability<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 50 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/575\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/575-Texto del artculo-4249-1-10-20200210-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El compostaje, una alternativa para el aprovechamiento de residuos org\\u00e1nicos en las centrales de abastecimiento<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 51 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mapress.com\\/zt\\/article\\/view\\/zootaxa.4656.2.9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/camelobaetidiusmetae 1-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 52 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0147651319304002?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 53 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-018-0160-6\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Captura de pantalla_23-9-2025_142712_www.researchgate.net.jpeg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 54 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2167\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradordistribucionespacial-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Distribuci\\u00f3n espacial del plomo (Pb) en el municipio de Villavicencio usando bri\\u00f3fitos como medio de verificaci\\u00f3n de la calidad ambiental urbana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 55 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.unad.edu.co\\/handle\\/10596\\/29339\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradorv9n2a2_Recursosuelo-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El recurso suelo; un an\\u00e1lisis de las funciones, capacidad de uso e indicadores de calidad<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 56 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/boletincientifico\\/article\\/view\\/2740\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbBoletin221_8-comp-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACI\\u00d3N DE LA DISTRIBUCI\\u00d3N A LA CUENCA DEL R\\u00cdO ORINOCO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 57 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3281\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul46_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de un Sistema de cosecha de agua lluvia a peque\\u00f1a escala con finalidad pecuaria<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 58 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistacolombianaentomologia.univalle.edu.co\\/index.php\\/SOCOLEN\\/article\\/view\\/5958\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/RCdEDic2017_271-276-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 59 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/actabiol\\/article\\/view\\/60619\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lcaballeroArt2Acta223-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bent\\u00f3nicos del departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 60 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3866\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul45_5-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Gesti\\u00f3n del agua en comunidades rurales; caso de estudio Cuenca del r\\u00edo Guayuriba, Meta-Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 61 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/434\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/434-Texto del artculo-3956-1-10-20190129-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de estudios en metales pesados en zonas agr\\u00edcolas de Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 62 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/394\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/394-Texto del artculo-3871-1-10-20171121-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Evaluaci\\u00f3n de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del r\\u00edo Guayuriba (Meta, Colombia), a trav\\u00e9s de la evaluaci\\u00f3n de huella h\\u00eddrica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 63 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2044\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/AdministradorArt15-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La econom\\u00eda verde: un cambio ambiental y social necesario en el mundo actual<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 64 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/7\\/7\\/52\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-07-00052-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 65 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3832\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul44_11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">GESTI\\u00d3N DE RESIDUOS S\\u00d3LIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTER\\u00c9S: EMPRESA, ESTADO Y COMUNIDAD<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 66 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S1369847816305022?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 67 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/pml\\/v12n1\\/1909-0455-pml-12-01-00115.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1909-0455-pml-12-01-00115-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de la inclusi\\u00f3n de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 68 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/346\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/346-Texto del artculo-3683-1-10-20170420-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 69 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usantotomas.edu.co\\/index.php\\/riiep\\/article\\/view\\/3622\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cangulomuozGestor_adelarevista12Laproblematica-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La problem\\u00e1tica de la ni\\u00f1a, ni\\u00f1o y joven trabajador y su erradicaci\\u00f3n a trav\\u00e9s de programas de prevenci\\u00f3n. Art\\u00edculo producto de la investigaci\\u00f3n<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 70 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/cal\\/article\\/view\\/57836\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/yfigueroacv38n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 71 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0048969716303126?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 72 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000200011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n2a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Servicios ecosist\\u00e9micos como soporte para la gesti\\u00f3n de sistemas socioecol\\u00f3gicos: aplicaci\\u00f3n en agroecosistemas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 73 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/337\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/337-Texto del artculo-3531-1-10-20161011-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gait\\u00e1n, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 74 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742015000200016\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n41a16-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">EVALUACI\\u00d3N DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 75 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100010\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de contaminaci\\u00f3n en tres sectores de Villavicencio, a trav\\u00e9s del indice de geo-acumulaci\\u00f3n (I-geo)<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 76 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos de metales pesados en suelos agr\\u00edcolas de la regi\\u00f3n del Ariari, departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 77 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.tandfonline.com\\/doi\\/full\\/10.1080\\/17457300.2015.1047863\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Oil industry and road traffic fatalities in contemporary Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 78 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/309\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/309-Texto del artculo-3310-1-10-20150830-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La ciudad y su din\\u00e1mica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 79 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repositorio.ucaldas.edu.co\\/entities\\/publication\\/e424f7e5-f875-4e32-b910-1fd5cd3178e5\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n39a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 80 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/download\\/280\\/826\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v18n1a06-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 81 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.redalyc.org\\/articulo.oa?id=321728584006\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/321728584006-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">LA HUELLA H\\u00cdDRICA COMO UNA ESTRATEGIA DE EDUCACI\\u00d3N AMBIENTAL ENFOCADA A LA GESTI\\u00d3N DEL RECURSO H\\u00cdDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 82 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742013000100003\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n36a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">100 MUJERES: UNA INICIATIVA DE EDUCACI\\u00d3N AMBIENTAL CON PERSPECTIVA DE G\\u00c9NERO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 83 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/rori\\/v16n2\\/en_v16n2a01.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/en_v16n2a01_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A view towards sustainable environmental management the Orinoquian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 84 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/43\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/43-Texto del artculo-186-1-10-20141001-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La palma de moriche (Mauritia flexuosa L.f) un ecosistema estrat\\u00e9gico<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 85 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/37\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/37-Texto del artculo-157-1-10-20140930-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Experiencias en la captura de los gases de combusti\\u00f3n de cascarilla de arroz con soluciones alcalinas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 86 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092010000300013\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v14s1a13-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La descomposici\\u00f3n t\\u00e9rmica de la cascarilla de arroz:una alternativa de aprovechamiento integral.<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 87 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/90\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/90-Texto del artculo-400-1-10-20141004-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n fitoqu\\u00edmica y bromatol\\u00f3gica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 88 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/210\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/210-Texto del artculo-974-1-10-20141016-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-07 19:00:41\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-23 19:28:50\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-23 19:28:02\",\"publish_up\":\"2025-07-07 19:00:41\",\"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\":111,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":132,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(600,'com_content.article.23','','2025-09-23 19:35:02',46,87168,'79e329ba381df8c1dc48b2563b907175d88bfecf','{\"id\":\"23\",\"asset_id\":144,\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"alias\":\"articulos-de-investigacion\",\"introtext\":\"<!-- TARJETAS -->\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- TARJETA 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/8144\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-2025-8144-2_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The effects of compost application on soil properties: Agricultural and environmental benefits<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2304-6740\\/13\\/7\\/218\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/inorganics-13-00218-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 3\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/14\\/5\\/1073\\/xml\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-14-01073-1_page-0001.jpg\\\" alt=\\\"Miniatura 4\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14581\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v27n2e-30214581-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado del arte de la huella h\\u00eddrica agr\\u00edcola en Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.bing.com\\/ck\\/a?!&amp;&amp;p=9ac05b47847909769684c47f030d8357433545535e5b71c3c4ac01b61edba53bJmltdHM9MTc1ODA2NzIwMA&amp;ptn=3&amp;ver=2&amp;hsh=4&amp;fclid=32558afe-3f6f-6502-3b46-9c943e8a64a5&amp;psq=Feasibility+for+energy+recovery+from+biogas+at+Los+Corazones+landfill%2c+Valledupar+Colombia%2c+Ciencia+En+Desarrollo+ISSN%3a+0121-7488%2c+2025+vol%3a16+fasc%3a+N%2fA+p%c3%a1gs%3a+207+-+214%2c+DOI%3a10.19053%2fuptc.01217488.v16.n1.2025.18533+Autores%3a+LUISA+FERNANDA+RAMIREZ+RIOS%2c+DORANCE+BECERRA+MORENO%2c+NELSON+JAVIER+CELY+CALIXTO&amp;u=a1aHR0cHM6Ly9yZXZpc3Rhcy51cHRjLmVkdS5jby9pbmRleC5waHAvY2llbmNpYV9lbl9kZXNhcnJvbGxvL2FydGljbGUvZG93bmxvYWQvMTg1MzMvMTU4MjIvOTY3MjUjOn46dGV4dD1UaGlzJTIwc3R1ZHklMjBldmFsdWF0ZWQlMjB0aGUlMjBmZWFzaWJpbGl0eSUyMG9mJTIwZW5lcmd5JTIwcmVjb3ZlcnksbWV0aGFuZSUyMGVtaXNzaW9ucyUyMGFuZCUyMGRpdmVyc2lmeSUyMHRoZSUyMHJlZ2lvbmFsJTIwZW5lcmd5JTIwbWF0cml4Lg\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Quimica9_2025_-1_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2413-4155\\/7\\/1\\/31\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/sci-07-00031-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 8 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udca.edu.co\\/index.php\\/ruadc\\/article\\/view\\/2595\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Viviendadeinters_met_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">\\u00c1reas verdes y vivienda de inter\\u00e9s social: hist\\u00f3rico d\\u00e9ficit de bienestar ambiental<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 9 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/8243\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/16RIAA8243-Pub-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 10 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Art02-2861-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Larvas de Trichoptera: diversidad y distribuci\\u00f3nen el r\\u00edo Quenane, piedemonte orinocense Colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 11 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2024_Trujillo-Gonzlez_Assessment of Vanadium Content in Soils Under Equatorial Climate-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of Vanadium Content in Soils Under Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 12 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/23\\/3411\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-03411-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 13 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.entomobrasilis.org\\/index.php\\/ebras\\/article\\/view\\/e1087\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1087-Article Text-13108-11694-10-20240716-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 14 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/13\\/1903\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-01903-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 15 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.udca.edu.co\\/entities\\/publication\\/780683de-5b51-41d9-b735-b4dcc95c11aa\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Decontaminationofwastewater_Met-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 16 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.revistaecosistemas.net\\/index.php\\/ecosistemas\\/article\\/view\\/2447\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2447-Texto del artculo-13993-2-10-20240417-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacac\\u00edas de la Universidad de los Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 17 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3056\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 18 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/10097\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Lunazul58_7 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Huella de Carbono en Instituciones De Educaci\\u00f3n en Colombia: Una Revisi\\u00f3n Sistem\\u00e1tica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 19 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14019\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v26n2e-21314019-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Potential use of methane gas from the Villavicencio sanitary landfill, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 20 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3027\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 21 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/archivo.revistas.ucr.ac.cr\\/\\/index.php\\/rbt\\/article\\/view\\/52916\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/52916-Article Text please provide a single file with figures and tables integrated-263611-2-10-20240305-1_page-0001 1.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el r\\u00edo Quenane-Quenanito, piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 22 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udistrital.edu.co\\/index.php\\/colfor\\/article\\/view\\/20126\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/CF-20126-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gait\\u00e1n, Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 23 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2901\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lyasmin19Art05-2901-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ensamblaje de cole\\u00f3pteros en dos periodos hidrol\\u00f3gicos contrastantes en el ca\\u00f1o Quenane-Quenanito (Meta, Colombia)1<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 24 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/12\\/10\\/1888\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-12-01888-v2-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y Le\\u00f3n (Spain) Farmlands<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 25 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0120-548X2023000200251\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0120-548X-abc-28-02-251-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">DIVERSIDAD FUNCIONAL Y TAXON\\u00d3MICA DE INSECTOS ACU\\u00c1TICOS (EPT) EN UN R\\u00cdO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 26 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2667-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 27 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.humboldt.org.co\\/index.php\\/biota\\/article\\/view\\/1108\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/BC-1108dt-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Fitoperifiton asociado al r\\u00edo Acacias-Pajure en la Orinoquia colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 28 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2633\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2633-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a peque\\u00f1a escala en el municipio de Guamal del Piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 29 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/15\\/4\\/667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-15-00667-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 30 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/9-5531_RIAA 1-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 31 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.1107465\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-1107465-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 32 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.675195\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 33 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10661-022-10036-5\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/ManuelTrujillo-Gonzalez2022_Article_BaselineValuesAndEnvironmental-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 34 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s11270-022-05550-8\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Mapping_Potential_Toxic_Elements_in_Agricultural_a-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 35 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/12\\/3\\/401\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-12-00401-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 36 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/2922\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA_Volume-11_Issue-1_Pages-143-151-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Agronomic application effects of organic wastes on a squash crop production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 37 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s12665-022-10235-w\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Trujillo-Gonzlez2022_Article_SpatialVariabilityOfThePhysico-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 38 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/4271\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/12xx-Identificacion-de-los-sistemas-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Identificaci\\u00f3n de los sistemas de suministro y disposici\\u00f3n del agua en una comunidad rural<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 39 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/10947\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/e20610947 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 40 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/gestion\\/article\\/view\\/104253\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/104253_LowCarbonAgriculturalSectorGA2522022-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 41 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/scijournals.onlinelibrary.wiley.com\\/doi\\/10.1002\\/ghg.2066\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/GHGSTGreenhouseGasBalanceColombia-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 42 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0932473921000237?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 43 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usp.br\\/paz\\/article\\/view\\/158175\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/airtone20216107158175-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 44 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.researchgate.net\\/publication\\/350640282_Impactos_del_cambio_climatico_sobre_los_rendimientos_del_arroz_Oryza_sativa_L_en_la_Zona_Llanos_Colombia\\/link\\/606b6c41a6fdccad3f753959\\/download?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1698-Textodelartculo-4725-3-10-202101072-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impactos del cambio clim\\u00e1tico sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 45 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/raccefyn.co\\/index.php\\/raccefyn\\/article\\/view\\/1025\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/revista131025Firstrecordofthelarvae-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 46 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/journals.sagepub.com\\/doi\\/10.1177\\/1178622120917725\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/vargas-pineda-et-al-2020-supply-demand-of-water-resource-of-a-basin-with-high-anthropic-pressure-case-study-quenane-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 47 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-020-00548-9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 48 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/3091\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Unad-ojs4usoderecursos-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 49 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0123-30332020000100007\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0123-3033-inco-22-01-8429-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint: An effective tool for the challenge of water sustainability<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 50 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/575\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/575-Texto del artculo-4249-1-10-20200210-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El compostaje, una alternativa para el aprovechamiento de residuos org\\u00e1nicos en las centrales de abastecimiento<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 51 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mapress.com\\/zt\\/article\\/view\\/zootaxa.4656.2.9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/camelobaetidiusmetae 1-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 52 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0147651319304002?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 53 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-018-0160-6\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Captura de pantalla_23-9-2025_142712_www.researchgate.net.jpeg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 54 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2167\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradordistribucionespacial-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Distribuci\\u00f3n espacial del plomo (Pb) en el municipio de Villavicencio usando bri\\u00f3fitos como medio de verificaci\\u00f3n de la calidad ambiental urbana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 55 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.unad.edu.co\\/handle\\/10596\\/29339\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradorv9n2a2_Recursosuelo-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El recurso suelo; un an\\u00e1lisis de las funciones, capacidad de uso e indicadores de calidad<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 56 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/boletincientifico\\/article\\/view\\/2740\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbBoletin221_8-comp-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACI\\u00d3N DE LA DISTRIBUCI\\u00d3N A LA CUENCA DEL R\\u00cdO ORINOCO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 57 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3281\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul46_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de un Sistema de cosecha de agua lluvia a peque\\u00f1a escala con finalidad pecuaria<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 58 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistacolombianaentomologia.univalle.edu.co\\/index.php\\/SOCOLEN\\/article\\/view\\/5958\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/RCdEDic2017_271-276-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 59 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/actabiol\\/article\\/view\\/60619\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lcaballeroArt2Acta223-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bent\\u00f3nicos del departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 60 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3866\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul45_5-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Gesti\\u00f3n del agua en comunidades rurales; caso de estudio Cuenca del r\\u00edo Guayuriba, Meta-Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 61 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/434\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/434-Texto del artculo-3956-1-10-20190129-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de estudios en metales pesados en zonas agr\\u00edcolas de Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 62 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/394\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/394-Texto del artculo-3871-1-10-20171121-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Evaluaci\\u00f3n de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del r\\u00edo Guayuriba (Meta, Colombia), a trav\\u00e9s de la evaluaci\\u00f3n de huella h\\u00eddrica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 63 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2044\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/AdministradorArt15-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La econom\\u00eda verde: un cambio ambiental y social necesario en el mundo actual<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 64 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/7\\/7\\/52\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-07-00052-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 65 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3832\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul44_11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">GESTI\\u00d3N DE RESIDUOS S\\u00d3LIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTER\\u00c9S: EMPRESA, ESTADO Y COMUNIDAD<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 66 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S1369847816305022?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Manuscript-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 67 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/pml\\/v12n1\\/1909-0455-pml-12-01-00115.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1909-0455-pml-12-01-00115-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de la inclusi\\u00f3n de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 68 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/346\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/346-Texto del artculo-3683-1-10-20170420-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 69 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usantotomas.edu.co\\/index.php\\/riiep\\/article\\/view\\/3622\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cangulomuozGestor_adelarevista12Laproblematica-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La problem\\u00e1tica de la ni\\u00f1a, ni\\u00f1o y joven trabajador y su erradicaci\\u00f3n a trav\\u00e9s de programas de prevenci\\u00f3n. Art\\u00edculo producto de la investigaci\\u00f3n<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 70 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/cal\\/article\\/view\\/57836\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/yfigueroacv38n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 71 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0048969716303126?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 72 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000200011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n2a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Servicios ecosist\\u00e9micos como soporte para la gesti\\u00f3n de sistemas socioecol\\u00f3gicos: aplicaci\\u00f3n en agroecosistemas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 73 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/337\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/337-Texto del artculo-3531-1-10-20161011-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gait\\u00e1n, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 74 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742015000200016\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n41a16-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">EVALUACI\\u00d3N DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 75 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100010\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de contaminaci\\u00f3n en tres sectores de Villavicencio, a trav\\u00e9s del indice de geo-acumulaci\\u00f3n (I-geo)<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 76 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos de metales pesados en suelos agr\\u00edcolas de la regi\\u00f3n del Ariari, departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 77 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.tandfonline.com\\/doi\\/full\\/10.1080\\/17457300.2015.1047863\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Tasciotti2015bis-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Oil industry and road traffic fatalities in contemporary Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 78 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/309\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/309-Texto del artculo-3310-1-10-20150830-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La ciudad y su din\\u00e1mica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 79 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repositorio.ucaldas.edu.co\\/entities\\/publication\\/e424f7e5-f875-4e32-b910-1fd5cd3178e5\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n39a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 80 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/download\\/280\\/826\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v18n1a06-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 81 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.redalyc.org\\/articulo.oa?id=321728584006\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/321728584006-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">LA HUELLA H\\u00cdDRICA COMO UNA ESTRATEGIA DE EDUCACI\\u00d3N AMBIENTAL ENFOCADA A LA GESTI\\u00d3N DEL RECURSO H\\u00cdDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 82 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742013000100003\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n36a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">100 MUJERES: UNA INICIATIVA DE EDUCACI\\u00d3N AMBIENTAL CON PERSPECTIVA DE G\\u00c9NERO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 83 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/rori\\/v16n2\\/en_v16n2a01.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/en_v16n2a01_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A view towards sustainable environmental management the Orinoquian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 84 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/43\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/43-Texto del artculo-186-1-10-20141001-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La palma de moriche (Mauritia flexuosa L.f) un ecosistema estrat\\u00e9gico<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 85 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/37\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/37-Texto del artculo-157-1-10-20140930-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Experiencias en la captura de los gases de combusti\\u00f3n de cascarilla de arroz con soluciones alcalinas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 86 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092010000300013\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v14s1a13-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La descomposici\\u00f3n t\\u00e9rmica de la cascarilla de arroz:una alternativa de aprovechamiento integral.<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 87 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/90\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/90-Texto del artculo-400-1-10-20141004-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n fitoqu\\u00edmica y bromatol\\u00f3gica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 88 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/210\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/210-Texto del artculo-974-1-10-20141016-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-07 19:00:41\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-23 19:35:02\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-23 19:28:50\",\"publish_up\":\"2025-07-07 19:00:41\",\"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\":112,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":133,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(601,'com_content.article.23','','2025-09-23 19:43:43',46,87159,'940adade6f241039ce369c917946839b36aad748','{\"id\":\"23\",\"asset_id\":144,\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"alias\":\"articulos-de-investigacion\",\"introtext\":\"<!-- TARJETAS -->\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- TARJETA 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/8144\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-2025-8144-2_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The effects of compost application on soil properties: Agricultural and environmental benefits<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2304-6740\\/13\\/7\\/218\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/inorganics-13-00218-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 3\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/14\\/5\\/1073\\/xml\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-14-01073-1_page-0001.jpg\\\" alt=\\\"Miniatura 4\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14581\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v27n2e-30214581-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado del arte de la huella h\\u00eddrica agr\\u00edcola en Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.bing.com\\/ck\\/a?!&amp;&amp;p=9ac05b47847909769684c47f030d8357433545535e5b71c3c4ac01b61edba53bJmltdHM9MTc1ODA2NzIwMA&amp;ptn=3&amp;ver=2&amp;hsh=4&amp;fclid=32558afe-3f6f-6502-3b46-9c943e8a64a5&amp;psq=Feasibility+for+energy+recovery+from+biogas+at+Los+Corazones+landfill%2c+Valledupar+Colombia%2c+Ciencia+En+Desarrollo+ISSN%3a+0121-7488%2c+2025+vol%3a16+fasc%3a+N%2fA+p%c3%a1gs%3a+207+-+214%2c+DOI%3a10.19053%2fuptc.01217488.v16.n1.2025.18533+Autores%3a+LUISA+FERNANDA+RAMIREZ+RIOS%2c+DORANCE+BECERRA+MORENO%2c+NELSON+JAVIER+CELY+CALIXTO&amp;u=a1aHR0cHM6Ly9yZXZpc3Rhcy51cHRjLmVkdS5jby9pbmRleC5waHAvY2llbmNpYV9lbl9kZXNhcnJvbGxvL2FydGljbGUvZG93bmxvYWQvMTg1MzMvMTU4MjIvOTY3MjUjOn46dGV4dD1UaGlzJTIwc3R1ZHklMjBldmFsdWF0ZWQlMjB0aGUlMjBmZWFzaWJpbGl0eSUyMG9mJTIwZW5lcmd5JTIwcmVjb3ZlcnksbWV0aGFuZSUyMGVtaXNzaW9ucyUyMGFuZCUyMGRpdmVyc2lmeSUyMHRoZSUyMHJlZ2lvbmFsJTIwZW5lcmd5JTIwbWF0cml4Lg\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Quimica9_2025_-1_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2413-4155\\/7\\/1\\/31\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/sci-07-00031-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 8 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udca.edu.co\\/index.php\\/ruadc\\/article\\/view\\/2595\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Viviendadeinters_met_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">\\u00c1reas verdes y vivienda de inter\\u00e9s social: hist\\u00f3rico d\\u00e9ficit de bienestar ambiental<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 9 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/8243\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/16RIAA8243-Pub-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 10 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Art02-2861-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Larvas de Trichoptera: diversidad y distribuci\\u00f3nen el r\\u00edo Quenane, piedemonte orinocense Colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 11 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2024_Trujillo-Gonzlez_Assessment of Vanadium Content in Soils Under Equatorial Climate-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of Vanadium Content in Soils Under Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 12 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/23\\/3411\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-03411-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 13 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.entomobrasilis.org\\/index.php\\/ebras\\/article\\/view\\/e1087\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1087-Article Text-13108-11694-10-20240716-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 14 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/13\\/1903\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-01903-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 15 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.udca.edu.co\\/entities\\/publication\\/780683de-5b51-41d9-b735-b4dcc95c11aa\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Decontaminationofwastewater_Met-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 16 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.revistaecosistemas.net\\/index.php\\/ecosistemas\\/article\\/view\\/2447\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2447-Texto del artculo-13993-2-10-20240417-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacac\\u00edas de la Universidad de los Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 17 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3056\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 18 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/10097\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Lunazul58_7 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Huella de Carbono en Instituciones De Educaci\\u00f3n en Colombia: Una Revisi\\u00f3n Sistem\\u00e1tica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 19 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14019\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v26n2e-21314019-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Potential use of methane gas from the Villavicencio sanitary landfill, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 20 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3027\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 21 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/archivo.revistas.ucr.ac.cr\\/\\/index.php\\/rbt\\/article\\/view\\/52916\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/52916-Article Text please provide a single file with figures and tables integrated-263611-2-10-20240305-1_page-0001 1.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el r\\u00edo Quenane-Quenanito, piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 22 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udistrital.edu.co\\/index.php\\/colfor\\/article\\/view\\/20126\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/CF-20126-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gait\\u00e1n, Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 23 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2901\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lyasmin19Art05-2901-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ensamblaje de cole\\u00f3pteros en dos periodos hidrol\\u00f3gicos contrastantes en el ca\\u00f1o Quenane-Quenanito (Meta, Colombia)1<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 24 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/12\\/10\\/1888\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-12-01888-v2-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y Le\\u00f3n (Spain) Farmlands<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 25 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0120-548X2023000200251\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0120-548X-abc-28-02-251-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">DIVERSIDAD FUNCIONAL Y TAXON\\u00d3MICA DE INSECTOS ACU\\u00c1TICOS (EPT) EN UN R\\u00cdO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 26 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2667-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 27 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.humboldt.org.co\\/index.php\\/biota\\/article\\/view\\/1108\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/BC-1108dt-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Fitoperifiton asociado al r\\u00edo Acacias-Pajure en la Orinoquia colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 28 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2633\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2633-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a peque\\u00f1a escala en el municipio de Guamal del Piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 29 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/15\\/4\\/667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-15-00667-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 30 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/9-5531_RIAA 1-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 31 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.1107465\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-1107465-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 32 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.675195\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 33 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10661-022-10036-5\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/ManuelTrujillo-Gonzalez2022_Article_BaselineValuesAndEnvironmental-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 34 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s11270-022-05550-8\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Mapping_Potential_Toxic_Elements_in_Agricultural_a-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 35 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/12\\/3\\/401\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-12-00401-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 36 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/2922\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA_Volume-11_Issue-1_Pages-143-151-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Agronomic application effects of organic wastes on a squash crop production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 37 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s12665-022-10235-w\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Trujillo-Gonzlez2022_Article_SpatialVariabilityOfThePhysico-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 38 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/4271\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/12xx-Identificacion-de-los-sistemas-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Identificaci\\u00f3n de los sistemas de suministro y disposici\\u00f3n del agua en una comunidad rural<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 39 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/10947\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/e20610947 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 40 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/gestion\\/article\\/view\\/104253\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/104253_LowCarbonAgriculturalSectorGA2522022-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 41 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/scijournals.onlinelibrary.wiley.com\\/doi\\/10.1002\\/ghg.2066\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/GHGSTGreenhouseGasBalanceColombia-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 42 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0932473921000237?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 43 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usp.br\\/paz\\/article\\/view\\/158175\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/airtone20216107158175-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 44 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.researchgate.net\\/publication\\/350640282_Impactos_del_cambio_climatico_sobre_los_rendimientos_del_arroz_Oryza_sativa_L_en_la_Zona_Llanos_Colombia\\/link\\/606b6c41a6fdccad3f753959\\/download?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1698-Textodelartculo-4725-3-10-202101072-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impactos del cambio clim\\u00e1tico sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 45 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/raccefyn.co\\/index.php\\/raccefyn\\/article\\/view\\/1025\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/revista131025Firstrecordofthelarvae-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 46 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/journals.sagepub.com\\/doi\\/10.1177\\/1178622120917725\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/vargas-pineda-et-al-2020-supply-demand-of-water-resource-of-a-basin-with-high-anthropic-pressure-case-study-quenane-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 47 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-020-00548-9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/10.1007s10653-020-00548-9-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 48 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/3091\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Unad-ojs4usoderecursos-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 49 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0123-30332020000100007\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0123-3033-inco-22-01-8429-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint: An effective tool for the challenge of water sustainability<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 50 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/575\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/575-Texto del artculo-4249-1-10-20200210-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El compostaje, una alternativa para el aprovechamiento de residuos org\\u00e1nicos en las centrales de abastecimiento<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 51 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mapress.com\\/zt\\/article\\/view\\/zootaxa.4656.2.9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/camelobaetidiusmetae 1-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 52 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0147651319304002?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/01476513.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 53 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-018-0160-6\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Captura de pantalla_23-9-2025_142712_www.researchgate.net.jpeg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 54 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2167\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradordistribucionespacial-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Distribuci\\u00f3n espacial del plomo (Pb) en el municipio de Villavicencio usando bri\\u00f3fitos como medio de verificaci\\u00f3n de la calidad ambiental urbana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 55 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.unad.edu.co\\/handle\\/10596\\/29339\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradorv9n2a2_Recursosuelo-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El recurso suelo; un an\\u00e1lisis de las funciones, capacidad de uso e indicadores de calidad<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 56 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/boletincientifico\\/article\\/view\\/2740\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbBoletin221_8-comp-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACI\\u00d3N DE LA DISTRIBUCI\\u00d3N A LA CUENCA DEL R\\u00cdO ORINOCO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 57 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3281\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul46_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de un Sistema de cosecha de agua lluvia a peque\\u00f1a escala con finalidad pecuaria<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 58 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistacolombianaentomologia.univalle.edu.co\\/index.php\\/SOCOLEN\\/article\\/view\\/5958\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/RCdEDic2017_271-276-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 59 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/actabiol\\/article\\/view\\/60619\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lcaballeroArt2Acta223-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bent\\u00f3nicos del departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 60 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3866\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul45_5-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Gesti\\u00f3n del agua en comunidades rurales; caso de estudio Cuenca del r\\u00edo Guayuriba, Meta-Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 61 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/434\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/434-Texto del artculo-3956-1-10-20190129-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de estudios en metales pesados en zonas agr\\u00edcolas de Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 62 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/394\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/394-Texto del artculo-3871-1-10-20171121-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Evaluaci\\u00f3n de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del r\\u00edo Guayuriba (Meta, Colombia), a trav\\u00e9s de la evaluaci\\u00f3n de huella h\\u00eddrica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 63 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2044\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/AdministradorArt15-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La econom\\u00eda verde: un cambio ambiental y social necesario en el mundo actual<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 64 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/7\\/7\\/52\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-07-00052-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 65 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3832\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul44_11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">GESTI\\u00d3N DE RESIDUOS S\\u00d3LIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTER\\u00c9S: EMPRESA, ESTADO Y COMUNIDAD<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 66 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S1369847816305022?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Manuscript-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 67 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/pml\\/v12n1\\/1909-0455-pml-12-01-00115.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1909-0455-pml-12-01-00115-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de la inclusi\\u00f3n de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 68 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/346\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/346-Texto del artculo-3683-1-10-20170420-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 69 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usantotomas.edu.co\\/index.php\\/riiep\\/article\\/view\\/3622\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cangulomuozGestor_adelarevista12Laproblematica-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La problem\\u00e1tica de la ni\\u00f1a, ni\\u00f1o y joven trabajador y su erradicaci\\u00f3n a trav\\u00e9s de programas de prevenci\\u00f3n. Art\\u00edculo producto de la investigaci\\u00f3n<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 70 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/cal\\/article\\/view\\/57836\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/yfigueroacv38n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 71 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0048969716303126?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 72 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000200011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n2a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Servicios ecosist\\u00e9micos como soporte para la gesti\\u00f3n de sistemas socioecol\\u00f3gicos: aplicaci\\u00f3n en agroecosistemas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 73 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/337\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/337-Texto del artculo-3531-1-10-20161011-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gait\\u00e1n, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 74 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742015000200016\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n41a16-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">EVALUACI\\u00d3N DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 75 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100010\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de contaminaci\\u00f3n en tres sectores de Villavicencio, a trav\\u00e9s del indice de geo-acumulaci\\u00f3n (I-geo)<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 76 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos de metales pesados en suelos agr\\u00edcolas de la regi\\u00f3n del Ariari, departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 77 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.tandfonline.com\\/doi\\/full\\/10.1080\\/17457300.2015.1047863\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Tasciotti2015bis-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Oil industry and road traffic fatalities in contemporary Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 78 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/309\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/309-Texto del artculo-3310-1-10-20150830-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La ciudad y su din\\u00e1mica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 79 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repositorio.ucaldas.edu.co\\/entities\\/publication\\/e424f7e5-f875-4e32-b910-1fd5cd3178e5\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n39a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 80 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/download\\/280\\/826\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v18n1a06-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 81 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.redalyc.org\\/articulo.oa?id=321728584006\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/321728584006-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">LA HUELLA H\\u00cdDRICA COMO UNA ESTRATEGIA DE EDUCACI\\u00d3N AMBIENTAL ENFOCADA A LA GESTI\\u00d3N DEL RECURSO H\\u00cdDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 82 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742013000100003\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n36a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">100 MUJERES: UNA INICIATIVA DE EDUCACI\\u00d3N AMBIENTAL CON PERSPECTIVA DE G\\u00c9NERO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 83 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/rori\\/v16n2\\/en_v16n2a01.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/en_v16n2a01_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A view towards sustainable environmental management the Orinoquian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 84 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/43\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/43-Texto del artculo-186-1-10-20141001-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La palma de moriche (Mauritia flexuosa L.f) un ecosistema estrat\\u00e9gico<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 85 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/37\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/37-Texto del artculo-157-1-10-20140930-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Experiencias en la captura de los gases de combusti\\u00f3n de cascarilla de arroz con soluciones alcalinas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 86 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092010000300013\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v14s1a13-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La descomposici\\u00f3n t\\u00e9rmica de la cascarilla de arroz:una alternativa de aprovechamiento integral.<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 87 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/90\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/90-Texto del artculo-400-1-10-20141004-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n fitoqu\\u00edmica y bromatol\\u00f3gica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 88 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/210\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/210-Texto del artculo-974-1-10-20141016-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-07 19:00:41\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-23 19:43:43\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-23 19:35:02\",\"publish_up\":\"2025-07-07 19:00:41\",\"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\":113,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":133,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(602,'com_content.article.23','','2025-09-23 19:48:10',46,87135,'83ff2a23542c4cafd43289db2eac602638dc8acc','{\"id\":\"23\",\"asset_id\":144,\"title\":\"Art\\u00edculos de investigaci\\u00f3n\",\"alias\":\"articulos-de-investigacion\",\"introtext\":\"<!-- TARJETAS -->\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- TARJETA 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/8144\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-2025-8144-2_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The effects of compost application on soil properties: Agricultural and environmental benefits<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2304-6740\\/13\\/7\\/218\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/inorganics-13-00218-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 3\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Coupling Advanced Oxidation and Anaerobic Treatment for Landfill Leachate: Magnetite-Catalyzed Ozone and USAB Reactor Efficiency<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/14\\/5\\/1073\\/xml\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-14-01073-1_page-0001.jpg\\\" alt=\\\"Miniatura 4\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Current Status of Acid Soils Under Different Landform Types in an Expanding Equatorial Agricultural Region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14581\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v27n2e-30214581-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado del arte de la huella h\\u00eddrica agr\\u00edcola en Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.bing.com\\/ck\\/a?!&amp;&amp;p=9ac05b47847909769684c47f030d8357433545535e5b71c3c4ac01b61edba53bJmltdHM9MTc1ODA2NzIwMA&amp;ptn=3&amp;ver=2&amp;hsh=4&amp;fclid=32558afe-3f6f-6502-3b46-9c943e8a64a5&amp;psq=Feasibility+for+energy+recovery+from+biogas+at+Los+Corazones+landfill%2c+Valledupar+Colombia%2c+Ciencia+En+Desarrollo+ISSN%3a+0121-7488%2c+2025+vol%3a16+fasc%3a+N%2fA+p%c3%a1gs%3a+207+-+214%2c+DOI%3a10.19053%2fuptc.01217488.v16.n1.2025.18533+Autores%3a+LUISA+FERNANDA+RAMIREZ+RIOS%2c+DORANCE+BECERRA+MORENO%2c+NELSON+JAVIER+CELY+CALIXTO&amp;u=a1aHR0cHM6Ly9yZXZpc3Rhcy51cHRjLmVkdS5jby9pbmRleC5waHAvY2llbmNpYV9lbl9kZXNhcnJvbGxvL2FydGljbGUvZG93bmxvYWQvMTg1MzMvMTU4MjIvOTY3MjUjOn46dGV4dD1UaGlzJTIwc3R1ZHklMjBldmFsdWF0ZWQlMjB0aGUlMjBmZWFzaWJpbGl0eSUyMG9mJTIwZW5lcmd5JTIwcmVjb3ZlcnksbWV0aGFuZSUyMGVtaXNzaW9ucyUyMGFuZCUyMGRpdmVyc2lmeSUyMHRoZSUyMHJlZ2lvbmFsJTIwZW5lcmd5JTIwbWF0cml4Lg\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Quimica9_2025_-1_page-0001.jpg\\\" alt=\\\"Miniatura 2\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Feasibility for energy recovery from biogas at Los Corazones landfill, Valledupar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2413-4155\\/7\\/1\\/31\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/sci-07-00031-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Synergistic Degradation of Organic Contaminants in Landfill Leachates Using Catalytic Ozonation with Magnetite<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 8 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udca.edu.co\\/index.php\\/ruadc\\/article\\/view\\/2595\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Viviendadeinters_met_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">\\u00c1reas verdes y vivienda de inter\\u00e9s social: hist\\u00f3rico d\\u00e9ficit de bienestar ambiental<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 9 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/8243\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/16RIAA8243-Pub-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis comparativo de metales pesados en el polvo vial de dos municipios del meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 10 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Art02-2861-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Larvas de Trichoptera: diversidad y distribuci\\u00f3nen el r\\u00edo Quenane, piedemonte orinocense Colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 11 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2861\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2024_Trujillo-Gonzlez_Assessment of Vanadium Content in Soils Under Equatorial Climate-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of Vanadium Content in Soils Under Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 12 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/23\\/3411\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-03411-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing Rainwater Quality and Harvesting Potential: A Spatial Analysis in a Medium-Sized City of Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 13 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.entomobrasilis.org\\/index.php\\/ebras\\/article\\/view\\/e1087\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1087-Article Text-13108-11694-10-20240716-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the nymph of Caenis cuniana Froehlich, 1969 (Caenidae: Ephemeroptera) and new distributional records of Caenidae from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 14 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/16\\/13\\/1903\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-16-01903-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessing the Impacts of Land Use on Water Quality in the Acacias River Basin, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 15 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.udca.edu.co\\/entities\\/publication\\/780683de-5b51-41d9-b735-b4dcc95c11aa\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Decontaminationofwastewater_Met-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Statistical modeling of decontamination of wastewater containing Carbendazim using photo-Fenton<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 16 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.revistaecosistemas.net\\/index.php\\/ecosistemas\\/article\\/view\\/2447\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2447-Texto del artculo-13993-2-10-20240417-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Flora asociada a un morichal conservado en la llanura alta de Colombia: finca Manacac\\u00edas de la Universidad de los Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 17 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3056\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A comprehensive review of composting from coffee waste: Revalorisation of coffee residue in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 18 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/10097\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Lunazul58_7 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Huella de Carbono en Instituciones De Educaci\\u00f3n en Colombia: Una Revisi\\u00f3n Sistem\\u00e1tica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 19 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/14019\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v26n2e-21314019-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Potential use of methane gas from the Villavicencio sanitary landfill, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 20 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/3027\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA-Vol13-Issue3-132433-site-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of toxic response of Lactuca sativa to compost extracted from agri-food waste<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 21 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/archivo.revistas.ucr.ac.cr\\/\\/index.php\\/rbt\\/article\\/view\\/52916\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/52916-Article Text please provide a single file with figures and tables integrated-263611-2-10-20240305-1_page-0001 1.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Diversidad de ninfas de Leptohyphidae (Ephemeroptera) en el r\\u00edo Quenane-Quenanito, piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 22 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.udistrital.edu.co\\/index.php\\/colfor\\/article\\/view\\/20126\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/CF-20126-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estructura poblacional de Mauritia flexuosa L. f. en la altillanura colombiana, Puerto Gait\\u00e1n, Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 23 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.ucp.edu.co\\/index.php\\/entrecienciaeingenieria\\/article\\/view\\/2901\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lyasmin19Art05-2901-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ensamblaje de cole\\u00f3pteros en dos periodos hidrol\\u00f3gicos contrastantes en el ca\\u00f1o Quenane-Quenanito (Meta, Colombia)1<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 24 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-445X\\/12\\/10\\/1888\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/land-12-01888-v2-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Comprehensive Review of Plastics in Agricultural Soils: A Case Study of Castilla y Le\\u00f3n (Spain) Farmlands<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 25 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0120-548X2023000200251\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0120-548X-abc-28-02-251-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">DIVERSIDAD FUNCIONAL Y TAXON\\u00d3MICA DE INSECTOS ACU\\u00c1TICOS (EPT) EN UN R\\u00cdO URBANO DEL PIEDEMONTE LLANERO COLOMBIANO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 26 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2667-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Risk Assessment of Heavy Metals in Acid Soils Collected from Different Agricultural Systems in the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 27 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.humboldt.org.co\\/index.php\\/biota\\/article\\/view\\/1108\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/BC-1108dt-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Fitoperifiton asociado al r\\u00edo Acacias-Pajure en la Orinoquia colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 28 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.itm.edu.co\\/index.php\\/tecnologicas\\/article\\/view\\/2633\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/2633-MPU-VF-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n de los procesos en el beneficio del cacao (Theobroma cacao L) en producciones a peque\\u00f1a escala en el municipio de Guamal del Piedemonte llanero colombiano<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 29 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2073-4441\\/15\\/4\\/667\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/water-15-00667-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Comparative Assessment of the Quality and Potential Uses of Groundwater in a Typical Rural Settlement in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 30 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/9-5531_RIAA 1-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Sumideros naturales de Carbono: un estudio de caso en morichales de la altillanura colombiana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 31 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.1107465\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-1107465-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Editorial: Chemometric Approach to Distribution, Source Apportionment, Ecological and Health Risk of Trace Pollutants<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 32 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.frontiersin.org\\/journals\\/environmental-science\\/articles\\/10.3389\\/fenvs.2022.675195\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/fenvs-10-675195-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Tradeoffs between units providing soil ecosystem services in multifunctional landscapes of the Orinoquia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 33 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10661-022-10036-5\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/ManuelTrujillo-Gonzalez2022_Article_BaselineValuesAndEnvironmental-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Baseline values and environmental assessment for metal(loid)s in soils under a tropical rainy climate in a Colombian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 34 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s11270-022-05550-8\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Mapping_Potential_Toxic_Elements_in_Agricultural_a-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Mapping Potential Toxic Elements in Agricultural and Natural Soils of the Piedemonte Llanero in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 35 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/12\\/3\\/401\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-12-00401-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A Pedological Catenal Characterization along Steeply Sloped and Perhumid Regions: The Case Study of Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 36 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/oiccpress.com\\/ijrowa\\/article\\/view\\/2922\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/IJROWA_Volume-11_Issue-1_Pages-143-151-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Agronomic application effects of organic wastes on a squash crop production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 37 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s12665-022-10235-w\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Trujillo-Gonzlez2022_Article_SpatialVariabilityOfThePhysico-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Spatial variability of the physicochemical properties of acidic soils along an altitudinal gradient in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 38 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/4271\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/12xx-Identificacion-de-los-sistemas-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Identificaci\\u00f3n de los sistemas de suministro y disposici\\u00f3n del agua en una comunidad rural<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 39 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistaingenieria.univalle.edu.co\\/index.php\\/ingenieria_y_competitividad\\/article\\/view\\/10947\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/e20610947 - 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint of fresh fruit bunches (FFBs) of oil palm in the Piedemonte Llanero, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 40 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/gestion\\/article\\/view\\/104253\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/104253_LowCarbonAgriculturalSectorGA2522022-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Low-carbon economy for the agricultural sector of the Colombian Orinoquia: An opportunity for bioenergy production<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 41 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/scijournals.onlinelibrary.wiley.com\\/doi\\/10.1002\\/ghg.2066\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/GHGSTGreenhouseGasBalanceColombia-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Greenhouse gas balance and mitigation potential of agricultural systems in Colombia: A systematic analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 42 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0932473921000237?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/OIP.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New record of Arcella gandalfi (Amoebozoa: Arcellinida) from Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 43 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usp.br\\/paz\\/article\\/view\\/158175\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/airtone20216107158175-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Effects of physical and chemical factors on Ephemeroptera (Insecta) assemblages in an urban river of the eastern Colombian Llanos<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 44 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.researchgate.net\\/publication\\/350640282_Impactos_del_cambio_climatico_sobre_los_rendimientos_del_arroz_Oryza_sativa_L_en_la_Zona_Llanos_Colombia\\/link\\/606b6c41a6fdccad3f753959\\/download?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1698-Textodelartculo-4725-3-10-202101072-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impactos del cambio clim\\u00e1tico sobre los rendimientos del arroz (Oryza sativa L.) en la Zona Llanos, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 45 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/raccefyn.co\\/index.php\\/raccefyn\\/article\\/view\\/1025\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/revista131025Firstrecordofthelarvae-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">First record of the larvae Byrsopteryx Flint, 1981 (Trichoptera: Hydroptilidae) in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 46 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/journals.sagepub.com\\/doi\\/10.1177\\/1178622120917725\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/vargas-pineda-et-al-2020-supply-demand-of-water-resource-of-a-basin-with-high-anthropic-pressure-case-study-quenane-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Supply-Demand of Water Resource of a Basin With High Anthropic Pressure: Case Study Quenane-Quenanito Basin in Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 47 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-020-00548-9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/10.1007s10653-020-00548-9-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Assessment of urban environmental quality through the measurement of lead in bryophytes: case study in a medium-sized city<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 48 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/3091\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Unad-ojs4usoderecursos-1 1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Uso de los recursos de la biodiversidad: estudio de caso de la oleorresina de copaiba (copaifera spp.) en la medicina tradicional en el departamento del Meta - Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 49 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0123-30332020000100007\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/0123-3033-inco-22-01-8429-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Water footprint: An effective tool for the challenge of water sustainability<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 50 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/575\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/575-Texto del artculo-4249-1-10-20200210-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El compostaje, una alternativa para el aprovechamiento de residuos org\\u00e1nicos en las centrales de abastecimiento<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 51 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mapress.com\\/zt\\/article\\/view\\/zootaxa.4656.2.9\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/camelobaetidiusmetae 1-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A new species of Camelobaetidius Demoulin, 1966 (Ephemeroptera: Baetidae), from the Colombian Orinoco River basin<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 52 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0147651319304002?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/01476513.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">The influence of heavy metals in road dust on the surface runoff quality: Kinetic, isotherm, and sequential extraction investigations<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 53 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/link.springer.com\\/article\\/10.1007\\/s10653-018-0160-6\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Captura de pantalla_23-9-2025_142712_www.researchgate.net.jpeg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Land use dependent spatial variation and exposure risk of heavy metals in road-deposited sediment in Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 54 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2167\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradordistribucionespacial-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Distribuci\\u00f3n espacial del plomo (Pb) en el municipio de Villavicencio usando bri\\u00f3fitos como medio de verificaci\\u00f3n de la calidad ambiental urbana<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 55 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repository.unad.edu.co\\/handle\\/10596\\/29339\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Administradorv9n2a2_Recursosuelo-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">El recurso suelo; un an\\u00e1lisis de las funciones, capacidad de uso e indicadores de calidad<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 56 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/boletincientifico\\/article\\/view\\/2740\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbBoletin221_8-comp-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">PRIMER REGISTRO DE LA NINFA DE Fittkaulus amazonicus KLUGE (EPHEMEROPTERA-LEPTOPHLEBIIDAE) PARA COLOMBIA Y AMPLIACI\\u00d3N DE LA DISTRIBUCI\\u00d3N A LA CUENCA DEL R\\u00cdO ORINOCO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 57 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3281\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul46_3-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de un Sistema de cosecha de agua lluvia a peque\\u00f1a escala con finalidad pecuaria<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 58 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistacolombianaentomologia.univalle.edu.co\\/index.php\\/SOCOLEN\\/article\\/view\\/5958\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/RCdEDic2017_271-276-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">New records of Ephemeroptera from the Colombian Orinoco river basin of the Meta department<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 59 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/actabiol\\/article\\/view\\/60619\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/lcaballeroArt2Acta223-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Estado actual del conocimiento sobre micro algas del perifiton y macroinvertebrados bent\\u00f3nicos del departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 60 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3866\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul45_5-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Gesti\\u00f3n del agua en comunidades rurales; caso de estudio Cuenca del r\\u00edo Guayuriba, Meta-Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 61 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/434\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/434-Texto del artculo-3956-1-10-20190129-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de estudios en metales pesados en zonas agr\\u00edcolas de Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 62 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/394\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/394-Texto del artculo-3871-1-10-20171121-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Evaluaci\\u00f3n de la sostenibilidad de los cultivos de arroz y palma de aceite en la cuenca del r\\u00edo Guayuriba (Meta, Colombia), a trav\\u00e9s de la evaluaci\\u00f3n de huella h\\u00eddrica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 63 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/hemeroteca.unad.edu.co\\/index.php\\/riaa\\/article\\/view\\/2044\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/AdministradorArt15-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La econom\\u00eda verde: un cambio ambiental y social necesario en el mundo actual<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 64 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.mdpi.com\\/2077-0472\\/7\\/7\\/52\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/agriculture-07-00052-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Impact of Potentially Contaminated River Water on Agricultural Irrigated Soils in an Equatorial Climate<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 65 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistasojs.ucaldas.edu.co\\/index.php\\/lunazul\\/article\\/view\\/3832\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cfnbLunazul44_11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">GESTI\\u00d3N DE RESIDUOS S\\u00d3LIDOS DOMICILIARIOS EN LA CIUDAD DE VILLAVICENCIO. UNA MIRADA DESDE LOS GRUPOS DE INTER\\u00c9S: EMPRESA, ESTADO Y COMUNIDAD<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 66 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S1369847816305022?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Manuscript-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Means of transportation choice for the residents of Villavicencio, Colombia: A quantitative analysis<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 67 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/pml\\/v12n1\\/1909-0455-pml-12-01-00115.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/1909-0455-pml-12-01-00115-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">An\\u00e1lisis de la inclusi\\u00f3n de aspectos ambientales en microempresas agroindustriales de la ciudad de Villavicencio, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 68 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/346\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/346-Texto del artculo-3683-1-10-20170420-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Construyendo la Orinoquia anhelada por las voces de los territorios: Una mirada comprometida hacia el futuro<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 69 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.usantotomas.edu.co\\/index.php\\/riiep\\/article\\/view\\/3622\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/cangulomuozGestor_adelarevista12Laproblematica-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La problem\\u00e1tica de la ni\\u00f1a, ni\\u00f1o y joven trabajador y su erradicaci\\u00f3n a trav\\u00e9s de programas de prevenci\\u00f3n. Art\\u00edculo producto de la investigaci\\u00f3n<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 70 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/revistas.unal.edu.co\\/index.php\\/cal\\/article\\/view\\/57836\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/yfigueroacv38n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos estomacales de especies de anuros en reservas naturales del municipio de Villavicencio, Meta, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 71 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.sciencedirect.com\\/science\\/article\\/abs\\/pii\\/S0048969716303126?via%3Dihub\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Heavy metal accumulation related to population density in road dust samples taken from urban sites under different land uses<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 72 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000200011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n2a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Servicios ecosist\\u00e9micos como soporte para la gesti\\u00f3n de sistemas socioecol\\u00f3gicos: aplicaci\\u00f3n en agroecosistemas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 73 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/337\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/337-Texto del artculo-3531-1-10-20161011-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Approximation of the socio-cultural importance of the Moriche palm tree (Mauritia fleuxuosa L.F.) in the Wacoyo indigenous community (Sikuani) in the municipality of Puerto Gait\\u00e1n, Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 74 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742015000200016\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n41a16-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">EVALUACI\\u00d3N DE METALES PESADOS ACUMULADOS EN POLVO VIAL EN TRES SECTORES DE LA CIUDAD DE VILLAVICENCIO, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 75 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100010\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a10-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de contaminaci\\u00f3n en tres sectores de Villavicencio, a trav\\u00e9s del indice de geo-acumulaci\\u00f3n (I-geo)<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 76 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092015000100011\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v19n1a11-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Contenidos de metales pesados en suelos agr\\u00edcolas de la regi\\u00f3n del Ariari, departamento del Meta<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 77 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.tandfonline.com\\/doi\\/full\\/10.1080\\/17457300.2015.1047863\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/Tasciotti2015bis-2_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Oil industry and road traffic fatalities in contemporary Colombia<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 78 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/309\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/309-Texto del artculo-3310-1-10-20150830-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La ciudad y su din\\u00e1mica<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 79 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/repositorio.ucaldas.edu.co\\/entities\\/publication\\/e424f7e5-f875-4e32-b910-1fd5cd3178e5\\/full\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n39a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Ecosistemas estrategicos y disponibilidad de habitat de la avifauna del piedemonte llanero (Colombia), como posible peligro aviar<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 80 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/download\\/280\\/826\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v18n1a06-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Niveles de lisina para lechones en fase de preceba con dietas conteniendo Arroz partido<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 81 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/www.redalyc.org\\/articulo.oa?id=321728584006\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/321728584006-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">LA HUELLA H\\u00cdDRICA COMO UNA ESTRATEGIA DE EDUCACI\\u00d3N AMBIENTAL ENFOCADA A LA GESTI\\u00d3N DEL RECURSO H\\u00cdDRICO: EJERCICIO CON COMUNIDADES RURALES DE VILLAVICENCIO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 82 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S1909-24742013000100003\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/n36a03-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">100 MUJERES: UNA INICIATIVA DE EDUCACI\\u00d3N AMBIENTAL CON PERSPECTIVA DE G\\u00c9NERO<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 83 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/www.scielo.org.co\\/pdf\\/rori\\/v16n2\\/en_v16n2a01.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/en_v16n2a01_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">A view towards sustainable environmental management the Orinoquian region<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 84 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/43\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/43-Texto del artculo-186-1-10-20141001-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La palma de moriche (Mauritia flexuosa L.f) un ecosistema estrat\\u00e9gico<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 85 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/37\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/37-Texto del artculo-157-1-10-20140930-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Experiencias en la captura de los gases de combusti\\u00f3n de cascarilla de arroz con soluciones alcalinas<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 86 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"http:\\/\\/scielo.org.co\\/scielo.php?script=sci_arttext&amp;pid=S0121-37092010000300013\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/v14s1a13-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">La descomposici\\u00f3n t\\u00e9rmica de la cascarilla de arroz:una alternativa de aprovechamiento integral.<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 87 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/90\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/90-Texto del artculo-400-1-10-20141004-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">Caracterizaci\\u00f3n fitoqu\\u00edmica y bromatol\\u00f3gica de Dichapetalum spruceanum vell.affinis planta silvestre de la Orinoquia Colombiana y sus potencialidades de uso<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- TARJETA 88 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"margin: 15px; flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px); min-width: 260px;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"background: #fff; border-color: #fff; text-align: center;\\\"><a style=\\\"text-decoration: none; color: inherit; display: block;\\\" href=\\\"https:\\/\\/orinoquia.unillanos.edu.co\\/index.php\\/orinoquia\\/article\\/view\\/210\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; box-shadow: 0 6px 14px rgba(0,0,0,0.1); transition: all 0.3s; width: 100%; height: auto; max-width: 260px;\\\" src=\\\"images\\/Articulos_in\\/Imagenes\\/210-Texto del artculo-974-1-10-20141016-1_page-0001.jpg\\\" alt=\\\"Miniatura 5\\\" width=\\\"260\\\" height=\\\"298\\\">\\r\\n<h4 style=\\\"margin-top: 10px; font-size: 16px; color: #1e40af;\\\">IDENTIFICACION DE ELEMENTOS QUE IMPACTAN LA CONSOLIDACION DE PROCESOS DE POTABILIZACION DE AGUA EN PLANTELES EDUCATIVOS SUBURBANOS Y RURALES DE VILLAVICENCIO Y ACACIAS, META, COLOMBIA<\\/h4>\\r\\n<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-07-07 19:00:41\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-23 19:48:10\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-23 19:43:43\",\"publish_up\":\"2025-07-07 19:00:41\",\"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\":114,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":134,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(639,'com_content.article.13','','2025-09-30 16:04:29',46,24586,'c3406e1f8a22d416fbff617a646139be02d5d391','{\"id\":\"13\",\"asset_id\":128,\"title\":\"Cartillas divulgativas\",\"alias\":\"cartillas-divulgativas\",\"introtext\":\"<!-- SECCI\\u00d3N: Proyecto Cuencas -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #ccfbf1 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Cuencas<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cartilla Unillanos-Ecopetrol CNBIO.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cartilla Unillanos-Ecopetrol CNBIO<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/GUIA MUESTREOS AMBIENTALES.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Muestreos Ambientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/generalidades del proceso de simulacion.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Generalidades del proceso de simulaci\\u00f3n<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La gente en la cuenca del rio Guayuriba.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La gente en la cuenca del rio Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La pesquer\\u00eda en bocas del Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cuenca alta rio Meta.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca alta rio Meta<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La huella hidrica en nuestras cuencas.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La huella h\\u00eddrica en nuestras cuencas<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Sabanalarga -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #a5f3fc 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Sabanalarga<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Sabana Larga.png\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sabana larga<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Orotoy -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bae6fd 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto R\\u00edo Orotoy<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/100 mujeres del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">100 mujeres del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/alternativas ambientales y agricultura para el hogar.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Alternativas ambientales y agricultura para el hogar<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Balance H\\u00eddrico Asociado a la Cobertura Vegetal<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del rio orotoy y sus ambientes acuaticos.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del rio orotoy y sus ambientes acu\\u00e1ticos<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/estandarizacion de metodos de estudio para un sistema lotico.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Estandarizaci\\u00f3n de metodos de estudio para un sistema lotico<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Libro resumen de las plantas \\u00fatiles de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/macroinvertebrados acuaticos rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Macroinvertebrados acu\\u00e1ticos rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer autocuidado y entorno saludable.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer autocuidado y entorno saludable<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer rural creadora de sue\\u00f1os.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer rural creadora de sue\\u00f1os<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/proyecto 100 mujeres del rio orotoy metodologia.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Proyecto 100 mujeres del rio Orotoy metodolog\\u00eda<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vegetaci\\u00f3n ribere\\u00f1a de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Tejido Social -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background-image: linear-gradient(to right, #fffbd5, #b20a2c); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Formaci\\u00f3n para la construcci\\u00f3n del tejido social<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Diez Elementos de la Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Diez Elementos de la Gesti\\u00f3n Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Guia de Legislacion Ambiental.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Guia de Legislacion Ambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Cultura Juvenil y Ambiente.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Cultura Juvenil y Ambiente<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Gestion Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Paisajes.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Paisajes<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Visi\\u00f3n -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #99f6e4 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Visi\\u00f3n<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto vision\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vision de visiones.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vision de visiones<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-06-25 14:08:02\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:04:29\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:02:24\",\"publish_up\":\"2025-06-25 14:08:02\",\"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\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":163,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(640,'com_content.article.13','','2025-09-30 16:05:14',46,24585,'ee04c470e4ad44a65cb57a108d2cff1b94b76cf0','{\"id\":\"13\",\"asset_id\":128,\"title\":\"Cartillas divulgativas\",\"alias\":\"cartillas-divulgativas\",\"introtext\":\"<!-- SECCI\\u00d3N: Proyecto Cuencas -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #ccfbf1 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Cuencas<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cartilla Unillanos-Ecopetrol CNBIO.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cartilla Unillanos-Ecopetrol CNBIO<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/GUIA MUESTREOS AMBIENTALES.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Muestreos Ambientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/generalidades del proceso de simulacion.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Generalidades del proceso de simulaci\\u00f3n<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La gente en la cuenca del rio Guayuriba.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La gente en la cuenca del rio Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La pesquer\\u00eda en bocas del Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cuenca alta rio Meta.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca alta rio Meta<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La huella hidrica en nuestras cuencas.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La huella h\\u00eddrica en nuestras cuencas<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Sabanalarga -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #a5f3fc 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Sabanalarga<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Sabana Larga.png\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sabana larga<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Orotoy -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bae6fd 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto R\\u00edo Orotoy<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/100 mujeres del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">100 mujeres del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/alternativas ambientales y agricultura para el hogar.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Alternativas ambientales y agricultura para el hogar<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Balance H\\u00eddrico Asociado a la Cobertura Vegetal<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del rio orotoy y sus ambientes acuaticos.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del rio orotoy y sus ambientes acu\\u00e1ticos<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/estandarizacion de metodos de estudio para un sistema lotico.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Estandarizaci\\u00f3n de metodos de estudio para un sistema lotico<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Libro resumen de las plantas \\u00fatiles de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/macroinvertebrados acuaticos rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Macroinvertebrados acu\\u00e1ticos rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer autocuidado y entorno saludable.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer autocuidado y entorno saludable<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer rural creadora de sue\\u00f1os.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer rural creadora de sue\\u00f1os<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/proyecto 100 mujeres del rio orotoy metodologia.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Proyecto 100 mujeres del rio Orotoy metodolog\\u00eda<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vegetaci\\u00f3n ribere\\u00f1a de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Tejido Social -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bbf7d0 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Formaci\\u00f3n para la construcci\\u00f3n del tejido social<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Diez Elementos de la Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Diez Elementos de la Gesti\\u00f3n Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Guia de Legislacion Ambiental.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Guia de Legislacion Ambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Cultura Juvenil y Ambiente.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Cultura Juvenil y Ambiente<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Gestion Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Paisajes.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Paisajes<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Visi\\u00f3n -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #99f6e4 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Visi\\u00f3n<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto vision\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vision de visiones.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vision de visiones<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-06-25 14:08:02\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:05:14\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:04:29\",\"publish_up\":\"2025-06-25 14:08:02\",\"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\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":164,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(641,'com_content.article.13','','2025-09-30 16:06:02',46,24585,'98897f8dbafbeaca726166723dc6945b5b1a6d4b','{\"id\":\"13\",\"asset_id\":128,\"title\":\"Cartillas divulgativas\",\"alias\":\"cartillas-divulgativas\",\"introtext\":\"<!-- SECCI\\u00d3N: Proyecto Cuencas -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #ccfbf1 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #0369a1; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Cuencas<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cartilla Unillanos-Ecopetrol CNBIO.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cartilla Unillanos-Ecopetrol CNBIO<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/GUIA MUESTREOS AMBIENTALES.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Muestreos Ambientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/generalidades del proceso de simulacion.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Generalidades del proceso de simulaci\\u00f3n<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La gente en la cuenca del rio Guayuriba.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La gente en la cuenca del rio Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La pesquer\\u00eda en bocas del Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cuenca alta rio Meta.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca alta rio Meta<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La huella hidrica en nuestras cuencas.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La huella h\\u00eddrica en nuestras cuencas<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Sabanalarga -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #a5f3fc 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Sabanalarga<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Sabana Larga.png\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sabana larga<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Orotoy -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bae6fd 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto R\\u00edo Orotoy<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/100 mujeres del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">100 mujeres del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/alternativas ambientales y agricultura para el hogar.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Alternativas ambientales y agricultura para el hogar<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Balance H\\u00eddrico Asociado a la Cobertura Vegetal<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del rio orotoy y sus ambientes acuaticos.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del rio orotoy y sus ambientes acu\\u00e1ticos<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/estandarizacion de metodos de estudio para un sistema lotico.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Estandarizaci\\u00f3n de metodos de estudio para un sistema lotico<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Libro resumen de las plantas \\u00fatiles de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/macroinvertebrados acuaticos rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Macroinvertebrados acu\\u00e1ticos rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer autocuidado y entorno saludable.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer autocuidado y entorno saludable<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer rural creadora de sue\\u00f1os.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer rural creadora de sue\\u00f1os<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/proyecto 100 mujeres del rio orotoy metodologia.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Proyecto 100 mujeres del rio Orotoy metodolog\\u00eda<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vegetaci\\u00f3n ribere\\u00f1a de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Tejido Social -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bbf7d0 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Formaci\\u00f3n para la construcci\\u00f3n del tejido social<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Diez Elementos de la Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Diez Elementos de la Gesti\\u00f3n Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Guia de Legislacion Ambiental.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Guia de Legislacion Ambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Cultura Juvenil y Ambiente.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Cultura Juvenil y Ambiente<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Gestion Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Paisajes.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Paisajes<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Visi\\u00f3n -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #99f6e4 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Visi\\u00f3n<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto vision\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vision de visiones.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vision de visiones<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-06-25 14:08:02\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:06:02\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:05:14\",\"publish_up\":\"2025-06-25 14:08:02\",\"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\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":165,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0);
INSERT INTO `jnx5e_history` VALUES (642,'com_content.article.13','','2025-09-30 16:06:54',46,24585,'eb16141be32672c855daa65f055e0cafe5e0c379','{\"id\":\"13\",\"asset_id\":128,\"title\":\"Cartillas divulgativas\",\"alias\":\"cartillas-divulgativas\",\"introtext\":\"<!-- SECCI\\u00d3N: Proyecto Cuencas -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #ccfbf1 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #0369a1; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Cuencas<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cartilla Unillanos-Ecopetrol CNBIO.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cartilla Unillanos-Ecopetrol CNBIO<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/GUIA MUESTREOS AMBIENTALES.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Muestreos Ambientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/generalidades del proceso de simulacion.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Generalidades del proceso de simulaci\\u00f3n<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La gente en la cuenca del rio Guayuriba.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La gente en la cuenca del rio Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La pesquer\\u00eda en bocas del Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cuenca alta rio Meta.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca alta rio Meta<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La huella hidrica en nuestras cuencas.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La huella h\\u00eddrica en nuestras cuencas<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Sabanalarga -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #a5f3fc 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #b45309; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Sabanalarga<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Sabana Larga.png\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sabana larga<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Orotoy -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bae6fd 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto R\\u00edo Orotoy<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/100 mujeres del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">100 mujeres del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/alternativas ambientales y agricultura para el hogar.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Alternativas ambientales y agricultura para el hogar<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Balance H\\u00eddrico Asociado a la Cobertura Vegetal<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del rio orotoy y sus ambientes acuaticos.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del rio orotoy y sus ambientes acu\\u00e1ticos<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/estandarizacion de metodos de estudio para un sistema lotico.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Estandarizaci\\u00f3n de metodos de estudio para un sistema lotico<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Libro resumen de las plantas \\u00fatiles de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/macroinvertebrados acuaticos rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Macroinvertebrados acu\\u00e1ticos rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer autocuidado y entorno saludable.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer autocuidado y entorno saludable<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer rural creadora de sue\\u00f1os.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer rural creadora de sue\\u00f1os<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/proyecto 100 mujeres del rio orotoy metodologia.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Proyecto 100 mujeres del rio Orotoy metodolog\\u00eda<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vegetaci\\u00f3n ribere\\u00f1a de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Tejido Social -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bbf7d0 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Formaci\\u00f3n para la construcci\\u00f3n del tejido social<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Diez Elementos de la Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Diez Elementos de la Gesti\\u00f3n Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Guia de Legislacion Ambiental.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Guia de Legislacion Ambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Cultura Juvenil y Ambiente.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Cultura Juvenil y Ambiente<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Gestion Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Paisajes.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Paisajes<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Visi\\u00f3n -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #99f6e4 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Visi\\u00f3n<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto vision\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vision de visiones.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vision de visiones<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-06-25 14:08:02\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:06:54\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:06:02\",\"publish_up\":\"2025-06-25 14:08:02\",\"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\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":166,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(643,'com_content.article.13','','2025-09-30 16:07:23',46,24576,'9600bc4bb4c4bddd7ec0e7a3e73c0e11043759f9','{\"id\":\"13\",\"asset_id\":128,\"title\":\"Cartillas divulgativas\",\"alias\":\"cartillas-divulgativas\",\"introtext\":\"<!-- SECCI\\u00d3N: Proyecto Cuencas -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #ccfbf1 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #0369a1; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Cuencas<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cartilla Unillanos-Ecopetrol CNBIO.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cartilla Unillanos-Ecopetrol CNBIO<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/GUIA MUESTREOS AMBIENTALES.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Muestreos Ambientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/generalidades del proceso de simulacion.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Generalidades del proceso de simulaci\\u00f3n<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La gente en la cuenca del rio Guayuriba.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La gente en la cuenca del rio Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La pesquer\\u00eda en bocas del Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cuenca alta rio Meta.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca alta rio Meta<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La huella hidrica en nuestras cuencas.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La huella h\\u00eddrica en nuestras cuencas<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Sabanalarga -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #a5f3fc 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #b45309; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Sabanalarga<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Sabana Larga.png\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sabana larga<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Orotoy -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bae6fd 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #047857; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Orotoy<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/100 mujeres del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">100 mujeres del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/alternativas ambientales y agricultura para el hogar.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Alternativas ambientales y agricultura para el hogar<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Balance H\\u00eddrico Asociado a la Cobertura Vegetal<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del rio orotoy y sus ambientes acuaticos.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del rio orotoy y sus ambientes acu\\u00e1ticos<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/estandarizacion de metodos de estudio para un sistema lotico.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Estandarizaci\\u00f3n de metodos de estudio para un sistema lotico<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Libro resumen de las plantas \\u00fatiles de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/macroinvertebrados acuaticos rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Macroinvertebrados acu\\u00e1ticos rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer autocuidado y entorno saludable.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer autocuidado y entorno saludable<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer rural creadora de sue\\u00f1os.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer rural creadora de sue\\u00f1os<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/proyecto 100 mujeres del rio orotoy metodologia.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Proyecto 100 mujeres del rio Orotoy metodolog\\u00eda<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vegetaci\\u00f3n ribere\\u00f1a de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Tejido Social -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bbf7d0 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Formaci\\u00f3n para la construcci\\u00f3n del tejido social<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Diez Elementos de la Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Diez Elementos de la Gesti\\u00f3n Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Guia de Legislacion Ambiental.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Guia de Legislacion Ambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Cultura Juvenil y Ambiente.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Cultura Juvenil y Ambiente<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Gestion Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Paisajes.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Paisajes<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Visi\\u00f3n -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #99f6e4 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Visi\\u00f3n<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto vision\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vision de visiones.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vision de visiones<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-06-25 14:08:02\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:07:23\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:06:54\",\"publish_up\":\"2025-06-25 14:08:02\",\"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\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":167,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(644,'com_content.article.13','','2025-09-30 16:07:57',46,24531,'9b73484227abb93e3ea9add9c5bc851a2e2315b7','{\"id\":\"13\",\"asset_id\":128,\"title\":\"Cartillas divulgativas\",\"alias\":\"cartillas-divulgativas\",\"introtext\":\"<!-- SECCI\\u00d3N: Proyecto Cuencas -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #ccfbf1 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #0369a1; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Cuencas<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cartilla Unillanos-Ecopetrol CNBIO.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cartilla Unillanos-Ecopetrol CNBIO<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/GUIA MUESTREOS AMBIENTALES.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Muestreos Ambientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/generalidades del proceso de simulacion.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Generalidades del proceso de simulaci\\u00f3n<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La gente en la cuenca del rio Guayuriba.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La gente en la cuenca del rio Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La pesquer\\u00eda en bocas del Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cuenca alta rio Meta.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca alta rio Meta<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La huella hidrica en nuestras cuencas.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La huella h\\u00eddrica en nuestras cuencas<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Sabanalarga -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #a5f3fc 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #b45309; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Sabanalarga<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Sabana Larga.png\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sabana larga<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Orotoy -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bae6fd 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #047857; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Orotoy<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/100 mujeres del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">100 mujeres del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/alternativas ambientales y agricultura para el hogar.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Alternativas ambientales y agricultura para el hogar<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Balance H\\u00eddrico Asociado a la Cobertura Vegetal<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del rio orotoy y sus ambientes acuaticos.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del rio orotoy y sus ambientes acu\\u00e1ticos<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/estandarizacion de metodos de estudio para un sistema lotico.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Estandarizaci\\u00f3n de metodos de estudio para un sistema lotico<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Libro resumen de las plantas \\u00fatiles de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/macroinvertebrados acuaticos rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Macroinvertebrados acu\\u00e1ticos rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer autocuidado y entorno saludable.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer autocuidado y entorno saludable<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer rural creadora de sue\\u00f1os.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer rural creadora de sue\\u00f1os<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/proyecto 100 mujeres del rio orotoy metodologia.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Proyecto 100 mujeres del rio Orotoy metodolog\\u00eda<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vegetaci\\u00f3n ribere\\u00f1a de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Tejido Social -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bbf7d0 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #0e7490; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Tejido Social<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Diez Elementos de la Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Diez Elementos de la Gesti\\u00f3n Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Guia de Legislacion Ambiental.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Guia de Legislacion Ambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Cultura Juvenil y Ambiente.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Cultura Juvenil y Ambiente<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Gestion Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Paisajes.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Paisajes<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Visi\\u00f3n -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #99f6e4 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #111827; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Visi\\u00f3n<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto vision\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vision de visiones.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vision de visiones<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-06-25 14:08:02\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:07:57\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:07:23\",\"publish_up\":\"2025-06-25 14:08:02\",\"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\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":168,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(645,'com_content.article.13','','2025-09-30 16:08:25',46,24531,'cdedec72e373ab7ef48fe0651cfd4003b686dc95','{\"id\":\"13\",\"asset_id\":128,\"title\":\"Cartillas divulgativas\",\"alias\":\"cartillas-divulgativas\",\"introtext\":\"<!-- SECCI\\u00d3N: Proyecto Cuencas -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #ccfbf1 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #0369a1; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Cuencas<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cartilla Unillanos-Ecopetrol CNBIO.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cartilla Unillanos-Ecopetrol CNBIO<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/GUIA MUESTREOS AMBIENTALES.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Muestreos Ambientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/generalidades del proceso de simulacion.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Generalidades del proceso de simulaci\\u00f3n<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La gente en la cuenca del rio Guayuriba.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La gente en la cuenca del rio Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La pesquer\\u00eda en bocas del Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cuenca alta rio Meta.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca alta rio Meta<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La huella hidrica en nuestras cuencas.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La huella h\\u00eddrica en nuestras cuencas<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Sabanalarga -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #a5f3fc 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #b45309; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Sabanalarga<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Sabana Larga.png\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sabana larga<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Orotoy -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bae6fd 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #047857; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Orotoy<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/100 mujeres del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">100 mujeres del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/alternativas ambientales y agricultura para el hogar.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Alternativas ambientales y agricultura para el hogar<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Balance H\\u00eddrico Asociado a la Cobertura Vegetal<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del rio orotoy y sus ambientes acuaticos.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del rio orotoy y sus ambientes acu\\u00e1ticos<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/estandarizacion de metodos de estudio para un sistema lotico.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Estandarizaci\\u00f3n de metodos de estudio para un sistema lotico<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Libro resumen de las plantas \\u00fatiles de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/macroinvertebrados acuaticos rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Macroinvertebrados acu\\u00e1ticos rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer autocuidado y entorno saludable.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer autocuidado y entorno saludable<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer rural creadora de sue\\u00f1os.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer rural creadora de sue\\u00f1os<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/proyecto 100 mujeres del rio orotoy metodologia.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Proyecto 100 mujeres del rio Orotoy metodolog\\u00eda<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vegetaci\\u00f3n ribere\\u00f1a de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Tejido Social -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bbf7d0 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #0e7490; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Tejido Social<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Diez Elementos de la Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Diez Elementos de la Gesti\\u00f3n Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Guia de Legislacion Ambiental.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Guia de Legislacion Ambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Cultura Juvenil y Ambiente.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Cultura Juvenil y Ambiente<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Gestion Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Paisajes.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Paisajes<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Visi\\u00f3n -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #99f6e4 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #1d4ed8; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Visi\\u00f3n<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto vision\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vision de visiones.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vision de visiones<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-06-25 14:08:02\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:08:25\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:07:57\",\"publish_up\":\"2025-06-25 14:08:02\",\"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\":97,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":169,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(646,'com_content.article.13','','2025-09-30 16:09:24',46,24649,'e9c1d589ef82513a9b2621031b5fd611a415f2c8','{\"id\":\"13\",\"asset_id\":128,\"title\":\"Cartillas divulgativas\",\"alias\":\"cartillas-divulgativas\",\"introtext\":\"<!-- SECCI\\u00d3N: Proyecto Cuencas -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #ccfbf1 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #0369a1; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Cuencas<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cartilla Unillanos-Ecopetrol CNBIO.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cartilla Unillanos-Ecopetrol CNBIO<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/GUIA MUESTREOS AMBIENTALES.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Muestreos Ambientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/generalidades del proceso de simulacion.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Generalidades del proceso de simulaci\\u00f3n<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La gente en la cuenca del rio Guayuriba.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La gente en la cuenca del rio Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La pesquer\\u00eda en bocas del Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cuenca alta rio Meta.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca alta rio Meta<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La huella hidrica en nuestras cuencas.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La huella h\\u00eddrica en nuestras cuencas<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Sabanalarga -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #a5f3fc 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #b45309; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Sabanalarga<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Sabana Larga.png\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sabana larga<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Orotoy -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bae6fd 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #047857; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Orotoy<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/100 mujeres del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">100 mujeres del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/alternativas ambientales y agricultura para el hogar.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Alternativas ambientales y agricultura para el hogar<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Balance H\\u00eddrico Asociado a la Cobertura Vegetal<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del rio orotoy y sus ambientes acuaticos.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del rio orotoy y sus ambientes acu\\u00e1ticos<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/estandarizacion de metodos de estudio para un sistema lotico.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Estandarizaci\\u00f3n de metodos de estudio para un sistema lotico<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Libro resumen de las plantas \\u00fatiles de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/macroinvertebrados acuaticos rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Macroinvertebrados acu\\u00e1ticos rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer autocuidado y entorno saludable.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer autocuidado y entorno saludable<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer rural creadora de sue\\u00f1os.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer rural creadora de sue\\u00f1os<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/proyecto 100 mujeres del rio orotoy metodologia.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Proyecto 100 mujeres del rio Orotoy metodolog\\u00eda<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vegetaci\\u00f3n ribere\\u00f1a de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Tejido Social -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bbf7d0 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #0e7490; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Tejido Social<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Diez Elementos de la Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Diez Elementos de la Gesti\\u00f3n Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Guia de Legislacion Ambiental.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Guia de Legislacion Ambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Cultura Juvenil y Ambiente.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Cultura Juvenil y Ambiente<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Gestion Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Paisajes.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Paisajes<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Visi\\u00f3n -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #99f6e4 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #1d4ed8; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Visi\\u00f3n<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto vision\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vision de visiones.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vision de visiones<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-06-25 14:08:02\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:09:24\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:08:25\",\"publish_up\":\"2025-06-25 14:08:02\",\"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\":98,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":170,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(647,'com_content.article.13','','2025-09-30 16:12:25',46,24849,'1e0439e0eaf35b1122f3aacad23112eafe9010c9','{\"id\":\"13\",\"asset_id\":128,\"title\":\"Cartillas divulgativas\",\"alias\":\"cartillas-divulgativas\",\"introtext\":\"<!-- SECCI\\u00d3N: Proyecto Cuencas -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #ccfbf1 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #0369a1; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Cuencas<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cartilla Unillanos-Ecopetrol CNBIO.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cartilla Unillanos-Ecopetrol CNBIO<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/GUIA MUESTREOS AMBIENTALES.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Muestreos Ambientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/generalidades del proceso de simulacion.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Generalidades del proceso de simulaci\\u00f3n<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La gente en la cuenca del rio Guayuriba.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La gente en la cuenca del rio Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La pesquer\\u00eda en bocas del Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cuenca alta rio Meta.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca alta rio Meta<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La huella hidrica en nuestras cuencas.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La huella h\\u00eddrica en nuestras cuencas<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Sabanalarga -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #a5f3fc 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #b45309; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Sabanalarga<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Sabana Larga.png\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sabana larga<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Orotoy -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bae6fd 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #047857; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Orotoy<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/100 mujeres del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">100 mujeres del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/alternativas ambientales y agricultura para el hogar.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Alternativas ambientales y agricultura para el hogar<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Balance H\\u00eddrico Asociado a la Cobertura Vegetal<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del rio orotoy y sus ambientes acuaticos.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del rio orotoy y sus ambientes acu\\u00e1ticos<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/estandarizacion de metodos de estudio para un sistema lotico.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Estandarizaci\\u00f3n de metodos de estudio para un sistema lotico<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Libro resumen de las plantas \\u00fatiles de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/macroinvertebrados acuaticos rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Macroinvertebrados acu\\u00e1ticos rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer autocuidado y entorno saludable.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer autocuidado y entorno saludable<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer rural creadora de sue\\u00f1os.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer rural creadora de sue\\u00f1os<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/proyecto 100 mujeres del rio orotoy metodologia.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Proyecto 100 mujeres del rio Orotoy metodolog\\u00eda<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vegetaci\\u00f3n ribere\\u00f1a de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Tejido Social -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bbf7d0 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #0e7490; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Tejido Social<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Diez Elementos de la Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Diez Elementos de la Gesti\\u00f3n Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Guia de Legislacion Ambiental.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Guia de Legislacion Ambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Cultura Juvenil y Ambiente.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Cultura Juvenil y Ambiente<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Gestion Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Paisajes.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Paisajes<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Visi\\u00f3n -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #99f6e4 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #1d4ed8; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Visi\\u00f3n<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; background-color: #ffffff; border-color: #ffffff;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto vision\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vision de visiones.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vision de visiones<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-06-25 14:08:02\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:12:25\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:08:25\",\"publish_up\":\"2025-06-25 14:08:02\",\"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\":99,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":170,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(648,'com_content.article.13','','2025-09-30 16:15:11',46,26968,'5afe1155250640d18020089bef9e9fffd266fa86','{\"id\":\"13\",\"asset_id\":128,\"title\":\"Cartillas divulgativas\",\"alias\":\"cartillas-divulgativas\",\"introtext\":\"<!-- SECCI\\u00d3N: Proyecto Cuencas -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #ccfbf1 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #0369a1; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Cuencas<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\"><!-- Tarjeta 1 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cartilla Unillanos-Ecopetrol CNBIO.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cartilla Unillanos-Ecopetrol CNBIO.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cartilla Unillanos-Ecopetrol CNBIO<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 2 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/GUIA MUESTREOS AMBIENTALES.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/GUIA MUESTREOS AMBIENTALES.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Muestreos Ambientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 3 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/generalidades del proceso de simulacion.png?width=260&amp;height=298\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/generalidades del proceso de simulacion.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Generalidades del proceso de simulaci\\u00f3n<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 4 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La gente en la cuenca del rio Guayuriba.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La gente en la cuenca del rio Guayuriba.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La gente en la cuenca del rio Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 5 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La pesquer\\u00eda en bocas del Guayuriba, alto r\\u00edo meta, Orinoquia Colombiana.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La pesquer\\u00eda en bocas del Guayuriba<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 6 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Cuenca alta rio Meta.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/Cuenca alta rio Meta.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca alta rio Meta<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- Tarjeta 7 -->\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/La huella hidrica en nuestras cuencas.png?width=260&amp;height=312\\\" width=\\\"260\\\" height=\\\"312\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/proyecto cuencas\\/La huella hidrica en nuestras cuencas.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">La huella h\\u00eddrica en nuestras cuencas<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Sabanalarga -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #a5f3fc 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #b45309; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Sabanalarga<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> <img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Sabana Larga.png\\\" width=\\\"260\\\" height=\\\"298\\\"> <\\/a>\\r\\n<h4 style=\\\"margin-top: 10px;\\\"><a href=\\\"docus\\/Sabana larga.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Sabana larga<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Orotoy -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bae6fd 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #047857; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Orotoy<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/100 mujeres del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/100 mujeres del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">100 mujeres del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/alternativas ambientales y agricultura para el hogar.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/alternativas ambientales y agricultura para el hogar.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Alternativas ambientales y agricultura para el hogar<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Balance H\\u00eddrico Asociado a la Cobertura Vegetal.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Balance H\\u00eddrico Asociado a la Cobertura Vegetal<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del r\\u00edo Orotoy - Diagn\\u00f3stico socioambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Cuenca del rio orotoy y sus ambientes acuaticos.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Cuenca del rio orotoy y sus ambientes acuaticos.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Cuenca del rio orotoy y sus ambientes acu\\u00e1ticos<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/estandarizacion de metodos de estudio para un sistema lotico.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/estandarizacion de metodos de estudio para un sistema lotico.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Estandarizaci\\u00f3n de metodos de estudio para un sistema lotico<\\/a><\\/h4>\\r\\n<\\/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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/Libro resumen de las plantas utiles de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Libro resumen de las plantas \\u00fatiles de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/macroinvertebrados acuaticos rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/macroinvertebrados acuaticos rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Macroinvertebrados acu\\u00e1ticos rio Orotoy<\\/a><\\/h4>\\r\\n<\\/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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer autocuidado y entorno saludable.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer autocuidado y entorno saludable.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer autocuidado y entorno saludable<\\/a><\\/h4>\\r\\n<\\/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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/mujer rural creadora de sue\\u00f1os.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/mujer rural creadora de sue\\u00f1os.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Mujer rural creadora de sue\\u00f1os<\\/a><\\/h4>\\r\\n<\\/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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/proyecto 100 mujeres del rio orotoy metodologia.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/proyecto 100 mujeres del rio orotoy metodologia.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Proyecto 100 mujeres del rio Orotoy metodolog\\u00eda<\\/a><\\/h4>\\r\\n<\\/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-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto orotoy\\/vegetacion ribere\\u00f1a de la cuenca del rio orotoy.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vegetaci\\u00f3n ribere\\u00f1a de la cuenca del rio Orotoy<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Tejido Social -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #bbf7d0 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #0e7490; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Tejido Social<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Diez Elementos de la Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Diez Elementos de la Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Diez Elementos de la Gesti\\u00f3n Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Guia de Legislacion Ambiental.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Guia de Legislacion Ambiental.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Guia de Legislacion Ambiental<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Cultura Juvenil y Ambiente.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Cultura Juvenil y Ambiente.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Cultura Juvenil y Ambiente<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Memorias Diplomado en Gestion Ambiental Local.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Memorias Diplomado en Gestion Ambiental Local.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Memorias Diplomado en Gestion Ambiental Local<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/Paisajes.png\\\" width=\\\"260\\\" height=\\\"312\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/Paisajes.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Paisajes<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- SECCI\\u00d3N: Proyecto Visi\\u00f3n -->\\r\\n<div style=\\\"margin: 30px 0; padding: 20px; background: linear-gradient(180deg,#f9fafb 0%, #99f6e4 100%); border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"text-align: center; font-size: 28px; color: #1d4ed8; margin-bottom: 25px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;\\\">Proyecto Visi\\u00f3n<\\/h2>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\" style=\\\"display: flex; flex-wrap: wrap; justify-content: center;\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/cartillas\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto vision\\/Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Compilaci\\u00f3n Fases de Diagn\\u00f3stico y Construcci\\u00f3n de Escenarios de la Visi\\u00f3n de los Llanos Orientales<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"g-block size-33-3\\\" style=\\\"text-align: center;\\\">\\r\\n<div class=\\\"card\\\" style=\\\"margin: 15px; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: all .3s;\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"docus\\/proyecto vision\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-steve\\\" style=\\\"display: block; margin: auto;\\\" src=\\\"images\\/cartillas\\/vision de visiones.png\\\" width=\\\"260\\\" height=\\\"298\\\"><\\/a>\\r\\n<h4 class=\\\"card-title\\\" style=\\\"text-align: center;\\\"><a href=\\\"docus\\/proyecto tejido social\\/vision de visiones.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Vision de visiones<\\/a><\\/h4>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":13,\"created\":\"2025-06-25 14:08:02\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:15:11\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:12:25\",\"publish_up\":\"2025-06-25 14:08:02\",\"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\":100,\"ordering\":2,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":171,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(649,'com_content.article.10','','2025-09-30 16:21:16',46,8825,'f4979b3cd6cfdd36eb1a83dc3f1c165a80a3db7c','{\"id\":\"10\",\"asset_id\":125,\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"alias\":\"gigas\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Juan Manuel Trujillo Gonz\\u00e1lez<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0037158<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 9 de junio de 2009<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda A<br><strong>Unidad acad\\u00e9mica:<\\/strong> Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<br><strong>Correo de contacto:<\\/strong> <a style=\\\"color: #007bff; text-decoration: none; font-weight: bold; cursor: pointer;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 190px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/gigas_logo.png\\\" alt=\\\"Logo GIGAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo de Investigaci\\u00f3n en <strong>Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS<\\/strong>, reconocido por su excelencia investigativa en el \\u00e1mbito ambiental, tiene como objetivo principal generar conocimiento, metodolog\\u00edas y estrategias para la gesti\\u00f3n sostenible del ambiente, contribuyendo a la soluci\\u00f3n de problem\\u00e1ticas regionales y nacionales.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo GIGAS aporta al fortalecimiento acad\\u00e9mico y cient\\u00edfico de los siguientes programas de posgrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">GIGAS promueve la formaci\\u00f3n investigativa de nuevos talentos a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero Gesti\\u00f3n Ambiental Sostenible -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Semillero de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 120px; height: auto; object-fit: contain; border-radius: 15px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIGAS_semillero.jpg\\\" alt=\\\"Logo Semillero Gesti\\u00f3n Ambiental Sostenible\\\"><\\/div>\\r\\n<!-- Semillero SIEAS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Estudios Ambientales y Sostenibilidad (SIEAS)<\\/strong><\\/p>\\r\\n<img style=\\\"width: 100%; max-width: 120px; height: auto; object-fit: contain; border-radius: 15px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIEAS_semillero.jpg\\\" alt=\\\"Logo Semillero SIEAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo articula sus l\\u00edneas de trabajo con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Marco Aurelio Torres Mora<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan Manuel Trujillo Gonzalez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Clara In\\u00e9s Caro Caro<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jose Ismael Rojas Pe\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Naisly Tovar Hern\\u00e1ndez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan David Mahecha Pulido<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Francisco Jos\\u00e9 Morales Espitia<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Geraldine Jhafet Huerfano Moreno<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Yirley Angelica Rincon Blanquicet<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Diana Paola Osorio Ramirez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000005296\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:52:37\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:21:16\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:20:39\",\"publish_up\":\"2025-06-25 13:52:37\",\"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\":12,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":69,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(650,'com_content.article.10','','2025-09-30 16:21:47',46,8875,'09d8d71408e6747b34e94520110b1a65304be8a0','{\"id\":\"10\",\"asset_id\":125,\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"alias\":\"gigas\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Juan Manuel Trujillo Gonz\\u00e1lez<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0037158<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 9 de junio de 2009<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda A<br><strong>Unidad acad\\u00e9mica:<\\/strong> Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<br><strong>Correo de contacto:<\\/strong> <a style=\\\"color: #007bff; text-decoration: none; font-weight: bold; cursor: pointer;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 190px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/gigas_logo.png\\\" alt=\\\"Logo GIGAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo de Investigaci\\u00f3n en <strong>Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS<\\/strong>, reconocido por su excelencia investigativa en el \\u00e1mbito ambiental, tiene como objetivo principal generar conocimiento, metodolog\\u00edas y estrategias para la gesti\\u00f3n sostenible del ambiente, contribuyendo a la soluci\\u00f3n de problem\\u00e1ticas regionales y nacionales.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo GIGAS aporta al fortalecimiento acad\\u00e9mico y cient\\u00edfico de los siguientes programas de posgrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">GIGAS promueve la formaci\\u00f3n investigativa de nuevos talentos a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero Gesti\\u00f3n Ambiental Sostenible -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Semillero de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 120px; height: auto; object-fit: contain; border-radius: 15px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIGAS_semillero.jpg\\\" alt=\\\"Logo Semillero Gesti\\u00f3n Ambiental Sostenible\\\"><\\/div>\\r\\n<!-- Semillero SIEAS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Estudios Ambientales y Sostenibilidad (SIEAS)<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 120px; height: auto; object-fit: contain; border-radius: 15px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIEAS_semillero.jpg\\\" alt=\\\"Logo Semillero SIEAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo articula sus l\\u00edneas de trabajo con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Marco Aurelio Torres Mora<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan Manuel Trujillo Gonzalez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Clara In\\u00e9s Caro Caro<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jose Ismael Rojas Pe\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Naisly Tovar Hern\\u00e1ndez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan David Mahecha Pulido<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Francisco Jos\\u00e9 Morales Espitia<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Geraldine Jhafet Huerfano Moreno<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Yirley Angelica Rincon Blanquicet<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Diana Paola Osorio Ramirez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000005296\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:52:37\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:21:47\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:21:16\",\"publish_up\":\"2025-06-25 13:52:37\",\"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\":12,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":70,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(651,'com_content.article.11','','2025-09-30 16:22:36',46,9447,'6424b49ecb13837c3892ae3958e03769f57bd08e','{\"id\":\"11\",\"asset_id\":126,\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"alias\":\"girehpes\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Jes\\u00fas Manuel V\\u00e1squez Ramos<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0114533<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 11 de marzo de 2016<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correo de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px; font-weight: bold;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 1140px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/girehpes_logo.jpg\\\" alt=\\\"Logo GIREHPES\\\" width=\\\"187\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo <strong>GIREHPES<\\/strong> est\\u00e1 enfocado en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n sostenible de los recursos hidrobiol\\u00f3gicos y pesqueros de la regi\\u00f3n Orinoquia Colombiana, aportando al conocimiento cient\\u00edfico y a la gesti\\u00f3n ambiental de la biodiversidad acu\\u00e1tica.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico de los siguientes programas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Biolog\\u00eda<\\/strong><\\/li>\\r\\n<li><strong>Ingenier\\u00eda Ambiental<\\/strong><\\/li>\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES fomenta la formaci\\u00f3n de j\\u00f3venes investigadores mediante los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero JIACACU -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>JIACACU<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/JIACACU_semillero.jpg\\\" alt=\\\"Logo JIACACU\\\"><\\/div>\\r\\n<!-- Semillero BioHerp -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>BioHerp<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BioHerp_semillero.jpg\\\" alt=\\\"Logo BioHerp\\\"><\\/div>\\r\\n<!-- Semillero BIODES -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Biolog\\u00eda del Desarrollo \\u2013 BIODES<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BIODES_semillero.jpg\\\" alt=\\\"Logo BIODES\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Caracterizaci\\u00f3n y conservaci\\u00f3n de la biodiversidad en la Orinoquia, con \\u00e9nfasis en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n de los recursos hidrobiol\\u00f3gicos.<\\/li>\\r\\n<li>Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el \\u00e1rea de pesquer\\u00edas.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jes\\u00fas Manuel V\\u00e1squez Ramos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Hernando Ramirez Gil<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Anthony Astwood Romero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Rosa Elena Ajiaco Martinez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Carlos Barreto Reyes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Breidy Leandro Rodriguez Uma\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Karen Lineke Alvarez Alvarez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Miguel Angel Cort\\u00e9s Hern\\u00e1ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jesica Juliana Romero Lizcano<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Erwin Andres Navarro G\\u00f3mez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000011558\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:55:22\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:22:36\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:22:12\",\"publish_up\":\"2025-06-25 13:55:22\",\"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\":11,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":53,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(653,'com_content.article.12','','2025-09-30 16:23:53',46,8904,'5abb965f4b4ccf16c943eebce9da55f5aba462a8','{\"id\":\"12\",\"asset_id\":127,\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"alias\":\"biorinoquia\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> M\\u00f3nica Medina Merch\\u00e1n<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0058505<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 25 de octubre de 2008<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correos de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li style=\\\"margin-bottom: 8px;\\\"><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; max-width: 100%;\\\"><img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 280px; height: auto; border-radius: 12px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/biorinoquia_logo.jpg\\\" alt=\\\"Logo Biorinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6;\\\">El Grupo de Investigaci\\u00f3n <strong>Biorinoquia<\\/strong> se enfoca en el estudio de la biodiversidad y los recursos biol\\u00f3gicos de la Orinoquia Colombiana. Su labor cient\\u00edfica busca aportar al conocimiento, conservaci\\u00f3n y uso sostenible de los ecosistemas de la regi\\u00f3n, articulando ciencia b\\u00e1sica, aplicada y biotecnolog\\u00eda.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo Biorinoquia contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico del siguiente programa de pregrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Programa de Biolog\\u00eda<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">Biorinoquia promueve la formaci\\u00f3n de j\\u00f3venes investigadores a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero ENTOMOS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Insectos y otros artr\\u00f3podos para la Orinoquia Colombiana \\u2013 ENTOMOS<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: contain; margin-left: 12px; border-radius: 15px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/ENTOMOS_semillero.jpg\\\" alt=\\\"Logo ENTOMOS\\\"><\\/div>\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\"><!-- Semillero Flora -->\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Flora de la Orinoquia<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: contain; margin-left: 12px; border-radius: 150px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/Flora_semillero.jpg\\\" alt=\\\"Logo Flora Orinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas del Sistema Nacional de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<li>Biotecnolog\\u00eda<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Elizabeth Aya Baquero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Johanna Isabel Murillo Pacheco<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Laura Isabel Mesa Castellanos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luis Antonio Gonz\\u00e1lez Monta\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Stella Su\\u00e1rez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Gloria Victoria Castro Rojas<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Pach\\u00f3n Garc\\u00eda<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Lida Carolina Lesmes Rodr\\u00edguez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Mila Qui\\u00f1ones M\\u00e9ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">M\\u00f3nica Medina Merch\\u00e1n<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000003963\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Acceso al GrupLAC <\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:56:59\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:23:53\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:23:22\",\"publish_up\":\"2025-06-25 13:56:59\",\"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\":10,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":48,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(654,'com_content.article.12','','2025-09-30 16:25:23',46,8930,'1ffe93d8a83f2a3e4d38d5d4dd42b2cc1ec6df57','{\"id\":\"12\",\"asset_id\":127,\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"alias\":\"biorinoquia\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> M\\u00f3nica Medina Merch\\u00e1n<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0058505<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 25 de octubre de 2008<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correos de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li style=\\\"margin-bottom: 8px;\\\"><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; max-width: 100%;\\\"><img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 280px; height: auto; border-radius: 12px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/biorinoquia_logo.jpg\\\" alt=\\\"Logo Biorinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6;\\\">El Grupo de Investigaci\\u00f3n <strong>Biorinoquia<\\/strong> se enfoca en el estudio de la biodiversidad y los recursos biol\\u00f3gicos de la Orinoquia Colombiana. Su labor cient\\u00edfica busca aportar al conocimiento, conservaci\\u00f3n y uso sostenible de los ecosistemas de la regi\\u00f3n, articulando ciencia b\\u00e1sica, aplicada y biotecnolog\\u00eda.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo Biorinoquia contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico del siguiente programa de pregrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Programa de Biolog\\u00eda<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">Biorinoquia promueve la formaci\\u00f3n de j\\u00f3venes investigadores a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero ENTOMOS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Insectos y otros artr\\u00f3podos para la Orinoquia Colombiana \\u2013 ENTOMOS<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: contain; margin-left: 12px; border-radius: 150px; background: transparent;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/ENTOMOS_semillero.jpg\\\" alt=\\\"Logo ENTOMOS\\\"><\\/div>\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\"><!-- Semillero Flora -->\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Flora de la Orinoquia<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: contain; margin-left: 12px; border-radius: 150px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/Flora_semillero.jpg\\\" alt=\\\"Logo Flora Orinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas del Sistema Nacional de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<li>Biotecnolog\\u00eda<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Elizabeth Aya Baquero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Johanna Isabel Murillo Pacheco<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Laura Isabel Mesa Castellanos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luis Antonio Gonz\\u00e1lez Monta\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Stella Su\\u00e1rez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Gloria Victoria Castro Rojas<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Pach\\u00f3n Garc\\u00eda<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Lida Carolina Lesmes Rodr\\u00edguez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Mila Qui\\u00f1ones M\\u00e9ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">M\\u00f3nica Medina Merch\\u00e1n<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000003963\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Acceso al GrupLAC <\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:56:59\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:25:23\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:23:53\",\"publish_up\":\"2025-06-25 13:56:59\",\"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\":10,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":49,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(655,'com_content.article.12','','2025-09-30 16:26:13',46,8948,'938f56ad982466de12fa7e6385036ad9b721b8fd','{\"id\":\"12\",\"asset_id\":127,\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"alias\":\"biorinoquia\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> M\\u00f3nica Medina Merch\\u00e1n<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0058505<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 25 de octubre de 2008<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correos de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li style=\\\"margin-bottom: 8px;\\\"><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; max-width: 100%;\\\"><img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 280px; height: auto; border-radius: 12px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/biorinoquia_logo.jpg\\\" alt=\\\"Logo Biorinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6;\\\">El Grupo de Investigaci\\u00f3n <strong>Biorinoquia<\\/strong> se enfoca en el estudio de la biodiversidad y los recursos biol\\u00f3gicos de la Orinoquia Colombiana. Su labor cient\\u00edfica busca aportar al conocimiento, conservaci\\u00f3n y uso sostenible de los ecosistemas de la regi\\u00f3n, articulando ciencia b\\u00e1sica, aplicada y biotecnolog\\u00eda.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo Biorinoquia contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico del siguiente programa de pregrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Programa de Biolog\\u00eda<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">Biorinoquia promueve la formaci\\u00f3n de j\\u00f3venes investigadores a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero ENTOMOS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Insectos y otros artr\\u00f3podos para la Orinoquia Colombiana \\u2013 ENTOMOS<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: contain; margin-left: 12px; border-radius: 150px; box-shadow: none; background: transparent;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/ENTOMOS_semillero.jpg\\\" alt=\\\"Logo ENTOMOS\\\"><\\/div>\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\"><!-- Semillero Flora -->\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Flora de la Orinoquia<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: contain; margin-left: 12px; border-radius: 150px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/Flora_semillero.jpg\\\" alt=\\\"Logo Flora Orinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas del Sistema Nacional de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<li>Biotecnolog\\u00eda<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Elizabeth Aya Baquero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Johanna Isabel Murillo Pacheco<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Laura Isabel Mesa Castellanos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luis Antonio Gonz\\u00e1lez Monta\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Stella Su\\u00e1rez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Gloria Victoria Castro Rojas<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Pach\\u00f3n Garc\\u00eda<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Lida Carolina Lesmes Rodr\\u00edguez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Mila Qui\\u00f1ones M\\u00e9ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">M\\u00f3nica Medina Merch\\u00e1n<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000003963\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Acceso al GrupLAC <\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:56:59\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:26:13\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:25:23\",\"publish_up\":\"2025-06-25 13:56:59\",\"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\":29,\"ordering\":10,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":51,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(656,'com_content.article.12','','2025-09-30 16:27:15',46,8946,'5e9e5fc559028e48cb6af9cdd2e169394543fcba','{\"id\":\"12\",\"asset_id\":127,\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"alias\":\"biorinoquia\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> M\\u00f3nica Medina Merch\\u00e1n<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0058505<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 25 de octubre de 2008<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correos de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li style=\\\"margin-bottom: 8px;\\\"><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; max-width: 100%;\\\"><img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 280px; height: auto; border-radius: 12px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/biorinoquia_logo.jpg\\\" alt=\\\"Logo Biorinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6;\\\">El Grupo de Investigaci\\u00f3n <strong>Biorinoquia<\\/strong> se enfoca en el estudio de la biodiversidad y los recursos biol\\u00f3gicos de la Orinoquia Colombiana. Su labor cient\\u00edfica busca aportar al conocimiento, conservaci\\u00f3n y uso sostenible de los ecosistemas de la regi\\u00f3n, articulando ciencia b\\u00e1sica, aplicada y biotecnolog\\u00eda.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo Biorinoquia contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico del siguiente programa de pregrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Programa de Biolog\\u00eda<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">Biorinoquia promueve la formaci\\u00f3n de j\\u00f3venes investigadores a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero ENTOMOS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Insectos y otros artr\\u00f3podos para la Orinoquia Colombiana \\u2013 ENTOMOS<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: cover; margin-left: 12px; border-radius: 150px; box-shadow: none; background: transparent;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/ENTOMOS_semillero.jpg\\\" alt=\\\"Logo ENTOMOS\\\"><\\/div>\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\"><!-- Semillero Flora -->\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Flora de la Orinoquia<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: contain; margin-left: 12px; border-radius: 150px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/Flora_semillero.jpg\\\" alt=\\\"Logo Flora Orinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas del Sistema Nacional de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<li>Biotecnolog\\u00eda<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Elizabeth Aya Baquero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Johanna Isabel Murillo Pacheco<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Laura Isabel Mesa Castellanos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luis Antonio Gonz\\u00e1lez Monta\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Stella Su\\u00e1rez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Gloria Victoria Castro Rojas<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Pach\\u00f3n Garc\\u00eda<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Lida Carolina Lesmes Rodr\\u00edguez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Mila Qui\\u00f1ones M\\u00e9ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">M\\u00f3nica Medina Merch\\u00e1n<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000003963\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Acceso al GrupLAC <\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:56:59\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:27:15\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:26:13\",\"publish_up\":\"2025-06-25 13:56:59\",\"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\":10,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":52,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(657,'com_content.article.12','','2025-09-30 16:29:07',46,8899,'7cb52b0cf8c18aef4232649a1579dfeede145147','{\"id\":\"12\",\"asset_id\":127,\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"alias\":\"biorinoquia\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> M\\u00f3nica Medina Merch\\u00e1n<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0058505<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 25 de octubre de 2008<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correos de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li style=\\\"margin-bottom: 8px;\\\"><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; max-width: 100%;\\\"><img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 280px; height: auto; border-radius: 12px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/biorinoquia_logo.jpg\\\" alt=\\\"Logo Biorinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6;\\\">El Grupo de Investigaci\\u00f3n <strong>Biorinoquia<\\/strong> se enfoca en el estudio de la biodiversidad y los recursos biol\\u00f3gicos de la Orinoquia Colombiana. Su labor cient\\u00edfica busca aportar al conocimiento, conservaci\\u00f3n y uso sostenible de los ecosistemas de la regi\\u00f3n, articulando ciencia b\\u00e1sica, aplicada y biotecnolog\\u00eda.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo Biorinoquia contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico del siguiente programa de pregrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Programa de Biolog\\u00eda<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">Biorinoquia promueve la formaci\\u00f3n de j\\u00f3venes investigadores a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero ENTOMOS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Insectos y otros artr\\u00f3podos para la Orinoquia Colombiana \\u2013 ENTOMOS<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: cover; margin-left: 12px; border-radius: 5px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/ENTOMOS_semillero.jpg\\\" alt=\\\"Logo ENTOMOS\\\"><\\/div>\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\"><!-- Semillero Flora -->\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Flora de la Orinoquia<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: contain; margin-left: 12px; border-radius: 5px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/Flora_semillero.jpg\\\" alt=\\\"Logo Flora Orinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas del Sistema Nacional de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<li>Biotecnolog\\u00eda<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Elizabeth Aya Baquero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Johanna Isabel Murillo Pacheco<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Laura Isabel Mesa Castellanos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luis Antonio Gonz\\u00e1lez Monta\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Stella Su\\u00e1rez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Gloria Victoria Castro Rojas<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Pach\\u00f3n Garc\\u00eda<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Lida Carolina Lesmes Rodr\\u00edguez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Mila Qui\\u00f1ones M\\u00e9ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">M\\u00f3nica Medina Merch\\u00e1n<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000003963\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Acceso al GrupLAC <\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:56:59\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:29:07\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:28:42\",\"publish_up\":\"2025-06-25 13:56:59\",\"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\":32,\"ordering\":10,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":53,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(658,'com_content.article.12','','2025-09-30 16:29:26',46,8899,'66230f1a77056167c98b9e416082e681b05e4dd0','{\"id\":\"12\",\"asset_id\":127,\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"alias\":\"biorinoquia\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> M\\u00f3nica Medina Merch\\u00e1n<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0058505<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 25 de octubre de 2008<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correos de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li style=\\\"margin-bottom: 8px;\\\"><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; max-width: 100%;\\\"><img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 280px; height: auto; border-radius: 12px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/biorinoquia_logo.jpg\\\" alt=\\\"Logo Biorinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6;\\\">El Grupo de Investigaci\\u00f3n <strong>Biorinoquia<\\/strong> se enfoca en el estudio de la biodiversidad y los recursos biol\\u00f3gicos de la Orinoquia Colombiana. Su labor cient\\u00edfica busca aportar al conocimiento, conservaci\\u00f3n y uso sostenible de los ecosistemas de la regi\\u00f3n, articulando ciencia b\\u00e1sica, aplicada y biotecnolog\\u00eda.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo Biorinoquia contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico del siguiente programa de pregrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Programa de Biolog\\u00eda<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">Biorinoquia promueve la formaci\\u00f3n de j\\u00f3venes investigadores a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero ENTOMOS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Insectos y otros artr\\u00f3podos para la Orinoquia Colombiana \\u2013 ENTOMOS<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: cover; margin-left: 12px; border-radius: 5px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/ENTOMOS_semillero.jpg\\\" alt=\\\"Logo ENTOMOS\\\"><\\/div>\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\"><!-- Semillero Flora -->\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Flora de la Orinoquia<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 125px; height: 120px; object-fit: contain; margin-left: 12px; border-radius: 5px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/Flora_semillero.jpg\\\" alt=\\\"Logo Flora Orinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas del Sistema Nacional de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<li>Biotecnolog\\u00eda<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Elizabeth Aya Baquero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Johanna Isabel Murillo Pacheco<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Laura Isabel Mesa Castellanos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luis Antonio Gonz\\u00e1lez Monta\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Stella Su\\u00e1rez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Gloria Victoria Castro Rojas<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Pach\\u00f3n Garc\\u00eda<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Lida Carolina Lesmes Rodr\\u00edguez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Mila Qui\\u00f1ones M\\u00e9ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">M\\u00f3nica Medina Merch\\u00e1n<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000003963\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Acceso al GrupLAC <\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:56:59\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:29:26\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:29:07\",\"publish_up\":\"2025-06-25 13:56:59\",\"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\":33,\"ordering\":10,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":54,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(659,'com_content.article.12','','2025-09-30 16:30:14',46,8879,'e43e968171f622b0b00c252a48c569ce7ff268a7','{\"id\":\"12\",\"asset_id\":127,\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"alias\":\"biorinoquia\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> M\\u00f3nica Medina Merch\\u00e1n<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0058505<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 25 de octubre de 2008<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correos de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li style=\\\"margin-bottom: 8px;\\\"><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; max-width: 100%;\\\"><img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 280px; height: auto; border-radius: 12px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/biorinoquia_logo.jpg\\\" alt=\\\"Logo Biorinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6;\\\">El Grupo de Investigaci\\u00f3n <strong>Biorinoquia<\\/strong> se enfoca en el estudio de la biodiversidad y los recursos biol\\u00f3gicos de la Orinoquia Colombiana. Su labor cient\\u00edfica busca aportar al conocimiento, conservaci\\u00f3n y uso sostenible de los ecosistemas de la regi\\u00f3n, articulando ciencia b\\u00e1sica, aplicada y biotecnolog\\u00eda.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo Biorinoquia contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico del siguiente programa de pregrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Programa de Biolog\\u00eda<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">Biorinoquia promueve la formaci\\u00f3n de j\\u00f3venes investigadores a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero ENTOMOS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Insectos y otros artr\\u00f3podos para la Orinoquia Colombiana \\u2013 ENTOMOS<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: cover; margin-left: 12px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/ENTOMOS_semillero.jpg\\\" alt=\\\"Logo ENTOMOS\\\"><\\/div>\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\"><!-- Semillero Flora -->\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Flora de la Orinoquia<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: contain; margin-left: 12px; border-radius: 5px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/Flora_semillero.jpg\\\" alt=\\\"Logo Flora Orinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas del Sistema Nacional de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<li>Biotecnolog\\u00eda<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Elizabeth Aya Baquero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Johanna Isabel Murillo Pacheco<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Laura Isabel Mesa Castellanos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luis Antonio Gonz\\u00e1lez Monta\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Stella Su\\u00e1rez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Gloria Victoria Castro Rojas<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Pach\\u00f3n Garc\\u00eda<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Lida Carolina Lesmes Rodr\\u00edguez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Mila Qui\\u00f1ones M\\u00e9ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">M\\u00f3nica Medina Merch\\u00e1n<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000003963\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Acceso al GrupLAC <\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:56:59\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:30:14\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:29:44\",\"publish_up\":\"2025-06-25 13:56:59\",\"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\":35,\"ordering\":10,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":56,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(660,'com_content.article.12','','2025-09-30 16:31:35',46,8964,'18307f5bcdb68e7e6f9ad51f661d9f03d9bf0925','{\"id\":\"12\",\"asset_id\":127,\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"alias\":\"biorinoquia\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> M\\u00f3nica Medina Merch\\u00e1n<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0058505<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 25 de octubre de 2008<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correos de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li style=\\\"margin-bottom: 8px;\\\"><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; max-width: 100%;\\\"><img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 280px; height: auto; border-radius: 12px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/biorinoquia_logo.jpg\\\" alt=\\\"Logo Biorinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6;\\\">El Grupo de Investigaci\\u00f3n <strong>Biorinoquia<\\/strong> se enfoca en el estudio de la biodiversidad y los recursos biol\\u00f3gicos de la Orinoquia Colombiana. Su labor cient\\u00edfica busca aportar al conocimiento, conservaci\\u00f3n y uso sostenible de los ecosistemas de la regi\\u00f3n, articulando ciencia b\\u00e1sica, aplicada y biotecnolog\\u00eda.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo Biorinoquia contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico del siguiente programa de pregrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Programa de Biolog\\u00eda<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">Biorinoquia promueve la formaci\\u00f3n de j\\u00f3venes investigadores a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero ENTOMOS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Insectos y otros artr\\u00f3podos para la Orinoquia Colombiana \\u2013 ENTOMOS<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: cover; margin-left: 12px; border-radius: 5px; box-shadow: none !important; background: transparent !important;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/ENTOMOS_semillero.jpg\\\" alt=\\\"Logo ENTOMOS\\\"><\\/div>\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\"><!-- Semillero Flora -->\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Flora de la Orinoquia<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 120px; height: 120px; object-fit: contain; margin-left: 12px; border-radius: 5px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/Flora_semillero.jpg\\\" alt=\\\"Logo Flora Orinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas del Sistema Nacional de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<li>Biotecnolog\\u00eda<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Elizabeth Aya Baquero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Johanna Isabel Murillo Pacheco<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Laura Isabel Mesa Castellanos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luis Antonio Gonz\\u00e1lez Monta\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Stella Su\\u00e1rez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Gloria Victoria Castro Rojas<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Pach\\u00f3n Garc\\u00eda<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Lida Carolina Lesmes Rodr\\u00edguez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Mila Qui\\u00f1ones M\\u00e9ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">M\\u00f3nica Medina Merch\\u00e1n<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000003963\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Acceso al GrupLAC <\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:56:59\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:31:35\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:30:35\",\"publish_up\":\"2025-06-25 13:56:59\",\"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\":37,\"ordering\":10,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":58,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(661,'com_content.article.12','','2025-09-30 16:33:02',46,8853,'578cd7b0f5a61e09962f1f89e4e6d3b498177756','{\"id\":\"12\",\"asset_id\":127,\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"alias\":\"biorinoquia\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> M\\u00f3nica Medina Merch\\u00e1n<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0058505<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 25 de octubre de 2008<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correos de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li style=\\\"margin-bottom: 8px;\\\"><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; max-width: 100%;\\\"><img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 280px; height: auto; border-radius: 12px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/biorinoquia_logo.jpg\\\" alt=\\\"Logo Biorinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6;\\\">El Grupo de Investigaci\\u00f3n <strong>Biorinoquia<\\/strong> se enfoca en el estudio de la biodiversidad y los recursos biol\\u00f3gicos de la Orinoquia Colombiana. Su labor cient\\u00edfica busca aportar al conocimiento, conservaci\\u00f3n y uso sostenible de los ecosistemas de la regi\\u00f3n, articulando ciencia b\\u00e1sica, aplicada y biotecnolog\\u00eda.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo Biorinoquia contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico del siguiente programa de pregrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Programa de Biolog\\u00eda<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">Biorinoquia promueve la formaci\\u00f3n de j\\u00f3venes investigadores a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero ENTOMOS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Insectos y otros artr\\u00f3podos para la Orinoquia Colombiana \\u2013 ENTOMOS<\\/strong><\\/p>\\r\\n<img style=\\\"width: 120px; height: 120px; object-fit: cover; margin-left: 12px; border-radius: 150px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/ENTOMOS_semillero.jpg\\\" alt=\\\"Logo ENTOMOS\\\"><\\/div>\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\"><!-- Semillero Flora -->\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Flora de la Orinoquia<\\/strong><\\/p>\\r\\n<img style=\\\"width: 120px; height: 120px; object-fit: contain; margin-left: 12px; border-radius: 150px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/Flora_semillero.jpg\\\" alt=\\\"Logo Flora Orinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas del Sistema Nacional de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<li>Biotecnolog\\u00eda<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Elizabeth Aya Baquero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Johanna Isabel Murillo Pacheco<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Laura Isabel Mesa Castellanos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luis Antonio Gonz\\u00e1lez Monta\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Stella Su\\u00e1rez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Gloria Victoria Castro Rojas<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Pach\\u00f3n Garc\\u00eda<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Lida Carolina Lesmes Rodr\\u00edguez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Mila Qui\\u00f1ones M\\u00e9ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">M\\u00f3nica Medina Merch\\u00e1n<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000003963\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Acceso al GrupLAC <\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:56:59\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-09-30 16:33:02\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-09-30 16:31:55\",\"publish_up\":\"2025-06-25 13:56:59\",\"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\":39,\"ordering\":10,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":60,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(662,'com_content.article.4','','2025-10-02 19:38:09',46,2606,'19a2ac6dcfd7f38f5bcf3d4e5b548a4354cce9e6','{\"id\":\"4\",\"asset_id\":119,\"title\":\"Nuestra historia.\",\"alias\":\"nuestra-historia\",\"introtext\":\"<h1>\\u00a0<\\/h1>\\r\\n<div style=\\\"width: 100%;\\\">\\r\\n<div style=\\\"position: relative; padding-bottom: 56.25%; padding-top: 0; height: 0;\\\"><iframe style=\\\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\\\" title=\\\"Nuestra Historia\\\" src=\\\"https:\\/\\/view.genially.com\\/6893676b292cbe8996a87a76\\\" width=\\\"1200\\\" height=\\\"675\\\" frameborder=\\\"0\\\" scrolling=\\\"yes\\\" sandbox=\\\"\\\" allowfullscreen=\\\"allowfullscreen\\\"><\\/iframe><\\/div>\\r\\n<\\/div>\\r\\n<h1>Nuestras alianzas<\\/h1>\\r\\n<p><img src=\\\"images\\/Nuestra%20Historia\\/nuestros%20Aliados_ICAOC_imagen_Micrositio.png\\\" width=\\\"5015\\\" height=\\\"3600\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Nuestra Historia\\/nuestros Aliados_ICAOC_imagen_Micrositio.png\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h1>Ecopetrol Aliado Estrat\\u00e9gico<\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Nuestra%20Historia\\/Alianza%20Ecopetrol.png\\\" width=\\\"2000\\\" height=\\\"783\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Nuestra Historia\\/Alianza Ecopetrol.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:56:33\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-10-02 19:38:09\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-10-02 19:32:27\",\"publish_up\":\"2025-06-24 18:56:33\",\"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\":16,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":80,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(663,'com_content.article.4','','2025-10-02 20:39:49',46,2650,'99285b919b6dfee46f7eb814b37374b6a621f33a','{\"id\":\"4\",\"asset_id\":119,\"title\":\"Nuestra historia.\",\"alias\":\"nuestra-historia\",\"introtext\":\"<h1>\\u00a0<\\/h1>\\r\\n<div style=\\\"width: 100%;\\\"><div style=\\\"position: relative; padding-bottom: 56.25%; padding-top: 0; height: 0;\\\"><iframe title=\\\"Nuestra Historia\\\" frameborder=\\\"0\\\" width=\\\"1200\\\" height=\\\"675\\\" style=\\\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\\\" src=\\\"https:\\/\\/view.genially.com\\/6893676b292cbe8996a87a76\\\" type=\\\"text\\/html\\\" allowscriptaccess=\\\"always\\\" allowfullscreen=\\\"true\\\" scrolling=\\\"yes\\\" allownetworking=\\\"all\\\"><\\/iframe> <\\/div> <\\/div>\\r\\n<h1>Nuestras alianzas<\\/h1>\\r\\n<p><img src=\\\"images\\/Nuestra%20Historia\\/nuestros%20Aliados_ICAOC_imagen_Micrositio.png\\\" width=\\\"5015\\\" height=\\\"3600\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Nuestra Historia\\/nuestros Aliados_ICAOC_imagen_Micrositio.png\\\"><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h1>Ecopetrol Aliado Estrat\\u00e9gico<\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p><img src=\\\"images\\/Nuestra%20Historia\\/Alianza%20Ecopetrol.png\\\" width=\\\"2000\\\" height=\\\"783\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Nuestra Historia\\/Alianza Ecopetrol.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:56:33\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-10-02 20:39:49\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-10-02 20:39:32\",\"publish_up\":\"2025-06-24 18:56:33\",\"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\":16,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":81,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(664,'com_content.article.3','','2025-11-13 15:35:46',46,14120,'4ba46bbe26ee12d82496c2db2e6114a674413ef1','{\"id\":\"3\",\"asset_id\":118,\"title\":\"\\u00bfQUI\\u00c9NES SOMOS?\",\"alias\":\"quienes-somos\",\"introtext\":\"<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 30px; border-radius: 15px; border-left: 5px solid #28a745; margin: 30px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<p style=\\\"text-align: justify; margin-bottom: 20px; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> El <strong style=\\\"color: #28a745; font-weight: 600;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC)<\\/strong>, perteneciente a la <em style=\\\"color: #495057; font-style: italic;\\\">Universidad de los Llanos<\\/em>, es un instituto de investigaci\\u00f3n que se fundamenta en la <strong style=\\\"color: #28a745;\\\">excelencia cient\\u00edfica<\\/strong>, la <strong style=\\\"color: #28a745;\\\">pertinencia regional<\\/strong> y el <strong style=\\\"color: #28a745;\\\">impacto social<\\/strong>, consolid\\u00e1ndonos como un referente en la investigaci\\u00f3n y gesti\\u00f3n ambiental. <\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify; margin-bottom: 0; line-height: 1.7;\\\"><span style=\\\"color: #2c3e50; font-size: 18px; font-weight: 500; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\"> Como centro de investigaci\\u00f3n reconocido por el <strong style=\\\"color: #fd7e14; font-weight: 600;\\\">Ministerio de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n (Minciencias)<\\/strong>, garantizamos calidad y rigor en cada una de nuestras acciones alineadas a los pilares estrat\\u00e9gicos de <strong style=\\\"color: #28a745;\\\">Investigaci\\u00f3n de alto impacto<\\/strong>, <strong style=\\\"color: #28a745;\\\">Formaci\\u00f3n de talento humano<\\/strong>, <strong style=\\\"color: #28a745;\\\">Servicios especializados y acreditados<\\/strong> y <strong style=\\\"color: #28a745;\\\">Alianzas estrat\\u00e9gicas y proyecci\\u00f3n social<\\/strong>. <\\/span><\\/p>\\r\\n<div style=\\\"background: linear-gradient(90deg, #28a745, #20c997); padding: 20px; border-radius: 10px; margin-top: 25px; text-align: center; box-shadow: 0 3px 10px rgba(40, 167, 69, 0.2);\\\">\\r\\n<p style=\\\"margin: 0; line-height: 1.6;\\\"><span style=\\\"color: white; font-size: 18px; font-weight: 600; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);\\\"> En el <strong>ICAOC<\\/strong>, nuestro compromiso es ser el <em>motor de la transformaci\\u00f3n ambiental en la Orinoquia<\\/em>, aportando ciencia, tecnolog\\u00eda y talento humano para un desarrollo verdaderamente sostenible. <\\/span><\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- M\\u00f3dulo de Servicios ICAOC -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif; padding: 40px 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); margin: 30px 0; border-radius: 15px;\\\"><!-- Grid de Servicios -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 20px; justify-content: center;\\\"><!-- CARD 1 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/investigation.png\\\" alt=\\\"Investigaci\\u00f3n\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Investigaci\\u00f3n<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Desarrollamos Proyectos de investigaci\\u00f3n en \\u00e1reas como: monitoreo y evaluaci\\u00f3n ambiental, gesti\\u00f3n del territorio y socio-ecosistemas, biodiversidad, y recursos hidrobiol\\u00f3gicos y pesqueros.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 2 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/alliance.png\\\" alt=\\\"Alianzas Estrat\\u00e9gicas\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Alianzas Estrat\\u00e9gicas<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Establecemos colaboraciones con entidades p\\u00fablicas y privadas para fortalecer la investigaci\\u00f3n y el desarrollo tecnol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 3 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/training.png\\\" alt=\\\"Formaci\\u00f3n de Talento Humano\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Formaci\\u00f3n de Talento Humano<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Ofrecemos programas de posgrado, incluyendo la Especializaci\\u00f3n y Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 4 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/data-science.png\\\" alt=\\\"Servicios T\\u00e9cnicos y Cient\\u00edficos\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Servicios T\\u00e9cnicos y Cient\\u00edficos<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Ofrecemos servicios de consultor\\u00eda, monitoreo ambiental, muestreo y an\\u00e1lisis de laboratorio.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 5 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #28a745;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d4edda; border: 3px solid #28a745; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/8328195.png\\\" alt=\\\"Transferencia de Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Transferencia de Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Promovemos la transferencia de conocimiento a trav\\u00e9s de su Centro de Calidad de Aguas, que realiza an\\u00e1lisis y estudios ambientales.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- CARD 6 -->\\r\\n<div style=\\\"display: flex; flex: 1 1 320px; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-left: 4px solid #fd7e14;\\\">\\r\\n<div style=\\\"width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffeaa7; border: 3px solid #fd7e14; flex-shrink: 0;\\\"><img style=\\\"width: 40px; height: 40px; object-fit: contain;\\\" src=\\\"images\\/icons\\/13097692.png\\\" alt=\\\"Apropiaci\\u00f3n Social del Conocimiento\\\"><\\/div>\\r\\n<div style=\\\"flex: 1;\\\">\\r\\n<div style=\\\"font-size: clamp(1rem, 2.5vw, 1.2rem); font-weight: 600; color: #212529; margin-bottom: 8px;\\\">Apropiaci\\u00f3n Social del Conocimiento<\\/div>\\r\\n<div style=\\\"font-size: clamp(0.85rem, 2vw, 0.95rem); color: #6c757d; line-height: 1.5;\\\">Participamos en eventos cient\\u00edficos y realizamos actividades de divulgaci\\u00f3n para el ecosistema territorial de CTel.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- DIRECCIONAMIENTO ESTRAT\\u00c9GICO -->\\r\\n<div style=\\\"background: white; padding: 40px 20px; border-radius: 20px; margin: 40px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #2c3e50; font-size: clamp(1.8rem, 5vw, 2.5rem); font-weight: bold; margin-bottom: 40px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">DIRECCIONAMIENTO ESTRAT\\u00c9GICO<\\/h1>\\r\\n<!-- CONTENEDOR DE CARDS -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;\\\"><!-- CARD MISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1 1 300px; min-width: 280px; max-width: 100%; background: white; border-radius: 15px; padding: 30px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-left: 5px solid #28a745;\\\">\\r\\n<div style=\\\"width: 90px; height: 90px; border-radius: 50%; background: #d4edda; border: 4px solid #28a745; display: flex; align-items: center; justify-content: center; margin-bottom: 15px;\\\"><img style=\\\"max-width: 55px; height: auto;\\\" src=\\\"images\\/icons\\/Mision.png\\\" alt=\\\"Misi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<h2 style=\\\"color: #28a745; font-size: 1.4rem; font-weight: 800; margin-bottom: 15px; text-align: center;\\\">MISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1rem; line-height: 1.6; margin: 0; text-align: justify;\\\">Contribuir en la relaci\\u00f3n compleja hombre-naturaleza en la regi\\u00f3n y el pa\\u00eds, con el desarrollo de las ciencias ambientales a trav\\u00e9s de la formaci\\u00f3n de talento humano, de la investigaci\\u00f3n y de la transferencia de conocimiento, en el marco de la sostenibilidad.<\\/p>\\r\\n<\\/div>\\r\\n<!-- CARD VISI\\u00d3N -->\\r\\n<div style=\\\"flex: 1 1 300px; min-width: 280px; max-width: 100%; background: white; border-radius: 15px; padding: 30px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-left: 5px solid #fd7e14;\\\">\\r\\n<div style=\\\"width: 90px; height: 90px; border-radius: 50%; background: #ffeaa7; border: 4px solid #fd7e14; display: flex; align-items: center; justify-content: center; margin-bottom: 15px;\\\"><img style=\\\"max-width: 55px; height: auto;\\\" src=\\\"images\\/icons\\/vision.png\\\" alt=\\\"Visi\\u00f3n ICAOC\\\"><\\/div>\\r\\n<h2 style=\\\"color: #fd7e14; font-size: 1.4rem; font-weight: 800; margin-bottom: 15px; text-align: center;\\\">VISI\\u00d3N<\\/h2>\\r\\n<p style=\\\"color: #2c3e50; font-size: 1rem; line-height: 1.6; margin: 0; text-align: justify;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC), a trav\\u00e9s del cumplimiento de su misi\\u00f3n, ser\\u00e1 reconocido como el referente regional en el desarrollo de las ciencias ambientales, claves para la gesti\\u00f3n sostenible del territorio.<\\/p>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<!-- ORGANIGRAMA -->\\r\\n<div style=\\\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 15px 30px; border-radius: 15px; margin: 10px 0; border-left: 5px solid #6c757d; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\\\">\\r\\n<h1 style=\\\"text-align: center; color: #495057; font-size: 2.2rem; font-weight: bold; margin-bottom: 10px; font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\\">Organigrama<\\/h1>\\r\\n<p style=\\\"text-align: center; color: #6c757d; font-size: 1.1rem; margin: 0; font-style: italic;\\\">Estructura organizacional del ICAOC<\\/p>\\r\\n<\\/div>\\r\\n<p><img src=\\\"images\\/Grfico de Organigrama ICAOC Multicolor_Micrositio.png\\\"><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":10,\"created\":\"2025-06-24 18:55:24\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-13 15:35:46\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-13 15:33:13\",\"publish_up\":\"2025-06-24 18:55:24\",\"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\":73,\"ordering\":17,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":183,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(665,'com_content.article.10','','2025-11-13 16:15:26',46,8872,'d0009f52c0f1e6ac97f7414e3b4a645de97192d0','{\"id\":\"10\",\"asset_id\":125,\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"alias\":\"gigas\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Juan Manuel Trujillo Gonz\\u00e1lez<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0037158<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 9 de junio de 2009<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda A<br><strong>Unidad acad\\u00e9mica:<\\/strong> Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<br><strong>Correo de contacto:<\\/strong> <a style=\\\"color: #007bff; text-decoration: none; font-weight: bold; cursor: pointer;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 190px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/gigas_logo.png\\\" alt=\\\"Logo GIGAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre GIGAS<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo de Investigaci\\u00f3n en <strong>Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS<\\/strong>, reconocido por su excelencia investigativa en el \\u00e1mbito ambiental, tiene como objetivo principal generar conocimiento, metodolog\\u00edas y estrategias para la gesti\\u00f3n sostenible del ambiente, contribuyendo a la soluci\\u00f3n de problem\\u00e1ticas regionales y nacionales.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo GIGAS aporta al fortalecimiento acad\\u00e9mico y cient\\u00edfico de los siguientes programas de posgrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">GIGAS promueve la formaci\\u00f3n investigativa de nuevos talentos a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero Gesti\\u00f3n Ambiental Sostenible -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Semillero de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 120px; height: auto; object-fit: contain; border-radius: 15px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIGAS_semillero.jpg\\\" alt=\\\"Logo Semillero Gesti\\u00f3n Ambiental Sostenible\\\"><\\/div>\\r\\n<!-- Semillero SIEAS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Estudios Ambientales y Sostenibilidad (SIEAS)<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 120px; height: auto; object-fit: contain; border-radius: 15px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIEAS_semillero.jpg\\\" alt=\\\"Logo Semillero SIEAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo articula sus l\\u00edneas de trabajo con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Marco Aurelio Torres Mora<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan Manuel Trujillo Gonzalez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Clara In\\u00e9s Caro Caro<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jose Ismael Rojas Pe\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Naisly Tovar Hern\\u00e1ndez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan David Mahecha Pulido<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Francisco Jos\\u00e9 Morales Espitia<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Geraldine Jhafet Huerfano Moreno<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Yirley Angelica Rincon Blanquicet<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Diana Paola Osorio Ramirez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000005296\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:52:37\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-13 16:15:26\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-13 16:15:10\",\"publish_up\":\"2025-06-25 13:52:37\",\"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\":12,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":76,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(666,'com_content.article.10','','2025-11-13 16:19:14',46,8936,'5efea475e2ca81c0c4cc7d195c732bb81ce14167','{\"id\":\"10\",\"asset_id\":125,\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"alias\":\"gigas\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: flex-start; gap: 15px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Juan Manuel Trujillo Gonz\\u00e1lez<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0037158<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 9 de junio de 2009<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda A<br><strong>Unidad acad\\u00e9mica:<\\/strong> Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<br><strong>Correo de contacto:<\\/strong> <a style=\\\"color: #007bff; text-decoration: none; font-weight: bold; cursor: pointer;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 160px; height: auto; border-radius: 8px; margin-left: 10px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/gigas_logo.png\\\" alt=\\\"Logo GIGAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre GIGAS<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo de Investigaci\\u00f3n en <strong>Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS<\\/strong>, reconocido por su excelencia investigativa en el \\u00e1mbito ambiental, tiene como objetivo principal generar conocimiento, metodolog\\u00edas y estrategias para la gesti\\u00f3n sostenible del ambiente, contribuyendo a la soluci\\u00f3n de problem\\u00e1ticas regionales y nacionales.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo GIGAS aporta al fortalecimiento acad\\u00e9mico y cient\\u00edfico de los siguientes programas de posgrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">GIGAS promueve la formaci\\u00f3n investigativa de nuevos talentos a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero Gesti\\u00f3n Ambiental Sostenible -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Semillero de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 110px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 10px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIGAS_semillero.jpg\\\" alt=\\\"Logo Semillero Gesti\\u00f3n Ambiental Sostenible\\\"><\\/div>\\r\\n<!-- Semillero SIEAS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Estudios Ambientales y Sostenibilidad (SIEAS)<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 110px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 10px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIEAS_semillero.jpg\\\" alt=\\\"Logo Semillero SIEAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo articula sus l\\u00edneas de trabajo con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial,sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start; flex-wrap: wrap;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Marco Aurelio Torres Mora<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan Manuel Trujillo Gonzalez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Clara In\\u00e9s Caro Caro<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jose Ismael Rojas Pe\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Naisly Tovar Hern\\u00e1ndez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan David Mahecha Pulido<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Francisco Jos\\u00e9 Morales Espitia<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Geraldine Jhafet Huerfano Moreno<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Yirley Angelica Rincon Blanquicet<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Diana Paola Osorio Ramirez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000005296\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:52:37\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-13 16:19:14\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-13 16:15:45\",\"publish_up\":\"2025-06-25 13:52:37\",\"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\":12,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":77,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(667,'com_content.article.10','','2025-11-13 16:21:23',46,8917,'10148c0c1e32fc6cec0576d5914599a054cb09a6','{\"id\":\"10\",\"asset_id\":125,\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"alias\":\"gigas\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6; margin: 0;\\\"><strong>L\\u00edder del grupo:<\\/strong> Juan Manuel Trujillo Gonz\\u00e1lez<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0037158<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 9 de junio de 2009<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda A<br><strong>Unidad acad\\u00e9mica:<\\/strong> Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<br><strong>Correo de contacto:<\\/strong> <a style=\\\"color: #007bff; text-decoration: none; font-weight: bold; cursor: pointer;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; margin-left: 5px;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 150px; height: auto; border-radius: 8px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/gigas_logo.png\\\" alt=\\\"Logo GIGAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre GIGAS<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo de Investigaci\\u00f3n en <strong>Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS<\\/strong>, reconocido por su excelencia investigativa en el \\u00e1mbito ambiental, tiene como objetivo principal generar conocimiento, metodolog\\u00edas y estrategias para la gesti\\u00f3n sostenible del ambiente, contribuyendo a la soluci\\u00f3n de problem\\u00e1ticas regionales y nacionales.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo GIGAS aporta al fortalecimiento acad\\u00e9mico y cient\\u00edfico de los siguientes programas de posgrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">GIGAS promueve la formaci\\u00f3n investigativa de nuevos talentos a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero Gesti\\u00f3n Ambiental Sostenible -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Semillero de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIGAS_semillero.jpg\\\" alt=\\\"Logo Semillero Gesti\\u00f3n Ambiental Sostenible\\\"><\\/div>\\r\\n<!-- Semillero SIEAS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Estudios Ambientales y Sostenibilidad (SIEAS)<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIEAS_semillero.jpg\\\" alt=\\\"Logo Semillero SIEAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo articula sus l\\u00edneas de trabajo con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial,sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start; flex-wrap: wrap;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Marco Aurelio Torres Mora<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan Manuel Trujillo Gonzalez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Clara In\\u00e9s Caro Caro<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jose Ismael Rojas Pe\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Naisly Tovar Hern\\u00e1ndez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan David Mahecha Pulido<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Francisco Jos\\u00e9 Morales Espitia<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Geraldine Jhafet Huerfano Moreno<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Yirley Angelica Rincon Blanquicet<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Diana Paola Osorio Ramirez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000005296\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:52:37\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-13 16:21:23\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-13 16:19:31\",\"publish_up\":\"2025-06-25 13:52:37\",\"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\":12,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":80,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(668,'com_content.article.10','','2025-11-13 16:22:50',46,8917,'3f2ca6ed2eca90c9786cd032191ba69dacc26b9c','{\"id\":\"10\",\"asset_id\":125,\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"alias\":\"gigas\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6; margin: 0;\\\"><strong>L\\u00edder del grupo:<\\/strong> Juan Manuel Trujillo Gonz\\u00e1lez<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0037158<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 9 de junio de 2009<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda A<br><strong>Unidad acad\\u00e9mica:<\\/strong> Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<br><strong>Correo de contacto:<\\/strong> <a style=\\\"color: #007bff; text-decoration: none; font-weight: bold; cursor: pointer;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; margin-left: 0px;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 150px; height: auto; border-radius: 8px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/gigas_logo.png\\\" alt=\\\"Logo GIGAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre GIGAS<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo de Investigaci\\u00f3n en <strong>Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS<\\/strong>, reconocido por su excelencia investigativa en el \\u00e1mbito ambiental, tiene como objetivo principal generar conocimiento, metodolog\\u00edas y estrategias para la gesti\\u00f3n sostenible del ambiente, contribuyendo a la soluci\\u00f3n de problem\\u00e1ticas regionales y nacionales.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo GIGAS aporta al fortalecimiento acad\\u00e9mico y cient\\u00edfico de los siguientes programas de posgrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">GIGAS promueve la formaci\\u00f3n investigativa de nuevos talentos a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero Gesti\\u00f3n Ambiental Sostenible -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Semillero de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIGAS_semillero.jpg\\\" alt=\\\"Logo Semillero Gesti\\u00f3n Ambiental Sostenible\\\"><\\/div>\\r\\n<!-- Semillero SIEAS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Estudios Ambientales y Sostenibilidad (SIEAS)<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIEAS_semillero.jpg\\\" alt=\\\"Logo Semillero SIEAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo articula sus l\\u00edneas de trabajo con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial,sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start; flex-wrap: wrap;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Marco Aurelio Torres Mora<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan Manuel Trujillo Gonzalez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Clara In\\u00e9s Caro Caro<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jose Ismael Rojas Pe\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Naisly Tovar Hern\\u00e1ndez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan David Mahecha Pulido<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Francisco Jos\\u00e9 Morales Espitia<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Geraldine Jhafet Huerfano Moreno<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Yirley Angelica Rincon Blanquicet<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Diana Paola Osorio Ramirez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000005296\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:52:37\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-13 16:22:50\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-13 16:21:23\",\"publish_up\":\"2025-06-25 13:52:37\",\"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\":29,\"ordering\":12,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":81,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(669,'com_content.article.10','','2025-11-13 16:27:22',46,8921,'0598af53a429f19c287ea565c01043e96c430f0d','{\"id\":\"10\",\"asset_id\":125,\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"alias\":\"gigas\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6; margin: 0;\\\"><strong>L\\u00edder del grupo:<\\/strong> Juan Manuel Trujillo Gonz\\u00e1lez<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0037158<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 9 de junio de 2009<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda A<br><strong>Unidad acad\\u00e9mica:<\\/strong> Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<br><strong>Correo de contacto:<\\/strong> <a style=\\\"color: #007bff; text-decoration: none; font-weight: bold; cursor: pointer;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; margin-left: 10px;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 130px; height: auto; border-radius: 8px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/gigas_logo.png\\\" alt=\\\"Logo GIGAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre GIGAS<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo de Investigaci\\u00f3n en <strong>Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS<\\/strong>, reconocido por su excelencia investigativa en el \\u00e1mbito ambiental, tiene como objetivo principal generar conocimiento, metodolog\\u00edas y estrategias para la gesti\\u00f3n sostenible del ambiente, contribuyendo a la soluci\\u00f3n de problem\\u00e1ticas regionales y nacionales.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo GIGAS aporta al fortalecimiento acad\\u00e9mico y cient\\u00edfico de los siguientes programas de posgrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">GIGAS promueve la formaci\\u00f3n investigativa de nuevos talentos a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero Gesti\\u00f3n Ambiental Sostenible -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Semillero de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIGAS_semillero.jpg\\\" alt=\\\"Logo Semillero Gesti\\u00f3n Ambiental Sostenible\\\"><\\/div>\\r\\n<!-- Semillero SIEAS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Estudios Ambientales y Sostenibilidad (SIEAS)<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIEAS_semillero.jpg\\\" alt=\\\"Logo Semillero SIEAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo articula sus l\\u00edneas de trabajo con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial,sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start; flex-wrap: wrap;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Marco Aurelio Torres Mora<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan Manuel Trujillo Gonzalez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Clara In\\u00e9s Caro Caro<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jose Ismael Rojas Pe\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Naisly Tovar Hern\\u00e1ndez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan David Mahecha Pulido<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Francisco Jos\\u00e9 Morales Espitia<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Geraldine Jhafet Huerfano Moreno<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Yirley Angelica Rincon Blanquicet<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Diana Paola Osorio Ramirez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000005296\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:52:37\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-13 16:27:22\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-13 16:22:50\",\"publish_up\":\"2025-06-25 13:52:37\",\"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\":12,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":82,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(670,'com_content.article.10','','2025-11-13 16:31:39',46,8921,'6af084bc9328f33604aac411f3b700dd5a2a0219','{\"id\":\"10\",\"asset_id\":125,\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"alias\":\"gigas\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6; margin: 0;\\\"><strong>L\\u00edder del grupo:<\\/strong> Juan Manuel Trujillo Gonz\\u00e1lez<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0037158<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 9 de junio de 2009<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda A<br><strong>Unidad acad\\u00e9mica:<\\/strong> Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<br><strong>Correo de contacto:<\\/strong> <a style=\\\"color: #007bff; text-decoration: none; font-weight: bold; cursor: pointer;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; margin-left: 10px;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 230px; height: auto; border-radius: 8px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/gigas_logo.png\\\" alt=\\\"Logo GIGAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre GIGAS<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo de Investigaci\\u00f3n en <strong>Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS<\\/strong>, reconocido por su excelencia investigativa en el \\u00e1mbito ambiental, tiene como objetivo principal generar conocimiento, metodolog\\u00edas y estrategias para la gesti\\u00f3n sostenible del ambiente, contribuyendo a la soluci\\u00f3n de problem\\u00e1ticas regionales y nacionales.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo GIGAS aporta al fortalecimiento acad\\u00e9mico y cient\\u00edfico de los siguientes programas de posgrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">GIGAS promueve la formaci\\u00f3n investigativa de nuevos talentos a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero Gesti\\u00f3n Ambiental Sostenible -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Semillero de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIGAS_semillero.jpg\\\" alt=\\\"Logo Semillero Gesti\\u00f3n Ambiental Sostenible\\\"><\\/div>\\r\\n<!-- Semillero SIEAS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Estudios Ambientales y Sostenibilidad (SIEAS)<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIEAS_semillero.jpg\\\" alt=\\\"Logo Semillero SIEAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo articula sus l\\u00edneas de trabajo con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial,sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start; flex-wrap: wrap;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Marco Aurelio Torres Mora<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan Manuel Trujillo Gonzalez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Clara In\\u00e9s Caro Caro<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jose Ismael Rojas Pe\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Naisly Tovar Hern\\u00e1ndez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan David Mahecha Pulido<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Francisco Jos\\u00e9 Morales Espitia<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Geraldine Jhafet Huerfano Moreno<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Yirley Angelica Rincon Blanquicet<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Diana Paola Osorio Ramirez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000005296\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:52:37\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-13 16:31:39\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-13 16:27:22\",\"publish_up\":\"2025-06-25 13:52:37\",\"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\":12,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":84,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(671,'com_content.article.10','','2025-11-13 16:32:04',46,8921,'edbef68ad6211c1998585ddeb8e6a6451633ac9e','{\"id\":\"10\",\"asset_id\":125,\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"alias\":\"gigas\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6; margin: 0;\\\"><strong>L\\u00edder del grupo:<\\/strong> Juan Manuel Trujillo Gonz\\u00e1lez<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0037158<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 9 de junio de 2009<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda A<br><strong>Unidad acad\\u00e9mica:<\\/strong> Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<br><strong>Correo de contacto:<\\/strong> <a style=\\\"color: #007bff; text-decoration: none; font-weight: bold; cursor: pointer;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; margin-left: 10px;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 280px; height: auto; border-radius: 8px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/gigas_logo.png\\\" alt=\\\"Logo GIGAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre GIGAS<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo de Investigaci\\u00f3n en <strong>Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS<\\/strong>, reconocido por su excelencia investigativa en el \\u00e1mbito ambiental, tiene como objetivo principal generar conocimiento, metodolog\\u00edas y estrategias para la gesti\\u00f3n sostenible del ambiente, contribuyendo a la soluci\\u00f3n de problem\\u00e1ticas regionales y nacionales.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo GIGAS aporta al fortalecimiento acad\\u00e9mico y cient\\u00edfico de los siguientes programas de posgrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">GIGAS promueve la formaci\\u00f3n investigativa de nuevos talentos a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero Gesti\\u00f3n Ambiental Sostenible -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Semillero de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIGAS_semillero.jpg\\\" alt=\\\"Logo Semillero Gesti\\u00f3n Ambiental Sostenible\\\"><\\/div>\\r\\n<!-- Semillero SIEAS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Estudios Ambientales y Sostenibilidad (SIEAS)<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIEAS_semillero.jpg\\\" alt=\\\"Logo Semillero SIEAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo articula sus l\\u00edneas de trabajo con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial,sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start; flex-wrap: wrap;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Marco Aurelio Torres Mora<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan Manuel Trujillo Gonzalez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Clara In\\u00e9s Caro Caro<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jose Ismael Rojas Pe\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Naisly Tovar Hern\\u00e1ndez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan David Mahecha Pulido<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Francisco Jos\\u00e9 Morales Espitia<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Geraldine Jhafet Huerfano Moreno<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Yirley Angelica Rincon Blanquicet<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Diana Paola Osorio Ramirez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000005296\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:52:37\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-13 16:32:04\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-13 16:31:39\",\"publish_up\":\"2025-06-25 13:52:37\",\"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\":32,\"ordering\":12,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":85,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(672,'com_content.article.10','','2025-11-13 16:35:25',46,8921,'d2f380299135703a97eae577e1441738ad1b8faf','{\"id\":\"10\",\"asset_id\":125,\"title\":\"Grupo de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS\",\"alias\":\"gigas\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6; margin: 0;\\\"><strong>L\\u00edder del grupo:<\\/strong> Juan Manuel Trujillo Gonz\\u00e1lez<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0037158<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 9 de junio de 2009<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda A<br><strong>Unidad acad\\u00e9mica:<\\/strong> Instituto de Ciencias Ambientales de la Orinoqu\\u00eda Colombiana (ICAOC)<br><strong>Correo de contacto:<\\/strong> <a style=\\\"color: #007bff; text-decoration: none; font-weight: bold; cursor: pointer;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/p>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; margin-left: 10px;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 280px; height: auto; border-radius: 8px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/gigas_logo.png\\\" alt=\\\"Logo GIGAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre GIGAS<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo de Investigaci\\u00f3n en <strong>Gesti\\u00f3n Ambiental Sostenible \\u2013 GIGAS<\\/strong>, reconocido por su excelencia investigativa en el \\u00e1mbito ambiental, tiene como objetivo principal generar conocimiento, metodolog\\u00edas y estrategias para la gesti\\u00f3n sostenible del ambiente, contribuyendo a la soluci\\u00f3n de problem\\u00e1ticas regionales y nacionales.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo GIGAS aporta al fortalecimiento acad\\u00e9mico y cient\\u00edfico de los siguientes programas de posgrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">GIGAS promueve la formaci\\u00f3n investigativa de nuevos talentos a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero Gesti\\u00f3n Ambiental Sostenible -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Semillero de Investigaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 200px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIGAS_semillero.jpg\\\" alt=\\\"Logo Semillero Gesti\\u00f3n Ambiental Sostenible\\\"><\\/div>\\r\\n<!-- Semillero SIEAS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: flex-start; margin: 10px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Estudios Ambientales y Sostenibilidad (SIEAS)<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 200px; height: auto; object-fit: contain; border-radius: 15px; margin-left: 5px; display: block;\\\" src=\\\"images\\/logos\\/logos_grupos\\/gigas\\/semilleros\\/SIEAS_semillero.jpg\\\" alt=\\\"Logo Semillero SIEAS\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; text-align: justify;\\\">El grupo articula sus l\\u00edneas de trabajo con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial,sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start; flex-wrap: wrap;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Marco Aurelio Torres Mora<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan Manuel Trujillo Gonzalez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Clara In\\u00e9s Caro Caro<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jose Ismael Rojas Pe\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Naisly Tovar Hern\\u00e1ndez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Juan David Mahecha Pulido<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Francisco Jos\\u00e9 Morales Espitia<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Geraldine Jhafet Huerfano Moreno<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Yirley Angelica Rincon Blanquicet<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Diana Paola Osorio Ramirez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000005296\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:52:37\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-13 16:35:25\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-13 16:32:04\",\"publish_up\":\"2025-06-25 13:52:37\",\"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\":33,\"ordering\":12,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":86,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(673,'com_content.article.11','','2025-11-13 16:37:38',46,9447,'2a807fd741ea612215c862ee6dd831d96a5c6b7b','{\"id\":\"11\",\"asset_id\":126,\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"alias\":\"girehpes\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Jes\\u00fas Manuel V\\u00e1squez Ramos<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0114533<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 11 de marzo de 2016<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correo de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px; font-weight: bold;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 1540px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/girehpes_logo.jpg\\\" alt=\\\"Logo GIREHPES\\\" width=\\\"187\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo <strong>GIREHPES<\\/strong> est\\u00e1 enfocado en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n sostenible de los recursos hidrobiol\\u00f3gicos y pesqueros de la regi\\u00f3n Orinoquia Colombiana, aportando al conocimiento cient\\u00edfico y a la gesti\\u00f3n ambiental de la biodiversidad acu\\u00e1tica.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico de los siguientes programas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Biolog\\u00eda<\\/strong><\\/li>\\r\\n<li><strong>Ingenier\\u00eda Ambiental<\\/strong><\\/li>\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES fomenta la formaci\\u00f3n de j\\u00f3venes investigadores mediante los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero JIACACU -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>JIACACU<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/JIACACU_semillero.jpg\\\" alt=\\\"Logo JIACACU\\\"><\\/div>\\r\\n<!-- Semillero BioHerp -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>BioHerp<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BioHerp_semillero.jpg\\\" alt=\\\"Logo BioHerp\\\"><\\/div>\\r\\n<!-- Semillero BIODES -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Biolog\\u00eda del Desarrollo \\u2013 BIODES<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BIODES_semillero.jpg\\\" alt=\\\"Logo BIODES\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Caracterizaci\\u00f3n y conservaci\\u00f3n de la biodiversidad en la Orinoquia, con \\u00e9nfasis en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n de los recursos hidrobiol\\u00f3gicos.<\\/li>\\r\\n<li>Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el \\u00e1rea de pesquer\\u00edas.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jes\\u00fas Manuel V\\u00e1squez Ramos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Hernando Ramirez Gil<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Anthony Astwood Romero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Rosa Elena Ajiaco Martinez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Carlos Barreto Reyes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Breidy Leandro Rodriguez Uma\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Karen Lineke Alvarez Alvarez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Miguel Angel Cort\\u00e9s Hern\\u00e1ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jesica Juliana Romero Lizcano<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Erwin Andres Navarro G\\u00f3mez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000011558\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:55:22\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-13 16:37:38\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-13 16:37:10\",\"publish_up\":\"2025-06-25 13:55:22\",\"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\":11,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":61,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(674,'com_content.article.11','','2025-11-13 16:39:26',46,9447,'209790fe249b7cd83b4bf6e080a13da5146be125','{\"id\":\"11\",\"asset_id\":126,\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"alias\":\"girehpes\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Jes\\u00fas Manuel V\\u00e1squez Ramos<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0114533<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 11 de marzo de 2016<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correo de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px; font-weight: bold;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 1540px; height: auto; border-radius: 8px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/girehpes_logo.jpg\\\" alt=\\\"Logo GIREHPES\\\" width=\\\"210\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo <strong>GIREHPES<\\/strong> est\\u00e1 enfocado en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n sostenible de los recursos hidrobiol\\u00f3gicos y pesqueros de la regi\\u00f3n Orinoquia Colombiana, aportando al conocimiento cient\\u00edfico y a la gesti\\u00f3n ambiental de la biodiversidad acu\\u00e1tica.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico de los siguientes programas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Biolog\\u00eda<\\/strong><\\/li>\\r\\n<li><strong>Ingenier\\u00eda Ambiental<\\/strong><\\/li>\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES fomenta la formaci\\u00f3n de j\\u00f3venes investigadores mediante los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero JIACACU -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>JIACACU<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/JIACACU_semillero.jpg\\\" alt=\\\"Logo JIACACU\\\"><\\/div>\\r\\n<!-- Semillero BioHerp -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>BioHerp<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BioHerp_semillero.jpg\\\" alt=\\\"Logo BioHerp\\\"><\\/div>\\r\\n<!-- Semillero BIODES -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Biolog\\u00eda del Desarrollo \\u2013 BIODES<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BIODES_semillero.jpg\\\" alt=\\\"Logo BIODES\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Caracterizaci\\u00f3n y conservaci\\u00f3n de la biodiversidad en la Orinoquia, con \\u00e9nfasis en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n de los recursos hidrobiol\\u00f3gicos.<\\/li>\\r\\n<li>Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el \\u00e1rea de pesquer\\u00edas.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jes\\u00fas Manuel V\\u00e1squez Ramos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Hernando Ramirez Gil<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Anthony Astwood Romero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Rosa Elena Ajiaco Martinez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Carlos Barreto Reyes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Breidy Leandro Rodriguez Uma\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Karen Lineke Alvarez Alvarez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Miguel Angel Cort\\u00e9s Hern\\u00e1ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jesica Juliana Romero Lizcano<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Erwin Andres Navarro G\\u00f3mez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000011558\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:55:22\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-13 16:39:26\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-13 16:37:38\",\"publish_up\":\"2025-06-25 13:55:22\",\"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\":11,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":62,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(675,'com_content.article.11','','2025-11-13 16:40:18',46,9448,'dab04de459ee9a00745a24d82691c7400cf96156','{\"id\":\"11\",\"asset_id\":126,\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"alias\":\"girehpes\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Jes\\u00fas Manuel V\\u00e1squez Ramos<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0114533<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 11 de marzo de 2016<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correo de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px; font-weight: bold;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 1540px; height: 200px; border-radius: 8px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/girehpes_logo.jpg\\\" alt=\\\"Logo GIREHPES\\\" width=\\\"237\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre el Grupo<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo <strong>GIREHPES<\\/strong> est\\u00e1 enfocado en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n sostenible de los recursos hidrobiol\\u00f3gicos y pesqueros de la regi\\u00f3n Orinoquia Colombiana, aportando al conocimiento cient\\u00edfico y a la gesti\\u00f3n ambiental de la biodiversidad acu\\u00e1tica.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico de los siguientes programas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Biolog\\u00eda<\\/strong><\\/li>\\r\\n<li><strong>Ingenier\\u00eda Ambiental<\\/strong><\\/li>\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES fomenta la formaci\\u00f3n de j\\u00f3venes investigadores mediante los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero JIACACU -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>JIACACU<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/JIACACU_semillero.jpg\\\" alt=\\\"Logo JIACACU\\\"><\\/div>\\r\\n<!-- Semillero BioHerp -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>BioHerp<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BioHerp_semillero.jpg\\\" alt=\\\"Logo BioHerp\\\"><\\/div>\\r\\n<!-- Semillero BIODES -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Biolog\\u00eda del Desarrollo \\u2013 BIODES<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 100px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BIODES_semillero.jpg\\\" alt=\\\"Logo BIODES\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Caracterizaci\\u00f3n y conservaci\\u00f3n de la biodiversidad en la Orinoquia, con \\u00e9nfasis en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n de los recursos hidrobiol\\u00f3gicos.<\\/li>\\r\\n<li>Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el \\u00e1rea de pesquer\\u00edas.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jes\\u00fas Manuel V\\u00e1squez Ramos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Hernando Ramirez Gil<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Anthony Astwood Romero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Rosa Elena Ajiaco Martinez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Carlos Barreto Reyes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Breidy Leandro Rodriguez Uma\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Karen Lineke Alvarez Alvarez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Miguel Angel Cort\\u00e9s Hern\\u00e1ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jesica Juliana Romero Lizcano<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Erwin Andres Navarro G\\u00f3mez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000011558\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:55:22\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-13 16:40:18\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-13 16:39:26\",\"publish_up\":\"2025-06-25 13:55:22\",\"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\":11,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":63,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(676,'com_content.article.11','','2025-11-27 02:01:37',46,9448,'d205db7fd09b84ff1906020f6156aae2082ad262','{\"id\":\"11\",\"asset_id\":126,\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"alias\":\"girehpes\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Jes\\u00fas Manuel V\\u00e1squez Ramos<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0114533<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 11 de marzo de 2016<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correo de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px; font-weight: bold;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 1540px; height: 200px; border-radius: 8px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/girehpes_logo.jpg\\\" alt=\\\"Logo GIREHPES\\\" width=\\\"237\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre GIREHPES<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo <strong>GIREHPES<\\/strong> est\\u00e1 enfocado en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n sostenible de los recursos hidrobiol\\u00f3gicos y pesqueros de la regi\\u00f3n Orinoquia Colombiana, aportando al conocimiento cient\\u00edfico y a la gesti\\u00f3n ambiental de la biodiversidad acu\\u00e1tica.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico de los siguientes programas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Biolog\\u00eda<\\/strong><\\/li>\\r\\n<li><strong>Ingenier\\u00eda Ambiental<\\/strong><\\/li>\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES fomenta la formaci\\u00f3n de j\\u00f3venes investigadores mediante los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero JIACACU -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>JIACACU<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 180px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/JIACACU_semillero.jpg\\\" alt=\\\"Logo JIACACU\\\"><\\/div>\\r\\n<!-- Semillero BioHerp -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>BioHerp<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 180px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BioHerp_semillero.jpg\\\" alt=\\\"Logo BioHerp\\\"><\\/div>\\r\\n<!-- Semillero BIODES -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Biolog\\u00eda del Desarrollo \\u2013 BIODES<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 180px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BIODES_semillero.jpg\\\" alt=\\\"Logo BIODES\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Caracterizaci\\u00f3n y conservaci\\u00f3n de la biodiversidad en la Orinoquia, con \\u00e9nfasis en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n de los recursos hidrobiol\\u00f3gicos.<\\/li>\\r\\n<li>Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el \\u00e1rea de pesquer\\u00edas.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jes\\u00fas Manuel V\\u00e1squez Ramos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Hernando Ramirez Gil<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Anthony Astwood Romero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Rosa Elena Ajiaco Martinez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Carlos Barreto Reyes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Breidy Leandro Rodriguez Uma\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Karen Lineke Alvarez Alvarez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Miguel Angel Cort\\u00e9s Hern\\u00e1ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jesica Juliana Romero Lizcano<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Erwin Andres Navarro G\\u00f3mez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000011558\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:55:22\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 02:01:37\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-27 02:00:03\",\"publish_up\":\"2025-06-25 13:55:22\",\"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\":11,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":66,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(677,'com_content.article.11','','2025-11-27 02:02:14',46,9448,'9ffe42ce800ff0954653aff9ca8b50d3920b6a6f','{\"id\":\"11\",\"asset_id\":126,\"title\":\"Grupo de investigaci\\u00f3n GIREHPES\",\"alias\":\"girehpes\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> Jes\\u00fas Manuel V\\u00e1squez Ramos<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0114533<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 11 de marzo de 2016<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correo de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px; font-weight: bold;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center;\\\"><img class=\\\"effectck-steve\\\" style=\\\"max-width: 1540px; height: 237px; border-radius: 8px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/girehpes_logo.jpg\\\" alt=\\\"Logo GIREHPES\\\" width=\\\"281\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre GIREHPES<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6; text-align: justify;\\\">El Grupo <strong>GIREHPES<\\/strong> est\\u00e1 enfocado en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n sostenible de los recursos hidrobiol\\u00f3gicos y pesqueros de la regi\\u00f3n Orinoquia Colombiana, aportando al conocimiento cient\\u00edfico y a la gesti\\u00f3n ambiental de la biodiversidad acu\\u00e1tica.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico de los siguientes programas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Biolog\\u00eda<\\/strong><\\/li>\\r\\n<li><strong>Ingenier\\u00eda Ambiental<\\/strong><\\/li>\\r\\n<li><strong>Especializaci\\u00f3n en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<li><strong>Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo GIREHPES fomenta la formaci\\u00f3n de j\\u00f3venes investigadores mediante los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero JIACACU -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>JIACACU<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 180px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/JIACACU_semillero.jpg\\\" alt=\\\"Logo JIACACU\\\"><\\/div>\\r\\n<!-- Semillero BioHerp -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>BioHerp<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 180px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BioHerp_semillero.jpg\\\" alt=\\\"Logo BioHerp\\\"><\\/div>\\r\\n<!-- Semillero BIODES -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0; flex-wrap: wrap;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Biolog\\u00eda del Desarrollo \\u2013 BIODES<\\/strong><\\/p>\\r\\n<img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 180px; height: auto; object-fit: contain; border-radius: 20px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/girehpes\\/semilleros\\/BIODES_semillero.jpg\\\" alt=\\\"Logo BIODES\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Caracterizaci\\u00f3n y conservaci\\u00f3n de la biodiversidad en la Orinoquia, con \\u00e9nfasis en la evaluaci\\u00f3n, manejo y conservaci\\u00f3n de los recursos hidrobiol\\u00f3gicos.<\\/li>\\r\\n<li>Uso sostenible de la biodiversidad de la Orinoquia, especialmente en el \\u00e1rea de pesquer\\u00edas.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jes\\u00fas Manuel V\\u00e1squez Ramos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Hernando Ramirez Gil<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Anthony Astwood Romero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Rosa Elena Ajiaco Martinez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Carlos Barreto Reyes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Breidy Leandro Rodriguez Uma\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Karen Lineke Alvarez Alvarez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Miguel Angel Cort\\u00e9s Hern\\u00e1ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jesica Juliana Romero Lizcano<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Erwin Andres Navarro G\\u00f3mez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000011558\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Acceso al GrupLAC<\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:55:22\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 02:02:14\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-27 02:02:03\",\"publish_up\":\"2025-06-25 13:55:22\",\"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\":11,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":67,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(678,'com_content.article.12','','2025-11-27 02:05:26',46,8856,'64fc751594aa6700536874332520b841d68916c3','{\"id\":\"12\",\"asset_id\":127,\"title\":\"Grupo de Investigaci\\u00f3n Biorinoquia\",\"alias\":\"biorinoquia\",\"introtext\":\"<!-- Informaci\\u00f3n General -->\\r\\n<div style=\\\"background: #ffffff; border-left: 6px solid #28a745; padding: 25px; border-radius: 12px; margin: 30px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;\\\"><!-- Texto -->\\r\\n<div style=\\\"flex: 1; min-width: 250px;\\\">\\r\\n<h2 style=\\\"font-size: 28px; color: #28a745; margin-bottom: 15px; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px;\\\">Informaci\\u00f3n General<\\/h2>\\r\\n<p style=\\\"font-size: 17px; color: #2c3e50; line-height: 1.6;\\\"><strong>L\\u00edder del grupo:<\\/strong> M\\u00f3nica Medina Merch\\u00e1n<br><strong>C\\u00f3digo Minciencias:<\\/strong> COL0058505<br><strong>Fecha de institucionalizaci\\u00f3n:<\\/strong> 25 de octubre de 2008<br><strong>\\u00daltima categor\\u00eda Minciencias:<\\/strong> Categor\\u00eda C<br><strong>Unidad acad\\u00e9mica:<\\/strong> Departamento de Biolog\\u00eda y Qu\\u00edmica<br><strong>Correos de contacto:<\\/strong><\\/p>\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 10px 0;\\\">\\r\\n<li style=\\\"margin-bottom: 8px;\\\"><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li><a style=\\\"color: #007bff; text-decoration: none; font-size: 16px;\\\" href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Imagen -->\\r\\n<div style=\\\"flex-shrink: 0; text-align: center; max-width: 100%;\\\"><img class=\\\"effectck-steve\\\" style=\\\"width: 100%; max-width: 380px; height: auto; border-radius: 12px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/biorinoquia_logo.jpg\\\" alt=\\\"Logo Biorinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- Sobre el Grupo -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #17a2b8;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #17a2b8; margin-bottom: 10px;\\\">Sobre Biorinoquia<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333; line-height: 1.6;\\\">El Grupo de Investigaci\\u00f3n <strong>Biorinoquia<\\/strong> se enfoca en el estudio de la biodiversidad y los recursos biol\\u00f3gicos de la Orinoquia Colombiana. Su labor cient\\u00edfica busca aportar al conocimiento, conservaci\\u00f3n y uso sostenible de los ecosistemas de la regi\\u00f3n, articulando ciencia b\\u00e1sica, aplicada y biotecnolog\\u00eda.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Programas Acad\\u00e9micos Vinculados -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #ffc107; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #ffc107; margin-bottom: 10px;\\\">Programas Acad\\u00e9micos Vinculados<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo Biorinoquia contribuye al desarrollo acad\\u00e9mico y cient\\u00edfico del siguiente programa de pregrado:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li><strong>Programa de Biolog\\u00eda<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Semilleros -->\\r\\n<div style=\\\"background: #f8f9fa; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #6f42c1;\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #6f42c1; margin-bottom: 10px;\\\">Semilleros de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">Biorinoquia promueve la formaci\\u00f3n de j\\u00f3venes investigadores a trav\\u00e9s de los siguientes semilleros:<\\/p>\\r\\n<!-- Semillero ENTOMOS -->\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\">\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Insectos y otros artr\\u00f3podos para la Orinoquia Colombiana \\u2013 ENTOMOS<\\/strong><\\/p>\\r\\n<img style=\\\"width: 180px; height: 180px; object-fit: cover; margin-left: 12px; border-radius: 150px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/ENTOMOS_semillero.jpg\\\" alt=\\\"Logo ENTOMOS\\\"><\\/div>\\r\\n<div style=\\\"display: flex; align-items: center; justify-content: space-between; margin: 15px 0;\\\"><!-- Semillero Flora -->\\r\\n<p style=\\\"font-size: 16px; color: #444; margin: 0; flex: 1;\\\"><strong>Flora de la Orinoquia<\\/strong><\\/p>\\r\\n<img style=\\\"width: 180px; height: 180px; object-fit: contain; margin-left: 12px; border-radius: 150px;\\\" src=\\\"images\\/logos\\/logos_grupos\\/biorinoquia\\/semilleros\\/Flora_semillero.jpg\\\" alt=\\\"Logo Flora Orinoquia\\\"><\\/div>\\r\\n<\\/div>\\r\\n<!-- \\u00c1reas -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 12px; margin: 25px 0; border-left: 6px solid #dc3545; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\\\">\\r\\n<h2 style=\\\"font-size: 26px; color: #dc3545; margin-bottom: 10px;\\\">\\u00c1reas de Investigaci\\u00f3n<\\/h2>\\r\\n<p style=\\\"font-size: 16px; color: #333;\\\">El grupo se articula con las siguientes \\u00e1reas estrat\\u00e9gicas del Sistema Nacional de Ciencia, Tecnolog\\u00eda e Innovaci\\u00f3n:<\\/p>\\r\\n<ul style=\\\"padding-left: 20px; margin: 10px 0; color: #444;\\\">\\r\\n<li>Ciencia, tecnolog\\u00eda e innovaci\\u00f3n en ambiente, biodiversidad y h\\u00e1bitat<\\/li>\\r\\n<li>Biotecnolog\\u00eda<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n de Integrantes -->\\r\\n<div style=\\\"background: #ffffff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 30px 0; font-family: Arial, sans-serif;\\\">\\r\\n<h2 style=\\\"text-align: center; color: #2c3e50; margin-bottom: 25px;\\\">Integrantes<\\/h2>\\r\\n<div style=\\\"display: flex; gap: 30px; justify-content: center; align-items: flex-start;\\\"><!-- Primera columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Elizabeth Aya Baquero<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Johanna Isabel Murillo Pacheco<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Laura Isabel Mesa Castellanos<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luis Antonio Gonz\\u00e1lez Monta\\u00f1a<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Stella Su\\u00e1rez<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Segunda columna -->\\r\\n<div style=\\\"flex: 1; max-width: 400px;\\\">\\r\\n<ul style=\\\"list-style: none; padding: 0; margin: 0; line-height: 1.8; font-size: 16px; color: #34495e;\\\">\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Gloria Victoria Castro Rojas<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Jorge Pach\\u00f3n Garc\\u00eda<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Lida Carolina Lesmes Rodr\\u00edguez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">Luz Mila Qui\\u00f1ones M\\u00e9ndez<\\/li>\\r\\n<li style=\\\"padding: 8px; border-bottom: 1px solid #ecf0f1;\\\">M\\u00f3nica Medina Merch\\u00e1n<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<p><a class=\\\"button button-bevel\\\" href=\\\"https:\\/\\/scienti.minciencias.gov.co\\/gruplac\\/jsp\\/visualiza\\/visualizagr.jsp?nro=00000000003963\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"> Acceso al GrupLAC <\\/a><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":12,\"created\":\"2025-06-25 13:56:59\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 02:05:26\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-27 02:02:33\",\"publish_up\":\"2025-06-25 13:56:59\",\"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\":41,\"ordering\":10,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":66,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(679,'com_content.article.21','','2025-11-27 02:57:56',46,28432,'d3ff4f0258364e44f1c192894f8e82954b73a887','{\"id\":\"21\",\"asset_id\":136,\"title\":\"Consultor\\u00edas Ambientales \",\"alias\":\"consultorias-ambientales\",\"introtext\":\"<!-- Cat\\u00e1logo de Servicios \\u2013 Instituto de Ciencias Ambientales de la Orinoquia Colombiana -->\\r\\n<div style=\\\"font-family: \'Segoe UI\', Roboto, Arial, sans-serif; color: #1f2937; line-height: 1.55; background: linear-gradient(180deg,#f7fafc 0%, #eef2f7 100%); padding: 28px; border-radius: 18px; box-shadow: 0 8px 30px rgba(0,0,0,.08); max-width: 1100px; margin: 0 auto; box-sizing: border-box; overflow: hidden;\\\"><!-- Encabezado -->\\r\\n<div style=\\\"background: #ffffff; border-radius: 18px; padding: 28px; box-shadow: 0 8px 24px rgba(16,24,40,.06); border: 1px solid #e5e7eb; box-sizing: border-box; overflow: hidden;\\\">\\r\\n<h1 style=\\\"margin: 0 0 6px; font-size: clamp(26px, 3vw, 38px); color: #064e3b; letter-spacing: .2px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cat\\u00e1logo de Servicios<\\/h1>\\r\\n<p style=\\\"margin: 0; font-size: clamp(14px, 2vw, 16px); color: #475569; word-wrap: break-word; overflow-wrap: break-word;\\\">Instituto de Ciencias Ambientales de la Orinoquia Colombiana<\\/p>\\r\\n<!-- Navegaci\\u00f3n interna -->\\r\\n<div style=\\\"display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px;\\\"><a style=\\\"text-decoration: none; background: #ecfdf5; color: #065f46; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #a7f3d0;\\\" href=\\\"#consultoria\\\">Consultor\\u00eda<\\/a> <a style=\\\"text-decoration: none; background: #eff6ff; color: #1e40af; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bfdbfe;\\\" href=\\\"#gestion-territorio\\\">Gesti\\u00f3n ambiental y del territorio<\\/a> <a style=\\\"text-decoration: none; background: #fefce8; color: #92400e; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fde68a;\\\" href=\\\"#recursos-naturales\\\">Recursos Naturales<\\/a> <a style=\\\"text-decoration: none; background: #fff7ed; color: #9a3412; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fed7aa;\\\" href=\\\"#sig\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica<\\/a> <a style=\\\"text-decoration: none; background: #eef2ff; color: #3730a3; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #c7d2fe;\\\" href=\\\"#divulgacion\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/a> <a style=\\\"text-decoration: none; background: #f0fdf4; color: #166534; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #bbf7d0;\\\" href=\\\"#laboratorio\\\">Laboratorio y An\\u00e1lisis<\\/a> <a style=\\\"text-decoration: none; background: #fdf2f8; color: #9d174d; padding: 8px 12px; border-radius: 999px; font-size: 14px; border: 1px solid #fbcfe8;\\\" href=\\\"#educacion\\\">Educaci\\u00f3n (formal y no formal)<\\/a><\\/div>\\r\\n<\\/div>\\r\\n<!-- Secci\\u00f3n: Consultor\\u00eda Ambiental -->\\r\\n<section id=\\\"consultoria\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#ecfdf5, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #065f46; word-wrap: break-word; overflow-wrap: break-word;\\\">Consultor\\u00eda Ambiental<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Asesor\\u00eda estrat\\u00e9gica, t\\u00e9cnica y cient\\u00edfica para decisiones informadas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px;\\\"><!-- Item -->\\r\\n<div style=\\\"grid-column: span 6; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Valoraci\\u00f3n de Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #2f4f4f; font-size: 14px;\\\">Cuantificaci\\u00f3n y valoraci\\u00f3n de beneficios ecosist\\u00e9micos de la Orinoqu\\u00eda.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en Pol\\u00edticas P\\u00fablicas Ambientales<\\/div>\\r\\n<div style=\\\"color: #2f4f4f; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de pol\\u00edticas para la sostenibilidad regional.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Soporte T\\u00e9cnico para la Toma de Decisiones<\\/div>\\r\\n<div style=\\\"color: #2f4f4f; font-size: 14px;\\\">Informaci\\u00f3n cient\\u00edfica y an\\u00e1lisis para gobiernos, empresas y comunidades.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Proyectos de Investigaci\\u00f3n y Ambientales<\\/div>\\r\\n<div style=\\\"color: #2f4f4f; font-size: 14px;\\\">Formulaci\\u00f3n y ejecuci\\u00f3n integral de proyectos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #e8f7ef; border: 1px solid #9de5c2; border-radius: 14px; padding: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #036c45; margin-bottom: 8px; font-size: clamp(16px,2vw,20px);\\\">Asesor\\u00eda en proyectos ambientales<\\/div>\\r\\n<div style=\\\"color: #2f4f4f; font-size: 14px;\\\">Acompa\\u00f1amiento t\\u00e9cnico desde la idea hasta el cierre.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n ambiental y del territorio -->\\r\\n<section id=\\\"gestion-territorio\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eff6ff, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #1e40af; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n ambiental y del territorio<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Planificaci\\u00f3n, diagn\\u00f3stico y monitoreo para la ordenaci\\u00f3n sostenible.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Planes de Ordenamiento Territorial<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Orden departamental y municipal.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Estudios de Suelos con \\u00e9nfasis en Agricultura<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades, aptitud y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Cobertura y Uso del Suelo<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n y cambios de uso.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Huella H\\u00eddrica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n del agua azul, verde y gris.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Estudios Hidrobiol\\u00f3gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diversidad e \\u00edndices de calidad.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Indicadores Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Huella h\\u00eddrica, huella de carbono e integridad biol\\u00f3gica.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">An\\u00e1lisis Socioecon\\u00f3mico del Territorio<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estructura productiva y bienestar.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Calidad de Cuerpos de Agua<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Monitoreo f\\u00edsico-qu\\u00edmico y biol\\u00f3gico.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Estudios Integrales de Cuencas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Diagn\\u00f3stico, modelaci\\u00f3n y manejo.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Impactos del Cambio Clim\\u00e1tico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Riesgos, vulnerabilidad y adaptaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Planes de Manejo Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Acompa\\u00f1amiento en la ejecuci\\u00f3n y seguimiento.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Recursos H\\u00eddricos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Uso y aprovechamiento sostenible de aguas superficiales y subterr\\u00e1neas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e3a8a; margin-bottom: 8px;\\\">Programas y Estrategias Ambientales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o e implementaci\\u00f3n territorial.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Diagn\\u00f3stico Socioambiental y Socioecon\\u00f3mico<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Comunidades locales y rurales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #f0f7ff; border: 1px solid #93c5fd; border-radius: 14px; padding: 14px;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #1e40af; margin-bottom: 8px;\\\">Gesti\\u00f3n Social<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Dise\\u00f1o y formulaci\\u00f3n de planes de gesti\\u00f3n social.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Gesti\\u00f3n de los Recursos Naturales -->\\r\\n<section id=\\\"recursos-naturales\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fefce8,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #92400e; word-wrap: break-word; overflow-wrap: break-word;\\\">Gesti\\u00f3n de los Recursos Naturales<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Evaluaci\\u00f3n y monitoreo de biodiversidad y ecosistemas.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Biodiversidad y Ecosistemas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Caracterizaci\\u00f3n, identificaci\\u00f3n y evaluaci\\u00f3n de recursos naturales.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Ecosistemas Estrat\\u00e9gicos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Morichales, sabanas, humedales y bosques secos.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Estructura y Composici\\u00f3n Vegetal<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudios a nivel de ecosistema.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">An\\u00e1lisis de Coberturas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Cartograf\\u00eda y m\\u00e9tricas de cambio.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Servicios Ecosist\\u00e9micos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Evaluaci\\u00f3n y priorizaci\\u00f3n de beneficios.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 14px; padding: 14px; box-sizing: border-box; min-width: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #92400e; margin-bottom: 8px;\\\">Comunidades Hidrobiol\\u00f3gicas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Muestreo y monitoreo para EIA.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: SIG -->\\r\\n<section id=\\\"sig\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #fef3c7; background: linear-gradient(90deg,#fff7ed,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #9a3412; word-wrap: break-word; overflow-wrap: break-word;\\\">Sistemas de Informaci\\u00f3n Geogr\\u00e1fica (SIG)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Cartograf\\u00eda, an\\u00e1lisis espacial y comunicaci\\u00f3n visual.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\\\">Cartograf\\u00eda B\\u00e1sica y Tem\\u00e1tica<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Generaci\\u00f3n y actualizaci\\u00f3n de mapas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 14px; padding: 14px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #c2410c; margin-bottom: 8px;\\\">Dise\\u00f1os Cartogr\\u00e1ficos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Productos impresos y digitales listos para publicaci\\u00f3n.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Divulgaci\\u00f3n Cient\\u00edfica -->\\r\\n<section id=\\\"divulgacion\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#eef2ff,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #3730a3; word-wrap: break-word; overflow-wrap: break-word;\\\">Divulgaci\\u00f3n Cient\\u00edfica<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Comunicaci\\u00f3n p\\u00fablica de la ciencia y apropiaci\\u00f3n social.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f5f3ff; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\\\">Eventos, Publicaciones y Materiales<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Producci\\u00f3n bibliogr\\u00e1fica y divulgativa.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f5f3ff; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\\\">Apropiaci\\u00f3n Social y Educaci\\u00f3n Ambiental<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Procesos participativos y formaci\\u00f3n ciudadana.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #f5f3ff; border: 1px solid #c4b5fd; border-radius: 14px; padding: 14px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #4c1d95; margin-bottom: 8px;\\\">Fomento a Vocaciones Cient\\u00edficas<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Estudiantes y j\\u00f3venes investigadores.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Laboratorio -->\\r\\n<section id=\\\"laboratorio\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; width: 100%; max-width: 1100px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#f0fdf4,#ffffff); box-sizing: border-box;\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px,2.2vw,26px); color: #166534; word-wrap: break-word; overflow-wrap: break-word;\\\">Servicios de Laboratorio y An\\u00e1lisis<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-wrap: break-word; overflow-wrap: break-word;\\\">Ensayos acreditables y soporte a la calidad.<\\/p>\\r\\n<\\/div>\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; width: 100%; box-sizing: border-box;\\\">\\r\\n<div style=\\\"grid-column: span 6; background: #f7fee7; border: 1px solid #bbf7d0; border-radius: 14px; padding: 14px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3f6212; margin-bottom: 8px;\\\">Calidad de Aguas (Centro de Calidad de Aguas)<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Pruebas f\\u00edsico-qu\\u00edmicas y microbiol\\u00f3gicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 6; background: #f7fee7; border: 1px solid #bbf7d0; border-radius: 14px; padding: 14px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3f6212; margin-bottom: 8px;\\\">An\\u00e1lisis de Suelos<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Propiedades f\\u00edsicas y qu\\u00edmicas.<\\/div>\\r\\n<\\/div>\\r\\n<div style=\\\"grid-column: span 12; background: #f7fee7; border: 1px solid #bbf7d0; border-radius: 14px; padding: 14px; box-sizing: border-box;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #3f6212; margin-bottom: 8px;\\\">ISO\\/IEC 17025<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Asesor\\u00eda y acompa\\u00f1amiento para certificaci\\u00f3n de laboratorios.<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Secci\\u00f3n: Educaci\\u00f3n -->\\r\\n<section id=\\\"educacion\\\" style=\\\"margin: 26px auto 0 auto; background: #ffffff; border-radius: 18px; border: 1px solid #e5e7eb; box-shadow: 0 8px 24px rgba(16,24,40,.06); overflow: hidden; box-sizing: border-box; max-width: 1100px; width: 100%;\\\">\\r\\n<div style=\\\"padding: 20px 22px; border-bottom: 1px solid #eef2f7; background: linear-gradient(90deg,#fdf2f8, #ffffff);\\\">\\r\\n<h2 style=\\\"margin: 0; font-size: clamp(20px, 2.2vw, 26px); color: #9d174d; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Programa de Educaci\\u00f3n (formal y no formal)<\\/h2>\\r\\n<p style=\\\"margin: 6px 0 0; color: #475569; font-size: 14px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Posgrados y formaci\\u00f3n continua para diversos p\\u00fablicos.<\\/p>\\r\\n<\\/div>\\r\\n<!-- Contenido -->\\r\\n<div style=\\\"padding: 20px; display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Formaci\\u00f3n Continua -->\\r\\n<div style=\\\"background: #fdf2f80; border: 1px solid #fed7aa; border-radius: 14px; padding: 16px; box-sizing: border-box; width: 100%; overflow: hidden; max-width: 100%;\\\">\\r\\n<div style=\\\"font-weight: bold; color: #7c2d12; margin-bottom: 6px; word-break: break-word; overflow-wrap: break-word; white-space: normal; max-width: 100%;\\\">Diplomados, Cursos, Talleres y Capacitaciones<\\/div>\\r\\n<!-- Contenedor de Cards -->\\r\\n<div style=\\\"display: grid; grid-template-columns: 1fr; gap: 14px; box-sizing: border-box; width: 100%; max-width: 100%;\\\"><!-- Gesti\\u00f3n y normativa -->\\r\\n<div style=\\\"background: #fdf2f8; border: 1px solid #fbcfe8; border-radius: 12px; padding: 14px; box-sizing: border-box; width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9d174d; margin-bottom: 6px;\\\">Gesti\\u00f3n y normativa<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #7a1a34; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Legislaci\\u00f3n Ambiental<\\/li>\\r\\n<li>Gesti\\u00f3n Ambiental local<\\/li>\\r\\n<li>Liderazgo en participaci\\u00f3n y convivencia<\\/li>\\r\\n<li>Participaci\\u00f3n social y gobernanza<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Recursos h\\u00eddricos -->\\r\\n<div style=\\\"background: #fdf2f8; border: 1px solid #fbcfe8; border-radius: 12px; padding: 14px; box-sizing: border-box; width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9d174d; margin-bottom: 6px;\\\">Recursos h\\u00eddricos<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #7a1a34; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Recurso h\\u00eddrico<\\/li>\\r\\n<li>Monitoreo de Calidad de Agua<\\/li>\\r\\n<li>Monitoreo de comunidades hidrobiol\\u00f3gicas (Peces, Macroinvertebrados, Perifiton, Fitoplancton, Zooplancton, Macr\\u00f3fitas)<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Econom\\u00eda circular -->\\r\\n<div style=\\\"background: #fdf2f8; border: 1px solid #fbcfe8; border-radius: 12px; padding: 14px; box-sizing: border-box; width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9d174d; margin-bottom: 6px;\\\">Econom\\u00eda circular<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #7a1a34; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Vermicompost<\\/li>\\r\\n<li>Compost<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<!-- Formaci\\u00f3n para NNA -->\\r\\n<div style=\\\"background: #fdf2f8; border: 1px solid #fbcfe8; border-radius: 12px; padding: 14px; box-sizing: border-box; width: 100%;\\\">\\r\\n<div style=\\\"font-weight: 600; color: #9d174d; margin-bottom: 6px;\\\">Formaci\\u00f3n para NNA<\\/div>\\r\\n<ul style=\\\"margin: 0; padding-left: 18px; color: #7a1a34; font-size: 14px; line-height: 1.45;\\\">\\r\\n<li>Formaci\\u00f3n ambiental en ni\\u00f1os, ni\\u00f1as y adolescentes<\\/li>\\r\\n<\\/ul>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/section>\\r\\n<!-- Pie \\/ Llamado a la acci\\u00f3n -->\\r\\n<div style=\\\"margin-top: 26px; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;\\\">\\r\\n<div>\\r\\n<div style=\\\"font-weight: bold; color: #064e3b; font-size: 18px;\\\">\\u00bfNecesitas un servicio a la medida?<\\/div>\\r\\n<div style=\\\"color: #475569; font-size: 14px;\\\">Escr\\u00edbenos con el nombre del servicio y el alcance requerido.<\\/div>\\r\\n<\\/div>\\r\\n<a style=\\\"text-decoration: none; background: #065f46; color: #ffffff; padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: 14px; box-shadow: 0 6px 16px rgba(6,95,70,.25); border: 1px solid #064e3b;\\\" href=\\\"index.php\\/productos-y-servicios\\/centro-de-calidad-de-agua-cca\\/solicitud-de-cotizaciones\\\"> Explorar servicios <\\/a><\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":14,\"created\":\"2025-06-25 19:43:34\",\"created_by\":\"44\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 02:57:56\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-27 02:43:55\",\"publish_up\":\"2025-06-25 19:43:34\",\"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\":51,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":90,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(680,'com_content.article.25','','2025-11-27 03:10:23',46,15419,'909f92c23e5667b4e27983870a644bdc4ff61e1a','{\"id\":\"25\",\"asset_id\":156,\"title\":\"Eventos \",\"alias\":\"eventos\",\"introtext\":\"<h1>Jornada de Ciencias Ambientales\\u00a0<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2>5a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\">Innovaci\\u00f3n para la sostenibilidad<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: #ffffff; border-color: #ffffff;\\\" border=\\\"1\\\"><colgroup> <col style=\\\"width: 35%;\\\"> <col style=\\\"width: 65%;\\\"> <\\/colgroup>\\r\\n<tbody>\\r\\n<tr><!-- Imagen principal -->\\r\\n<td style=\\\"vertical-align: top; border-color: #ffffff;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; max-width: 100%; height: auto;\\\" src=\\\"images\\/Eventos\\/VJCA2025.jpg\\\" alt=\\\"V Jornada de Ciencias Ambientales - Innovaci\\u00f3n para la sostenibilidad\\\" width=\\\"360\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/VJCA2025.jpg\\\"><\\/td>\\r\\n<!-- Texto descriptivo -->\\r\\n<td style=\\\"border-color: #ffffff; vertical-align: top;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">La quinta edici\\u00f3n de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevar\\u00e1 a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Este evento bianual busca promover el di\\u00e1logo y la construcci\\u00f3n colectiva, integrando ciencia, tecnolog\\u00eda y gesti\\u00f3n ambiental para enfrentar los desaf\\u00edos socioambientales de la regi\\u00f3n y del pa\\u00eds. La participaci\\u00f3n es libre y gratuita, y se desarrollar\\u00e1 bajo dos modalidades: ponencia oral y presentaci\\u00f3n tipo p\\u00f3ster.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las contribuciones aceptadas se publicar\\u00e1n en las Memorias Digitales con ISSN de la jornada, contribuyendo a la divulgaci\\u00f3n cient\\u00edfica y la apropiaci\\u00f3n social del conocimiento ambiental.<\\/p>\\r\\n<h4 style=\\\"padding-left: 40px; color: #2563eb;\\\">Ejes tem\\u00e1ticos<\\/h4>\\r\\n<ul style=\\\"margin: 0; padding-left: 60px; color: #334155; font-size: 14px; line-height: 1.5;\\\">\\r\\n<li>Tecnolog\\u00edas emergentes y modelos productivos sostenibles. Este eje explora c\\u00f3mo la transformaci\\u00f3n digital y el uso de tecnolog\\u00edas como la inteligencia artificial, sensores remotos y big data impulsan la creaci\\u00f3n de soluciones innovadoras, fortalecen la toma de decisiones ambientales y fomentan la transici\\u00f3n hacia energ\\u00edas renovables, la econom\\u00eda circular y la bioeconom\\u00eda.<\\/li>\\r\\n<li style=\\\"margin-top: 8px;\\\">Biodiversidad, cambio clim\\u00e1tico y territorio. Este eje aborda estrategias de gesti\\u00f3n del agua, conservaci\\u00f3n del suelo y planificaci\\u00f3n territorial adaptativa, destacando las soluciones basadas en la naturaleza, la eficiencia en el uso de recursos y la integraci\\u00f3n de herramientas de an\\u00e1lisis territorial para enfrentar los retos del cambio clim\\u00e1tico.<\\/li>\\r\\n<li style=\\\"margin-top: 8px;\\\">Gobernanza y educaci\\u00f3n. Este eje enfatiza los pilares sociales e institucionales de la sostenibilidad, resaltando la educaci\\u00f3n ambiental, la participaci\\u00f3n ciudadana y la justicia clim\\u00e1tica. Promueve pol\\u00edticas p\\u00fablicas efectivas, fortalecimiento de capacidades en gobernanza ambiental y metodolog\\u00edas educativas innovadoras orientadas a la transformaci\\u00f3n cultural y ecol\\u00f3gica.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<!-- Separador visual -->\\r\\n<div style=\\\"height: 20px;\\\">\\u00a0<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 527.594px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.081%;\\\"><col style=\\\"width: 64.919%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 516.797px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px; vertical-align: top;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin-top: auto; margin-bottom: auto;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"352\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 4ta Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px;\\\">\\r\\n<p style=\\\"text-align: justify;\\\">En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: justify;\\\">Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de g<span style=\\\"font-size: 1rem;\\\">esti\\u00f3n territorial y gesti\\u00f3n del riesgo, t<\\/span><span style=\\\"font-size: 1rem;\\\">ransici\\u00f3n energ\\u00e9tica, S<\\/span><span style=\\\"font-size: 1rem;\\\">istemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, <\\/span><span style=\\\"font-size: 1rem;\\\">Pol\\u00edtica y gobernanza ambiental, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del recurso suelo, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n territorial, <\\/span><span style=\\\"font-size: 1rem;\\\">Educaci\\u00f3n Ambiental<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 10.7969px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); vertical-align: top; height: 10.7969px;\\\" colspan=\\\"2\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>{loadmoduleid 123}<\\/h2>\\r\\n<h2>3a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoqu\\u00eda Colombiana<\\/em>\\u00a0<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 97.9048%; height: 589px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.4471%;\\\"><col style=\\\"width: 64.5529%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 353.969px;\\\">\\r\\n<td style=\\\"height: 589px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\\\" width=\\\"358\\\" height=\\\"592\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 3ra Jornada de Ciencias Ambientales 1.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 353.969px; border-color: rgb(255, 255, 255);\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta ocasi\\u00f3n la tercera Jornada de Ciencias Ambientales se realiz\\u00f3 en Modalidad Virtual debido a las precauciones\\u00a0 tomadas ante el COVID-19. Para est\\u00e1 edici\\u00f3n se presentaron 46 ponencias orales, de representantes de la Universidad de los\\u00a0 Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas Garc\\u00eda (Polic\\u00eda Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nari\\u00f1o y la Instituci\\u00f3n Educativa Luis Carlos Gal\\u00e1n Sarmiento (Puerto Gait\\u00e1n).<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las tem\\u00e1ticas abordadas durante la jornada fueron: educaci\\u00f3n ambiental, estrategias de adaptaci\\u00f3n y mitigaci\\u00f3n al cambio clim\\u00e1tico, gesti\\u00f3n de cuencas hidrogr\\u00e1ficas, gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos, gesti\\u00f3n del recurso suelo, gesti\\u00f3n territorial, pol\\u00edtica y gobernanza ambiental y sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia.\\u00a0<\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\">Se resalta la participaci\\u00f3n sincr\\u00f3nica de 74 asistentes durante el horario de presentaciones de la jornada virtual.<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 235.031px;\\\">\\r\\n<td style=\\\"height: 235.031px; border-color: rgb(255, 255, 255);\\\"><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Eventos\\/Imagen%203Ra%20JCA_Banner%20Para%20pagina.png\\\" width=\\\"615\\\" height=\\\"136\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Imagen 3Ra JCA_Banner Para pagina.png\\\"><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>2a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 98.4762%; height: 547.344px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 42.1289%;\\\"><col style=\\\"width: 57.9128%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 339.156px;\\\">\\r\\n<td style=\\\"height: 547.344px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/2da%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"360\\\" height=\\\"540\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/2da Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 339.156px; text-align: justify; padding-left: 40px; vertical-align: top; border-color: rgb(255, 255, 255);\\\">\\r\\n<p>En esta segunda edici\\u00f3n de la Jornada de Ciencias Ambientales, cont\\u00f3 con la participaci\\u00f3n de 249 asistentes\\u00a0 y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad p\\u00f3ster. En esta jornada se destaca la presentaci\\u00f3n de trabajos en las tem\\u00e1ticas de educaci\\u00f3n ambiental, contaminaci\\u00f3n ambiental y gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos\\u00a0 y la participaci\\u00f3n de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nari\\u00f1o, Universidad Nacional,<span style=\\\"mso-spacerun: yes;\\\">\\u00a0 <\\/span><span style=\\\"font-size: 1rem;\\\">Pontificia Universidad Javeriana, Corporaci\\u00f3n Universitaria Minuto de Dios, Instituci\\u00f3n Educativa Rural Vanguardia y la Instituci\\u00f3n Educativa Colegio San Francisco de As\\u00eds.<\\/span>\\u00a0<\\/p>\\r\\n<p>{loadmoduleid 133}<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 208.188px;\\\">\\r\\n<td style=\\\"height: 208.188px; border-color: rgb(255, 255, 255);\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>1ra Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: left; line-height: 1;\\\"><em>Iniciativas Ambientales en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 607.766px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 33.2802%;\\\"><col style=\\\"width: 66.7528%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 260.297px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 582.844px;\\\" rowspan=\\\"2\\\">\\r\\n<h3><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/WhatsApp%20Image%202025-02-27%20at%2010.38.58%20AM.jpeg\\\" width=\\\"351\\\" height=\\\"510\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/WhatsApp Image 2025-02-27 at 10.38.58 AM.jpeg\\\"><\\/h3>\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 260.297px;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana \\u2013 ICAOC, con su primera Jornada de Ciencias Ambientales, comparti\\u00f3 con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta Jornada cont\\u00f3 con la presentaci\\u00f3n de 89 trabajos en modalidad oral y p\\u00f3ster, enmarcardos en los diferentes ejes tem\\u00e1ticos,\\u00a0 contando con una amplia participaci\\u00f3n en las \\u00e1reas de contaminaci\\u00f3n ambiental, gesti\\u00f3n de la Biodiversidad y servicios ecosist\\u00e9micos.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta primera jornada contamos con la participaci\\u00f3n de investigadores de la Universidad de los Llanos<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 322.547px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 322.547px; text-align: center; vertical-align: top;\\\">\\r\\n<h3><em>{loadmoduleid 132}<\\/em><\\/h3>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":17,\"created\":\"2025-07-23 17:30:49\",\"created_by\":\"46\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 03:10:23\",\"modified_by\":46,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2025-07-23 17:30:49\",\"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\":102,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":174,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(681,'com_content.article.25','','2025-11-27 03:11:56',46,14331,'399c0800c9fa0aad503f90ede95b8f540b997290','{\"id\":\"25\",\"asset_id\":156,\"title\":\"Eventos \",\"alias\":\"eventos\",\"introtext\":\"<h1>Jornada de Ciencias Ambientales\\u00a0<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2>5a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\">Innovaci\\u00f3n para la sostenibilidad<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: #ffffff; border-color: #ffffff;\\\" border=\\\"1\\\"><colgroup> <col style=\\\"width: 35%;\\\"> <col style=\\\"width: 65%;\\\"> <\\/colgroup>\\r\\n<tbody>\\r\\n<tr><!-- Imagen principal -->\\r\\n<td style=\\\"vertical-align: top; border-color: #ffffff;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; max-width: 100%; height: auto;\\\" src=\\\"images\\/Eventos\\/VJCA2025.jpg\\\" alt=\\\"V Jornada de Ciencias Ambientales - Innovaci\\u00f3n para la sostenibilidad\\\" width=\\\"360\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/VJCA2025.jpg\\\"><\\/td>\\r\\n<!-- Texto descriptivo -->\\r\\n<td style=\\\"border-color: #ffffff; vertical-align: top;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">La quinta edici\\u00f3n de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevar\\u00e1 a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Este evento bianual busca promover el di\\u00e1logo y la construcci\\u00f3n colectiva, integrando ciencia, tecnolog\\u00eda y gesti\\u00f3n ambiental para afrontar los desaf\\u00edos de sostenibilidad en la regi\\u00f3n y el pa\\u00eds. Se desarrollar\\u00e1 bajo las modalidades de ponencia oral y presentaci\\u00f3n tipo p\\u00f3ster, con participaci\\u00f3n libre y gratuita.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las contribuciones aceptadas se publicar\\u00e1n en las Memorias Digitales con ISSN de la jornada, fortaleciendo la divulgaci\\u00f3n cient\\u00edfica y la apropiaci\\u00f3n social del conocimiento ambiental.<\\/p>\\r\\n<h4 style=\\\"padding-left: 40px;\\\">Ejes tem\\u00e1ticos<\\/h4>\\r\\n<ul style=\\\"margin: 0; padding-left: 60px; color: #334155; font-size: 14px; line-height: 1.5;\\\">\\r\\n<li>Tecnolog\\u00edas emergentes y modelos sostenibles de producci\\u00f3n.<\\/li>\\r\\n<li>Biodiversidad, cambio clim\\u00e1tico y gesti\\u00f3n territorial.<\\/li>\\r\\n<li>Gobernanza ambiental y educaci\\u00f3n para la sostenibilidad.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<!-- Separador visual -->\\r\\n<div style=\\\"height: 20px;\\\">\\u00a0<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 527.594px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.081%;\\\"><col style=\\\"width: 64.919%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 516.797px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px; vertical-align: top;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin-top: auto; margin-bottom: auto;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"352\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 4ta Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px;\\\">\\r\\n<p style=\\\"text-align: justify;\\\">En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: justify;\\\">Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de g<span style=\\\"font-size: 1rem;\\\">esti\\u00f3n territorial y gesti\\u00f3n del riesgo, t<\\/span><span style=\\\"font-size: 1rem;\\\">ransici\\u00f3n energ\\u00e9tica, S<\\/span><span style=\\\"font-size: 1rem;\\\">istemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, <\\/span><span style=\\\"font-size: 1rem;\\\">Pol\\u00edtica y gobernanza ambiental, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del recurso suelo, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n territorial, <\\/span><span style=\\\"font-size: 1rem;\\\">Educaci\\u00f3n Ambiental<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 10.7969px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); vertical-align: top; height: 10.7969px;\\\" colspan=\\\"2\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>{loadmoduleid 123}<\\/h2>\\r\\n<h2>3a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoqu\\u00eda Colombiana<\\/em>\\u00a0<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 97.9048%; height: 589px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.4471%;\\\"><col style=\\\"width: 64.5529%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 353.969px;\\\">\\r\\n<td style=\\\"height: 589px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\\\" width=\\\"358\\\" height=\\\"592\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 3ra Jornada de Ciencias Ambientales 1.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 353.969px; border-color: rgb(255, 255, 255);\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta ocasi\\u00f3n la tercera Jornada de Ciencias Ambientales se realiz\\u00f3 en Modalidad Virtual debido a las precauciones\\u00a0 tomadas ante el COVID-19. Para est\\u00e1 edici\\u00f3n se presentaron 46 ponencias orales, de representantes de la Universidad de los\\u00a0 Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas Garc\\u00eda (Polic\\u00eda Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nari\\u00f1o y la Instituci\\u00f3n Educativa Luis Carlos Gal\\u00e1n Sarmiento (Puerto Gait\\u00e1n).<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las tem\\u00e1ticas abordadas durante la jornada fueron: educaci\\u00f3n ambiental, estrategias de adaptaci\\u00f3n y mitigaci\\u00f3n al cambio clim\\u00e1tico, gesti\\u00f3n de cuencas hidrogr\\u00e1ficas, gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos, gesti\\u00f3n del recurso suelo, gesti\\u00f3n territorial, pol\\u00edtica y gobernanza ambiental y sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia.\\u00a0<\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\">Se resalta la participaci\\u00f3n sincr\\u00f3nica de 74 asistentes durante el horario de presentaciones de la jornada virtual.<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 235.031px;\\\">\\r\\n<td style=\\\"height: 235.031px; border-color: rgb(255, 255, 255);\\\"><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Eventos\\/Imagen%203Ra%20JCA_Banner%20Para%20pagina.png\\\" width=\\\"615\\\" height=\\\"136\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Imagen 3Ra JCA_Banner Para pagina.png\\\"><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>2a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 98.4762%; height: 547.344px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 42.1289%;\\\"><col style=\\\"width: 57.9128%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 339.156px;\\\">\\r\\n<td style=\\\"height: 547.344px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/2da%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"360\\\" height=\\\"540\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/2da Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 339.156px; text-align: justify; padding-left: 40px; vertical-align: top; border-color: rgb(255, 255, 255);\\\">\\r\\n<p>En esta segunda edici\\u00f3n de la Jornada de Ciencias Ambientales, cont\\u00f3 con la participaci\\u00f3n de 249 asistentes\\u00a0 y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad p\\u00f3ster. En esta jornada se destaca la presentaci\\u00f3n de trabajos en las tem\\u00e1ticas de educaci\\u00f3n ambiental, contaminaci\\u00f3n ambiental y gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos\\u00a0 y la participaci\\u00f3n de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nari\\u00f1o, Universidad Nacional,<span style=\\\"mso-spacerun: yes;\\\">\\u00a0 <\\/span><span style=\\\"font-size: 1rem;\\\">Pontificia Universidad Javeriana, Corporaci\\u00f3n Universitaria Minuto de Dios, Instituci\\u00f3n Educativa Rural Vanguardia y la Instituci\\u00f3n Educativa Colegio San Francisco de As\\u00eds.<\\/span>\\u00a0<\\/p>\\r\\n<p>{loadmoduleid 133}<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 208.188px;\\\">\\r\\n<td style=\\\"height: 208.188px; border-color: rgb(255, 255, 255);\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>1ra Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: left; line-height: 1;\\\"><em>Iniciativas Ambientales en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 607.766px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 33.2802%;\\\"><col style=\\\"width: 66.7528%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 260.297px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 582.844px;\\\" rowspan=\\\"2\\\">\\r\\n<h3><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/WhatsApp%20Image%202025-02-27%20at%2010.38.58%20AM.jpeg\\\" width=\\\"351\\\" height=\\\"510\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/WhatsApp Image 2025-02-27 at 10.38.58 AM.jpeg\\\"><\\/h3>\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 260.297px;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana \\u2013 ICAOC, con su primera Jornada de Ciencias Ambientales, comparti\\u00f3 con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta Jornada cont\\u00f3 con la presentaci\\u00f3n de 89 trabajos en modalidad oral y p\\u00f3ster, enmarcardos en los diferentes ejes tem\\u00e1ticos,\\u00a0 contando con una amplia participaci\\u00f3n en las \\u00e1reas de contaminaci\\u00f3n ambiental, gesti\\u00f3n de la Biodiversidad y servicios ecosist\\u00e9micos.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta primera jornada contamos con la participaci\\u00f3n de investigadores de la Universidad de los Llanos<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 322.547px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 322.547px; text-align: center; vertical-align: top;\\\">\\r\\n<h3><em>{loadmoduleid 132}<\\/em><\\/h3>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":17,\"created\":\"2025-07-23 17:30:49\",\"created_by\":\"46\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 03:11:56\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-27 03:10:23\",\"publish_up\":\"2025-07-23 17:30:49\",\"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\":103,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":175,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(682,'com_content.article.25','','2025-11-27 03:12:11',46,14341,'68901561fd5a0a0a585384ac4b578c07cd164d32','{\"id\":\"25\",\"asset_id\":156,\"title\":\"Eventos \",\"alias\":\"eventos\",\"introtext\":\"<h1>Jornada de Ciencias Ambientales\\u00a0<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2>5a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Innovaci\\u00f3n para la sostenibilidad<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: #ffffff; border-color: #ffffff;\\\" border=\\\"1\\\"><colgroup> <col style=\\\"width: 35%;\\\"> <col style=\\\"width: 65%;\\\"> <\\/colgroup>\\r\\n<tbody>\\r\\n<tr><!-- Imagen principal -->\\r\\n<td style=\\\"vertical-align: top; border-color: #ffffff;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; max-width: 100%; height: auto;\\\" src=\\\"images\\/Eventos\\/VJCA2025.jpg\\\" alt=\\\"V Jornada de Ciencias Ambientales - Innovaci\\u00f3n para la sostenibilidad\\\" width=\\\"360\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/VJCA2025.jpg\\\"><\\/td>\\r\\n<!-- Texto descriptivo -->\\r\\n<td style=\\\"border-color: #ffffff; vertical-align: top;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">La quinta edici\\u00f3n de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevar\\u00e1 a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Este evento bianual busca promover el di\\u00e1logo y la construcci\\u00f3n colectiva, integrando ciencia, tecnolog\\u00eda y gesti\\u00f3n ambiental para afrontar los desaf\\u00edos de sostenibilidad en la regi\\u00f3n y el pa\\u00eds. Se desarrollar\\u00e1 bajo las modalidades de ponencia oral y presentaci\\u00f3n tipo p\\u00f3ster, con participaci\\u00f3n libre y gratuita.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las contribuciones aceptadas se publicar\\u00e1n en las Memorias Digitales con ISSN de la jornada, fortaleciendo la divulgaci\\u00f3n cient\\u00edfica y la apropiaci\\u00f3n social del conocimiento ambiental.<\\/p>\\r\\n<h4 style=\\\"padding-left: 40px;\\\">Ejes tem\\u00e1ticos<\\/h4>\\r\\n<ul style=\\\"margin: 0; padding-left: 60px; color: #334155; font-size: 14px; line-height: 1.5;\\\">\\r\\n<li>Tecnolog\\u00edas emergentes y modelos sostenibles de producci\\u00f3n.<\\/li>\\r\\n<li>Biodiversidad, cambio clim\\u00e1tico y gesti\\u00f3n territorial.<\\/li>\\r\\n<li>Gobernanza ambiental y educaci\\u00f3n para la sostenibilidad.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<!-- Separador visual -->\\r\\n<div style=\\\"height: 20px;\\\">\\u00a0<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 527.594px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.081%;\\\"><col style=\\\"width: 64.919%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 516.797px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px; vertical-align: top;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin-top: auto; margin-bottom: auto;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"352\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 4ta Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px;\\\">\\r\\n<p style=\\\"text-align: justify;\\\">En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: justify;\\\">Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de g<span style=\\\"font-size: 1rem;\\\">esti\\u00f3n territorial y gesti\\u00f3n del riesgo, t<\\/span><span style=\\\"font-size: 1rem;\\\">ransici\\u00f3n energ\\u00e9tica, S<\\/span><span style=\\\"font-size: 1rem;\\\">istemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, <\\/span><span style=\\\"font-size: 1rem;\\\">Pol\\u00edtica y gobernanza ambiental, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del recurso suelo, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n territorial, <\\/span><span style=\\\"font-size: 1rem;\\\">Educaci\\u00f3n Ambiental<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 10.7969px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); vertical-align: top; height: 10.7969px;\\\" colspan=\\\"2\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>{loadmoduleid 123}<\\/h2>\\r\\n<h2>3a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoqu\\u00eda Colombiana<\\/em>\\u00a0<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 97.9048%; height: 589px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.4471%;\\\"><col style=\\\"width: 64.5529%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 353.969px;\\\">\\r\\n<td style=\\\"height: 589px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\\\" width=\\\"358\\\" height=\\\"592\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 3ra Jornada de Ciencias Ambientales 1.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 353.969px; border-color: rgb(255, 255, 255);\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta ocasi\\u00f3n la tercera Jornada de Ciencias Ambientales se realiz\\u00f3 en Modalidad Virtual debido a las precauciones\\u00a0 tomadas ante el COVID-19. Para est\\u00e1 edici\\u00f3n se presentaron 46 ponencias orales, de representantes de la Universidad de los\\u00a0 Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas Garc\\u00eda (Polic\\u00eda Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nari\\u00f1o y la Instituci\\u00f3n Educativa Luis Carlos Gal\\u00e1n Sarmiento (Puerto Gait\\u00e1n).<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las tem\\u00e1ticas abordadas durante la jornada fueron: educaci\\u00f3n ambiental, estrategias de adaptaci\\u00f3n y mitigaci\\u00f3n al cambio clim\\u00e1tico, gesti\\u00f3n de cuencas hidrogr\\u00e1ficas, gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos, gesti\\u00f3n del recurso suelo, gesti\\u00f3n territorial, pol\\u00edtica y gobernanza ambiental y sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia.\\u00a0<\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\">Se resalta la participaci\\u00f3n sincr\\u00f3nica de 74 asistentes durante el horario de presentaciones de la jornada virtual.<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 235.031px;\\\">\\r\\n<td style=\\\"height: 235.031px; border-color: rgb(255, 255, 255);\\\"><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Eventos\\/Imagen%203Ra%20JCA_Banner%20Para%20pagina.png\\\" width=\\\"615\\\" height=\\\"136\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Imagen 3Ra JCA_Banner Para pagina.png\\\"><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>2a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 98.4762%; height: 547.344px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 42.1289%;\\\"><col style=\\\"width: 57.9128%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 339.156px;\\\">\\r\\n<td style=\\\"height: 547.344px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/2da%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"360\\\" height=\\\"540\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/2da Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 339.156px; text-align: justify; padding-left: 40px; vertical-align: top; border-color: rgb(255, 255, 255);\\\">\\r\\n<p>En esta segunda edici\\u00f3n de la Jornada de Ciencias Ambientales, cont\\u00f3 con la participaci\\u00f3n de 249 asistentes\\u00a0 y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad p\\u00f3ster. En esta jornada se destaca la presentaci\\u00f3n de trabajos en las tem\\u00e1ticas de educaci\\u00f3n ambiental, contaminaci\\u00f3n ambiental y gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos\\u00a0 y la participaci\\u00f3n de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nari\\u00f1o, Universidad Nacional,<span style=\\\"mso-spacerun: yes;\\\">\\u00a0 <\\/span><span style=\\\"font-size: 1rem;\\\">Pontificia Universidad Javeriana, Corporaci\\u00f3n Universitaria Minuto de Dios, Instituci\\u00f3n Educativa Rural Vanguardia y la Instituci\\u00f3n Educativa Colegio San Francisco de As\\u00eds.<\\/span>\\u00a0<\\/p>\\r\\n<p>{loadmoduleid 133}<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 208.188px;\\\">\\r\\n<td style=\\\"height: 208.188px; border-color: rgb(255, 255, 255);\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>1ra Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: left; line-height: 1;\\\"><em>Iniciativas Ambientales en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 607.766px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 33.2802%;\\\"><col style=\\\"width: 66.7528%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 260.297px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 582.844px;\\\" rowspan=\\\"2\\\">\\r\\n<h3><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/WhatsApp%20Image%202025-02-27%20at%2010.38.58%20AM.jpeg\\\" width=\\\"351\\\" height=\\\"510\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/WhatsApp Image 2025-02-27 at 10.38.58 AM.jpeg\\\"><\\/h3>\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 260.297px;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana \\u2013 ICAOC, con su primera Jornada de Ciencias Ambientales, comparti\\u00f3 con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta Jornada cont\\u00f3 con la presentaci\\u00f3n de 89 trabajos en modalidad oral y p\\u00f3ster, enmarcardos en los diferentes ejes tem\\u00e1ticos,\\u00a0 contando con una amplia participaci\\u00f3n en las \\u00e1reas de contaminaci\\u00f3n ambiental, gesti\\u00f3n de la Biodiversidad y servicios ecosist\\u00e9micos.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta primera jornada contamos con la participaci\\u00f3n de investigadores de la Universidad de los Llanos<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 322.547px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 322.547px; text-align: center; vertical-align: top;\\\">\\r\\n<h3><em>{loadmoduleid 132}<\\/em><\\/h3>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":17,\"created\":\"2025-07-23 17:30:49\",\"created_by\":\"46\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 03:12:11\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-27 03:11:56\",\"publish_up\":\"2025-07-23 17:30:49\",\"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\":104,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":176,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(683,'com_content.article.25','','2025-11-27 03:18:05',46,14353,'b5d2c319ba1532780fd36d76aec25f2a77f64b7b','{\"id\":\"25\",\"asset_id\":156,\"title\":\"Eventos \",\"alias\":\"eventos\",\"introtext\":\"<h1>Jornada de Ciencias Ambientales\\u00a0<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2>5a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Innovaci\\u00f3n para la sostenibilidad<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: #ffffff; border-color: #ffffff;\\\" border=\\\"1\\\"><colgroup> <col style=\\\"width: 35%;\\\"> <col style=\\\"width: 65%;\\\"> <\\/colgroup>\\r\\n<tbody>\\r\\n<tr><!-- Imagen principal -->\\r\\n<td style=\\\"vertical-align: top; border-color: #ffffff;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; max-width: 100%; height: auto;\\\" src=\\\"images\\/Eventos\\/VJCA2025.jpg\\\" alt=\\\"V Jornada de Ciencias Ambientales - Innovaci\\u00f3n para la sostenibilidad\\\" width=\\\"360\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/VJCA2025.jpg\\\"><\\/td>\\r\\n<!-- Texto descriptivo -->\\r\\n<td style=\\\"border-color: #ffffff; vertical-align: top;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">La quinta edici\\u00f3n de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevar\\u00e1 a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Este evento bianual busca promover el di\\u00e1logo y la construcci\\u00f3n colectiva, integrando ciencia, tecnolog\\u00eda y gesti\\u00f3n ambiental para afrontar los desaf\\u00edos de sostenibilidad en la regi\\u00f3n y el pa\\u00eds. Se desarrollar\\u00e1 bajo las modalidades de ponencia oral y presentaci\\u00f3n tipo p\\u00f3ster, con participaci\\u00f3n libre y gratuita.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las contribuciones aceptadas se publicar\\u00e1n en las Memorias Digitales con ISSN de la jornada, fortaleciendo la divulgaci\\u00f3n cient\\u00edfica y la apropiaci\\u00f3n social del conocimiento ambiental.<\\/p>\\r\\n<h4 style=\\\"padding-left: 40px;\\\">Ejes tem\\u00e1ticos<\\/h4>\\r\\n<ul style=\\\"margin: 0; padding-left: 60px; color: #334155; font-size: 14px; line-height: 1.5;\\\">\\r\\n<li>Tecnolog\\u00edas emergentes y modelos sostenibles de producci\\u00f3n.<\\/li>\\r\\n<li>Biodiversidad, cambio clim\\u00e1tico y gesti\\u00f3n territorial.<\\/li>\\r\\n<li>Gobernanza ambiental y educaci\\u00f3n para la sostenibilidad.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<!-- Separador visual -->\\r\\n<div style=\\\"height: 20px;\\\">{loadmoduleid 134}<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 527.594px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.081%;\\\"><col style=\\\"width: 64.919%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 516.797px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px; vertical-align: top;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin-top: auto; margin-bottom: auto;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"352\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 4ta Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px;\\\">\\r\\n<p style=\\\"text-align: justify;\\\">En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: justify;\\\">Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de g<span style=\\\"font-size: 1rem;\\\">esti\\u00f3n territorial y gesti\\u00f3n del riesgo, t<\\/span><span style=\\\"font-size: 1rem;\\\">ransici\\u00f3n energ\\u00e9tica, S<\\/span><span style=\\\"font-size: 1rem;\\\">istemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, <\\/span><span style=\\\"font-size: 1rem;\\\">Pol\\u00edtica y gobernanza ambiental, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del recurso suelo, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n territorial, <\\/span><span style=\\\"font-size: 1rem;\\\">Educaci\\u00f3n Ambiental<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 10.7969px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); vertical-align: top; height: 10.7969px;\\\" colspan=\\\"2\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>{loadmoduleid 123}<\\/h2>\\r\\n<h2>3a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoqu\\u00eda Colombiana<\\/em>\\u00a0<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 97.9048%; height: 589px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.4471%;\\\"><col style=\\\"width: 64.5529%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 353.969px;\\\">\\r\\n<td style=\\\"height: 589px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\\\" width=\\\"358\\\" height=\\\"592\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 3ra Jornada de Ciencias Ambientales 1.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 353.969px; border-color: rgb(255, 255, 255);\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta ocasi\\u00f3n la tercera Jornada de Ciencias Ambientales se realiz\\u00f3 en Modalidad Virtual debido a las precauciones\\u00a0 tomadas ante el COVID-19. Para est\\u00e1 edici\\u00f3n se presentaron 46 ponencias orales, de representantes de la Universidad de los\\u00a0 Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas Garc\\u00eda (Polic\\u00eda Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nari\\u00f1o y la Instituci\\u00f3n Educativa Luis Carlos Gal\\u00e1n Sarmiento (Puerto Gait\\u00e1n).<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las tem\\u00e1ticas abordadas durante la jornada fueron: educaci\\u00f3n ambiental, estrategias de adaptaci\\u00f3n y mitigaci\\u00f3n al cambio clim\\u00e1tico, gesti\\u00f3n de cuencas hidrogr\\u00e1ficas, gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos, gesti\\u00f3n del recurso suelo, gesti\\u00f3n territorial, pol\\u00edtica y gobernanza ambiental y sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia.\\u00a0<\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\">Se resalta la participaci\\u00f3n sincr\\u00f3nica de 74 asistentes durante el horario de presentaciones de la jornada virtual.<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 235.031px;\\\">\\r\\n<td style=\\\"height: 235.031px; border-color: rgb(255, 255, 255);\\\"><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Eventos\\/Imagen%203Ra%20JCA_Banner%20Para%20pagina.png\\\" width=\\\"615\\\" height=\\\"136\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Imagen 3Ra JCA_Banner Para pagina.png\\\"><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>2a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 98.4762%; height: 547.344px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 42.1289%;\\\"><col style=\\\"width: 57.9128%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 339.156px;\\\">\\r\\n<td style=\\\"height: 547.344px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/2da%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"360\\\" height=\\\"540\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/2da Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 339.156px; text-align: justify; padding-left: 40px; vertical-align: top; border-color: rgb(255, 255, 255);\\\">\\r\\n<p>En esta segunda edici\\u00f3n de la Jornada de Ciencias Ambientales, cont\\u00f3 con la participaci\\u00f3n de 249 asistentes\\u00a0 y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad p\\u00f3ster. En esta jornada se destaca la presentaci\\u00f3n de trabajos en las tem\\u00e1ticas de educaci\\u00f3n ambiental, contaminaci\\u00f3n ambiental y gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos\\u00a0 y la participaci\\u00f3n de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nari\\u00f1o, Universidad Nacional,<span style=\\\"mso-spacerun: yes;\\\">\\u00a0 <\\/span><span style=\\\"font-size: 1rem;\\\">Pontificia Universidad Javeriana, Corporaci\\u00f3n Universitaria Minuto de Dios, Instituci\\u00f3n Educativa Rural Vanguardia y la Instituci\\u00f3n Educativa Colegio San Francisco de As\\u00eds.<\\/span>\\u00a0<\\/p>\\r\\n<p>{loadmoduleid 133}<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 208.188px;\\\">\\r\\n<td style=\\\"height: 208.188px; border-color: rgb(255, 255, 255);\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>1ra Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: left; line-height: 1;\\\"><em>Iniciativas Ambientales en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 607.766px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 33.2802%;\\\"><col style=\\\"width: 66.7528%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 260.297px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 582.844px;\\\" rowspan=\\\"2\\\">\\r\\n<h3><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/WhatsApp%20Image%202025-02-27%20at%2010.38.58%20AM.jpeg\\\" width=\\\"351\\\" height=\\\"510\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/WhatsApp Image 2025-02-27 at 10.38.58 AM.jpeg\\\"><\\/h3>\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 260.297px;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana \\u2013 ICAOC, con su primera Jornada de Ciencias Ambientales, comparti\\u00f3 con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta Jornada cont\\u00f3 con la presentaci\\u00f3n de 89 trabajos en modalidad oral y p\\u00f3ster, enmarcardos en los diferentes ejes tem\\u00e1ticos,\\u00a0 contando con una amplia participaci\\u00f3n en las \\u00e1reas de contaminaci\\u00f3n ambiental, gesti\\u00f3n de la Biodiversidad y servicios ecosist\\u00e9micos.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta primera jornada contamos con la participaci\\u00f3n de investigadores de la Universidad de los Llanos<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 322.547px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 322.547px; text-align: center; vertical-align: top;\\\">\\r\\n<h3><em>{loadmoduleid 132}<\\/em><\\/h3>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":17,\"created\":\"2025-07-23 17:30:49\",\"created_by\":\"46\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 03:18:05\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-27 03:17:40\",\"publish_up\":\"2025-07-23 17:30:49\",\"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\":106,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":178,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(684,'com_content.article.25','','2025-11-27 03:26:33',46,14537,'b3a6385676c644025d43ae2054ed388a7555836a','{\"id\":\"25\",\"asset_id\":156,\"title\":\"Eventos \",\"alias\":\"eventos\",\"introtext\":\"<h1>Jornada de Ciencias Ambientales\\u00a0<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2>5a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Innovaci\\u00f3n para la sostenibilidad<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: #ffffff; border-color: #ffffff;\\\" border=\\\"1\\\"><colgroup> <col style=\\\"width: 35%;\\\"> <col style=\\\"width: 65%;\\\"> <\\/colgroup>\\r\\n<tbody>\\r\\n<tr><!-- Imagen principal -->\\r\\n<td style=\\\"vertical-align: top; border-color: #ffffff;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; max-width: 100%; height: auto;\\\" src=\\\"images\\/Eventos\\/VJCA2025.jpg\\\" alt=\\\"V Jornada de Ciencias Ambientales - Innovaci\\u00f3n para la sostenibilidad\\\" width=\\\"360\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/VJCA2025.jpg\\\"><\\/td>\\r\\n<!-- Texto descriptivo -->\\r\\n<td style=\\\"border-color: #ffffff; vertical-align: top;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">La quinta edici\\u00f3n de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevar\\u00e1 a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Este evento bianual busca promover el di\\u00e1logo y la construcci\\u00f3n colectiva, integrando ciencia, tecnolog\\u00eda y gesti\\u00f3n ambiental para afrontar los desaf\\u00edos de sostenibilidad en la regi\\u00f3n y el pa\\u00eds. Se desarrollar\\u00e1 bajo las modalidades de ponencia oral y presentaci\\u00f3n tipo p\\u00f3ster, con participaci\\u00f3n libre y gratuita.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las contribuciones aceptadas se publicar\\u00e1n en las Memorias Digitales con ISSN de la jornada, fortaleciendo la divulgaci\\u00f3n cient\\u00edfica y la apropiaci\\u00f3n social del conocimiento ambiental.<\\/p>\\r\\n<h4 style=\\\"padding-left: 40px;\\\">Ejes tem\\u00e1ticos<\\/h4>\\r\\n<ul style=\\\"margin: 0; padding-left: 60px; color: #334155; font-size: 14px; line-height: 1.5;\\\">\\r\\n<li>Tecnolog\\u00edas emergentes y modelos sostenibles de producci\\u00f3n.<\\/li>\\r\\n<li>Biodiversidad, cambio clim\\u00e1tico y gesti\\u00f3n territorial.<\\/li>\\r\\n<li>Gobernanza ambiental y educaci\\u00f3n para la sostenibilidad.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<!-- Separador visual -->\\r\\n<div style=\\\"height: 20px;\\\">{loadmoduleid 134}<\\/div>\\r\\n<div style=\\\"height: 20px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 20px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 20px;\\\">\\u00a0<\\/div>\\r\\n<div style=\\\"height: 20px;\\\">\\u00a0<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 527.594px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.081%;\\\"><col style=\\\"width: 64.919%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 516.797px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px; vertical-align: top;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin-top: auto; margin-bottom: auto;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"352\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 4ta Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px;\\\">\\r\\n<p style=\\\"text-align: justify;\\\">En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: justify;\\\">Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de g<span style=\\\"font-size: 1rem;\\\">esti\\u00f3n territorial y gesti\\u00f3n del riesgo, t<\\/span><span style=\\\"font-size: 1rem;\\\">ransici\\u00f3n energ\\u00e9tica, S<\\/span><span style=\\\"font-size: 1rem;\\\">istemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, <\\/span><span style=\\\"font-size: 1rem;\\\">Pol\\u00edtica y gobernanza ambiental, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del recurso suelo, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n territorial, <\\/span><span style=\\\"font-size: 1rem;\\\">Educaci\\u00f3n Ambiental<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 10.7969px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); vertical-align: top; height: 10.7969px;\\\" colspan=\\\"2\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>{loadmoduleid 123}<\\/h2>\\r\\n<h2>3a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoqu\\u00eda Colombiana<\\/em>\\u00a0<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 97.9048%; height: 589px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.4471%;\\\"><col style=\\\"width: 64.5529%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 353.969px;\\\">\\r\\n<td style=\\\"height: 589px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\\\" width=\\\"358\\\" height=\\\"592\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 3ra Jornada de Ciencias Ambientales 1.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 353.969px; border-color: rgb(255, 255, 255);\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta ocasi\\u00f3n la tercera Jornada de Ciencias Ambientales se realiz\\u00f3 en Modalidad Virtual debido a las precauciones\\u00a0 tomadas ante el COVID-19. Para est\\u00e1 edici\\u00f3n se presentaron 46 ponencias orales, de representantes de la Universidad de los\\u00a0 Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas Garc\\u00eda (Polic\\u00eda Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nari\\u00f1o y la Instituci\\u00f3n Educativa Luis Carlos Gal\\u00e1n Sarmiento (Puerto Gait\\u00e1n).<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las tem\\u00e1ticas abordadas durante la jornada fueron: educaci\\u00f3n ambiental, estrategias de adaptaci\\u00f3n y mitigaci\\u00f3n al cambio clim\\u00e1tico, gesti\\u00f3n de cuencas hidrogr\\u00e1ficas, gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos, gesti\\u00f3n del recurso suelo, gesti\\u00f3n territorial, pol\\u00edtica y gobernanza ambiental y sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia.\\u00a0<\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\">Se resalta la participaci\\u00f3n sincr\\u00f3nica de 74 asistentes durante el horario de presentaciones de la jornada virtual.<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 235.031px;\\\">\\r\\n<td style=\\\"height: 235.031px; border-color: rgb(255, 255, 255);\\\"><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Eventos\\/Imagen%203Ra%20JCA_Banner%20Para%20pagina.png\\\" width=\\\"615\\\" height=\\\"136\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Imagen 3Ra JCA_Banner Para pagina.png\\\"><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>2a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 98.4762%; height: 547.344px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 42.1289%;\\\"><col style=\\\"width: 57.9128%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 339.156px;\\\">\\r\\n<td style=\\\"height: 547.344px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/2da%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"360\\\" height=\\\"540\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/2da Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 339.156px; text-align: justify; padding-left: 40px; vertical-align: top; border-color: rgb(255, 255, 255);\\\">\\r\\n<p>En esta segunda edici\\u00f3n de la Jornada de Ciencias Ambientales, cont\\u00f3 con la participaci\\u00f3n de 249 asistentes\\u00a0 y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad p\\u00f3ster. En esta jornada se destaca la presentaci\\u00f3n de trabajos en las tem\\u00e1ticas de educaci\\u00f3n ambiental, contaminaci\\u00f3n ambiental y gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos\\u00a0 y la participaci\\u00f3n de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nari\\u00f1o, Universidad Nacional,<span style=\\\"mso-spacerun: yes;\\\">\\u00a0 <\\/span><span style=\\\"font-size: 1rem;\\\">Pontificia Universidad Javeriana, Corporaci\\u00f3n Universitaria Minuto de Dios, Instituci\\u00f3n Educativa Rural Vanguardia y la Instituci\\u00f3n Educativa Colegio San Francisco de As\\u00eds.<\\/span>\\u00a0<\\/p>\\r\\n<p>{loadmoduleid 133}<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 208.188px;\\\">\\r\\n<td style=\\\"height: 208.188px; border-color: rgb(255, 255, 255);\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>1ra Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: left; line-height: 1;\\\"><em>Iniciativas Ambientales en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 607.766px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 33.2802%;\\\"><col style=\\\"width: 66.7528%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 260.297px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 582.844px;\\\" rowspan=\\\"2\\\">\\r\\n<h3><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/WhatsApp%20Image%202025-02-27%20at%2010.38.58%20AM.jpeg\\\" width=\\\"351\\\" height=\\\"510\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/WhatsApp Image 2025-02-27 at 10.38.58 AM.jpeg\\\"><\\/h3>\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 260.297px;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana \\u2013 ICAOC, con su primera Jornada de Ciencias Ambientales, comparti\\u00f3 con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta Jornada cont\\u00f3 con la presentaci\\u00f3n de 89 trabajos en modalidad oral y p\\u00f3ster, enmarcardos en los diferentes ejes tem\\u00e1ticos,\\u00a0 contando con una amplia participaci\\u00f3n en las \\u00e1reas de contaminaci\\u00f3n ambiental, gesti\\u00f3n de la Biodiversidad y servicios ecosist\\u00e9micos.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta primera jornada contamos con la participaci\\u00f3n de investigadores de la Universidad de los Llanos<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 322.547px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 322.547px; text-align: center; vertical-align: top;\\\">\\r\\n<h3><em>{loadmoduleid 132}<\\/em><\\/h3>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":17,\"created\":\"2025-07-23 17:30:49\",\"created_by\":\"46\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 03:26:33\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-27 03:26:27\",\"publish_up\":\"2025-07-23 17:30:49\",\"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\":107,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":181,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(685,'com_content.article.25','','2025-11-27 03:28:33',46,14454,'583d1b512f76ab95f801aebfb9295f07628077fb','{\"id\":\"25\",\"asset_id\":156,\"title\":\"Eventos \",\"alias\":\"eventos\",\"introtext\":\"<h1>Jornada de Ciencias Ambientales\\u00a0<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2>5a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Innovaci\\u00f3n para la sostenibilidad<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: #ffffff; border-color: #ffffff;\\\" border=\\\"1\\\"><colgroup> <col style=\\\"width: 35%;\\\"> <col style=\\\"width: 65%;\\\"> <\\/colgroup>\\r\\n<tbody>\\r\\n<tr><!-- Imagen principal -->\\r\\n<td style=\\\"vertical-align: top; border-color: #ffffff;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; max-width: 100%; height: auto;\\\" src=\\\"images\\/Eventos\\/VJCA2025.jpg\\\" alt=\\\"V Jornada de Ciencias Ambientales - Innovaci\\u00f3n para la sostenibilidad\\\" width=\\\"360\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/VJCA2025.jpg\\\"><\\/td>\\r\\n<!-- Texto descriptivo -->\\r\\n<td style=\\\"border-color: #ffffff; vertical-align: top;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">La quinta edici\\u00f3n de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevar\\u00e1 a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Este evento bianual busca promover el di\\u00e1logo y la construcci\\u00f3n colectiva, integrando ciencia, tecnolog\\u00eda y gesti\\u00f3n ambiental para afrontar los desaf\\u00edos de sostenibilidad en la regi\\u00f3n y el pa\\u00eds. Se desarrollar\\u00e1 bajo las modalidades de ponencia oral y presentaci\\u00f3n tipo p\\u00f3ster, con participaci\\u00f3n libre y gratuita.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las contribuciones aceptadas se publicar\\u00e1n en las Memorias Digitales con ISSN de la jornada, fortaleciendo la divulgaci\\u00f3n cient\\u00edfica y la apropiaci\\u00f3n social del conocimiento ambiental.<\\/p>\\r\\n<h4 style=\\\"padding-left: 40px;\\\">Ejes tem\\u00e1ticos<\\/h4>\\r\\n<ul style=\\\"margin: 0; padding-left: 60px; list-style-type: disc; color: #000000; font-size: 14px; line-height: 1.5;\\\">\\r\\n<li style=\\\"color: #000000;\\\">Tecnolog\\u00edas emergentes y modelos sostenibles de producci\\u00f3n.<\\/li>\\r\\n<li style=\\\"color: #000000;\\\">Biodiversidad, cambio clim\\u00e1tico y gesti\\u00f3n territorial.<\\/li>\\r\\n<li style=\\\"color: #000000;\\\">Gobernanza ambiental y educaci\\u00f3n para la sostenibilidad.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<!-- Separador visual -->\\r\\n<div style=\\\"height: 20px;\\\">{loadmoduleid 134}<\\/div>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 527.594px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.081%;\\\"><col style=\\\"width: 64.919%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 516.797px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px; vertical-align: top;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin-top: auto; margin-bottom: auto;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"352\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 4ta Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px;\\\">\\r\\n<p style=\\\"text-align: justify;\\\">En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: justify;\\\">Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de g<span style=\\\"font-size: 1rem;\\\">esti\\u00f3n territorial y gesti\\u00f3n del riesgo, t<\\/span><span style=\\\"font-size: 1rem;\\\">ransici\\u00f3n energ\\u00e9tica, S<\\/span><span style=\\\"font-size: 1rem;\\\">istemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, <\\/span><span style=\\\"font-size: 1rem;\\\">Pol\\u00edtica y gobernanza ambiental, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del recurso suelo, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n territorial, <\\/span><span style=\\\"font-size: 1rem;\\\">Educaci\\u00f3n Ambiental<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 10.7969px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); vertical-align: top; height: 10.7969px;\\\" colspan=\\\"2\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>{loadmoduleid 123}<\\/h2>\\r\\n<h2>3a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoqu\\u00eda Colombiana<\\/em>\\u00a0<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 97.9048%; height: 589px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.4471%;\\\"><col style=\\\"width: 64.5529%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 353.969px;\\\">\\r\\n<td style=\\\"height: 589px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\\\" width=\\\"358\\\" height=\\\"592\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 3ra Jornada de Ciencias Ambientales 1.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 353.969px; border-color: rgb(255, 255, 255);\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta ocasi\\u00f3n la tercera Jornada de Ciencias Ambientales se realiz\\u00f3 en Modalidad Virtual debido a las precauciones\\u00a0 tomadas ante el COVID-19. Para est\\u00e1 edici\\u00f3n se presentaron 46 ponencias orales, de representantes de la Universidad de los\\u00a0 Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas Garc\\u00eda (Polic\\u00eda Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nari\\u00f1o y la Instituci\\u00f3n Educativa Luis Carlos Gal\\u00e1n Sarmiento (Puerto Gait\\u00e1n).<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las tem\\u00e1ticas abordadas durante la jornada fueron: educaci\\u00f3n ambiental, estrategias de adaptaci\\u00f3n y mitigaci\\u00f3n al cambio clim\\u00e1tico, gesti\\u00f3n de cuencas hidrogr\\u00e1ficas, gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos, gesti\\u00f3n del recurso suelo, gesti\\u00f3n territorial, pol\\u00edtica y gobernanza ambiental y sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia.\\u00a0<\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\">Se resalta la participaci\\u00f3n sincr\\u00f3nica de 74 asistentes durante el horario de presentaciones de la jornada virtual.<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 235.031px;\\\">\\r\\n<td style=\\\"height: 235.031px; border-color: rgb(255, 255, 255);\\\"><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Eventos\\/Imagen%203Ra%20JCA_Banner%20Para%20pagina.png\\\" width=\\\"615\\\" height=\\\"136\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Imagen 3Ra JCA_Banner Para pagina.png\\\"><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>2a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 98.4762%; height: 547.344px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 42.1289%;\\\"><col style=\\\"width: 57.9128%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 339.156px;\\\">\\r\\n<td style=\\\"height: 547.344px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/2da%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"360\\\" height=\\\"540\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/2da Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 339.156px; text-align: justify; padding-left: 40px; vertical-align: top; border-color: rgb(255, 255, 255);\\\">\\r\\n<p>En esta segunda edici\\u00f3n de la Jornada de Ciencias Ambientales, cont\\u00f3 con la participaci\\u00f3n de 249 asistentes\\u00a0 y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad p\\u00f3ster. En esta jornada se destaca la presentaci\\u00f3n de trabajos en las tem\\u00e1ticas de educaci\\u00f3n ambiental, contaminaci\\u00f3n ambiental y gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos\\u00a0 y la participaci\\u00f3n de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nari\\u00f1o, Universidad Nacional,<span style=\\\"mso-spacerun: yes;\\\">\\u00a0 <\\/span><span style=\\\"font-size: 1rem;\\\">Pontificia Universidad Javeriana, Corporaci\\u00f3n Universitaria Minuto de Dios, Instituci\\u00f3n Educativa Rural Vanguardia y la Instituci\\u00f3n Educativa Colegio San Francisco de As\\u00eds.<\\/span>\\u00a0<\\/p>\\r\\n<p>{loadmoduleid 133}<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 208.188px;\\\">\\r\\n<td style=\\\"height: 208.188px; border-color: rgb(255, 255, 255);\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>1ra Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: left; line-height: 1;\\\"><em>Iniciativas Ambientales en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 607.766px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 33.2802%;\\\"><col style=\\\"width: 66.7528%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 260.297px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 582.844px;\\\" rowspan=\\\"2\\\">\\r\\n<h3><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/WhatsApp%20Image%202025-02-27%20at%2010.38.58%20AM.jpeg\\\" width=\\\"351\\\" height=\\\"510\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/WhatsApp Image 2025-02-27 at 10.38.58 AM.jpeg\\\"><\\/h3>\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 260.297px;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana \\u2013 ICAOC, con su primera Jornada de Ciencias Ambientales, comparti\\u00f3 con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta Jornada cont\\u00f3 con la presentaci\\u00f3n de 89 trabajos en modalidad oral y p\\u00f3ster, enmarcardos en los diferentes ejes tem\\u00e1ticos,\\u00a0 contando con una amplia participaci\\u00f3n en las \\u00e1reas de contaminaci\\u00f3n ambiental, gesti\\u00f3n de la Biodiversidad y servicios ecosist\\u00e9micos.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta primera jornada contamos con la participaci\\u00f3n de investigadores de la Universidad de los Llanos<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 322.547px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 322.547px; text-align: center; vertical-align: top;\\\">\\r\\n<h3><em>{loadmoduleid 132}<\\/em><\\/h3>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":17,\"created\":\"2025-07-23 17:30:49\",\"created_by\":\"46\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 03:28:33\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-27 03:26:33\",\"publish_up\":\"2025-07-23 17:30:49\",\"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\":108,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":182,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(686,'com_content.article.25','','2025-11-27 03:29:29',46,14457,'7ffc3ffee737b8aa48fe7f8e29b37e170b6ae8dc','{\"id\":\"25\",\"asset_id\":156,\"title\":\"Eventos \",\"alias\":\"eventos\",\"introtext\":\"<h1>Jornada de Ciencias Ambientales\\u00a0<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2>5a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Innovaci\\u00f3n para la sostenibilidad<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: #ffffff; border-color: #ffffff;\\\" border=\\\"1\\\"><colgroup> <col style=\\\"width: 35%;\\\"> <col style=\\\"width: 65%;\\\"> <\\/colgroup>\\r\\n<tbody>\\r\\n<tr><!-- Imagen principal -->\\r\\n<td style=\\\"vertical-align: top; border-color: #ffffff;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; max-width: 100%; height: auto;\\\" src=\\\"images\\/Eventos\\/VJCA2025.jpg\\\" alt=\\\"V Jornada de Ciencias Ambientales - Innovaci\\u00f3n para la sostenibilidad\\\" width=\\\"360\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/VJCA2025.jpg\\\"><\\/td>\\r\\n<!-- Texto descriptivo -->\\r\\n<td style=\\\"border-color: #ffffff; vertical-align: top;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">La quinta edici\\u00f3n de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevar\\u00e1 a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Este evento bianual busca promover el di\\u00e1logo y la construcci\\u00f3n colectiva, integrando ciencia, tecnolog\\u00eda y gesti\\u00f3n ambiental para afrontar los desaf\\u00edos de sostenibilidad en la regi\\u00f3n y el pa\\u00eds. Se desarrollar\\u00e1 bajo las modalidades de ponencia oral y presentaci\\u00f3n tipo p\\u00f3ster, con participaci\\u00f3n libre y gratuita.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las contribuciones aceptadas se publicar\\u00e1n en las Memorias Digitales con ISSN de la jornada, fortaleciendo la divulgaci\\u00f3n cient\\u00edfica y la apropiaci\\u00f3n social del conocimiento ambiental.<\\/p>\\r\\n<h4 style=\\\"padding-left: 40px;\\\">Ejes tem\\u00e1ticos<\\/h4>\\r\\n<ul style=\\\"margin: 0; padding-left: 60px; list-style-type: disc; color: #000000; font-size: 14px; line-height: 1.5;\\\">\\r\\n<li style=\\\"color: #000000;\\\">Tecnolog\\u00edas emergentes y modelos sostenibles de producci\\u00f3n.<\\/li>\\r\\n<li style=\\\"color: #000000;\\\">Biodiversidad, cambio clim\\u00e1tico y gesti\\u00f3n territorial.<\\/li>\\r\\n<li style=\\\"color: #000000;\\\">Gobernanza ambiental y educaci\\u00f3n para la sostenibilidad.<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"color: rgb(0, 0, 0);\\\">{loadmoduleid 134}<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<!-- Separador visual -->\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 527.594px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.081%;\\\"><col style=\\\"width: 64.919%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 516.797px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px; vertical-align: top;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin-top: auto; margin-bottom: auto;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"352\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 4ta Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.797px;\\\">\\r\\n<p style=\\\"text-align: justify;\\\">En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: justify;\\\">Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de g<span style=\\\"font-size: 1rem;\\\">esti\\u00f3n territorial y gesti\\u00f3n del riesgo, t<\\/span><span style=\\\"font-size: 1rem;\\\">ransici\\u00f3n energ\\u00e9tica, S<\\/span><span style=\\\"font-size: 1rem;\\\">istemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, <\\/span><span style=\\\"font-size: 1rem;\\\">Pol\\u00edtica y gobernanza ambiental, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del recurso suelo, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n territorial, <\\/span><span style=\\\"font-size: 1rem;\\\">Educaci\\u00f3n Ambiental<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 10.7969px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); vertical-align: top; height: 10.7969px;\\\" colspan=\\\"2\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>{loadmoduleid 123}<\\/h2>\\r\\n<h2>3a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoqu\\u00eda Colombiana<\\/em>\\u00a0<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 97.9048%; height: 589px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.4471%;\\\"><col style=\\\"width: 64.5529%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 353.969px;\\\">\\r\\n<td style=\\\"height: 589px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\\\" width=\\\"358\\\" height=\\\"592\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 3ra Jornada de Ciencias Ambientales 1.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 353.969px; border-color: rgb(255, 255, 255);\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta ocasi\\u00f3n la tercera Jornada de Ciencias Ambientales se realiz\\u00f3 en Modalidad Virtual debido a las precauciones\\u00a0 tomadas ante el COVID-19. Para est\\u00e1 edici\\u00f3n se presentaron 46 ponencias orales, de representantes de la Universidad de los\\u00a0 Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas Garc\\u00eda (Polic\\u00eda Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nari\\u00f1o y la Instituci\\u00f3n Educativa Luis Carlos Gal\\u00e1n Sarmiento (Puerto Gait\\u00e1n).<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las tem\\u00e1ticas abordadas durante la jornada fueron: educaci\\u00f3n ambiental, estrategias de adaptaci\\u00f3n y mitigaci\\u00f3n al cambio clim\\u00e1tico, gesti\\u00f3n de cuencas hidrogr\\u00e1ficas, gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos, gesti\\u00f3n del recurso suelo, gesti\\u00f3n territorial, pol\\u00edtica y gobernanza ambiental y sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia.\\u00a0<\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\">Se resalta la participaci\\u00f3n sincr\\u00f3nica de 74 asistentes durante el horario de presentaciones de la jornada virtual.<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 235.031px;\\\">\\r\\n<td style=\\\"height: 235.031px; border-color: rgb(255, 255, 255);\\\"><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Eventos\\/Imagen%203Ra%20JCA_Banner%20Para%20pagina.png\\\" width=\\\"615\\\" height=\\\"136\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Imagen 3Ra JCA_Banner Para pagina.png\\\"><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>2a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 98.4762%; height: 547.344px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 42.1289%;\\\"><col style=\\\"width: 57.9128%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 339.156px;\\\">\\r\\n<td style=\\\"height: 547.344px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/2da%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"360\\\" height=\\\"540\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/2da Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 339.156px; text-align: justify; padding-left: 40px; vertical-align: top; border-color: rgb(255, 255, 255);\\\">\\r\\n<p>En esta segunda edici\\u00f3n de la Jornada de Ciencias Ambientales, cont\\u00f3 con la participaci\\u00f3n de 249 asistentes\\u00a0 y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad p\\u00f3ster. En esta jornada se destaca la presentaci\\u00f3n de trabajos en las tem\\u00e1ticas de educaci\\u00f3n ambiental, contaminaci\\u00f3n ambiental y gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos\\u00a0 y la participaci\\u00f3n de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nari\\u00f1o, Universidad Nacional,<span style=\\\"mso-spacerun: yes;\\\">\\u00a0 <\\/span><span style=\\\"font-size: 1rem;\\\">Pontificia Universidad Javeriana, Corporaci\\u00f3n Universitaria Minuto de Dios, Instituci\\u00f3n Educativa Rural Vanguardia y la Instituci\\u00f3n Educativa Colegio San Francisco de As\\u00eds.<\\/span>\\u00a0<\\/p>\\r\\n<p>{loadmoduleid 133}<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 208.188px;\\\">\\r\\n<td style=\\\"height: 208.188px; border-color: rgb(255, 255, 255);\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>1ra Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: left; line-height: 1;\\\"><em>Iniciativas Ambientales en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 607.766px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 33.2802%;\\\"><col style=\\\"width: 66.7528%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 260.297px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 582.844px;\\\" rowspan=\\\"2\\\">\\r\\n<h3><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/WhatsApp%20Image%202025-02-27%20at%2010.38.58%20AM.jpeg\\\" width=\\\"351\\\" height=\\\"510\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/WhatsApp Image 2025-02-27 at 10.38.58 AM.jpeg\\\"><\\/h3>\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 260.297px;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana \\u2013 ICAOC, con su primera Jornada de Ciencias Ambientales, comparti\\u00f3 con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta Jornada cont\\u00f3 con la presentaci\\u00f3n de 89 trabajos en modalidad oral y p\\u00f3ster, enmarcardos en los diferentes ejes tem\\u00e1ticos,\\u00a0 contando con una amplia participaci\\u00f3n en las \\u00e1reas de contaminaci\\u00f3n ambiental, gesti\\u00f3n de la Biodiversidad y servicios ecosist\\u00e9micos.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta primera jornada contamos con la participaci\\u00f3n de investigadores de la Universidad de los Llanos<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 322.547px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 322.547px; text-align: center; vertical-align: top;\\\">\\r\\n<h3><em>{loadmoduleid 132}<\\/em><\\/h3>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":17,\"created\":\"2025-07-23 17:30:49\",\"created_by\":\"46\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 03:29:29\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-27 03:28:33\",\"publish_up\":\"2025-07-23 17:30:49\",\"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\":109,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":183,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(687,'com_content.article.25','','2025-11-27 03:38:29',46,14487,'e392efa5cfa32d8414a517d6a7a731a0427a78f4','{\"id\":\"25\",\"asset_id\":156,\"title\":\"Eventos \",\"alias\":\"eventos\",\"introtext\":\"<h1>Jornada de Ciencias Ambientales\\u00a0<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2>5a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Innovaci\\u00f3n para la sostenibilidad<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: #ffffff; border-color: #ffffff;\\\" border=\\\"1\\\"><colgroup> <col style=\\\"width: 35%;\\\"> <col style=\\\"width: 65%;\\\"> <\\/colgroup>\\r\\n<tbody>\\r\\n<tr><!-- Imagen principal -->\\r\\n<td style=\\\"vertical-align: top; border-color: #ffffff;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; max-width: 100%; height: auto;\\\" src=\\\"images\\/Eventos\\/VJCA2025.jpg\\\" alt=\\\"V Jornada de Ciencias Ambientales - Innovaci\\u00f3n para la sostenibilidad\\\" width=\\\"360\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/VJCA2025.jpg\\\"><\\/td>\\r\\n<!-- Texto descriptivo -->\\r\\n<td style=\\\"border-color: #ffffff; vertical-align: top;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">La quinta edici\\u00f3n de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevar\\u00e1 a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Este evento bianual busca promover el di\\u00e1logo y la construcci\\u00f3n colectiva, integrando ciencia, tecnolog\\u00eda y gesti\\u00f3n ambiental para afrontar los desaf\\u00edos de sostenibilidad en la regi\\u00f3n y el pa\\u00eds. Se desarrollar\\u00e1 bajo las modalidades de ponencia oral y presentaci\\u00f3n tipo p\\u00f3ster, con participaci\\u00f3n libre y gratuita.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las contribuciones aceptadas se publicar\\u00e1n en las Memorias Digitales con ISSN de la jornada, fortaleciendo la divulgaci\\u00f3n cient\\u00edfica y la apropiaci\\u00f3n social del conocimiento ambiental.<\\/p>\\r\\n<h4 style=\\\"padding-left: 40px;\\\">Ejes tem\\u00e1ticos<\\/h4>\\r\\n<ul style=\\\"margin: 0; padding-left: 60px; list-style-type: disc; color: #000000; font-size: 14px; line-height: 1.5;\\\">\\r\\n<li style=\\\"color: #000000;\\\">Tecnolog\\u00edas emergentes y modelos sostenibles de producci\\u00f3n.<\\/li>\\r\\n<li style=\\\"color: #000000;\\\">Biodiversidad, cambio clim\\u00e1tico y gesti\\u00f3n territorial.<\\/li>\\r\\n<li style=\\\"color: #000000;\\\">Gobernanza ambiental y educaci\\u00f3n para la sostenibilidad.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<!-- Separador visual -->\\r\\n<h2 style=\\\"text-align: justify;\\\">{loadmoduleid 134}<\\/h2>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 537.575px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.081%;\\\"><col style=\\\"width: 64.919%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 516.775px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.775px; vertical-align: top;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin-top: auto; margin-bottom: auto;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"352\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 4ta Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.775px;\\\">\\r\\n<p style=\\\"text-align: justify;\\\">En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: justify;\\\">Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de g<span style=\\\"font-size: 1rem;\\\">esti\\u00f3n territorial y gesti\\u00f3n del riesgo, t<\\/span><span style=\\\"font-size: 1rem;\\\">ransici\\u00f3n energ\\u00e9tica, S<\\/span><span style=\\\"font-size: 1rem;\\\">istemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, <\\/span><span style=\\\"font-size: 1rem;\\\">Pol\\u00edtica y gobernanza ambiental, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del recurso suelo, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n territorial, <\\/span><span style=\\\"font-size: 1rem;\\\">Educaci\\u00f3n Ambiental<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); vertical-align: top; height: 20.8px;\\\" colspan=\\\"2\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>{loadmoduleid 123}<\\/h2>\\r\\n<h2>3a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoqu\\u00eda Colombiana<\\/em>\\u00a0<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 97.9048%; height: 589px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.4471%;\\\"><col style=\\\"width: 64.5529%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 353.969px;\\\">\\r\\n<td style=\\\"height: 589px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\\\" width=\\\"358\\\" height=\\\"592\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 3ra Jornada de Ciencias Ambientales 1.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 353.969px; border-color: rgb(255, 255, 255);\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta ocasi\\u00f3n la tercera Jornada de Ciencias Ambientales se realiz\\u00f3 en Modalidad Virtual debido a las precauciones\\u00a0 tomadas ante el COVID-19. Para est\\u00e1 edici\\u00f3n se presentaron 46 ponencias orales, de representantes de la Universidad de los\\u00a0 Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas Garc\\u00eda (Polic\\u00eda Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nari\\u00f1o y la Instituci\\u00f3n Educativa Luis Carlos Gal\\u00e1n Sarmiento (Puerto Gait\\u00e1n).<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las tem\\u00e1ticas abordadas durante la jornada fueron: educaci\\u00f3n ambiental, estrategias de adaptaci\\u00f3n y mitigaci\\u00f3n al cambio clim\\u00e1tico, gesti\\u00f3n de cuencas hidrogr\\u00e1ficas, gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos, gesti\\u00f3n del recurso suelo, gesti\\u00f3n territorial, pol\\u00edtica y gobernanza ambiental y sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia.\\u00a0<\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\">Se resalta la participaci\\u00f3n sincr\\u00f3nica de 74 asistentes durante el horario de presentaciones de la jornada virtual.<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 235.031px;\\\">\\r\\n<td style=\\\"height: 235.031px; border-color: rgb(255, 255, 255);\\\"><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Eventos\\/Imagen%203Ra%20JCA_Banner%20Para%20pagina.png\\\" width=\\\"615\\\" height=\\\"136\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Imagen 3Ra JCA_Banner Para pagina.png\\\"><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>2a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 98.4762%; height: 547.338px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 42.1289%;\\\"><col style=\\\"width: 57.9128%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 339.15px;\\\">\\r\\n<td style=\\\"height: 547.338px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/2da%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"360\\\" height=\\\"540\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/2da Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 339.15px; text-align: justify; padding-left: 40px; vertical-align: top; border-color: rgb(255, 255, 255);\\\">\\r\\n<p>En esta segunda edici\\u00f3n de la Jornada de Ciencias Ambientales, cont\\u00f3 con la participaci\\u00f3n de 249 asistentes\\u00a0 y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad p\\u00f3ster. En esta jornada se destaca la presentaci\\u00f3n de trabajos en las tem\\u00e1ticas de educaci\\u00f3n ambiental, contaminaci\\u00f3n ambiental y gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos\\u00a0 y la participaci\\u00f3n de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nari\\u00f1o, Universidad Nacional,<span style=\\\"mso-spacerun: yes;\\\">\\u00a0 <\\/span><span style=\\\"font-size: 1rem;\\\">Pontificia Universidad Javeriana, Corporaci\\u00f3n Universitaria Minuto de Dios, Instituci\\u00f3n Educativa Rural Vanguardia y la Instituci\\u00f3n Educativa Colegio San Francisco de As\\u00eds.<\\/span>\\u00a0<\\/p>\\r\\n<p>{loadmoduleid 133}<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 208.188px;\\\">\\r\\n<td style=\\\"height: 208.188px; border-color: rgb(255, 255, 255);\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>1ra Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: left; line-height: 1;\\\"><em>Iniciativas Ambientales en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 541.35px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 33.2802%;\\\"><col style=\\\"width: 66.7528%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 275.125px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 541.35px;\\\" rowspan=\\\"2\\\">\\r\\n<h3><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/WhatsApp%20Image%202025-02-27%20at%2010.38.58%20AM.jpeg\\\" width=\\\"351\\\" height=\\\"510\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/WhatsApp Image 2025-02-27 at 10.38.58 AM.jpeg\\\"><\\/h3>\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 275.125px;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana \\u2013 ICAOC, con su primera Jornada de Ciencias Ambientales, comparti\\u00f3 con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta Jornada cont\\u00f3 con la presentaci\\u00f3n de 89 trabajos en modalidad oral y p\\u00f3ster, enmarcardos en los diferentes ejes tem\\u00e1ticos,\\u00a0 contando con una amplia participaci\\u00f3n en las \\u00e1reas de contaminaci\\u00f3n ambiental, gesti\\u00f3n de la Biodiversidad y servicios ecosist\\u00e9micos.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta primera jornada contamos con la participaci\\u00f3n de investigadores de la Universidad de los Llanos<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 266.225px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 266.225px; text-align: center; vertical-align: top;\\\">\\r\\n<h3><em>{loadmoduleid 132}<\\/em><\\/h3>\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":17,\"created\":\"2025-07-23 17:30:49\",\"created_by\":\"46\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 03:38:29\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-27 03:29:29\",\"publish_up\":\"2025-07-23 17:30:49\",\"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\":110,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":187,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(688,'com_content.article.25','','2025-11-27 03:40:32',46,14471,'85588e3247ac93eec1f794fb9a53108e93260b48','{\"id\":\"25\",\"asset_id\":156,\"title\":\"Eventos \",\"alias\":\"eventos\",\"introtext\":\"<h1>Jornada de Ciencias Ambientales\\u00a0<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2>5a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Innovaci\\u00f3n para la sostenibilidad<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: #ffffff; border-color: #ffffff;\\\" border=\\\"1\\\"><colgroup> <col style=\\\"width: 35%;\\\"> <col style=\\\"width: 65%;\\\"> <\\/colgroup>\\r\\n<tbody>\\r\\n<tr><!-- Imagen principal -->\\r\\n<td style=\\\"vertical-align: top; border-color: #ffffff;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; max-width: 100%; height: auto;\\\" src=\\\"images\\/Eventos\\/VJCA2025.jpg\\\" alt=\\\"V Jornada de Ciencias Ambientales - Innovaci\\u00f3n para la sostenibilidad\\\" width=\\\"360\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/VJCA2025.jpg\\\"><\\/td>\\r\\n<!-- Texto descriptivo -->\\r\\n<td style=\\\"border-color: #ffffff; vertical-align: top;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">La quinta edici\\u00f3n de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevar\\u00e1 a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Este evento bianual busca promover el di\\u00e1logo y la construcci\\u00f3n colectiva, integrando ciencia, tecnolog\\u00eda y gesti\\u00f3n ambiental para afrontar los desaf\\u00edos de sostenibilidad en la regi\\u00f3n y el pa\\u00eds. Se desarrollar\\u00e1 bajo las modalidades de ponencia oral y presentaci\\u00f3n tipo p\\u00f3ster, con participaci\\u00f3n libre y gratuita.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las contribuciones aceptadas se publicar\\u00e1n en las Memorias Digitales con ISSN de la jornada, fortaleciendo la divulgaci\\u00f3n cient\\u00edfica y la apropiaci\\u00f3n social del conocimiento ambiental.<\\/p>\\r\\n<h4 style=\\\"padding-left: 40px;\\\">Ejes tem\\u00e1ticos<\\/h4>\\r\\n<ul style=\\\"margin: 0; padding-left: 60px; list-style-type: disc; color: #000000; font-size: 14px; line-height: 1.5;\\\">\\r\\n<li style=\\\"color: #000000;\\\">Tecnolog\\u00edas emergentes y modelos sostenibles de producci\\u00f3n.<\\/li>\\r\\n<li style=\\\"color: #000000;\\\">Biodiversidad, cambio clim\\u00e1tico y gesti\\u00f3n territorial.<\\/li>\\r\\n<li style=\\\"color: #000000;\\\">Gobernanza ambiental y educaci\\u00f3n para la sostenibilidad.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<!-- Separador visual -->\\r\\n<h2 style=\\\"text-align: justify;\\\">{loadmoduleid 134}<\\/h2>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 537.575px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.081%;\\\"><col style=\\\"width: 64.919%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 516.775px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.775px; vertical-align: top;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin-top: auto; margin-bottom: auto;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"352\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 4ta Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.775px;\\\">\\r\\n<p style=\\\"text-align: justify;\\\">En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: justify;\\\">Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de g<span style=\\\"font-size: 1rem;\\\">esti\\u00f3n territorial y gesti\\u00f3n del riesgo, t<\\/span><span style=\\\"font-size: 1rem;\\\">ransici\\u00f3n energ\\u00e9tica, S<\\/span><span style=\\\"font-size: 1rem;\\\">istemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, <\\/span><span style=\\\"font-size: 1rem;\\\">Pol\\u00edtica y gobernanza ambiental, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del recurso suelo, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n territorial, <\\/span><span style=\\\"font-size: 1rem;\\\">Educaci\\u00f3n Ambiental<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); vertical-align: top; height: 20.8px;\\\" colspan=\\\"2\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>{loadmoduleid 123}<\\/h2>\\r\\n<h2>3a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoqu\\u00eda Colombiana<\\/em>\\u00a0<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 97.9048%; height: 589px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.4471%;\\\"><col style=\\\"width: 64.5529%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 353.969px;\\\">\\r\\n<td style=\\\"height: 589px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\\\" width=\\\"358\\\" height=\\\"592\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 3ra Jornada de Ciencias Ambientales 1.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 353.969px; border-color: rgb(255, 255, 255);\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta ocasi\\u00f3n la tercera Jornada de Ciencias Ambientales se realiz\\u00f3 en Modalidad Virtual debido a las precauciones\\u00a0 tomadas ante el COVID-19. Para est\\u00e1 edici\\u00f3n se presentaron 46 ponencias orales, de representantes de la Universidad de los\\u00a0 Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas Garc\\u00eda (Polic\\u00eda Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nari\\u00f1o y la Instituci\\u00f3n Educativa Luis Carlos Gal\\u00e1n Sarmiento (Puerto Gait\\u00e1n).<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las tem\\u00e1ticas abordadas durante la jornada fueron: educaci\\u00f3n ambiental, estrategias de adaptaci\\u00f3n y mitigaci\\u00f3n al cambio clim\\u00e1tico, gesti\\u00f3n de cuencas hidrogr\\u00e1ficas, gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos, gesti\\u00f3n del recurso suelo, gesti\\u00f3n territorial, pol\\u00edtica y gobernanza ambiental y sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia.\\u00a0<\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\">Se resalta la participaci\\u00f3n sincr\\u00f3nica de 74 asistentes durante el horario de presentaciones de la jornada virtual.<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 235.031px;\\\">\\r\\n<td style=\\\"height: 235.031px; border-color: rgb(255, 255, 255);\\\"><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Eventos\\/Imagen%203Ra%20JCA_Banner%20Para%20pagina.png\\\" width=\\\"615\\\" height=\\\"136\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Imagen 3Ra JCA_Banner Para pagina.png\\\"><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>2a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 98.4762%; height: 547.338px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 42.1289%;\\\"><col style=\\\"width: 57.9128%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 339.15px;\\\">\\r\\n<td style=\\\"height: 547.338px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/2da%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"360\\\" height=\\\"540\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/2da Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 339.15px; text-align: justify; padding-left: 40px; vertical-align: top; border-color: rgb(255, 255, 255);\\\">\\r\\n<p>En esta segunda edici\\u00f3n de la Jornada de Ciencias Ambientales, cont\\u00f3 con la participaci\\u00f3n de 249 asistentes\\u00a0 y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad p\\u00f3ster. En esta jornada se destaca la presentaci\\u00f3n de trabajos en las tem\\u00e1ticas de educaci\\u00f3n ambiental, contaminaci\\u00f3n ambiental y gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos\\u00a0 y la participaci\\u00f3n de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nari\\u00f1o, Universidad Nacional,<span style=\\\"mso-spacerun: yes;\\\">\\u00a0 <\\/span><span style=\\\"font-size: 1rem;\\\">Pontificia Universidad Javeriana, Corporaci\\u00f3n Universitaria Minuto de Dios, Instituci\\u00f3n Educativa Rural Vanguardia y la Instituci\\u00f3n Educativa Colegio San Francisco de As\\u00eds.<\\/span>\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 208.188px;\\\">\\r\\n<td style=\\\"height: 208.188px; border-color: rgb(255, 255, 255);\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>{loadmoduleid 133}<\\/h2>\\r\\n<h2>1ra Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: left; line-height: 1;\\\"><em>Iniciativas Ambientales en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 589.725px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 33.2802%;\\\"><col style=\\\"width: 66.7528%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 299.7px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 589.725px;\\\" rowspan=\\\"2\\\">\\r\\n<h3><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/WhatsApp%20Image%202025-02-27%20at%2010.38.58%20AM.jpeg\\\" width=\\\"351\\\" height=\\\"510\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/WhatsApp Image 2025-02-27 at 10.38.58 AM.jpeg\\\"><\\/h3>\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 299.7px;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana \\u2013 ICAOC, con su primera Jornada de Ciencias Ambientales, comparti\\u00f3 con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta Jornada cont\\u00f3 con la presentaci\\u00f3n de 89 trabajos en modalidad oral y p\\u00f3ster, enmarcardos en los diferentes ejes tem\\u00e1ticos,\\u00a0 contando con una amplia participaci\\u00f3n en las \\u00e1reas de contaminaci\\u00f3n ambiental, gesti\\u00f3n de la Biodiversidad y servicios ecosist\\u00e9micos.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta primera jornada contamos con la participaci\\u00f3n de investigadores de la Universidad de los Llanos<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 290.025px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 290.025px; text-align: center; vertical-align: top;\\\">\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h3><em>{loadmoduleid 132}<\\/em><\\/h3>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":17,\"created\":\"2025-07-23 17:30:49\",\"created_by\":\"46\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 03:40:32\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-27 03:38:29\",\"publish_up\":\"2025-07-23 17:30:49\",\"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\":111,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":189,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(689,'com_content.article.25','','2025-11-27 03:45:30',46,14511,'ec9428ef13f7302c90c46423336c0cb30f44beb7','{\"id\":\"25\",\"asset_id\":156,\"title\":\"Eventos \",\"alias\":\"eventos\",\"introtext\":\"<h1>Jornada de Ciencias Ambientales\\u00a0<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La Jornada de Ciencias Ambientales tiene como objetivo principal generar espacios de transferencia de conocimiento, participaci\\u00f3n y cooperaci\\u00f3n entre la academia, el gobierno y la sociedad, que permitan afrontar articuladamente los desaf\\u00edos actuales de la regi\\u00f3n y del pa\\u00eds. Este evento se desarrolla de forma bianual desde el a\\u00f1o 2017.<\\/p>\\r\\n<h2>5a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Innovaci\\u00f3n para la sostenibilidad<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: #ffffff; border-color: #ffffff;\\\" border=\\\"1\\\"><colgroup> <col style=\\\"width: 35%;\\\"> <col style=\\\"width: 65%;\\\"> <\\/colgroup>\\r\\n<tbody>\\r\\n<tr><!-- Imagen principal -->\\r\\n<td style=\\\"vertical-align: top; border-color: #ffffff;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block; max-width: 100%; height: auto;\\\" src=\\\"images\\/Eventos\\/VJCA2025.jpg\\\" alt=\\\"V Jornada de Ciencias Ambientales - Innovaci\\u00f3n para la sostenibilidad\\\" width=\\\"360\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/VJCA2025.jpg\\\"><\\/td>\\r\\n<!-- Texto descriptivo -->\\r\\n<td style=\\\"border-color: #ffffff; vertical-align: top;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">La quinta edici\\u00f3n de la Jornada de Ciencias Ambientales, organizada por el Instituto de Ciencias Ambientales de la Orinoquia Colombiana (ICAOC) de la Universidad de los Llanos, se llevar\\u00e1 a cabo el 12 de septiembre de 2025 en la Sede Barcelona, Villavicencio, Colombia.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Este evento bianual busca promover el di\\u00e1logo y la construcci\\u00f3n colectiva, integrando ciencia, tecnolog\\u00eda y gesti\\u00f3n ambiental para afrontar los desaf\\u00edos de sostenibilidad en la regi\\u00f3n y el pa\\u00eds. Se desarrollar\\u00e1 bajo las modalidades de ponencia oral y presentaci\\u00f3n tipo p\\u00f3ster, con participaci\\u00f3n libre y gratuita.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las contribuciones aceptadas se publicar\\u00e1n en las Memorias Digitales con ISSN de la jornada, fortaleciendo la divulgaci\\u00f3n cient\\u00edfica y la apropiaci\\u00f3n social del conocimiento ambiental.<\\/p>\\r\\n<h4 style=\\\"padding-left: 40px;\\\">Ejes tem\\u00e1ticos<\\/h4>\\r\\n<ul style=\\\"margin: 0; padding-left: 60px; list-style-type: disc; color: #000000; font-size: 14px; line-height: 1.5;\\\">\\r\\n<li style=\\\"color: #000000; margin-bottom: 8px;\\\">Tecnolog\\u00edas emergentes y modelos sostenibles de producci\\u00f3n.<\\/li>\\r\\n<li style=\\\"color: #000000; margin-bottom: 8px;\\\">Biodiversidad, cambio clim\\u00e1tico y gesti\\u00f3n territorial.<\\/li>\\r\\n<li style=\\\"color: #000000;\\\">Gobernanza ambiental y educaci\\u00f3n para la sostenibilidad.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<!-- Separador visual -->\\r\\n<h2 style=\\\"text-align: justify;\\\">{loadmoduleid 134}<\\/h2>\\r\\n<h2 style=\\\"text-align: justify;\\\">4a Jornada de Ciencias ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: justify;\\\"><em>Nuevos Restos Ambientales para la Regi\\u00f3n Orinoqu\\u00eda y el Pa\\u00ed<\\/em>s<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 537.575px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.081%;\\\"><col style=\\\"width: 64.919%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 516.775px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.775px; vertical-align: top;\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin-top: auto; margin-bottom: auto;\\\" src=\\\"images\\/Eventos\\/Banner%204ta%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"352\\\" height=\\\"512\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 4ta Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 516.775px;\\\">\\r\\n<p style=\\\"text-align: justify;\\\">En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental.\\u00a0<\\/p>\\r\\n<p class=\\\"MsoNormal\\\" style=\\\"text-align: justify;\\\">Se presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de g<span style=\\\"font-size: 1rem;\\\">esti\\u00f3n territorial y gesti\\u00f3n del riesgo, t<\\/span><span style=\\\"font-size: 1rem;\\\">ransici\\u00f3n energ\\u00e9tica, S<\\/span><span style=\\\"font-size: 1rem;\\\">istemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, <\\/span><span style=\\\"font-size: 1rem;\\\">Pol\\u00edtica y gobernanza ambiental, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n del recurso suelo, <\\/span><span style=\\\"font-size: 1rem;\\\">Gesti\\u00f3n territorial, <\\/span><span style=\\\"font-size: 1rem;\\\">Educaci\\u00f3n Ambiental<\\/span><\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.8px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); vertical-align: top; height: 20.8px;\\\" colspan=\\\"2\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>{loadmoduleid 123}<\\/h2>\\r\\n<h2>3a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoqu\\u00eda Colombiana<\\/em>\\u00a0<\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 97.9048%; height: 589px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 35.4471%;\\\"><col style=\\\"width: 64.5529%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 353.969px;\\\">\\r\\n<td style=\\\"height: 589px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/Banner%203ra%20Jornada%20de%20Ciencias%20Ambientales%201.jpg\\\" width=\\\"358\\\" height=\\\"592\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Banner 3ra Jornada de Ciencias Ambientales 1.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 353.969px; border-color: rgb(255, 255, 255);\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta ocasi\\u00f3n la tercera Jornada de Ciencias Ambientales se realiz\\u00f3 en Modalidad Virtual debido a las precauciones\\u00a0 tomadas ante el COVID-19. Para est\\u00e1 edici\\u00f3n se presentaron 46 ponencias orales, de representantes de la Universidad de los\\u00a0 Llanos Universidad de Cundinamarca, Escuela de Carabineros Eduardo Cuevas Garc\\u00eda (Polic\\u00eda Nacional), Universidad Santo Tomas, Universidad de La Salle, Universidad Antonio Nari\\u00f1o y la Instituci\\u00f3n Educativa Luis Carlos Gal\\u00e1n Sarmiento (Puerto Gait\\u00e1n).<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">Las tem\\u00e1ticas abordadas durante la jornada fueron: educaci\\u00f3n ambiental, estrategias de adaptaci\\u00f3n y mitigaci\\u00f3n al cambio clim\\u00e1tico, gesti\\u00f3n de cuencas hidrogr\\u00e1ficas, gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos, gesti\\u00f3n del recurso suelo, gesti\\u00f3n territorial, pol\\u00edtica y gobernanza ambiental y sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia.\\u00a0<\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\">Se resalta la participaci\\u00f3n sincr\\u00f3nica de 74 asistentes durante el horario de presentaciones de la jornada virtual.<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 235.031px;\\\">\\r\\n<td style=\\\"height: 235.031px; border-color: rgb(255, 255, 255);\\\"><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Eventos\\/Imagen%203Ra%20JCA_Banner%20Para%20pagina.png\\\" width=\\\"615\\\" height=\\\"136\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/Imagen 3Ra JCA_Banner Para pagina.png\\\"><\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>2a Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3><em>Avanzando en la construcci\\u00f3n ambiental en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 98.4762%; height: 547.338px; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255);\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 42.1289%;\\\"><col style=\\\"width: 57.9128%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 339.15px;\\\">\\r\\n<td style=\\\"height: 547.338px; vertical-align: top; border-color: rgb(255, 255, 255);\\\" rowspan=\\\"2\\\"><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/2da%20Jornada%20de%20Ciencias%20Ambientales.jpg\\\" width=\\\"360\\\" height=\\\"540\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/2da Jornada de Ciencias Ambientales.jpg\\\"><\\/td>\\r\\n<td style=\\\"height: 339.15px; text-align: justify; padding-left: 40px; vertical-align: top; border-color: rgb(255, 255, 255);\\\">\\r\\n<p>En esta segunda edici\\u00f3n de la Jornada de Ciencias Ambientales, cont\\u00f3 con la participaci\\u00f3n de 249 asistentes\\u00a0 y se presentaron 49 trabajos. Se realizaron tres ponencias magistrales, quince ponencias orales y fueron presentados 31 trabajos en modalidad p\\u00f3ster. En esta jornada se destaca la presentaci\\u00f3n de trabajos en las tem\\u00e1ticas de educaci\\u00f3n ambiental, contaminaci\\u00f3n ambiental y gesti\\u00f3n de la biodiversidad y servicios ecosist\\u00e9micos\\u00a0 y la participaci\\u00f3n de representantes de la Universidad de los Llanos, la Universidad Santo Tomas, Universidad Panamericana, Universidad Antonio Nari\\u00f1o, Universidad Nacional,<span style=\\\"mso-spacerun: yes;\\\">\\u00a0 <\\/span><span style=\\\"font-size: 1rem;\\\">Pontificia Universidad Javeriana, Corporaci\\u00f3n Universitaria Minuto de Dios, Instituci\\u00f3n Educativa Rural Vanguardia y la Instituci\\u00f3n Educativa Colegio San Francisco de As\\u00eds.<\\/span>\\u00a0<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 208.188px;\\\">\\r\\n<td style=\\\"height: 208.188px; border-color: rgb(255, 255, 255);\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h2>{loadmoduleid 133}<\\/h2>\\r\\n<h2>1ra Jornada de Ciencias Ambientales<\\/h2>\\r\\n<h3 style=\\\"text-align: left; line-height: 1;\\\"><em>Iniciativas Ambientales en la Orinoquia Colombiana<\\/em><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 100%; border-width: 1px; background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); height: 589.725px;\\\" border=\\\"1\\\"><colgroup><col style=\\\"width: 33.2802%;\\\"><col style=\\\"width: 66.7528%;\\\"><\\/colgroup>\\r\\n<tbody>\\r\\n<tr style=\\\"height: 299.7px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 589.725px;\\\" rowspan=\\\"2\\\">\\r\\n<h3><img class=\\\"effectck-steve\\\" style=\\\"margin: auto; display: block;\\\" src=\\\"images\\/Eventos\\/WhatsApp%20Image%202025-02-27%20at%2010.38.58%20AM.jpeg\\\" width=\\\"351\\\" height=\\\"510\\\" loading=\\\"lazy\\\" data-path=\\\"local-images:\\/Eventos\\/WhatsApp Image 2025-02-27 at 10.38.58 AM.jpeg\\\"><\\/h3>\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<\\/td>\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 299.7px;\\\">\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">El Instituto de Ciencias Ambientales de la Orinoquia Colombiana \\u2013 ICAOC, con su primera Jornada de Ciencias Ambientales, comparti\\u00f3 con sus pares regionales las Iniciativas Ambientales que se han adelantado y las nuevas propuestas de trabajo para desarrollo de la Orinoquia colombiana.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta Jornada cont\\u00f3 con la presentaci\\u00f3n de 89 trabajos en modalidad oral y p\\u00f3ster, enmarcardos en los diferentes ejes tem\\u00e1ticos,\\u00a0 contando con una amplia participaci\\u00f3n en las \\u00e1reas de contaminaci\\u00f3n ambiental, gesti\\u00f3n de la Biodiversidad y servicios ecosist\\u00e9micos.<\\/p>\\r\\n<p style=\\\"text-align: justify; padding-left: 40px;\\\">En esta primera jornada contamos con la participaci\\u00f3n de investigadores de la Universidad de los Llanos<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 290.025px;\\\">\\r\\n<td style=\\\"border-color: rgb(255, 255, 255); height: 290.025px; text-align: center; vertical-align: top;\\\">\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<h3>\\u00a0<\\/h3>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h3><em>{loadmoduleid 132}<\\/em><\\/h3>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":17,\"created\":\"2025-07-23 17:30:49\",\"created_by\":\"46\",\"created_by_alias\":\"\",\"modified\":\"2025-11-27 03:45:30\",\"modified_by\":46,\"checked_out\":46,\"checked_out_time\":\"2025-11-27 03:43:37\",\"publish_up\":\"2025-07-23 17:30:49\",\"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\":113,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":191,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0);
/*!40000 ALTER TABLE `jnx5e_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_languages`
--

DROP TABLE IF EXISTS `jnx5e_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_languages`
--

LOCK TABLES `jnx5e_languages` WRITE;
/*!40000 ALTER TABLE `jnx5e_languages` DISABLE KEYS */;
INSERT INTO `jnx5e_languages` VALUES (1,0,'en-GB','English (en-GB)','English (United Kingdom)','en','en_gb','','','','',1,1,2),(2,100,'es-ES','Spanish (es-ES)','Español (España)','es','es_es','',NULL,'','',0,1,1);
/*!40000 ALTER TABLE `jnx5e_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_mail_templates`
--

DROP TABLE IF EXISTS `jnx5e_mail_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_mail_templates`
--

LOCK TABLES `jnx5e_mail_templates` WRITE;
/*!40000 ALTER TABLE `jnx5e_mail_templates` DISABLE KEYS */;
INSERT INTO `jnx5e_mail_templates` VALUES ('com_actionlogs.notification','com_actionlogs','','COM_ACTIONLOGS_EMAIL_SUBJECT','COM_ACTIONLOGS_EMAIL_BODY','COM_ACTIONLOGS_EMAIL_HTMLBODY','','{\"tags\":[\"messages\",\"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_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_task_privacyconsent.request.reminder','plg_task_privacyconsent','','PLG_TASK_PRIVACYCONSENT_EMAIL_REMIND_SUBJECT','PLG_TASK_PRIVACYCONSENT_EMAIL_REMIND_BODY','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('plg_task_updatenotification.mail','plg_task_updatenotification','','PLG_TASK_UPDATENOTIFICATION_EMAIL_SUBJECT','PLG_TASK_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 `jnx5e_mail_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_menu`
--

DROP TABLE IF EXISTS `jnx5e_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=229 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_menu`
--

LOCK TABLES `jnx5e_menu` WRITE;
/*!40000 ALTER TABLE `jnx5e_menu` DISABLE KEYS */;
INSERT INTO `jnx5e_menu` VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,NULL,NULL,0,0,'',0,'',0,195,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,'',79,88,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,'',80,81,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,'',82,83,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,'',91,96,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,'',92,93,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,'',94,95,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,'',97,106,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,'',107,108,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,'',89,90,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,'',84,85,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,'',86,87,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,'',98,99,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,'',100,101,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,'',102,103,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,'',104,105,0,'*',1,NULL,NULL),(101,'mainmenu','Inicio','home','','home','index.php?option=com_gantry5&view=custom','component',1,1,1,255,NULL,NULL,0,1,' ',13,'{\"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-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\",\"gantry-icon\":\"fa fa-home\"}',11,12,1,'*',0,NULL,NULL),(102,'main','COM_GANTRY5','com-gantry5','','com-gantry5','index.php?option=com_gantry5','component',1,1,1,255,NULL,NULL,0,1,'class:component',0,'{}',109,114,0,'',1,NULL,NULL),(103,'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,102,2,255,NULL,NULL,0,1,'class:component',0,'{}',110,111,0,'',1,NULL,NULL),(104,'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,102,2,255,NULL,NULL,0,1,'class:component',0,'{}',112,113,0,'',1,NULL,NULL),(105,'main','COM_DJIMAGESLIDER','com-djimageslider','','com-djimageslider','index.php?option=com_djimageslider','component',1,1,1,258,NULL,NULL,0,1,'components/com_djimageslider/assets/icon-16-djimageslider.png',0,'{}',115,122,0,'',1,NULL,NULL),(106,'main','COM_DJIMAGESLIDER_SUBMENU_CPANEL','com-djimageslider-submenu-cpanel','','com-djimageslider/com-djimageslider-submenu-cpanel','index.php?option=com_djimageslider&view=cpanel','component',1,105,2,258,NULL,NULL,0,1,'class:com_djimageslider-cpanel',0,'{}',116,117,0,'',1,NULL,NULL),(107,'main','COM_DJIMAGESLIDER_SUBMENU_SLIDES','com-djimageslider-submenu-slides','','com-djimageslider/com-djimageslider-submenu-slides','index.php?option=com_djimageslider&view=items','component',1,105,2,258,NULL,NULL,0,1,'class:com_djimageslider-items',0,'{}',118,119,0,'',1,NULL,NULL),(108,'main','COM_DJIMAGESLIDER_SUBMENU_CATEGORIES','com-djimageslider-submenu-categories','','com-djimageslider/com-djimageslider-submenu-categories','index.php?option=com_categories&extension=com_djimageslider','component',1,105,2,258,NULL,NULL,0,1,'class:dj-imageslider-cat',0,'{}',120,121,0,'',1,NULL,NULL),(117,'mainmenu','Prueba phoca','prueba','','prueba','index.php?option=com_phocadownload&view=category&id=1','component',0,1,1,274,NULL,NULL,0,1,' ',12,'{\"show_pagination\":\"1\",\"show_pagination_limit\":\"1\",\"show_ordering_files\":\"1\",\"file_ordering\":\"\",\"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\":\"[]\"}',57,58,0,'*',0,NULL,NULL),(131,'mainmenu','prueba 2','prueba-2','','prueba-2','index.php?option=com_content&view=article&id=1','component',0,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\":\"[]\"}',59,60,0,'*',0,NULL,NULL),(132,'mainmenu','prueba menu vertical','prueba-menu-vertical','','prueba-menu-vertical','index.php?option=com_content&view=article&id=2','component',0,1,1,19,NULL,NULL,0,1,' ',14,'{\"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\":\"[]\"}',61,62,0,'*',0,NULL,NULL),(134,'menu-vertical','Buscar','buscar','','buscar','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\":\"[]\"}',123,124,0,'*',0,NULL,NULL),(144,'main','COM_PHOCADOWNLOAD','com-phocadownload','','com-phocadownload','index.php?option=com_phocadownload','component',1,1,1,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu.png',0,'{}',125,150,0,'',1,NULL,NULL),(145,'main','COM_PHOCADOWNLOAD_CONTROLPANEL','com-phocadownload-controlpanel','','com-phocadownload/com-phocadownload-controlpanel','index.php?option=com_phocadownload','component',1,144,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-control-panel.png',0,'{}',126,127,0,'',1,NULL,NULL),(146,'main','COM_PHOCADOWNLOAD_FILES','com-phocadownload-files','','com-phocadownload/com-phocadownload-files','index.php?option=com_phocadownload&view=phocadownloadfiles','component',1,144,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-files.png',0,'{}',128,129,0,'',1,NULL,NULL),(147,'main','COM_PHOCADOWNLOAD_CATEGORIES','com-phocadownload-categories','','com-phocadownload/com-phocadownload-categories','index.php?option=com_phocadownload&view=phocadownloadcats','component',1,144,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-category.png',0,'{}',130,131,0,'',1,NULL,NULL),(148,'main','COM_PHOCADOWNLOAD_LICENSES','com-phocadownload-licenses','','com-phocadownload/com-phocadownload-licenses','index.php?option=com_phocadownload&view=phocadownloadlics','component',1,144,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-lic.png',0,'{}',132,133,0,'',1,NULL,NULL),(149,'main','COM_PHOCADOWNLOAD_STATISTICS','com-phocadownload-statistics','','com-phocadownload/com-phocadownload-statistics','index.php?option=com_phocadownload&view=phocadownloadstat','component',1,144,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-stat.png',0,'{}',134,135,0,'',1,NULL,NULL),(150,'main','COM_PHOCADOWNLOAD_DOWNLOADS','com-phocadownload-downloads','','com-phocadownload/com-phocadownload-downloads','index.php?option=com_phocadownload&view=phocadownloaddownloads','component',1,144,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-downloads.png',0,'{}',136,137,0,'',1,NULL,NULL),(151,'main','COM_PHOCADOWNLOAD_UPLOADS','com-phocadownload-uploads','','com-phocadownload/com-phocadownload-uploads','index.php?option=com_phocadownload&view=phocadownloaduploads','component',1,144,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-uploads.png',0,'{}',138,139,0,'',1,NULL,NULL),(152,'main','COM_PHOCADOWNLOAD_FILE_RATING','com-phocadownload-file-rating','','com-phocadownload/com-phocadownload-file-rating','index.php?option=com_phocadownload&view=phocadownloadrafile','component',1,144,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-vote-file.png',0,'{}',140,141,0,'',1,NULL,NULL),(153,'main','COM_PHOCADOWNLOAD_TAGS','com-phocadownload-tags','','com-phocadownload/com-phocadownload-tags','index.php?option=com_phocadownload&view=phocadownloadtags','component',1,144,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-tags.png',0,'{}',142,143,0,'',1,NULL,NULL),(154,'main','COM_PHOCADOWNLOAD_STYLES','com-phocadownload-styles','','com-phocadownload/com-phocadownload-styles','index.php?option=com_phocadownload&view=phocadownloadstyles','component',1,144,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-style.png',0,'{}',144,145,0,'',1,NULL,NULL),(155,'main','COM_PHOCADOWNLOAD_LOGGING','com-phocadownload-logging','','com-phocadownload/com-phocadownload-logging','index.php?option=com_phocadownload&view=phocadownloadlogs','component',1,144,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-logs.png',0,'{}',146,147,0,'',1,NULL,NULL),(156,'main','COM_PHOCADOWNLOAD_INFO','com-phocadownload-info','','com-phocadownload/com-phocadownload-info','index.php?option=com_phocadownload&view=phocadownloadinfo','component',1,144,2,274,NULL,NULL,0,1,'media/com_phocadownload/images/administrator/icon-16-pdl-menu-info.png',0,'{}',148,149,0,'',1,NULL,NULL),(157,'main','COM_DPCALENDAR','com-dpcalendar','','com-dpcalendar','index.php?option=com_dpcalendar&view=cpanel','component',1,1,1,269,NULL,NULL,0,1,'class:component',0,'{}',151,166,0,'',1,NULL,NULL),(158,'main','COM_DPCALENDAR_SUBMENU_CPANEL','com-dpcalendar-submenu-cpanel','','com-dpcalendar/com-dpcalendar-submenu-cpanel','index.php?option=com_dpcalendar&view=cpanel','component',1,157,2,269,NULL,NULL,0,1,'class:component',0,'{}',152,153,0,'',1,NULL,NULL),(159,'main','COM_DPCALENDAR_SUBMENU_EVENTS','com-dpcalendar-submenu-events','','com-dpcalendar/com-dpcalendar-submenu-events','index.php?option=com_dpcalendar&view=events','component',1,157,2,269,NULL,NULL,0,1,'class:component',0,'{}',154,155,0,'',1,NULL,NULL),(160,'main','COM_DPCALENDAR_SUBMENU_CALENDARS','com-dpcalendar-submenu-calendars','','com-dpcalendar/com-dpcalendar-submenu-calendars','index.php?option=com_categories&extension=com_dpcalendar','component',1,157,2,269,NULL,NULL,0,1,'class:component',0,'{}',156,157,0,'',1,NULL,NULL),(161,'main','COM_DPCALENDAR_SUBMENU_LOCATIONS','com-dpcalendar-submenu-locations','','com-dpcalendar/com-dpcalendar-submenu-locations','index.php?option=com_dpcalendar&view=locations','component',1,157,2,269,NULL,NULL,0,1,'class:component',0,'{}',158,159,0,'',1,NULL,NULL),(162,'main','JGLOBAL_FIELDS','jglobal-fields','','com-dpcalendar/jglobal-fields','index.php?option=com_fields&context=com_dpcalendar.event','component',1,157,2,269,NULL,NULL,0,1,'class:component',0,'{}',160,161,0,'',1,NULL,NULL),(163,'main','JGLOBAL_FIELD_GROUPS','jglobal-field-groups','','com-dpcalendar/jglobal-field-groups','index.php?option=com_fields&view=groups&context=com_dpcalendar.event','component',1,157,2,269,NULL,NULL,0,1,'class:component',0,'{}',162,163,0,'',1,NULL,NULL),(164,'main','COM_DPCALENDAR_SUBMENU_TOOLS','com-dpcalendar-submenu-tools','','com-dpcalendar/com-dpcalendar-submenu-tools','index.php?option=com_dpcalendar&view=tools','component',1,157,2,269,NULL,NULL,0,1,'class:component',0,'{}',164,165,0,'',1,NULL,NULL),(165,'main','COM_SMARTSLIDER3','com-smartslider3','','com-smartslider3','index.php?option=com_smartslider3','component',1,1,1,277,NULL,NULL,0,1,'class:component',0,'{}',167,168,0,'',1,NULL,NULL),(166,'mainmenu','¿Quiénes somos?','quienes-somos','','quienes-somos','','heading',1,1,1,0,46,'2025-07-24 15:16:42',0,1,' ',11,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"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,22,0,'*',0,NULL,NULL),(167,'mainmenu','Direccionamiento Estratégico','direccionamiento-estrategico','','quienes-somos/direccionamiento-estrategico','index.php?option=com_content&view=article&id=3','component',1,166,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),(168,'mainmenu','Nuestra Historia','nuestra-historia','','quienes-somos/nuestra-historia','index.php?option=com_content&view=article&id=4','component',1,166,2,19,NULL,NULL,0,1,' ',0,'{\"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),(169,'mainmenu','Nuestro Equipo','nuestro-equipo','','quienes-somos/nuestro-equipo','index.php?option=com_content&view=article&id=5','component',1,166,2,19,NULL,NULL,0,1,' ',0,'{\"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),(170,'mainmenu','Certificaciones y Distinciones','certificaciones-y-distinciones','','quienes-somos/certificaciones-y-distinciones','index.php?option=com_content&view=article&id=6','component',1,166,2,19,NULL,NULL,0,1,' ',0,'{\"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),(171,'mainmenu','Programas','programas-academicos','','programas-academicos','','heading',1,1,1,0,46,'2026-03-13 16:24:56',0,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-subtitle\":\" Acad\\u00e9micos\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',23,30,0,'*',0,NULL,NULL),(172,'mainmenu','Especialización en Gestión Ambiental Sostenible','especializacion-en-gestion-ambiental-sostenible','','programas-academicos/especializacion-en-gestion-ambiental-sostenible','https://unillanosposgrados.com/Especializaciones/Especializacion_en_Gestion_ambiental_sostenible/','url',1,171,2,0,46,'2026-03-13 16:25:47',1,1,' ',12,'{\"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\":\"[]\"}',24,25,0,'*',0,NULL,NULL),(173,'mainmenu','Maestría en Gestión Ambiental Sostenible','maestria-en-gestion-ambiental-sostenible','','programas-academicos/maestria-en-gestion-ambiental-sostenible','https://unillanosposgrados.com/Maestria/Maestria_en_Gestion_ambiental_sostenible/','url',1,171,2,0,46,'2026-03-13 16:26:39',1,1,' ',12,'{\"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\":\"[]\"}',26,27,0,'*',0,NULL,NULL),(174,'mainmenu','Investigacion','investigaciones','','investigaciones','','heading',1,1,1,0,46,'2025-08-28 15:13:36',0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"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\":\"[]\"}',31,44,0,'*',0,NULL,NULL),(175,'mainmenu','Investigadores','investigadores','','investigaciones/investigadores','index.php?option=com_content&view=article&id=7','component',-2,174,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\":\"[]\"}',32,33,0,'*',0,NULL,NULL),(176,'mainmenu','Grupos de Investigación','grupos-de-investigacion','','investigaciones/grupos-de-investigacion','index.php?option=com_content&view=article&id=8','component',1,174,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\":\"left\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',34,41,0,'*',0,NULL,NULL),(177,'mainmenu','GIGAS','gigas','','investigaciones/grupos-de-investigacion/gigas','index.php?option=com_content&view=article&id=10','component',1,176,3,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\":\"left\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',35,36,0,'*',0,NULL,NULL),(178,'mainmenu','GIREHPES','girehpes','','investigaciones/grupos-de-investigacion/girehpes','index.php?option=com_content&view=article&id=11','component',1,176,3,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\":\"left\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',37,38,0,'*',0,NULL,NULL),(179,'mainmenu','BIORINOQUIA','biorinoquia','','investigaciones/grupos-de-investigacion/biorinoquia','index.php?option=com_content&view=article&id=12','component',1,176,3,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\":\"left\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',39,40,0,'*',0,NULL,NULL),(180,'mainmenu','Publicaciones','publicaciones','','publicaciones','','heading',1,1,1,0,NULL,NULL,0,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"left\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',45,56,0,'*',0,NULL,NULL),(181,'mainmenu','Cartillas divulgativas','cartillas-divulgativas','','publicaciones/cartillas-divulgativas','index.php?option=com_content&view=article&id=13','component',1,180,2,19,NULL,NULL,0,1,' ',0,'{\"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\":\"[]\"}',46,47,0,'*',0,NULL,NULL),(182,'mainmenu','Videos','videos','','publicaciones/videos','index.php?option=com_content&view=article&id=14','component',1,180,2,19,NULL,NULL,0,1,' ',16,'{\"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\":\"[]\"}',48,49,0,'*',0,NULL,NULL),(183,'mainmenu','Artículos de investigación','articulos-de-investigacion','','publicaciones/articulos-de-investigacion','index.php?option=com_content&view=article&id=23','component',1,180,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\":\"[]\"}',50,51,0,'*',0,NULL,NULL),(184,'mainmenu','Servicios','productos-y-servicios','','productos-y-servicios','','heading',1,1,1,0,NULL,NULL,0,1,' ',12,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"gantry\":1,\"gantry-dropdown_dir\":\"left\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',63,78,0,'*',0,NULL,NULL),(185,'mainmenu','Centro de Calidad de Agua - CCA','centro-de-calidad-de-agua-cca','','productos-y-servicios/centro-de-calidad-de-agua-cca','index.php?option=com_content&view=article&id=16','component',1,184,2,19,NULL,NULL,0,1,' ',14,'{\"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\":\"left\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',64,75,0,'*',0,NULL,NULL),(186,'mainmenu','Quienes somos','quienes-somos','','productos-y-servicios/centro-de-calidad-de-agua-cca/quienes-somos','index.php?option=com_content&view=article&id=16','component',1,185,3,19,NULL,NULL,0,1,' ',14,'{\"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\":\"[]\"}',65,66,0,'*',0,NULL,NULL),(187,'mainmenu','Equipo de laboratorio','equipo-de-laboratorio','','productos-y-servicios/centro-de-calidad-de-agua-cca/equipo-de-laboratorio','index.php?option=com_content&view=article&id=17','component',1,185,3,19,NULL,NULL,0,1,' ',14,'{\"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\":\"\"}',67,68,0,'*',0,NULL,NULL),(188,'mainmenu','Servicios','servicios','','productos-y-servicios/centro-de-calidad-de-agua-cca/servicios','index.php?option=com_content&view=article&id=18','component',1,185,3,19,NULL,NULL,0,1,' ',14,'{\"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\":\"\"}',69,70,0,'*',0,NULL,NULL),(189,'mainmenu','Información de contacto','informacion-de-contacto','','productos-y-servicios/centro-de-calidad-de-agua-cca/informacion-de-contacto','index.php?option=com_content&view=article&id=19','component',1,185,3,19,NULL,NULL,0,1,' ',14,'{\"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\":\"\"}',71,72,0,'*',0,NULL,NULL),(190,'mainmenu','Solicitud de cotizaciones','solicitud-de-cotizaciones','','productos-y-servicios/centro-de-calidad-de-agua-cca/solicitud-de-cotizaciones','index.php?option=com_content&view=article&id=20','component',1,185,3,19,NULL,NULL,0,1,' ',14,'{\"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\":\"\"}',73,74,0,'*',0,NULL,NULL),(191,'mainmenu','Consultorías Ambientales ','consultorias-ambientales','','productos-y-servicios/consultorias-ambientales','index.php?option=com_content&view=article&id=21','component',1,184,2,19,NULL,NULL,0,1,' ',0,'{\"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\":\"[]\"}',76,77,0,'*',0,NULL,NULL),(192,'mainmenu','Proyectos de Investigación ','proyectos-de-investigacion','','investigaciones/proyectos-de-investigacion','index.php?option=com_content&view=article&id=22','component',1,174,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\":\"[]\"}',42,43,0,'*',0,NULL,NULL),(193,'mainmenu','ICAOC al Día','icaoc-al-dia','','publicaciones/icaoc-al-dia','index.php?option=com_gantry5&view=custom','component',0,180,2,255,NULL,NULL,0,1,' ',15,'{\"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\":\"\",\"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\":\"[]\"}',52,55,0,'*',0,NULL,NULL),(194,'mainmenu','BLOG NOTICIAS','blog-noticias','','publicaciones/icaoc-al-dia/blog-noticias','index.php?option=com_content&view=category&id=16','component',0,193,3,19,NULL,NULL,0,1,' ',12,'{\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_category_heading_title_text\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"show_pagination_limit\":\"\",\"filter_field\":\"\",\"show_headings\":\"\",\"list_show_date\":\"\",\"date_format\":\"\",\"list_show_hits\":\"\",\"list_show_author\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"display_num\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"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_readmore\":\"\",\"show_readmore_title\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":0,\"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\":\"[]\"}',53,54,0,'*',0,NULL,NULL),(208,'main','COM_SPPAGEBUILDER','com-sppagebuilder','','com-sppagebuilder','index.php?option=com_sppagebuilder&view=editor','component',1,1,1,293,NULL,NULL,0,1,'class:component',0,'{}',169,182,0,'',1,NULL,NULL),(209,'main','COM_SPPAGEBUILDER_ADMIN_MENU_PAGES','com-sppagebuilder-admin-menu-pages','','com-sppagebuilder/com-sppagebuilder-admin-menu-pages','index.php?option=com_sppagebuilder&view=editor&tmpl=component','component',1,208,2,293,NULL,NULL,0,1,'class:component',0,'{}',170,171,0,'',1,NULL,NULL),(210,'main','COM_SPPAGEBUILDER_ADMIN_MENU_DYNAMIC_CONTENT','com-sppagebuilder-admin-menu-dynamic-content','','com-sppagebuilder/com-sppagebuilder-admin-menu-dynamic-content','index.php?option=com_sppagebuilder&view=editor&tmpl=component#/dynamic-content','component',1,208,2,293,NULL,NULL,0,1,'class:component',0,'{}',172,173,0,'',1,NULL,NULL),(211,'main','COM_SPPAGEBUILDER_ADMIN_MENU_MEDIA','com-sppagebuilder-admin-menu-media','','com-sppagebuilder/com-sppagebuilder-admin-menu-media','index.php?option=com_sppagebuilder&view=editor&tmpl=component#/media-manager','component',1,208,2,293,NULL,NULL,0,1,'class:component',0,'{}',174,175,0,'',1,NULL,NULL),(212,'main','COM_SPPAGEBUILDER_ADMIN_MENU_CATEGORIES','com-sppagebuilder-admin-menu-categories','','com-sppagebuilder/com-sppagebuilder-admin-menu-categories','index.php?option=com_categories&extension=com_sppagebuilder','component',1,208,2,293,NULL,NULL,0,1,'class:component',0,'{}',176,177,0,'',1,NULL,NULL),(213,'main','COM_SPPAGEBUILDER_ADMIN_MENU_EASYSTOE','com-sppagebuilder-admin-menu-easystoe','','com-sppagebuilder/com-sppagebuilder-admin-menu-easystoe','index.php?option=com_sppagebuilder&view=editor&tmpl=component#/editor/storefront','component',1,208,2,293,NULL,NULL,0,1,'class:component',0,'{}',178,179,0,'',1,NULL,NULL),(214,'main','COM_SPPAGEBUILDER_ADMIN_MENU_SETTINGS','com-sppagebuilder-admin-menu-settings','','com-sppagebuilder/com-sppagebuilder-admin-menu-settings','index.php?option=com_sppagebuilder&view=editor&tmpl=component#/settings','component',1,208,2,293,NULL,NULL,0,1,'class:component',0,'{}',180,181,0,'',1,NULL,NULL),(216,'mainmenu','Eventos','eventos','','eventos','','heading',1,1,1,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}',183,192,0,'*',0,NULL,NULL),(217,'mainmenu','Eventos Realizados','eventos-realizados','','eventos/eventos-realizados','index.php?option=com_content&view=article&id=25','component',1,216,2,19,NULL,NULL,0,1,' ',0,'{\"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\":\"\"}',184,185,0,'*',0,NULL,NULL),(218,'mainmenu','eventos2','eventos2','','eventos/eventos2','index.php?option=com_content&view=category&id=18','component',1,216,2,19,NULL,NULL,0,1,' ',12,'{\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_category_heading_title_text\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"show_pagination_limit\":\"\",\"filter_field\":\"\",\"show_headings\":\"\",\"list_show_date\":\"\",\"date_format\":\"\",\"list_show_hits\":\"\",\"list_show_author\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"display_num\":\"\",\"show_featured\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"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_readmore\":\"\",\"show_readmore_title\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":0,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\"}',186,187,0,'*',0,NULL,NULL),(219,'mainmenu','eventos 3','eventos-3','','eventos/eventos-3','index.php?option=com_content&view=article&id=29','component',-2,216,2,19,NULL,NULL,0,1,' ',0,'{\"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\":\"\"}',188,189,0,'*',0,NULL,NULL),(220,'mainmenu','eventos prueba','eventos-prueba','','eventos/eventos-prueba','index.php?option=com_gantry5&view=custom','component',0,216,2,255,NULL,NULL,0,1,' ',17,'{\"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\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\"}',190,191,0,'*',0,NULL,NULL),(221,'main','COM_REGULARLABSMANAGER','com-regularlabsmanager','','com-regularlabsmanager','index.php?option=com_regularlabsmanager','component',1,1,1,302,NULL,NULL,0,1,'class:regularlabs-extensionmanager',0,'{}',193,194,0,'',1,NULL,NULL),(228,'mainmenu','Doctorado en Estudios Ambientales','doctorado-en-estudios-ambientales','','programas-academicos/doctorado-en-estudios-ambientales','https://unillanosposgrados.com/Doctorado/doctorado_estudios_ambientales/','url',1,171,2,0,NULL,NULL,1,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\":\"[]\"}',28,29,0,'*',0,NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_menu_types`
--

DROP TABLE IF EXISTS `jnx5e_menu_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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',
  `ordering` 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 `jnx5e_menu_types`
--

LOCK TABLES `jnx5e_menu_types` WRITE;
/*!40000 ALTER TABLE `jnx5e_menu_types` DISABLE KEYS */;
INSERT INTO `jnx5e_menu_types` VALUES (1,54,'mainmenu','Main Menu','The main menu for the site',0,1),(2,116,'menu-vertical','menu-vertical','',0,0);
/*!40000 ALTER TABLE `jnx5e_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_messages`
--

DROP TABLE IF EXISTS `jnx5e_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_messages`
--

LOCK TABLES `jnx5e_messages` WRITE;
/*!40000 ALTER TABLE `jnx5e_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_messages_cfg`
--

DROP TABLE IF EXISTS `jnx5e_messages_cfg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_messages_cfg`
--

LOCK TABLES `jnx5e_messages_cfg` WRITE;
/*!40000 ALTER TABLE `jnx5e_messages_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_messages_cfg` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_modules`
--

DROP TABLE IF EXISTS `jnx5e_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=135 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_modules`
--

LOCK TABLES `jnx5e_modules` WRITE;
/*!40000 ALTER TABLE `jnx5e_modules` DISABLE KEYS */;
INSERT INTO `jnx5e_modules` VALUES (1,39,'Main Menu','','',1,'sidebar-right',46,'2026-03-13 16:33:43',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',46,'2026-03-13 16:24:16',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,'{\"showHere\":1,\"showHome\":1,\"homeText\":\"\",\"showLast\":1,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":0,\"cache_time\":0,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',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',46,'2026-03-13 16:24:34',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,101,'Gantry 5 Particle','','',1,'',46,'2025-08-22 14:15:47',NULL,NULL,0,'mod_gantry5_particle',1,1,'',0,'*'),(111,104,'DJ-ImageSlider','','',1,'slider',NULL,NULL,NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"1\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"1\",\"image_folder\":\"images\\/sampledata\\/fruitshop\",\"link\":\"\",\"category\":\"8\",\"show_title\":\"1\",\"show_desc\":\"0\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"1200\",\"image_height\":\"600\",\"fit_to\":\"0\",\"image_centering\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"0\",\"show_buttons\":\"1\",\"show_arrows\":\"1\",\"show_custom_nav\":\"2\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"250\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"title_color\":\"#ffffff\",\"title_font\":\"\",\"desc_color\":\"#ffffff\",\"desc_font\":\"\",\"readmore_color\":\"#ffffff\",\"readmore_font\":\"\",\"desc_bg\":\"rgba(56, 56, 56, 0.28)\",\"include_gf\":\"0\",\"border_radius\":\"0px 0px 0px 0px;\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(112,108,'DPCalendar Mini','','',1,'',46,'2025-09-05 16:21:15','2024-10-17 15:28:49',NULL,1,'mod_dpcalendar_mini',1,1,'{\"ids\":[\"9\"],\"compact_events\":\"0\",\"event_color\":\"#135cae\",\"open_view\":\"day\",\"default_view\":\"month\",\"weekstart\":\"1\",\"weekend\":\"1\",\"fixed_week_count\":\"0\",\"week_numbers\":\"0\",\"overlap_events\":\"1\",\"agenda_slot_minutes\":\"30\",\"calendar_height\":\"0\",\"event_limit\":\"\",\"titleformat_month\":\"F Y\",\"titleformat_week\":\"M j Y\",\"titleformat_day\":\"F j Y\",\"titleformat_list\":\"M j Y\",\"timeformat_month\":\"H:i\",\"timeformat_week\":\"H:i\",\"timeformat_day\":\"H:i\",\"timeformat_list\":\"H:i\",\"columnformat_month\":\"D\",\"columnformat_week\":\"D n\\/j\",\"columnformat_day\":\"l\",\"columnformat_list\":\"D\",\"axisformat_month\":\"l j\",\"axisformat_week\":\"H:i\",\"axisformat_day\":\"H:i\",\"dayformat_list\":\"l\",\"dateformat_list\":\"F j, Y\",\"list_range\":\"30\",\"header_show_navigation\":\"1\",\"header_show_datepicker\":\"1\",\"header_show_today\":\"0\",\"header_show_create\":\"1\",\"header_show_title\":\"1\",\"header_show_month\":\"0\",\"header_show_week\":\"0\",\"header_show_day\":\"0\",\"header_show_list\":\"0\",\"show_event_as_popup\":\"1\",\"popup_width\":\"\",\"popup_height\":\"500\",\"event_create_form\":\"1\",\"description_length\":\"100\",\"adjust_fg_color\":\"2\",\"show_map\":\"1\",\"map_zoom\":\"4\",\"map_width\":\"100%\",\"map_height\":\"350px\",\"map_lat\":\"47\",\"map_long\":\"4\",\"first_hour\":\"6\",\"min_time\":\"0\",\"max_time\":\"24\",\"current_time_indicator\":\"1\",\"business_hours_start\":\"\",\"business_hours_end\":\"\",\"calendar_filter_author\":\"0\",\"calendar_resource_views\":[\"\"],\"screen_size_list_view\":\"500\",\"start_date\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"custom_css\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(113,113,'Ol Testimonials','','',1,'',NULL,NULL,'2025-02-24 14:00:11',NULL,0,'mod_ol_testimonials',1,1,'{\"get_stars\":\"1\",\"jqueryload\":\"0\",\"get_fonto\":\"0\",\"testimonials_items\":{\"testimonials_items0\":{\"get_publish\":\"1\",\"img\":\"images\\/logos\\/m_pais.png#joomlaImage:\\/\\/local-images\\/logos\\/m_pais.png?width=50&height=45\",\"name\":\"nombre persona que da testimonio\",\"title\":\"cargo\",\"info\":\"<p style=\\\"text-align: justify;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\",\"rmore\":\"\",\"rmoretxt\":\"\",\"get_target\":\"_self\",\"stars\":\"star4\"}},\"get_style\":\"default\",\"image_width\":\"1\",\"image_width_tabl\":\"3\",\"image_width_tabp\":\"3\",\"image_width_mobl\":\"2\",\"image_width_mobp\":\"1\",\"autoplay\":\"true\",\"autoplay-timeout\":\"5000\",\"autoplay-speed\":\"1000\",\"autoplay-hover-pause\":\"true\",\"dataLoop\":\"true\",\"dataNav\":\"true\",\"navPosit\":\"nav-bottom-right\",\"navStyle\":\"\",\"navRounded\":\"\",\"jpreload\":\"0\",\"container_fix\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(114,114,'Smart Slider 3 Module','','',4,'',46,'2025-08-28 15:34:12','2025-02-24 14:03:09',NULL,1,'mod_smartslider3',1,1,'',0,'*'),(115,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\":134,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(116,137,'Botones Inicio','','<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\"><!-- Tarjeta 1 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/CCA.png\" alt=\"CCA\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"index.php/productos-y-servicios/centro-de-calidad-de-agua-cca\" target=\"_blank\" rel=\"noopener\"> Centro de Calidad de Aguas - CCA </a></div>\r\n<!-- Tarjeta 2 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/grupos.jpg\" alt=\"grupos\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"index.php/investigaciones/grupos-de-investigacion\" target=\"_blank\" rel=\"noopener\"> Grupos de investigación </a></div>\r\n<!-- Tarjeta 3 -->\r\n<div class=\"btn-danger\" style=\"border: 7px solid; border-radius: 15px; display: flex; justify-content: center; align-items: center; position: relative; width: 300px; height: 200px; overflow: hidden; text-align: center;\"><!-- Imagen de fondo --> <img style=\"position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(70%);\" src=\"images/Fondos/DSC09817.JPG\" alt=\"direccionamiento estrategico\"> <!-- Texto más compacto --> <a style=\"position: absolute; /* hace que cubra todo */            top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 600; font-size: 1.6em; font-family: Arial, sans-serif; color: white; text-decoration: none; z-index: 2; /* lo pone por encima de la imagen */            padding: 10px; line-height: 1.1;\" href=\"index.php/quienes-somos/direccionamiento-estrategico\" target=\"_blank\" rel=\"noopener\"> Direccionamiento estratégico </a></div>\r\n</div>\r\n<p> </p>',1,'BOTONES',NULL,NULL,NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(117,139,'flotante','','<p><a class=\"boton-flotante\" href=\"https://wa.me/1234567890\" target=\"_blank\" rel=\"noopener\"> <img src=\"../images/whatsapp-icon.png\" alt=\"WhatsApp\"> </a></p>',1,'flotante',46,'2026-03-13 16:20:03',NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(118,147,'Equipo de Trabajo','','',1,'',NULL,NULL,NULL,NULL,1,'mod_playersquad_jt',1,1,'{\"layout\":\"_:default\",\"set\":\"33\",\"radius\":\"50\",\"see_profile_text\":\"ver perfil\",\"group1_title\":\"Personal Cient\\u00edfico \",\"group1-image-1\":\"images\\/equipo\\/juan-trujillo.png#joomlaImage:\\/\\/local-images\\/equipo\\/juan-trujillo.png?width=147&height=169\",\"group1-name-1\":\"Juan Manuel Trujillo Gonz\\u00e1lez\",\"group1-pos-1\":\"Director ICAOC\",\"group1-nat-1\":\"\",\"group1-desc-1\":\"\",\"group1-sicon1-1\":\"\",\"group1-link1-1\":\"\",\"group1-sicon2-1\":\"\",\"group1-link2-1\":\"\",\"group1-sicon3-1\":\"\",\"group1-link3-1\":\"\",\"group1-sicon4-1\":\"\",\"group1-link4-1\":\"\",\"group1-profilelink-1\":\"\",\"group1-image-2\":\"images\\/equipo\\/clara-ines.png#joomlaImage:\\/\\/local-images\\/equipo\\/clara-ines.png?width=147&height=169\",\"group1-name-2\":\"Clara In\\u00e9s Caro Caro\",\"group1-pos-2\":\"Directora Maestr\\u00eda en Gesti\\u00f3n Ambiental Sostenible \",\"group1-nat-2\":\"\",\"group1-desc-2\":\"\",\"group1-sicon1-2\":\"\",\"group1-link1-2\":\"\",\"group1-sicon2-2\":\"\",\"group1-link2-2\":\"\",\"group1-sicon3-2\":\"\",\"group1-link3-2\":\"\",\"group1-sicon4-2\":\"\",\"group1-link4-2\":\"\",\"group1-profilelink-2\":\"\",\"group1-image-3\":\"images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_du3uqodu3uqodu3u%201.png#joomlaImage:\\/\\/local-images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_du3uqodu3uqodu3u 1.png?width=147&height=169\",\"group1-name-3\":\"Marco Aurelio Torres Mora \",\"group1-pos-3\":\"Docente  Investigador Senior\",\"group1-nat-3\":\"\",\"group1-desc-3\":\"\",\"group1-sicon1-3\":\"\",\"group1-link1-3\":\"\",\"group1-sicon2-3\":\"\",\"group1-link2-3\":\"\",\"group1-sicon3-3\":\"\",\"group1-link3-3\":\"\",\"group1-sicon4-3\":\"\",\"group1-link4-3\":\"\",\"group1-profilelink-3\":\"\",\"group1-image-4\":\"images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_kcxy1jkcxy1jkcxy.png#joomlaImage:\\/\\/local-images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_kcxy1jkcxy1jkcxy.png?width=149&height=159\",\"group1-name-4\":\"Jose Ismael Rojas Pe\\u00f1a \",\"group1-pos-4\":\"Director Centro de Calidad de Aguas \",\"group1-nat-4\":\"\",\"group1-desc-4\":\"\",\"group1-sicon1-4\":\"\",\"group1-link1-4\":\"\",\"group1-sicon2-4\":\"\",\"group1-link2-4\":\"\",\"group1-sicon3-4\":\"\",\"group1-link3-4\":\"\",\"group1-sicon4-4\":\"\",\"group1-link4-4\":\"\",\"group1-profilelink-4\":\"\",\"group1-image-5\":\"\",\"group1-name-5\":\"\",\"group1-pos-5\":\"\",\"group1-nat-5\":\"\",\"group1-desc-5\":\"\",\"group1-sicon1-5\":\"\",\"group1-link1-5\":\"\",\"group1-sicon2-5\":\"\",\"group1-link2-5\":\"\",\"group1-sicon3-5\":\"\",\"group1-link3-5\":\"\",\"group1-sicon4-5\":\"\",\"group1-link4-5\":\"\",\"group1-profilelink-5\":\"\",\"group1-image-6\":\"\",\"group1-name-6\":\"\",\"group1-pos-6\":\"\",\"group1-nat-6\":\"\",\"group1-desc-6\":\"\",\"group1-sicon1-6\":\"\",\"group1-link1-6\":\"\",\"group1-sicon2-6\":\"\",\"group1-link2-6\":\"\",\"group1-sicon3-6\":\"\",\"group1-link3-6\":\"\",\"group1-sicon4-6\":\"\",\"group1-link4-6\":\"\",\"group1-profilelink-6\":\"\",\"group1-image-7\":\"\",\"group1-name-7\":\"\",\"group1-pos-7\":\"\",\"group1-nat-7\":\"\",\"group1-desc-7\":\"\",\"group1-sicon1-7\":\"\",\"group1-link1-7\":\"\",\"group1-sicon2-7\":\"\",\"group1-link2-7\":\"\",\"group1-sicon3-7\":\"\",\"group1-link3-7\":\"\",\"group1-sicon4-7\":\"\",\"group1-link4-7\":\"\",\"group1-profilelink-7\":\"\",\"group1-image-8\":\"\",\"group1-name-8\":\"\",\"group1-pos-8\":\"\",\"group1-nat-8\":\"\",\"group1-desc-8\":\"\",\"group1-sicon1-8\":\"\",\"group1-link1-8\":\"\",\"group1-sicon2-8\":\"\",\"group1-link2-8\":\"\",\"group1-sicon3-8\":\"\",\"group1-link3-8\":\"\",\"group1-sicon4-8\":\"\",\"group1-link4-8\":\"\",\"group1-profilelink-8\":\"\",\"group1-image-9\":\"\",\"group1-name-9\":\"\",\"group1-pos-9\":\"\",\"group1-nat-9\":\"\",\"group1-desc-9\":\"\",\"group1-sicon1-9\":\"\",\"group1-link1-9\":\"\",\"group1-sicon2-9\":\"\",\"group1-link2-9\":\"\",\"group1-sicon3-9\":\"\",\"group1-link3-9\":\"\",\"group1-sicon4-9\":\"\",\"group1-link4-9\":\"\",\"group1-profilelink-9\":\"\",\"group1-image-10\":\"\",\"group1-name-10\":\"\",\"group1-pos-10\":\"\",\"group1-nat-10\":\"\",\"group1-desc-10\":\"\",\"group1-sicon1-10\":\"\",\"group1-link1-10\":\"#\",\"group1-sicon2-10\":\"\",\"group1-link2-10\":\"#\",\"group1-sicon3-10\":\"\",\"group1-link3-10\":\"#\",\"group1-sicon4-10\":\"\",\"group1-link4-10\":\"\",\"group1-profilelink-10\":\"\",\"group2_title\":\"Personal Administrativo\",\"group2-image-1\":\"images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_iuw6o5iuw6o5iuw6.png#joomlaImage:\\/\\/local-images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_iuw6o5iuw6o5iuw6.png?width=131&height=169\",\"group2-name-1\":\"Elda Torres Herrera\",\"group2-pos-1\":\"Profesional Especializado SST \",\"group2-nat-1\":\"\",\"group2-desc-1\":\"\",\"group2-sicon1-1\":\"\",\"group2-link1-1\":\"\",\"group2-sicon2-1\":\"\",\"group2-link2-1\":\"\",\"group2-sicon3-1\":\"\",\"group2-link3-1\":\"\",\"group2-sicon4-1\":\"\",\"group2-link4-1\":\"\",\"group2-profilelink-1\":\"\",\"group2-image-2\":\"images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_rcl1g8rcl1g8rcl1.png#joomlaImage:\\/\\/local-images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_rcl1g8rcl1g8rcl1.png?width=149&height=166\",\"group2-name-2\":\"Nidia Lisset Clavijo Pineda\",\"group2-pos-2\":\"Profesional  \\u00c1rea Financiera\",\"group2-nat-2\":\"\",\"group2-desc-2\":\"\",\"group2-sicon1-2\":\"\",\"group2-link1-2\":\"\",\"group2-sicon2-2\":\"\",\"group2-link2-2\":\"\",\"group2-sicon3-2\":\"\",\"group2-link3-2\":\"\",\"group2-sicon4-2\":\"\",\"group2-link4-2\":\"\",\"group2-profilelink-2\":\"\",\"group2-image-3\":\"images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_w8vjxgw8vjxgw8vj.png#joomlaImage:\\/\\/local-images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_w8vjxgw8vjxgw8vj.png?width=147&height=169\",\"group2-name-3\":\"Stephanie Laverde Pav\\u00f3n\",\"group2-pos-3\":\"Profesional de Apoyo\",\"group2-nat-3\":\"\",\"group2-desc-3\":\"\",\"group2-sicon1-3\":\"\",\"group2-link1-3\":\"\",\"group2-sicon2-3\":\"\",\"group2-link2-3\":\"\",\"group2-sicon3-3\":\"\",\"group2-link3-3\":\"\",\"group2-sicon4-3\":\"\",\"group2-link4-3\":\"\",\"group2-profilelink-3\":\"\",\"group2-image-4\":\"images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_9wg30w9wg30w9wg3.png#joomlaImage:\\/\\/local-images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_9wg30w9wg30w9wg3.png?width=147&height=169\",\"group2-name-4\":\"Yirley Angelica  Rincon Blanquicet\",\"group2-pos-4\":\"Profesional de Apoyo a la Investigaci\\u00f3n\",\"group2-nat-4\":\"\",\"group2-desc-4\":\"\",\"group2-sicon1-4\":\"\",\"group2-link1-4\":\"\",\"group2-sicon2-4\":\"\",\"group2-link2-4\":\"\",\"group2-sicon3-4\":\"\",\"group2-link3-4\":\"\",\"group2-sicon4-4\":\"\",\"group2-link4-4\":\"\",\"group2-profilelink-4\":\"\",\"group2-image-5\":\"images\\/equipo\\/0006.png#joomlaImage:\\/\\/local-images\\/equipo\\/0006.png?width=147&height=169\",\"group2-name-5\":\"Nancy Viviana Rozo Ch\\u00e1vez \",\"group2-pos-5\":\"Profesional  Apoyo Posgrados GAS\",\"group2-nat-5\":\"\",\"group2-desc-5\":\"\",\"group2-sicon1-5\":\"\",\"group2-link1-5\":\"\",\"group2-sicon2-5\":\"\",\"group2-link2-5\":\"\",\"group2-sicon3-5\":\"\",\"group2-link3-5\":\"\",\"group2-sicon4-5\":\"\",\"group2-link4-5\":\"\",\"group2-profilelink-5\":\"\",\"group2-image-6\":\"images\\/equipo\\/0007.png#joomlaImage:\\/\\/local-images\\/equipo\\/0007.png?width=147&height=169\",\"group2-name-6\":\"Francisco Jos\\u00e9 Morales Espitia\",\"group2-pos-6\":\"Profesional de Apoyo a la Investigaci\\u00f3n\",\"group2-nat-6\":\"\",\"group2-desc-6\":\"\",\"group2-sicon1-6\":\"\",\"group2-link1-6\":\"\",\"group2-sicon2-6\":\"\",\"group2-link2-6\":\"\",\"group2-sicon3-6\":\"\",\"group2-link3-6\":\"\",\"group2-sicon4-6\":\"\",\"group2-link4-6\":\"\",\"group2-profilelink-6\":\"\",\"group2-image-7\":\"images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_mxf813mxf813mxf8.png#joomlaImage:\\/\\/local-images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_mxf813mxf813mxf8.png?width=147&height=169\",\"group2-name-7\":\"Geraldine Hu\\u00e9rfano\",\"group2-pos-7\":\"Profesional de Apoyo a la Investigaci\\u00f3n\",\"group2-nat-7\":\"\",\"group2-desc-7\":\"\",\"group2-sicon1-7\":\"\",\"group2-link1-7\":\"\",\"group2-sicon2-7\":\"\",\"group2-link2-7\":\"\",\"group2-sicon3-7\":\"\",\"group2-link3-7\":\"\",\"group2-sicon4-7\":\"\",\"group2-link4-7\":\"\",\"group2-profilelink-7\":\"\",\"group2-image-8\":\"\",\"group2-name-8\":\"\",\"group2-pos-8\":\"\",\"group2-nat-8\":\"\",\"group2-desc-8\":\"\",\"group2-sicon1-8\":\"\",\"group2-link1-8\":\"\",\"group2-sicon2-8\":\"\",\"group2-link2-8\":\"\",\"group2-sicon3-8\":\"\",\"group2-link3-8\":\"\",\"group2-sicon4-8\":\"\",\"group2-link4-8\":\"\",\"group2-profilelink-8\":\"\",\"group2-image-9\":\"\",\"group2-name-9\":\"\",\"group2-pos-9\":\"\",\"group2-nat-9\":\"\",\"group2-desc-9\":\"\",\"group2-sicon1-9\":\"\",\"group2-link1-9\":\"\",\"group2-sicon2-9\":\"\",\"group2-link2-9\":\"\",\"group2-sicon3-9\":\"\",\"group2-link3-9\":\"\",\"group2-sicon4-9\":\"\",\"group2-link4-9\":\"\",\"group2-profilelink-9\":\"\",\"group2-image-10\":\"\",\"group2-name-10\":\"\",\"group2-pos-10\":\"\",\"group2-nat-10\":\"\",\"group2-desc-10\":\"\",\"group2-sicon1-10\":\"\",\"group2-link1-10\":\"#\",\"group2-sicon2-10\":\"\",\"group2-link2-10\":\"#\",\"group2-sicon3-10\":\"\",\"group2-link3-10\":\"#\",\"group2-sicon4-10\":\"\",\"group2-link4-10\":\"\",\"group2-profilelink-10\":\"\",\"group3_title\":\"Personal Centro de Calidad de Aguas\",\"group3-image-1\":\"images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_hp5w8nhp5w8nhp5w.png#joomlaImage:\\/\\/local-images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_hp5w8nhp5w8nhp5w.png?width=147&height=169\",\"group3-name-1\":\"Juan Sebasti\\u00e1n Berm\\u00fadez \",\"group3-pos-1\":\"Profesional  Apoyo CCA Sistema Gesti\\u00f3n de Calidad\",\"group3-nat-1\":\"\",\"group3-desc-1\":\"\",\"group3-sicon1-1\":\"\",\"group3-link1-1\":\"\",\"group3-sicon2-1\":\"\",\"group3-link2-1\":\"\",\"group3-sicon3-1\":\"\",\"group3-link3-1\":\"\",\"group3-sicon4-1\":\"\",\"group3-link4-1\":\"\",\"group3-profilelink-1\":\"\",\"group3-image-2\":\"images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_yhix1zyhix1zyhix.png#joomlaImage:\\/\\/local-images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_yhix1zyhix1zyhix.png?width=147&height=169\",\"group3-name-2\":\"Jairo Andr\\u00e9s Novoa Bernate\",\"group3-pos-2\":\"Profesional  Apoyo CCA Unidad Anal\\u00edtica de Aguas \",\"group3-nat-2\":\"\",\"group3-desc-2\":\"\",\"group3-sicon1-2\":\"\",\"group3-link1-2\":\"\",\"group3-sicon2-2\":\"\",\"group3-link2-2\":\"\",\"group3-sicon3-2\":\"\",\"group3-link3-2\":\"\",\"group3-sicon4-2\":\"\",\"group3-link4-2\":\"\",\"group3-profilelink-2\":\"\",\"group3-image-3\":\"images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_cy55wfcy55wfcy55-copy-0.png#joomlaImage:\\/\\/local-images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_cy55wfcy55wfcy55-copy-0.png?width=147&height=169\",\"group3-name-3\":\"Juan David Aguilar\",\"group3-pos-3\":\"Profesional  Apoyo CCA Unidad Anal\\u00edtica de Aguas Unidad de Muestreo \",\"group3-nat-3\":\"\",\"group3-desc-3\":\"\",\"group3-sicon1-3\":\"\",\"group3-link1-3\":\"\",\"group3-sicon2-3\":\"\",\"group3-link2-3\":\"\",\"group3-sicon3-3\":\"\",\"group3-link3-3\":\"\",\"group3-sicon4-3\":\"\",\"group3-link4-3\":\"\",\"group3-profilelink-3\":\"\",\"group3-image-4\":\"images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_5kqotr5kqotr5kqo.png#joomlaImage:\\/\\/local-images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_5kqotr5kqotr5kqo.png?width=147&height=169\",\"group3-name-4\":\"Sara Victoria Zarate\",\"group3-pos-4\":\"Profesional  Apoyo CCA Unidad de Microbiolog\\u00eda\",\"group3-nat-4\":\"\",\"group3-desc-4\":\"\",\"group3-sicon1-4\":\"\",\"group3-link1-4\":\"\",\"group3-sicon2-4\":\"\",\"group3-link2-4\":\"\",\"group3-sicon3-4\":\"\",\"group3-link3-4\":\"\",\"group3-sicon4-4\":\"\",\"group3-link4-4\":\"\",\"group3-profilelink-4\":\"\",\"group3-image-5\":\"images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_g6l47wg6l47wg6l4%201.png#joomlaImage:\\/\\/local-images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_g6l47wg6l47wg6l4 1.png?width=147&height=169\",\"group3-name-5\":\"Yeimy Eliana Qui\\u00f1ones Agudelo\",\"group3-pos-5\":\"T\\u00e9cnico de  Apoyo CCA Unidad Anal\\u00edtica  de Aguas\",\"group3-nat-5\":\"\",\"group3-desc-5\":\"\",\"group3-sicon1-5\":\"\",\"group3-link1-5\":\"\",\"group3-sicon2-5\":\"\",\"group3-link2-5\":\"\",\"group3-sicon3-5\":\"\",\"group3-link3-5\":\"\",\"group3-sicon4-5\":\"\",\"group3-link4-5\":\"\",\"group3-profilelink-5\":\"\",\"group3-image-6\":\"images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_aoqj09aoqj09aoqj.png#joomlaImage:\\/\\/local-images\\/equipo\\/Equipo_nuevo\\/Gemini_Generated_Image_aoqj09aoqj09aoqj.png?width=147&height=169\",\"group3-name-6\":\"Ivan Agusto Guiza\",\"group3-pos-6\":\"T\\u00e9cnico de Apoyo CCA Unidad Anal\\u00edtica  de Aguas\",\"group3-nat-6\":\"\",\"group3-desc-6\":\"\",\"group3-sicon1-6\":\"\",\"group3-link1-6\":\"\",\"group3-sicon2-6\":\"\",\"group3-link2-6\":\"\",\"group3-sicon3-6\":\"\",\"group3-link3-6\":\"\",\"group3-sicon4-6\":\"\",\"group3-link4-6\":\"\",\"group3-profilelink-6\":\"\",\"group3-image-7\":\"\",\"group3-name-7\":\"\",\"group3-pos-7\":\"\",\"group3-nat-7\":\"\",\"group3-desc-7\":\"\",\"group3-sicon1-7\":\"\",\"group3-link1-7\":\"\",\"group3-sicon2-7\":\"\",\"group3-link2-7\":\"\",\"group3-sicon3-7\":\"\",\"group3-link3-7\":\"\",\"group3-sicon4-7\":\"\",\"group3-link4-7\":\"\",\"group3-profilelink-7\":\"\",\"group3-image-8\":\"\",\"group3-name-8\":\"\",\"group3-pos-8\":\"\",\"group3-nat-8\":\"\",\"group3-desc-8\":\"\",\"group3-sicon1-8\":\"\",\"group3-link1-8\":\"\",\"group3-sicon2-8\":\"\",\"group3-link2-8\":\"\",\"group3-sicon3-8\":\"\",\"group3-link3-8\":\"\",\"group3-sicon4-8\":\"\",\"group3-link4-8\":\"\",\"group3-profilelink-8\":\"\",\"group3-image-9\":\"\",\"group3-name-9\":\"\",\"group3-pos-9\":\"\",\"group3-nat-9\":\"\",\"group3-desc-9\":\"\",\"group3-sicon1-9\":\"\",\"group3-link1-9\":\"\",\"group3-sicon2-9\":\"\",\"group3-link2-9\":\"\",\"group3-sicon3-9\":\"\",\"group3-link3-9\":\"\",\"group3-sicon4-9\":\"\",\"group3-link4-9\":\"\",\"group3-profilelink-9\":\"\",\"group3-image-10\":\"\",\"group3-name-10\":\"\",\"group3-pos-10\":\"\",\"group3-nat-10\":\"\",\"group3-desc-10\":\"\",\"group3-sicon1-10\":\"\",\"group3-link1-10\":\"#\",\"group3-sicon2-10\":\"\",\"group3-link2-10\":\"#\",\"group3-sicon3-10\":\"\",\"group3-link3-10\":\"#\",\"group3-sicon4-10\":\"\",\"group3-link4-10\":\"\",\"group3-profilelink-10\":\"\",\"group4_title\":\"FORWARDS\",\"group4-image-1\":\"\",\"group4-name-1\":\"\",\"group4-pos-1\":\"\",\"group4-nat-1\":\"\",\"group4-desc-1\":\"\",\"group4-sicon1-1\":\"\",\"group4-link1-1\":\"\",\"group4-sicon2-1\":\"\",\"group4-link2-1\":\"\",\"group4-sicon3-1\":\"\",\"group4-link3-1\":\"\",\"group4-sicon4-1\":\"\",\"group4-link4-1\":\"\",\"group4-profilelink-1\":\"\",\"group4-image-2\":\"\",\"group4-name-2\":\"\",\"group4-pos-2\":\"\",\"group4-nat-2\":\"\",\"group4-desc-2\":\"\",\"group4-sicon1-2\":\"\",\"group4-link1-2\":\"\",\"group4-sicon2-2\":\"\",\"group4-link2-2\":\"\",\"group4-sicon3-2\":\"\",\"group4-link3-2\":\"\",\"group4-sicon4-2\":\"\",\"group4-link4-2\":\"\",\"group4-profilelink-2\":\"\",\"group4-image-3\":\"\",\"group4-name-3\":\"\",\"group4-pos-3\":\"\",\"group4-nat-3\":\"\",\"group4-desc-3\":\"\",\"group4-sicon1-3\":\"\",\"group4-link1-3\":\"\",\"group4-sicon2-3\":\"\",\"group4-link2-3\":\"\",\"group4-sicon3-3\":\"\",\"group4-link3-3\":\"\",\"group4-sicon4-3\":\"\",\"group4-link4-3\":\"\",\"group4-profilelink-3\":\"\",\"group4-image-4\":\"\",\"group4-name-4\":\"\",\"group4-pos-4\":\"\",\"group4-nat-4\":\"\",\"group4-desc-4\":\"\",\"group4-sicon1-4\":\"\",\"group4-link1-4\":\"\",\"group4-sicon2-4\":\"\",\"group4-link2-4\":\"\",\"group4-sicon3-4\":\"\",\"group4-link3-4\":\"\",\"group4-sicon4-4\":\"\",\"group4-link4-4\":\"\",\"group4-profilelink-4\":\"\",\"group4-image-5\":\"\",\"group4-name-5\":\"\",\"group4-pos-5\":\"\",\"group4-nat-5\":\"\",\"group4-desc-5\":\"\",\"group4-sicon1-5\":\"\",\"group4-link1-5\":\"\",\"group4-sicon2-5\":\"\",\"group4-link2-5\":\"\",\"group4-sicon3-5\":\"\",\"group4-link3-5\":\"\",\"group4-sicon4-5\":\"\",\"group4-link4-5\":\"\",\"group4-profilelink-5\":\"\",\"group4-image-6\":\"\",\"group4-name-6\":\"\",\"group4-pos-6\":\"\",\"group4-nat-6\":\"\",\"group4-desc-6\":\"\",\"group4-sicon1-6\":\"\",\"group4-link1-6\":\"\",\"group4-sicon2-6\":\"\",\"group4-link2-6\":\"\",\"group4-sicon3-6\":\"\",\"group4-link3-6\":\"\",\"group4-sicon4-6\":\"\",\"group4-link4-6\":\"\",\"group4-profilelink-6\":\"\",\"group4-image-7\":\"\",\"group4-name-7\":\"\",\"group4-pos-7\":\"\",\"group4-nat-7\":\"\",\"group4-desc-7\":\"\",\"group4-sicon1-7\":\"\",\"group4-link1-7\":\"\",\"group4-sicon2-7\":\"\",\"group4-link2-7\":\"\",\"group4-sicon3-7\":\"\",\"group4-link3-7\":\"\",\"group4-sicon4-7\":\"\",\"group4-link4-7\":\"\",\"group4-profilelink-7\":\"\",\"group4-image-8\":\"\",\"group4-name-8\":\"\",\"group4-pos-8\":\"\",\"group4-nat-8\":\"\",\"group4-desc-8\":\"\",\"group4-sicon1-8\":\"\",\"group4-link1-8\":\"\",\"group4-sicon2-8\":\"\",\"group4-link2-8\":\"\",\"group4-sicon3-8\":\"\",\"group4-link3-8\":\"\",\"group4-sicon4-8\":\"\",\"group4-link4-8\":\"\",\"group4-profilelink-8\":\"\",\"group4-image-9\":\"\",\"group4-name-9\":\"\",\"group4-pos-9\":\"\",\"group4-nat-9\":\"\",\"group4-desc-9\":\"\",\"group4-sicon1-9\":\"\",\"group4-link1-9\":\"\",\"group4-sicon2-9\":\"\",\"group4-link2-9\":\"\",\"group4-sicon3-9\":\"\",\"group4-link3-9\":\"\",\"group4-sicon4-9\":\"\",\"group4-link4-9\":\"\",\"group4-profilelink-9\":\"\",\"group4-image-10\":\"\",\"group4-name-10\":\"\",\"group4-pos-10\":\"\",\"group4-nat-10\":\"\",\"group4-desc-10\":\"\",\"group4-sicon1-10\":\"\",\"group4-link1-10\":\"#\",\"group4-sicon2-10\":\"\",\"group4-link2-10\":\"#\",\"group4-sicon3-10\":\"\",\"group4-link3-10\":\"#\",\"group4-sicon4-10\":\"\",\"group4-link4-10\":\"\",\"group4-profilelink-10\":\"\",\"group5_title\":\"ON LOAN\",\"group5-image-1\":\"\",\"group5-name-1\":\"\",\"group5-pos-1\":\"\",\"group5-nat-1\":\"\",\"group5-desc-1\":\"\",\"group5-sicon1-1\":\"\",\"group5-link1-1\":\"\",\"group5-sicon2-1\":\"\",\"group5-link2-1\":\"\",\"group5-sicon3-1\":\"\",\"group5-link3-1\":\"\",\"group5-sicon4-1\":\"\",\"group5-link4-1\":\"\",\"group5-profilelink-1\":\"\",\"group5-image-2\":\"\",\"group5-name-2\":\"\",\"group5-pos-2\":\"\",\"group5-nat-2\":\"\",\"group5-desc-2\":\"\",\"group5-sicon1-2\":\"\",\"group5-link1-2\":\"\",\"group5-sicon2-2\":\"\",\"group5-link2-2\":\"\",\"group5-sicon3-2\":\"\",\"group5-link3-2\":\"\",\"group5-sicon4-2\":\"\",\"group5-link4-2\":\"\",\"group5-profilelink-2\":\"\",\"group5-image-3\":\"\",\"group5-name-3\":\"\",\"group5-pos-3\":\"\",\"group5-nat-3\":\"\",\"group5-desc-3\":\"\",\"group5-sicon1-3\":\"\",\"group5-link1-3\":\"\",\"group5-sicon2-3\":\"\",\"group5-link2-3\":\"\",\"group5-sicon3-3\":\"\",\"group5-link3-3\":\"\",\"group5-sicon4-3\":\"\",\"group5-link4-3\":\"\",\"group5-profilelink-3\":\"\",\"group5-image-4\":\"\",\"group5-name-4\":\"\",\"group5-pos-4\":\"\",\"group5-nat-4\":\"\",\"group5-desc-4\":\"\",\"group5-sicon1-4\":\"\",\"group5-link1-4\":\"\",\"group5-sicon2-4\":\"\",\"group5-link2-4\":\"\",\"group5-sicon3-4\":\"\",\"group5-link3-4\":\"\",\"group5-sicon4-4\":\"\",\"group5-link4-4\":\"\",\"group5-profilelink-4\":\"\",\"group5-image-5\":\"\",\"group5-name-5\":\"\",\"group5-pos-5\":\"\",\"group5-nat-5\":\"\",\"group5-desc-5\":\"\",\"group5-sicon1-5\":\"\",\"group5-link1-5\":\"\",\"group5-sicon2-5\":\"\",\"group5-link2-5\":\"\",\"group5-sicon3-5\":\"\",\"group5-link3-5\":\"\",\"group5-sicon4-5\":\"\",\"group5-link4-5\":\"\",\"group5-profilelink-5\":\"\",\"group5-image-6\":\"\",\"group5-name-6\":\"\",\"group5-pos-6\":\"\",\"group5-nat-6\":\"\",\"group5-desc-6\":\"\",\"group5-sicon1-6\":\"\",\"group5-link1-6\":\"\",\"group5-sicon2-6\":\"\",\"group5-link2-6\":\"\",\"group5-sicon3-6\":\"\",\"group5-link3-6\":\"\",\"group5-sicon4-6\":\"\",\"group5-link4-6\":\"\",\"group5-profilelink-6\":\"\",\"group5-image-7\":\"\",\"group5-name-7\":\"\",\"group5-pos-7\":\"\",\"group5-nat-7\":\"\",\"group5-desc-7\":\"\",\"group5-sicon1-7\":\"\",\"group5-link1-7\":\"\",\"group5-sicon2-7\":\"\",\"group5-link2-7\":\"\",\"group5-sicon3-7\":\"\",\"group5-link3-7\":\"\",\"group5-sicon4-7\":\"\",\"group5-link4-7\":\"\",\"group5-profilelink-7\":\"\",\"group5-image-8\":\"\",\"group5-name-8\":\"\",\"group5-pos-8\":\"\",\"group5-nat-8\":\"\",\"group5-desc-8\":\"\",\"group5-sicon1-8\":\"\",\"group5-link1-8\":\"\",\"group5-sicon2-8\":\"\",\"group5-link2-8\":\"\",\"group5-sicon3-8\":\"\",\"group5-link3-8\":\"\",\"group5-sicon4-8\":\"\",\"group5-link4-8\":\"\",\"group5-profilelink-8\":\"\",\"group5-image-9\":\"\",\"group5-name-9\":\"\",\"group5-pos-9\":\"\",\"group5-nat-9\":\"\",\"group5-desc-9\":\"\",\"group5-sicon1-9\":\"\",\"group5-link1-9\":\"\",\"group5-sicon2-9\":\"\",\"group5-link2-9\":\"\",\"group5-sicon3-9\":\"\",\"group5-link3-9\":\"\",\"group5-sicon4-9\":\"\",\"group5-link4-9\":\"\",\"group5-profilelink-9\":\"\",\"group5-image-10\":\"\",\"group5-name-10\":\"\",\"group5-pos-10\":\"\",\"group5-nat-10\":\"\",\"group5-desc-10\":\"\",\"group5-sicon1-10\":\"\",\"group5-link1-10\":\"#\",\"group5-sicon2-10\":\"\",\"group5-link2-10\":\"#\",\"group5-sicon3-10\":\"\",\"group5-link3-10\":\"#\",\"group5-sicon4-10\":\"\",\"group5-link4-10\":\"\",\"group5-profilelink-10\":\"\",\"group1-moduleclass_sfx\":\"squad-jt\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"System-html5\"}',0,'*'),(119,150,'ICAOC al Día','','',1,'ICAOC al Día',NULL,NULL,'2025-07-22 14:01:49',NULL,-2,'mod_latestnewsenhanced',1,1,'{\"datasource\":\"articles\",\"related\":\"0\",\"cat_inex\":\"1\",\"catid\":[\"16\"],\"includesubcategories\":\"no\",\"levelsubcategories\":1,\"cat_order\":\"\",\"tags_inex\":\"1\",\"include_tag_children\":\"0\",\"tags_match\":\"any\",\"keys\":\"\",\"author_match\":\"0\",\"author_inex\":\"1\",\"created_by\":[\"all\"],\"author_alias_inex\":\"1\",\"show_a\":\"alias\",\"author_order\":\"\",\"post_d\":\"published\",\"when_no_date\":\"0\",\"use_range\":\"0\",\"start_date_range\":\"\",\"end_date_range\":\"\",\"range_to\":\"week\",\"spread_to\":1,\"range_from\":\"now\",\"spread_from\":1,\"ex_current_item\":\"0\",\"ex\":\"\",\"in\":\"\",\"show_f\":\"3\",\"order\":\"c_dsc\",\"filter_lang\":\"1\",\"count\":\"\",\"count_for\":\"articles\",\"startat\":1,\"layout\":\"_:default\",\"nodatamessage\":\"\",\"align\":\"h\",\"items_align\":\"c\",\"items_valign_h\":\"fs\",\"items_valign_v\":\"c\",\"item_spacebetween\":10,\"items_w\":\"\",\"items_h\":\"\",\"item_w\":100,\"item_w_u\":\"percent\",\"min_item_w\":\"\",\"max_item_w\":\"\",\"head_type\":\"none\",\"head_w\":64,\"head_h\":64,\"maintain_height\":\"0\",\"keep_image_space\":\"1\",\"text_align\":\"r\",\"head_align\":\"\",\"content_align\":\"left\",\"title_type\":\"title\",\"letter_count_title\":\"\",\"trunc_l_w_title\":\"0\",\"force_one_line\":\"0\",\"title_tag\":\"4\",\"title_before_head\":\"0\",\"text\":\"intro\",\"l_count\":\"800\",\"trunc_l_w\":\"0\",\"strip_tags\":\"1\",\"keep_tags\":\"\",\"trigger_events\":\"0\",\"wrap\":\"0\",\"what_to_link\":[\"title\",\"head\",\"label\"],\"link_to\":\"item\",\"link_target\":\"same\",\"popup_x\":600,\"popup_y\":500,\"follow\":\"1\",\"readmore_tooltip\":\"1\",\"allow_edit\":\"0\",\"readmore_always_show\":\"1\",\"link\":\"LEER MAS...\",\"readmore_align\":\"\",\"link_cat_to\":\"none\",\"cat_link\":\"\",\"cat_tooltip\":\"1\",\"cat_readmore_align\":\"\",\"consol_cat\":\"1\",\"show_cat_description\":\"0\",\"show_article_count\":\"0\",\"readall_link\":\"\",\"readall_external_url\":\"\",\"readall_pos\":\"last\",\"readall_link_lbl\":\"\",\"readall_tooltip\":\"1\",\"readall_align\":\"\",\"overall_style\":\"originalmodern\",\"color_theme\":\"\",\"bgcolor\":\"#fafafa\",\"item_border_w\":0,\"item_border_r\":0,\"item_border_c\":\"\",\"item_shadow\":\"none\",\"d_to_b\":0,\"item_color\":\"\",\"item_l_color\":\"#000000\",\"item_l_color_h\":\"#e33b3b\",\"f_r_body\":14,\"space_head\":\"\",\"space_body\":\"\",\"title_class\":\"\",\"details_font\":\"\",\"details_fontsize\":80,\"details_line_spacing\":[\"\",\"px\"],\"details_color\":\"\",\"iconscolor\":\"\",\"readmore_style\":\"bootstrap\",\"readmore_type\":\"btn-primary\",\"readmore_size\":\"\",\"readmore_classes\":\"\",\"cat_readmore_style\":\"\",\"cat_readmore_type\":\"btn-default\",\"cat_readmore_size\":\"\",\"cat_readmore_classes\":\"\",\"readall_style\":\"\",\"readall_type\":\"btn-default\",\"readall_size\":\"\",\"readall_classes\":\"\",\"style_overrides\":\"\",\"default_pic\":\"\",\"default_cat_pic\":\"0\",\"imagebgcolor\":\"\",\"border_w\":0,\"border_r_pic\":0,\"border_c_pic\":\"#ffffff\",\"sh_w_pic\":0,\"sh_type\":\"s\",\"hover_effect\":\"none\",\"create_thumb\":\"1\",\"thumb_mime_type\":\"\",\"crop_pic\":\"0\",\"filter_original\":\"none\",\"filter\":\"none\",\"quality_jpg\":75,\"quality_png\":3,\"quality_webp\":80,\"quality_avif\":80,\"original_alt\":\"0\",\"allow_remote\":\"1\",\"create_highres\":\"0\",\"lazyload\":\"0\",\"image_attributes\":\"\",\"pos_1\":\"w\",\"pos_2\":\"d\",\"pos_3\":\"m\",\"pos_4\":\"y\",\"pos_5\":\"t\",\"fmt_w\":\"D\",\"fmt_m\":\"M\",\"fmt_d\":\"d\",\"cal_style\":\"original\",\"cal_bg\":\"\",\"border_w_cal\":0,\"border_r\":0,\"border_c_cal\":\"#000000\",\"sh_w\":0,\"fontcalendar\":\"\",\"f_r\":14,\"c2\":\"#494949\",\"bgc21\":\"\",\"bgc22\":\"\",\"c1\":\"#3d3d3d\",\"bgc11\":\"\",\"bgc12\":\"\",\"c3\":\"#494949\",\"bgc31\":\"\",\"bgc32\":\"\",\"separator\":\"\",\"ad_place\":\"1\",\"d_format\":\"d F Y\",\"t_format\":\"H:i\",\"show_rating\":\"text\",\"star_color\":\"#000000\",\"visible_items\":5,\"anim\":\"\",\"pagination\":\"ppn\",\"pagination_pos\":\"below\",\"pagination_align\":\"center\",\"pagination_style\":\"\",\"pagination_size\":\"\",\"pagination_specific_size\":1,\"pagination_offset\":0,\"prev_type\":\"\",\"label_prev\":\"\",\"next_type\":\"\",\"label_next\":\"\",\"num_links\":5,\"site_mode\":\"dev\",\"bootstrap_version\":\"joomla\",\"show_errors\":\"0\",\"remove_whitespaces\":\"0\",\"load_icon_font\":\"1\",\"load_fontawesome\":\"0\",\"force_itemid\":\"\",\"clear_cache\":\"1\",\"thumb_path\":\"cache\",\"inline_scripts\":\"0\",\"remote_libraries\":\"0\",\"clear_css_cache\":\"1\",\"pretext\":\"\",\"posttext\":\"\",\"allow_plugins_prepost\":\"0\",\"show_on_mobile\":\"1\",\"show_on_item_page\":\"1\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(120,154,'SP Page Builder','','',1,'',46,'2026-03-13 16:34:36','2025-07-23 15:09:36',NULL,1,'mod_sppagebuilder',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(121,158,'Modulo Sp Page Builder Eventos 2','',NULL,1,'',46,'2025-07-29 16:50:30',NULL,NULL,1,'mod_sppagebuilder',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(122,159,'Sp Page Builder Quienes Somos','','',1,'',46,'2025-08-29 21:57:49',NULL,NULL,1,'mod_sppagebuilder',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(123,161,'eventos4ta','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"2\",\"image_folder\":\"images\\/Eventos\\/4ta\",\"link\":\"\",\"category\":\"8\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"400\",\"image_height\":\"260\",\"fit_to\":\"2\",\"image_centering\":\"0\",\"visible_images\":\"3\",\"space_between_images\":\"5\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"0\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"title_color\":\"rgba(255, 255, 255, 1)\",\"title_font\":\"\",\"desc_color\":\"#ffffff\",\"desc_font\":\"\",\"readmore_color\":\"#ffffff\",\"readmore_font\":\"\",\"desc_bg\":\"#383838\",\"include_gf\":\"0\",\"border_radius\":\"0px 0px 0px 0px;\",\"effect\":\"ease\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(124,166,'JM Additional Features','','',1,'',NULL,NULL,NULL,NULL,0,'mod_jm_additional_features',1,1,'{\"items\":\"[[{\\\"name\\\":\\\"jform[params][title]\\\",\\\"value\\\":\\\"JM Additional Features\\\"},{\\\"name\\\":\\\"jform[params][url]\\\",\\\"value\\\":\\\"\\\"},{\\\"name\\\":\\\"jform[params][image_icon]\\\",\\\"value\\\":\\\"\\\"},{\\\"name\\\":\\\"jform[params][alt]\\\",\\\"value\\\":\\\"\\\"},{\\\"name\\\":\\\"jform[params][icon]\\\",\\\"value\\\":\\\"\\\"},{\\\"name\\\":\\\"jform[params][color]\\\",\\\"value\\\":\\\"#782e2e\\\"},{\\\"name\\\":\\\"jform[params][icon_item_side]\\\",\\\"value\\\":\\\"left\\\"},{\\\"name\\\":\\\"jform[params][text]\\\",\\\"value\\\":\\\"En esta ocasi\\u00f3n, el cuarto encuentro de la Jornada de Ciencias Ambientales investigadores y estudiantes se reunieron para compartir sus trabajos alrededor de las ciencias ambientales. En est\\u00e1 oportunidad, tambi\\u00e9n se llevaron a cabo cursos cortos, renovando el compromiso con la causa ambiental y se inspire cambios positivos en materia ambiental. \\\\r\\\\n\\\\r\\\\nSe presentaron 36 trabajos en modalidad oral y tipo p\\u00f3ster, de investigadores de la Universidad Cooperativa de Colombia, Universidad Santo Tomas, Universidad Francisco de Paula Santander, Corporaci\\u00f3n Universitaria Minuto de Dios UNIMINUTO, Escuela Superior de Administraci\\u00f3n P\\u00fablica, y el Gimnasio Campestre La Fontana. Los trabajos presentados se enmarcaron en los ejes tem\\u00e1ticos: de gesti\\u00f3n territorial y gesti\\u00f3n del riesgo, transici\\u00f3n energ\\u00e9tica, Sistemas productivos sostenibles y producci\\u00f3n m\\u00e1s limpia, Pol\\u00edtica y gobernanza ambiental, Gesti\\u00f3n del agua y cuencas hidrogr\\u00e1ficas, Gesti\\u00f3n de la Biodiversidad y Servicios ecosist\\u00e9micos, Gesti\\u00f3n del recurso suelo, Gesti\\u00f3n territorial, Educaci\\u00f3n Ambiental\\\"},{\\\"name\\\":\\\"jform[params][item_readmore]\\\",\\\"value\\\":\\\"0\\\"}]]\",\"title\":\"\",\"url\":\"\",\"image_icon\":\"\",\"alt\":\"\",\"icon\":\"\",\"color\":\"\",\"icon_item_side\":\"\",\"text\":\"\",\"item_readmore\":\"0\",\"text_bottom\":\"boton\",\"show_readmore\":\"1\",\"readmore_name\":\"\",\"readmore_url\":\"\",\"icon_link\":\"1\",\"icon_side\":\"left\",\"columns\":\"2\",\"theme\":\"1\",\"load_fontawesome\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(125,167,'JM Intro Articles','','',1,'',NULL,NULL,NULL,NULL,0,'mod_jm_articles_category',1,1,'{\"link_titles\":\"1\",\"show_date\":\"0\",\"show_date_field\":\"created\",\"show_date_format\":\"Y-m-d H:i:s\",\"show_category\":\"0\",\"show_hits\":\"0\",\"show_author\":\"0\",\"show_introtext\":\"0\",\"introtext_limit\":\"100\",\"show_readmore\":\"1\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"15\",\"count\":\"0\",\"skip_items\":\"0\",\"columns\":\"1\",\"theme\":\"1\",\"show_image\":\"1\",\"image_linked\":\"0\",\"image_position\":\"2\",\"image_align\":\"2\",\"image_resizing\":\"2\",\"image_source\":\"1\",\"image_width\":\"\",\"image_height\":\"\",\"carousel\":\"1\",\"show_indicators\":\"1\",\"show_nav\":\"1\",\"auto_play\":\"1\",\"play_interval\":\"200\",\"show_front\":\"show\",\"category_filtering_type\":\"1\",\"catid\":[\"18\"],\"show_child_category_articles\":\"0\",\"levels\":\"1\",\"author_filtering_type\":\"1\",\"created_by\":[\"\"],\"author_alias_filtering_type\":\"1\",\"created_by_alias\":[\"\"],\"excluded_articles\":\"\",\"date_filtering\":\"off\",\"date_field\":\"a.created\",\"start_date_range\":\"\",\"end_date_range\":\"\",\"relative_date\":\"30\",\"article_ordering\":\"a.title\",\"article_ordering_direction\":\"ASC\",\"article_grouping\":\"category_title\",\"article_grouping_direction\":\"ksort\",\"month_year_format\":\"F Y\",\"mode\":\"normal\",\"show_on_article_page\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"owncache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(126,169,'Digi Showcase','','',1,'eventos',46,'2026-03-13 16:24:05',NULL,NULL,1,'mod_digi_showcase',1,1,'{\"module_version\":\"2.3.1\",\"show-wizard\":\"1\",\"data-source\":\"0\",\"joomla-categories\":[\"18\"],\"custom-csv\":\"\",\"expansion-pack\":\"\",\"show-featured-items\":\"1\",\"show-expired-articles\":\"0\",\"items-offset\":\"0\",\"articles-time-correction\":\"+0\",\"order-by\":\"0\",\"order-type\":\"1\",\"include-title-inside\":\"0\",\"module-title-tag\":\"p\",\"intro-text\":\"\",\"mode\":\"0\",\"bootstrap-version\":\"3\",\"rows\":\"2\",\"columns\":\"2\",\"carousel-mode\":\"0\",\"carousel-autoanimation\":\"0\",\"carousel-autoanimation-interval\":\"5000\",\"carousel-items-quantity\":\"6\",\"carousel-columns-quantity\":\"3\",\"carousel-scroll-quantity\":\"1\",\"carousel-arrows\":\"1\",\"carousel-dots\":\"0\",\"carousel-loop\":\"1\",\"carousel-center-element\":\"0\",\"timeline-items-quantity\":\"6\",\"timeline-animation\":\"1\",\"timeline-image-inside\":\"0\",\"timeline-primary-color\":\"#ffffff\",\"timeline-secondary-color\":\"#f5f5f5\",\"timeline-border-radius\":\"3\",\"timeline-max-width\":\"1200\",\"timeline-switch-width\":\"768\",\"sphere-items-quantity\":\"18\",\"sphere-width\":\"400\",\"sphere-height\":\"400\",\"sphere-radius\":\"150\",\"masonry-items-quantity\":\"20\",\"masonry-columns\":\"4\",\"masonry-mode\":\"1\",\"masonry-blocks-size\":\"1\",\"masonry-pattern\":\"\",\"masonry-border-radius\":\"5\",\"masonry-tablet-switch\":\"960\",\"masonry-smartphone-switch\":\"640\",\"filter-switch\":\"1\",\"filter-group\":\"0\",\"filter-alignment\":\"1\",\"filter-margin-wrapper\":\"0 0 18 0\",\"filter-margin-items\":\"0 2 0 2\",\"filter-justify\":\"0\",\"filter-background-color\":\"#f5f5f5\",\"filter-color\":\"#333333\",\"filter-background-hover-color\":\"#005e8d\",\"filter-hover-color\":\"#ffffff\",\"items-padding\":\"0 10 0 10\",\"module-padding\":\"0 0 0 0\",\"module-css\":\"\",\"items-css\":\"\",\"show-image\":\"1\",\"image-type\":\"3\",\"show-placeholder-image\":\"1\",\"placeholder-image\":\"\",\"generate-thumbnail\":\"0\",\"image-width\":\"100\",\"image-height\":\"100\",\"show-title\":\"1\",\"title-characters\":\"50\",\"title-position\":\"1\",\"title-alignment\":\"1\",\"title-tag\":\"h3\",\"show-description\":\"1\",\"description-characters\":\"100\",\"text-position\":\"1\",\"text-alignment\":\"1\",\"text-tag\":\"p\",\"strip-html-text\":\"1\",\"readmore\":\"0\",\"readmore-text\":\"Read more...\",\"readmore-style\":\"1\",\"readmore-class\":\"\",\"show-category\":\"0\",\"category-position\":\"1\",\"category-alignment\":\"1\",\"category-tag\":\"h4\",\"show-extra-info\":\"1\",\"extra-info-position\":\"1\",\"extra-info-alignment\":\"1\",\"extra-info-tag\":\"p\",\"link-switch\":\"1\",\"link-alias\":\"1\",\"link-category\":\"1\",\"link-item\":\"1\",\"forced-link-item-switch\":\"0\",\"forced-link-item\":\"101\",\"items-background-switch\":\"0\",\"items-background-type\":\"0\",\"items-background-image-type\":\"0\",\"items-background-image\":\"\",\"items-background-custom-color\":\"\",\"items-background-overlay\":\"0\",\"items-background-overlay-color\":\"#000000\",\"items-background-overlay-text-color\":\"#ffffff\",\"items-background-overlay-opacity\":\"0.7\",\"items-background-overlay-content-opacity\":\"0.4\",\"items-background-overlay-transition\":\"0.3\",\"jquery-no-conflict-switch\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(127,172,'Hot Joomla Carousel','','',5,'',NULL,NULL,NULL,NULL,0,'mod_hot_joomla_carousel',1,1,'',0,'*'),(128,173,'Equipo de Laboratorio','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_playersquad_jt',1,1,'{\"layout\":\"_:default\",\"set\":\"33\",\"radius\":\"50\",\"see_profile_text\":\"See Profile\",\"group1_title\":\"Personal Centro de Calidad de Aguas\",\"group1-image-1\":\"images\\/equipo\\/1.png#joomlaImage:\\/\\/local-images\\/equipo\\/1.png?width=147&height=169\",\"group1-name-1\":\"Juan Sebasti\\u00e1n Berm\\u00fadez\",\"group1-pos-1\":\"\",\"group1-nat-1\":\"\",\"group1-desc-1\":\"Profesional Apoyo CCA Sistema Gesti\\u00f3n de Calidad\",\"group1-sicon1-1\":\"\",\"group1-link1-1\":\"\",\"group1-sicon2-1\":\"\",\"group1-link2-1\":\"\",\"group1-sicon3-1\":\"\",\"group1-link3-1\":\"\",\"group1-sicon4-1\":\"\",\"group1-link4-1\":\"\",\"group1-profilelink-1\":\"\",\"group1-image-2\":\"images\\/equipo\\/2.png#joomlaImage:\\/\\/local-images\\/equipo\\/2.png?width=147&height=169\",\"group1-name-2\":\"Jairo Andr\\u00e9s Novoa Bernate\",\"group1-pos-2\":\"\",\"group1-nat-2\":\"\",\"group1-desc-2\":\"Profesional Apoyo CCA Unidad Anal\\u00edtica de Aguas\\r\\n\",\"group1-sicon1-2\":\"\",\"group1-link1-2\":\"\",\"group1-sicon2-2\":\"\",\"group1-link2-2\":\"\",\"group1-sicon3-2\":\"\",\"group1-link3-2\":\"\",\"group1-sicon4-2\":\"\",\"group1-link4-2\":\"\",\"group1-profilelink-2\":\"\",\"group1-image-3\":\"images\\/equipo\\/3.png#joomlaImage:\\/\\/local-images\\/equipo\\/3.png?width=147&height=169\",\"group1-name-3\":\"Juan David Aguilar\",\"group1-pos-3\":\"\",\"group1-nat-3\":\"\",\"group1-desc-3\":\"Profesional Apoyo CCA Unidad Anal\\u00edtica de Aguas Unidad de Muestreo\",\"group1-sicon1-3\":\"\",\"group1-link1-3\":\"\",\"group1-sicon2-3\":\"\",\"group1-link2-3\":\"\",\"group1-sicon3-3\":\"\",\"group1-link3-3\":\"\",\"group1-sicon4-3\":\"\",\"group1-link4-3\":\"\",\"group1-profilelink-3\":\"\",\"group1-image-4\":\"\",\"group1-name-4\":\"\",\"group1-pos-4\":\"\",\"group1-nat-4\":\"\",\"group1-desc-4\":\"\\r\\n\",\"group1-sicon1-4\":\"\",\"group1-link1-4\":\"\",\"group1-sicon2-4\":\"\",\"group1-link2-4\":\"\",\"group1-sicon3-4\":\"\",\"group1-link3-4\":\"\",\"group1-sicon4-4\":\"\",\"group1-link4-4\":\"\",\"group1-profilelink-4\":\"\",\"group1-image-5\":\"images\\/equipo\\/5.1.png#joomlaImage:\\/\\/local-images\\/equipo\\/5.1.png?width=147&height=169\",\"group1-name-5\":\"Sara Victoria Zarate\",\"group1-pos-5\":\"\",\"group1-nat-5\":\"\",\"group1-desc-5\":\"Profesional Apoyo CCA Unidad de Microbiolog\\u00eda\\r\\n\",\"group1-sicon1-5\":\"\",\"group1-link1-5\":\"\",\"group1-sicon2-5\":\"\",\"group1-link2-5\":\"\",\"group1-sicon3-5\":\"\",\"group1-link3-5\":\"\",\"group1-sicon4-5\":\"\",\"group1-link4-5\":\"\",\"group1-profilelink-5\":\"\",\"group1-image-6\":\"images\\/equipo\\/7.1.png#joomlaImage:\\/\\/local-images\\/equipo\\/7.1.png?width=147&height=169\",\"group1-name-6\":\"Yeimy Eliana Qui\\u00f1ones Agudelo\",\"group1-pos-6\":\"\",\"group1-nat-6\":\"\",\"group1-desc-6\":\"T\\u00e9cnico de Apoyo CCA Unidad Anal\\u00edtica de Aguas\\r\\n\",\"group1-sicon1-6\":\"\",\"group1-link1-6\":\"\",\"group1-sicon2-6\":\"\",\"group1-link2-6\":\"\",\"group1-sicon3-6\":\"\",\"group1-link3-6\":\"\",\"group1-sicon4-6\":\"\",\"group1-link4-6\":\"\",\"group1-profilelink-6\":\"\",\"group1-image-7\":\"images\\/equipo\\/6.png#joomlaImage:\\/\\/local-images\\/equipo\\/6.png?width=147&height=169\",\"group1-name-7\":\"Ivan Agusto Guiza\",\"group1-pos-7\":\"\",\"group1-nat-7\":\"\",\"group1-desc-7\":\"T\\u00e9cnico de Apoyo CCA Unidad Anal\\u00edtica de Aguas\\r\\n\",\"group1-sicon1-7\":\"\",\"group1-link1-7\":\"\",\"group1-sicon2-7\":\"\",\"group1-link2-7\":\"\",\"group1-sicon3-7\":\"\",\"group1-link3-7\":\"\",\"group1-sicon4-7\":\"\",\"group1-link4-7\":\"\",\"group1-profilelink-7\":\"\",\"group1-image-8\":\"\",\"group1-name-8\":\"\",\"group1-pos-8\":\"\",\"group1-nat-8\":\"\",\"group1-desc-8\":\"\",\"group1-sicon1-8\":\"\",\"group1-link1-8\":\"\",\"group1-sicon2-8\":\"\",\"group1-link2-8\":\"\",\"group1-sicon3-8\":\"\",\"group1-link3-8\":\"\",\"group1-sicon4-8\":\"\",\"group1-link4-8\":\"\",\"group1-profilelink-8\":\"\",\"group1-image-9\":\"\",\"group1-name-9\":\"\",\"group1-pos-9\":\"\",\"group1-nat-9\":\"\",\"group1-desc-9\":\"\",\"group1-sicon1-9\":\"\",\"group1-link1-9\":\"\",\"group1-sicon2-9\":\"\",\"group1-link2-9\":\"\",\"group1-sicon3-9\":\"\",\"group1-link3-9\":\"\",\"group1-sicon4-9\":\"\",\"group1-link4-9\":\"\",\"group1-profilelink-9\":\"\",\"group1-image-10\":\"\",\"group1-name-10\":\"\",\"group1-pos-10\":\"\",\"group1-nat-10\":\"\",\"group1-desc-10\":\"\",\"group1-sicon1-10\":\"\",\"group1-link1-10\":\"#\",\"group1-sicon2-10\":\"\",\"group1-link2-10\":\"#\",\"group1-sicon3-10\":\"\",\"group1-link3-10\":\"#\",\"group1-sicon4-10\":\"\",\"group1-link4-10\":\"\",\"group1-profilelink-10\":\"\",\"group2_title\":\"DEFENDERS\",\"group2-image-1\":\"\",\"group2-name-1\":\"\",\"group2-pos-1\":\"\",\"group2-nat-1\":\"\",\"group2-desc-1\":\"\",\"group2-sicon1-1\":\"\",\"group2-link1-1\":\"\",\"group2-sicon2-1\":\"\",\"group2-link2-1\":\"\",\"group2-sicon3-1\":\"\",\"group2-link3-1\":\"\",\"group2-sicon4-1\":\"\",\"group2-link4-1\":\"\",\"group2-profilelink-1\":\"\",\"group2-image-2\":\"\",\"group2-name-2\":\"\",\"group2-pos-2\":\"\",\"group2-nat-2\":\"\",\"group2-desc-2\":\"\",\"group2-sicon1-2\":\"\",\"group2-link1-2\":\"\",\"group2-sicon2-2\":\"\",\"group2-link2-2\":\"\",\"group2-sicon3-2\":\"\",\"group2-link3-2\":\"\",\"group2-sicon4-2\":\"\",\"group2-link4-2\":\"\",\"group2-profilelink-2\":\"\",\"group2-image-3\":\"\",\"group2-name-3\":\"\",\"group2-pos-3\":\"\",\"group2-nat-3\":\"\",\"group2-desc-3\":\"\",\"group2-sicon1-3\":\"\",\"group2-link1-3\":\"\",\"group2-sicon2-3\":\"\",\"group2-link2-3\":\"\",\"group2-sicon3-3\":\"\",\"group2-link3-3\":\"\",\"group2-sicon4-3\":\"\",\"group2-link4-3\":\"\",\"group2-profilelink-3\":\"\",\"group2-image-4\":\"\",\"group2-name-4\":\"\",\"group2-pos-4\":\"\",\"group2-nat-4\":\"\",\"group2-desc-4\":\"\",\"group2-sicon1-4\":\"\",\"group2-link1-4\":\"\",\"group2-sicon2-4\":\"\",\"group2-link2-4\":\"\",\"group2-sicon3-4\":\"\",\"group2-link3-4\":\"\",\"group2-sicon4-4\":\"\",\"group2-link4-4\":\"\",\"group2-profilelink-4\":\"\",\"group2-image-5\":\"\",\"group2-name-5\":\"\",\"group2-pos-5\":\"\",\"group2-nat-5\":\"\",\"group2-desc-5\":\"\",\"group2-sicon1-5\":\"\",\"group2-link1-5\":\"\",\"group2-sicon2-5\":\"\",\"group2-link2-5\":\"\",\"group2-sicon3-5\":\"\",\"group2-link3-5\":\"\",\"group2-sicon4-5\":\"\",\"group2-link4-5\":\"\",\"group2-profilelink-5\":\"\",\"group2-image-6\":\"\",\"group2-name-6\":\"\",\"group2-pos-6\":\"\",\"group2-nat-6\":\"\",\"group2-desc-6\":\"\",\"group2-sicon1-6\":\"\",\"group2-link1-6\":\"\",\"group2-sicon2-6\":\"\",\"group2-link2-6\":\"\",\"group2-sicon3-6\":\"\",\"group2-link3-6\":\"\",\"group2-sicon4-6\":\"\",\"group2-link4-6\":\"\",\"group2-profilelink-6\":\"\",\"group2-image-7\":\"\",\"group2-name-7\":\"\",\"group2-pos-7\":\"\",\"group2-nat-7\":\"\",\"group2-desc-7\":\"\",\"group2-sicon1-7\":\"\",\"group2-link1-7\":\"\",\"group2-sicon2-7\":\"\",\"group2-link2-7\":\"\",\"group2-sicon3-7\":\"\",\"group2-link3-7\":\"\",\"group2-sicon4-7\":\"\",\"group2-link4-7\":\"\",\"group2-profilelink-7\":\"\",\"group2-image-8\":\"\",\"group2-name-8\":\"\",\"group2-pos-8\":\"\",\"group2-nat-8\":\"\",\"group2-desc-8\":\"\",\"group2-sicon1-8\":\"\",\"group2-link1-8\":\"\",\"group2-sicon2-8\":\"\",\"group2-link2-8\":\"\",\"group2-sicon3-8\":\"\",\"group2-link3-8\":\"\",\"group2-sicon4-8\":\"\",\"group2-link4-8\":\"\",\"group2-profilelink-8\":\"\",\"group2-image-9\":\"\",\"group2-name-9\":\"\",\"group2-pos-9\":\"\",\"group2-nat-9\":\"\",\"group2-desc-9\":\"\",\"group2-sicon1-9\":\"\",\"group2-link1-9\":\"\",\"group2-sicon2-9\":\"\",\"group2-link2-9\":\"\",\"group2-sicon3-9\":\"\",\"group2-link3-9\":\"\",\"group2-sicon4-9\":\"\",\"group2-link4-9\":\"\",\"group2-profilelink-9\":\"\",\"group2-image-10\":\"\",\"group2-name-10\":\"\",\"group2-pos-10\":\"\",\"group2-nat-10\":\"\",\"group2-desc-10\":\"\",\"group2-sicon1-10\":\"\",\"group2-link1-10\":\"#\",\"group2-sicon2-10\":\"\",\"group2-link2-10\":\"#\",\"group2-sicon3-10\":\"\",\"group2-link3-10\":\"#\",\"group2-sicon4-10\":\"\",\"group2-link4-10\":\"\",\"group2-profilelink-10\":\"\",\"group3_title\":\"MIDFIELDERS\",\"group3-image-1\":\"\",\"group3-name-1\":\"\",\"group3-pos-1\":\"\",\"group3-nat-1\":\"\",\"group3-desc-1\":\"\",\"group3-sicon1-1\":\"\",\"group3-link1-1\":\"\",\"group3-sicon2-1\":\"\",\"group3-link2-1\":\"\",\"group3-sicon3-1\":\"\",\"group3-link3-1\":\"\",\"group3-sicon4-1\":\"\",\"group3-link4-1\":\"\",\"group3-profilelink-1\":\"\",\"group3-image-2\":\"\",\"group3-name-2\":\"\",\"group3-pos-2\":\"\",\"group3-nat-2\":\"\",\"group3-desc-2\":\"\",\"group3-sicon1-2\":\"\",\"group3-link1-2\":\"\",\"group3-sicon2-2\":\"\",\"group3-link2-2\":\"\",\"group3-sicon3-2\":\"\",\"group3-link3-2\":\"\",\"group3-sicon4-2\":\"\",\"group3-link4-2\":\"\",\"group3-profilelink-2\":\"\",\"group3-image-3\":\"\",\"group3-name-3\":\"\",\"group3-pos-3\":\"\",\"group3-nat-3\":\"\",\"group3-desc-3\":\"\",\"group3-sicon1-3\":\"\",\"group3-link1-3\":\"\",\"group3-sicon2-3\":\"\",\"group3-link2-3\":\"\",\"group3-sicon3-3\":\"\",\"group3-link3-3\":\"\",\"group3-sicon4-3\":\"\",\"group3-link4-3\":\"\",\"group3-profilelink-3\":\"\",\"group3-image-4\":\"\",\"group3-name-4\":\"\",\"group3-pos-4\":\"\",\"group3-nat-4\":\"\",\"group3-desc-4\":\"\",\"group3-sicon1-4\":\"\",\"group3-link1-4\":\"\",\"group3-sicon2-4\":\"\",\"group3-link2-4\":\"\",\"group3-sicon3-4\":\"\",\"group3-link3-4\":\"\",\"group3-sicon4-4\":\"\",\"group3-link4-4\":\"\",\"group3-profilelink-4\":\"\",\"group3-image-5\":\"\",\"group3-name-5\":\"\",\"group3-pos-5\":\"\",\"group3-nat-5\":\"\",\"group3-desc-5\":\"\",\"group3-sicon1-5\":\"\",\"group3-link1-5\":\"\",\"group3-sicon2-5\":\"\",\"group3-link2-5\":\"\",\"group3-sicon3-5\":\"\",\"group3-link3-5\":\"\",\"group3-sicon4-5\":\"\",\"group3-link4-5\":\"\",\"group3-profilelink-5\":\"\",\"group3-image-6\":\"\",\"group3-name-6\":\"\",\"group3-pos-6\":\"\",\"group3-nat-6\":\"\",\"group3-desc-6\":\"\",\"group3-sicon1-6\":\"\",\"group3-link1-6\":\"\",\"group3-sicon2-6\":\"\",\"group3-link2-6\":\"\",\"group3-sicon3-6\":\"\",\"group3-link3-6\":\"\",\"group3-sicon4-6\":\"\",\"group3-link4-6\":\"\",\"group3-profilelink-6\":\"\",\"group3-image-7\":\"\",\"group3-name-7\":\"\",\"group3-pos-7\":\"\",\"group3-nat-7\":\"\",\"group3-desc-7\":\"\",\"group3-sicon1-7\":\"\",\"group3-link1-7\":\"\",\"group3-sicon2-7\":\"\",\"group3-link2-7\":\"\",\"group3-sicon3-7\":\"\",\"group3-link3-7\":\"\",\"group3-sicon4-7\":\"\",\"group3-link4-7\":\"\",\"group3-profilelink-7\":\"\",\"group3-image-8\":\"\",\"group3-name-8\":\"\",\"group3-pos-8\":\"\",\"group3-nat-8\":\"\",\"group3-desc-8\":\"\",\"group3-sicon1-8\":\"\",\"group3-link1-8\":\"\",\"group3-sicon2-8\":\"\",\"group3-link2-8\":\"\",\"group3-sicon3-8\":\"\",\"group3-link3-8\":\"\",\"group3-sicon4-8\":\"\",\"group3-link4-8\":\"\",\"group3-profilelink-8\":\"\",\"group3-image-9\":\"\",\"group3-name-9\":\"\",\"group3-pos-9\":\"\",\"group3-nat-9\":\"\",\"group3-desc-9\":\"\",\"group3-sicon1-9\":\"\",\"group3-link1-9\":\"\",\"group3-sicon2-9\":\"\",\"group3-link2-9\":\"\",\"group3-sicon3-9\":\"\",\"group3-link3-9\":\"\",\"group3-sicon4-9\":\"\",\"group3-link4-9\":\"\",\"group3-profilelink-9\":\"\",\"group3-image-10\":\"\",\"group3-name-10\":\"\",\"group3-pos-10\":\"\",\"group3-nat-10\":\"\",\"group3-desc-10\":\"\",\"group3-sicon1-10\":\"\",\"group3-link1-10\":\"#\",\"group3-sicon2-10\":\"\",\"group3-link2-10\":\"#\",\"group3-sicon3-10\":\"\",\"group3-link3-10\":\"#\",\"group3-sicon4-10\":\"\",\"group3-link4-10\":\"\",\"group3-profilelink-10\":\"\",\"group4_title\":\"FORWARDS\",\"group4-image-1\":\"\",\"group4-name-1\":\"\",\"group4-pos-1\":\"\",\"group4-nat-1\":\"\",\"group4-desc-1\":\"\",\"group4-sicon1-1\":\"\",\"group4-link1-1\":\"\",\"group4-sicon2-1\":\"\",\"group4-link2-1\":\"\",\"group4-sicon3-1\":\"\",\"group4-link3-1\":\"\",\"group4-sicon4-1\":\"\",\"group4-link4-1\":\"\",\"group4-profilelink-1\":\"\",\"group4-image-2\":\"\",\"group4-name-2\":\"\",\"group4-pos-2\":\"\",\"group4-nat-2\":\"\",\"group4-desc-2\":\"\",\"group4-sicon1-2\":\"\",\"group4-link1-2\":\"\",\"group4-sicon2-2\":\"\",\"group4-link2-2\":\"\",\"group4-sicon3-2\":\"\",\"group4-link3-2\":\"\",\"group4-sicon4-2\":\"\",\"group4-link4-2\":\"\",\"group4-profilelink-2\":\"\",\"group4-image-3\":\"\",\"group4-name-3\":\"\",\"group4-pos-3\":\"\",\"group4-nat-3\":\"\",\"group4-desc-3\":\"\",\"group4-sicon1-3\":\"\",\"group4-link1-3\":\"\",\"group4-sicon2-3\":\"\",\"group4-link2-3\":\"\",\"group4-sicon3-3\":\"\",\"group4-link3-3\":\"\",\"group4-sicon4-3\":\"\",\"group4-link4-3\":\"\",\"group4-profilelink-3\":\"\",\"group4-image-4\":\"\",\"group4-name-4\":\"\",\"group4-pos-4\":\"\",\"group4-nat-4\":\"\",\"group4-desc-4\":\"\",\"group4-sicon1-4\":\"\",\"group4-link1-4\":\"\",\"group4-sicon2-4\":\"\",\"group4-link2-4\":\"\",\"group4-sicon3-4\":\"\",\"group4-link3-4\":\"\",\"group4-sicon4-4\":\"\",\"group4-link4-4\":\"\",\"group4-profilelink-4\":\"\",\"group4-image-5\":\"\",\"group4-name-5\":\"\",\"group4-pos-5\":\"\",\"group4-nat-5\":\"\",\"group4-desc-5\":\"\",\"group4-sicon1-5\":\"\",\"group4-link1-5\":\"\",\"group4-sicon2-5\":\"\",\"group4-link2-5\":\"\",\"group4-sicon3-5\":\"\",\"group4-link3-5\":\"\",\"group4-sicon4-5\":\"\",\"group4-link4-5\":\"\",\"group4-profilelink-5\":\"\",\"group4-image-6\":\"\",\"group4-name-6\":\"\",\"group4-pos-6\":\"\",\"group4-nat-6\":\"\",\"group4-desc-6\":\"\",\"group4-sicon1-6\":\"\",\"group4-link1-6\":\"\",\"group4-sicon2-6\":\"\",\"group4-link2-6\":\"\",\"group4-sicon3-6\":\"\",\"group4-link3-6\":\"\",\"group4-sicon4-6\":\"\",\"group4-link4-6\":\"\",\"group4-profilelink-6\":\"\",\"group4-image-7\":\"\",\"group4-name-7\":\"\",\"group4-pos-7\":\"\",\"group4-nat-7\":\"\",\"group4-desc-7\":\"\",\"group4-sicon1-7\":\"\",\"group4-link1-7\":\"\",\"group4-sicon2-7\":\"\",\"group4-link2-7\":\"\",\"group4-sicon3-7\":\"\",\"group4-link3-7\":\"\",\"group4-sicon4-7\":\"\",\"group4-link4-7\":\"\",\"group4-profilelink-7\":\"\",\"group4-image-8\":\"\",\"group4-name-8\":\"\",\"group4-pos-8\":\"\",\"group4-nat-8\":\"\",\"group4-desc-8\":\"\",\"group4-sicon1-8\":\"\",\"group4-link1-8\":\"\",\"group4-sicon2-8\":\"\",\"group4-link2-8\":\"\",\"group4-sicon3-8\":\"\",\"group4-link3-8\":\"\",\"group4-sicon4-8\":\"\",\"group4-link4-8\":\"\",\"group4-profilelink-8\":\"\",\"group4-image-9\":\"\",\"group4-name-9\":\"\",\"group4-pos-9\":\"\",\"group4-nat-9\":\"\",\"group4-desc-9\":\"\",\"group4-sicon1-9\":\"\",\"group4-link1-9\":\"\",\"group4-sicon2-9\":\"\",\"group4-link2-9\":\"\",\"group4-sicon3-9\":\"\",\"group4-link3-9\":\"\",\"group4-sicon4-9\":\"\",\"group4-link4-9\":\"\",\"group4-profilelink-9\":\"\",\"group4-image-10\":\"\",\"group4-name-10\":\"\",\"group4-pos-10\":\"\",\"group4-nat-10\":\"\",\"group4-desc-10\":\"\",\"group4-sicon1-10\":\"\",\"group4-link1-10\":\"#\",\"group4-sicon2-10\":\"\",\"group4-link2-10\":\"#\",\"group4-sicon3-10\":\"\",\"group4-link3-10\":\"#\",\"group4-sicon4-10\":\"\",\"group4-link4-10\":\"\",\"group4-profilelink-10\":\"\",\"group5_title\":\"ON LOAN\",\"group5-image-1\":\"\",\"group5-name-1\":\"\",\"group5-pos-1\":\"\",\"group5-nat-1\":\"\",\"group5-desc-1\":\"\",\"group5-sicon1-1\":\"\",\"group5-link1-1\":\"\",\"group5-sicon2-1\":\"\",\"group5-link2-1\":\"\",\"group5-sicon3-1\":\"\",\"group5-link3-1\":\"\",\"group5-sicon4-1\":\"\",\"group5-link4-1\":\"\",\"group5-profilelink-1\":\"\",\"group5-image-2\":\"\",\"group5-name-2\":\"\",\"group5-pos-2\":\"\",\"group5-nat-2\":\"\",\"group5-desc-2\":\"\",\"group5-sicon1-2\":\"\",\"group5-link1-2\":\"\",\"group5-sicon2-2\":\"\",\"group5-link2-2\":\"\",\"group5-sicon3-2\":\"\",\"group5-link3-2\":\"\",\"group5-sicon4-2\":\"\",\"group5-link4-2\":\"\",\"group5-profilelink-2\":\"\",\"group5-image-3\":\"\",\"group5-name-3\":\"\",\"group5-pos-3\":\"\",\"group5-nat-3\":\"\",\"group5-desc-3\":\"\",\"group5-sicon1-3\":\"\",\"group5-link1-3\":\"\",\"group5-sicon2-3\":\"\",\"group5-link2-3\":\"\",\"group5-sicon3-3\":\"\",\"group5-link3-3\":\"\",\"group5-sicon4-3\":\"\",\"group5-link4-3\":\"\",\"group5-profilelink-3\":\"\",\"group5-image-4\":\"\",\"group5-name-4\":\"\",\"group5-pos-4\":\"\",\"group5-nat-4\":\"\",\"group5-desc-4\":\"\",\"group5-sicon1-4\":\"\",\"group5-link1-4\":\"\",\"group5-sicon2-4\":\"\",\"group5-link2-4\":\"\",\"group5-sicon3-4\":\"\",\"group5-link3-4\":\"\",\"group5-sicon4-4\":\"\",\"group5-link4-4\":\"\",\"group5-profilelink-4\":\"\",\"group5-image-5\":\"\",\"group5-name-5\":\"\",\"group5-pos-5\":\"\",\"group5-nat-5\":\"\",\"group5-desc-5\":\"\",\"group5-sicon1-5\":\"\",\"group5-link1-5\":\"\",\"group5-sicon2-5\":\"\",\"group5-link2-5\":\"\",\"group5-sicon3-5\":\"\",\"group5-link3-5\":\"\",\"group5-sicon4-5\":\"\",\"group5-link4-5\":\"\",\"group5-profilelink-5\":\"\",\"group5-image-6\":\"\",\"group5-name-6\":\"\",\"group5-pos-6\":\"\",\"group5-nat-6\":\"\",\"group5-desc-6\":\"\",\"group5-sicon1-6\":\"\",\"group5-link1-6\":\"\",\"group5-sicon2-6\":\"\",\"group5-link2-6\":\"\",\"group5-sicon3-6\":\"\",\"group5-link3-6\":\"\",\"group5-sicon4-6\":\"\",\"group5-link4-6\":\"\",\"group5-profilelink-6\":\"\",\"group5-image-7\":\"\",\"group5-name-7\":\"\",\"group5-pos-7\":\"\",\"group5-nat-7\":\"\",\"group5-desc-7\":\"\",\"group5-sicon1-7\":\"\",\"group5-link1-7\":\"\",\"group5-sicon2-7\":\"\",\"group5-link2-7\":\"\",\"group5-sicon3-7\":\"\",\"group5-link3-7\":\"\",\"group5-sicon4-7\":\"\",\"group5-link4-7\":\"\",\"group5-profilelink-7\":\"\",\"group5-image-8\":\"\",\"group5-name-8\":\"\",\"group5-pos-8\":\"\",\"group5-nat-8\":\"\",\"group5-desc-8\":\"\",\"group5-sicon1-8\":\"\",\"group5-link1-8\":\"\",\"group5-sicon2-8\":\"\",\"group5-link2-8\":\"\",\"group5-sicon3-8\":\"\",\"group5-link3-8\":\"\",\"group5-sicon4-8\":\"\",\"group5-link4-8\":\"\",\"group5-profilelink-8\":\"\",\"group5-image-9\":\"\",\"group5-name-9\":\"\",\"group5-pos-9\":\"\",\"group5-nat-9\":\"\",\"group5-desc-9\":\"\",\"group5-sicon1-9\":\"\",\"group5-link1-9\":\"\",\"group5-sicon2-9\":\"\",\"group5-link2-9\":\"\",\"group5-sicon3-9\":\"\",\"group5-link3-9\":\"\",\"group5-sicon4-9\":\"\",\"group5-link4-9\":\"\",\"group5-profilelink-9\":\"\",\"group5-image-10\":\"\",\"group5-name-10\":\"\",\"group5-pos-10\":\"\",\"group5-nat-10\":\"\",\"group5-desc-10\":\"\",\"group5-sicon1-10\":\"\",\"group5-link1-10\":\"#\",\"group5-sicon2-10\":\"\",\"group5-link2-10\":\"#\",\"group5-sicon3-10\":\"\",\"group5-link3-10\":\"#\",\"group5-sicon4-10\":\"\",\"group5-link4-10\":\"\",\"group5-profilelink-10\":\"\",\"group1-moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(129,174,'Servicios_ICAOC','',NULL,1,'',46,'2026-03-13 16:38:19',NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"2\",\"theme\":\"default\",\"link_image\":\"1\",\"image_folder\":\"images\\/CCA\",\"link\":\"\",\"category\":\"8\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"540\",\"image_height\":\"680\",\"fit_to\":\"2\",\"image_centering\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"0\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"0\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"title_color\":\"#ffffff\",\"title_font\":\"\",\"desc_color\":\"#ffffff\",\"desc_font\":\"\",\"readmore_color\":\"#ffffff\",\"readmore_font\":\"\",\"desc_bg\":\"#383838\",\"include_gf\":\"0\",\"border_radius\":\"0px 0px 0px 0px;\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(130,175,'Carrusel_servicios','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"1\",\"image_folder\":\"images\\/CCA\\/carrusel_CCA\",\"link\":\"\",\"category\":\"8\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"540\",\"image_height\":\"380\",\"fit_to\":\"0\",\"image_centering\":\"0\",\"visible_images\":\"3\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"0\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"title_color\":\"#ffffff\",\"title_font\":\"\",\"desc_color\":\"#ffffff\",\"desc_font\":\"\",\"readmore_color\":\"#ffffff\",\"readmore_font\":\"\",\"desc_bg\":\"#383838\",\"include_gf\":\"0\",\"border_radius\":\"0px 0px 0px 0px;\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(131,176,'Mapa','','<p><iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d31837.929481203966!2d-73.5903744!3d4.0730624!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e3e2f699906f93f%3A0xbbcdd4f58e307139!2sUniversidad%20de%20los%20Llanos%20-%20Campus%20Barcelona!5e0!3m2!1ses!2sco!4v1756823963632!5m2!1ses!2sco\" width=\"600\" height=\"450\" sandbox=\"\" allowfullscreen=\"allowfullscreen\" loading=\"lazy\"></iframe></p>',1,'',NULL,NULL,'2025-09-02 15:27:40',NULL,-2,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(132,178,'eventos 1ra','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"2\",\"image_folder\":\"images\\/Eventos\\/1ra\",\"link\":\"\",\"category\":\"8\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"400\",\"image_height\":\"260\",\"fit_to\":\"2\",\"image_centering\":\"1\",\"visible_images\":\"2\",\"space_between_images\":\"5\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"0\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"title_color\":\"#ffffff\",\"title_font\":\"\",\"desc_color\":\"#ffffff\",\"desc_font\":\"\",\"readmore_color\":\"#ffffff\",\"readmore_font\":\"\",\"desc_bg\":\"#383838\",\"include_gf\":\"0\",\"border_radius\":\"0px 0px 0px 0px;\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(133,179,'eventos2da','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"2\",\"image_folder\":\"images\\/Eventos\\/2da\",\"link\":\"\",\"category\":\"8\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"400\",\"image_height\":\"260\",\"fit_to\":\"2\",\"image_centering\":\"0\",\"visible_images\":\"3\",\"space_between_images\":\"5\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"0\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"title_color\":\"#ffffff\",\"title_font\":\"\",\"desc_color\":\"#ffffff\",\"desc_font\":\"\",\"readmore_color\":\"#ffffff\",\"readmore_font\":\"\",\"desc_bg\":\"#383838\",\"include_gf\":\"0\",\"border_radius\":\"0px 0px 0px 0px;\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(134,180,'eventos5ta','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_djimageslider',1,1,'{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"2\",\"image_folder\":\"images\\/Eventos\\/5ta\",\"link\":\"\",\"category\":\"8\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"400\",\"image_height\":\"260\",\"fit_to\":\"2\",\"image_centering\":\"0\",\"visible_images\":\"3\",\"space_between_images\":\"5\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"0\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"title_color\":\"#ffffff\",\"title_font\":\"\",\"desc_color\":\"#ffffff\",\"desc_font\":\"\",\"readmore_color\":\"#ffffff\",\"readmore_font\":\"\",\"desc_bg\":\"#383838\",\"include_gf\":\"0\",\"border_radius\":\"0px 0px 0px 0px;\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*');
/*!40000 ALTER TABLE `jnx5e_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_modules_menu`
--

DROP TABLE IF EXISTS `jnx5e_modules_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_modules_menu`
--

LOCK TABLES `jnx5e_modules_menu` WRITE;
/*!40000 ALTER TABLE `jnx5e_modules_menu` DISABLE KEYS */;
INSERT INTO `jnx5e_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,101),(17,117),(17,131),(17,132),(17,134),(17,167),(17,168),(17,169),(17,170),(17,176),(17,177),(17,178),(17,179),(17,181),(17,182),(17,183),(17,185),(17,186),(17,187),(17,188),(17,189),(17,190),(17,191),(17,192),(17,217),(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),(111,101),(112,131),(113,131),(115,0),(116,0),(117,0),(118,169),(120,101),(120,117),(120,131),(120,132),(120,134),(120,167),(120,168),(120,169),(120,170),(120,176),(120,177),(120,178),(120,179),(120,181),(120,182),(120,183),(120,185),(120,186),(120,187),(120,188),(120,189),(120,190),(120,191),(120,192),(120,193),(120,194),(120,217),(121,0),(122,134),(122,167),(123,217),(124,218),(126,220),(128,187),(129,-220),(129,-218),(129,-217),(129,-194),(129,-193),(129,-192),(129,-191),(129,-190),(129,-189),(129,-187),(129,-186),(129,-185),(129,-183),(129,-182),(129,-181),(129,-179),(129,-178),(129,-177),(129,-176),(129,-170),(129,-169),(129,-168),(129,-167),(129,-134),(129,-132),(129,-131),(129,-117),(129,-101),(130,-220),(130,-218),(130,-217),(130,-194),(130,-193),(130,-192),(130,-191),(130,-190),(130,-189),(130,-187),(130,-186),(130,-185),(130,-183),(130,-182),(130,-181),(130,-179),(130,-178),(130,-177),(130,-176),(130,-170),(130,-169),(130,-168),(130,-167),(130,-134),(130,-132),(130,-131),(130,-117),(130,-101),(131,-220),(131,-218),(131,-217),(131,-194),(131,-193),(131,-192),(131,-191),(131,-189),(131,-188),(131,-187),(131,-186),(131,-185),(131,-183),(131,-182),(131,-181),(131,-179),(131,-178),(131,-177),(131,-176),(131,-170),(131,-169),(131,-168),(131,-167),(131,-134),(131,-132),(131,-131),(131,-117),(131,-101),(132,0),(133,0),(134,0);
/*!40000 ALTER TABLE `jnx5e_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_newsfeeds`
--

DROP TABLE IF EXISTS `jnx5e_newsfeeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_newsfeeds`
--

LOCK TABLES `jnx5e_newsfeeds` WRITE;
/*!40000 ALTER TABLE `jnx5e_newsfeeds` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_nextend2_image_storage`
--

DROP TABLE IF EXISTS `jnx5e_nextend2_image_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_nextend2_image_storage` (
  `id` int NOT NULL AUTO_INCREMENT,
  `hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash` (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_nextend2_image_storage`
--

LOCK TABLES `jnx5e_nextend2_image_storage` WRITE;
/*!40000 ALTER TABLE `jnx5e_nextend2_image_storage` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_nextend2_image_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_nextend2_section_storage`
--

DROP TABLE IF EXISTS `jnx5e_nextend2_section_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_nextend2_section_storage` (
  `id` int NOT NULL AUTO_INCREMENT,
  `application` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `section` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `referencekey` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `isSystem` int NOT NULL DEFAULT '0',
  `editable` int NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `isSystem` (`isSystem`),
  KEY `editable` (`editable`),
  KEY `application` (`application`,`section`(50),`referencekey`(50)),
  KEY `application_2` (`application`,`section`(50))
) ENGINE=InnoDB AUTO_INCREMENT=10004 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_nextend2_section_storage`
--

LOCK TABLES `jnx5e_nextend2_section_storage` WRITE;
/*!40000 ALTER TABLE `jnx5e_nextend2_section_storage` DISABLE KEYS */;
INSERT INTO `jnx5e_nextend2_section_storage` VALUES (10000,'smartslider','settings','','{\"n2_ss3_version\":\"3.5.1.28\\/b:release-3.5.1.28\\/r:c93425663714d4ea8408a34cc97c0cf3e857f9fa\"}',0,1),(10001,'smartslider','license','isActive','0',0,1),(10002,'smartslider','sliderChanged','2','1',0,1),(10003,'smartslider','sliderChanged','0','1',0,1);
/*!40000 ALTER TABLE `jnx5e_nextend2_section_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_nextend2_smartslider3_generators`
--

DROP TABLE IF EXISTS `jnx5e_nextend2_smartslider3_generators`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_nextend2_smartslider3_generators` (
  `id` int NOT NULL AUTO_INCREMENT,
  `group` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text 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 `jnx5e_nextend2_smartslider3_generators`
--

LOCK TABLES `jnx5e_nextend2_smartslider3_generators` WRITE;
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_generators` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_generators` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_nextend2_smartslider3_sliders`
--

DROP TABLE IF EXISTS `jnx5e_nextend2_smartslider3_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_nextend2_smartslider3_sliders` (
  `id` int NOT NULL AUTO_INCREMENT,
  `alias` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slider_status` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `time` datetime NOT NULL,
  `thumbnail` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `slider_status` (`slider_status`),
  KEY `time` (`time`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_nextend2_smartslider3_sliders`
--

LOCK TABLES `jnx5e_nextend2_smartslider3_sliders` WRITE;
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_sliders` DISABLE KEYS */;
INSERT INTO `jnx5e_nextend2_smartslider3_sliders` VALUES (1,NULL,'Tutorial Slider','simple','{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"background-color\":\"FFFFFF00\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"padding\":\"0|*|0|*|0|*|0\",\"perspective\":\"1000\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"mobileportrait\":\"1\",\"mobilelandscape\":\"1\",\"tabletportrait\":\"1\",\"tabletlandscape\":\"1\",\"desktopportrait\":\"1\",\"desktoplandscape\":\"1\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-desktop-portrait\":\"1440\",\"responsive-breakpoint-desktop-portrait-landscape\":\"1440\",\"responsive-breakpoint-tablet-landscape\":\"1300\",\"responsive-breakpoint-tablet-landscape-landscape\":\"1300\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-landscape\":\"900\",\"responsive-breakpoint-mobile-landscape-landscape\":\"1050\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-desktop-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-landscape-enabled\":\"0\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"body\",\"slider-size-override\":\"0\",\"slider-size-override-mobile-portrait\":\"0\",\"mobile-portrait-width\":\"320\",\"mobile-portrait-height\":\"568\",\"slider-size-override-mobile-landscape\":\"0\",\"mobile-landscape-width\":\"568\",\"mobile-landscape-height\":\"320\",\"slider-size-override-tablet-portrait\":\"0\",\"tablet-portrait-width\":\"768\",\"tablet-portrait-height\":\"1024\",\"slider-size-override-tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"768\",\"slider-size-override-desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"900\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"0\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-previous\":\"thin-horizontal.svg\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"1\",\"widget-arrow-previous-hover-color\":\"ffffffff\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next\":\"thin-horizontal.svg\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-mobilelandscape\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-tabletlandscape\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-arrow-display-desktoplandscape\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"5\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffcc\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"60\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"1\",\"widget-bullet-display-mobilelandscape\":\"1\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-tabletlandscape\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bullet-display-desktoplandscape\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-mode\":\"simple\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-position-horizontal\":\"left\",\"widget-bar-position-horizontal-position\":\"0\",\"widget-bar-position-horizontal-unit\":\"px\",\"widget-bar-position-vertical\":\"top\",\"widget-bar-position-vertical-position\":\"0\",\"widget-bar-position-vertical-unit\":\"px\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"Raleway,Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-width\":\"100%\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"0\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-mobilelandscape\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-tabletlandscape\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-bar-display-desktoplandscape\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-position-mode\":\"simple\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-position-horizontal\":\"left\",\"widget-thumbnail-position-horizontal-position\":\"0\",\"widget-thumbnail-position-horizontal-unit\":\"px\",\"widget-thumbnail-position-vertical\":\"top\",\"widget-thumbnail-position-vertical-position\":\"0\",\"widget-thumbnail-position-vertical-unit\":\"px\",\"widget-thumbnail-action\":\"click\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\ntransition: all 0.4s;\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-arrow\":\"1\",\"widget-thumbnail-arrow-width\":\"26\",\"widget-thumbnail-arrow-offset\":\"0\",\"widget-thumbnail-arrow-prev-alt\":\"previous arrow\",\"widget-thumbnail-arrow-next-alt\":\"next arrow\",\"widget-thumbnail-arrow-image\":\"\",\"widget-thumbnail-group\":\"1\",\"widget-thumbnail-invert-group-direction\":\"0\",\"widget-thumbnail-orientation\":\"auto\",\"widget-thumbnail-size\":\"100%\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"1\",\"widget-thumbnail-display-mobilelandscape\":\"1\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-tabletlandscape\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-thumbnail-display-desktoplandscape\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-shadow-image\":\"\",\"widget-shadow-width\":\"100%\",\"widget-shadow-display-mobileportrait\":\"1\",\"widget-shadow-display-mobilelandscape\":\"1\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-tabletlandscape\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"widget-shadow-display-desktoplandscape\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widget-fullscreen-enabled\":\"0\",\"widgetfullscreen\":\"image\",\"widget-fullscreen-tonormal\":\"full1.svg\",\"widget-fullscreen-tonormal-image\":\"\",\"widget-fullscreen-tonormal-color\":\"ffffffcc\",\"widget-fullscreen-mirror\":\"1\",\"widget-fullscreen-tofull\":\"full1.svg\",\"widget-fullscreen-tofull-image\":\"\",\"widget-fullscreen-tofull-color\":\"ffffffcc\",\"widget-fullscreen-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-fullscreen-position-mode\":\"simple\",\"widget-fullscreen-position-area\":\"4\",\"widget-fullscreen-position-stack\":\"1\",\"widget-fullscreen-position-offset\":\"15\",\"widget-fullscreen-position-horizontal\":\"left\",\"widget-fullscreen-position-horizontal-position\":\"0\",\"widget-fullscreen-position-horizontal-unit\":\"px\",\"widget-fullscreen-position-vertical\":\"top\",\"widget-fullscreen-position-vertical-position\":\"0\",\"widget-fullscreen-position-vertical-unit\":\"px\",\"widget-fullscreen-responsive-desktop\":\"1\",\"widget-fullscreen-responsive-tablet\":\"0.7\",\"widget-fullscreen-responsive-mobile\":\"0.5\",\"widget-fullscreen-display-hover\":\"0\",\"widget-fullscreen-display-mobileportrait\":\"1\",\"widget-fullscreen-display-mobilelandscape\":\"1\",\"widget-fullscreen-display-tabletportrait\":\"1\",\"widget-fullscreen-display-tabletlandscape\":\"1\",\"widget-fullscreen-display-desktopportrait\":\"1\",\"widget-fullscreen-display-desktoplandscape\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-html-enabled\":\"0\",\"widgethtml\":\"html\",\"widget-html-position-mode\":\"simple\",\"widget-html-position-area\":\"2\",\"widget-html-position-stack\":\"1\",\"widget-html-position-offset\":\"0\",\"widget-html-position-horizontal\":\"left\",\"widget-html-position-horizontal-position\":\"0\",\"widget-html-position-horizontal-unit\":\"px\",\"widget-html-position-vertical\":\"top\",\"widget-html-position-vertical-position\":\"0\",\"widget-html-position-vertical-unit\":\"px\",\"widget-html-code\":\"\",\"widget-html-display-hover\":\"0\",\"widget-html-display-mobileportrait\":\"1\",\"widget-html-display-mobilelandscape\":\"1\",\"widget-html-display-tabletportrait\":\"1\",\"widget-html-display-tabletlandscape\":\"1\",\"widget-html-display-desktopportrait\":\"1\",\"widget-html-display-desktoplandscape\":\"1\",\"widget-html-exclude-slides\":\"\",\"animation\":\"fade\",\"animation-duration\":\"500\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"carousel\":\"1\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"shape-divider\":\"\",\"particle\":\"\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayAllowReStart\":\"0\",\"autoplayLoop\":\"1\",\"autoplayfinish\":\"1|*|loop|*|current\",\"loop-single-slide\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-image\":\"\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-mirror\":\"1\",\"widget-autoplay-pause\":\"small-light.svg\",\"widget-autoplay-pause-image\":\"\",\"widget-autoplay-pause-color\":\"ffffffcc\",\"widget-autoplay-responsive-desktop\":\"1\",\"widget-autoplay-responsive-tablet\":\"0.7\",\"widget-autoplay-responsive-mobile\":\"0.5\",\"widget-autoplay-position-mode\":\"simple\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-position-horizontal\":\"left\",\"widget-autoplay-position-horizontal-position\":\"0\",\"widget-autoplay-position-horizontal-unit\":\"px\",\"widget-autoplay-position-vertical\":\"top\",\"widget-autoplay-position-vertical-position\":\"0\",\"widget-autoplay-position-vertical-unit\":\"px\",\"widget-autoplay-display-hover\":\"0\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-mobilelandscape\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-tabletlandscape\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"widget-autoplay-display-desktoplandscape\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-indicator-enabled\":\"0\",\"widgetindicator\":\"pie\",\"widget-indicator-position-mode\":\"simple\",\"widget-indicator-position-area\":\"4\",\"widget-indicator-position-stack\":\"1\",\"widget-indicator-position-offset\":\"15\",\"widget-indicator-position-horizontal\":\"left\",\"widget-indicator-position-horizontal-position\":\"0\",\"widget-indicator-position-horizontal-unit\":\"px\",\"widget-indicator-position-vertical\":\"top\",\"widget-indicator-position-vertical-position\":\"0\",\"widget-indicator-position-vertical-unit\":\"px\",\"widget-indicator-size\":\"25\",\"widget-indicator-thickness\":\"30\",\"widget-indicator-track\":\"000000ab\",\"widget-indicator-bar\":\"ffffffff\",\"widget-indicator-style\":\"\",\"widget-indicator-display-hover\":\"0\",\"widget-indicator-display-mobileportrait\":\"1\",\"widget-indicator-display-mobilelandscape\":\"1\",\"widget-indicator-display-tabletportrait\":\"1\",\"widget-indicator-display-tabletlandscape\":\"1\",\"widget-indicator-display-desktopportrait\":\"1\",\"widget-indicator-display-desktoplandscape\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize-scale\":\"0\",\"optimize-quality\":\"70\",\"optimize-thumbnail-scale\":\"0\",\"optimize-thumbnail-quality\":\"70\",\"optimize-slide-width-normal\":\"1920\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-width-tablet\":\"800\",\"layer-image-width-mobile\":\"425\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"50\",\"slides-background-video-mobile\":\"1\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"backgroundMode\":\"fill\",\"slide-css\":\"\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"reverse-slides\":\"0\",\"maximumslidecount\":\"1000\",\"maintain-session\":\"0\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"slide-background-parallax\":\"0\",\"slide-background-parallax-strength\":\"50\",\"bg-parallax-tablet\":\"0\",\"bg-parallax-mobile\":\"0\",\"blockrightclick\":\"0\",\"controlsBlockCarouselInteraction\":\"1\",\"clear-both\":\"1\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\"}','published','2020-02-25 13:53:41','https://smartslider3.com/wp-content/uploads/slider404/tutorialsliderthumbnail-1.png',1),(2,NULL,'Mi proyecto','block','{\"width\":1200,\"height\":600,\"responsiveLimitSlideWidth\":1,\"responsive-mode\":\"fullwidth\",\"version\":\"3.5.1.28\"}','published','2025-07-09 14:27:36','',0);
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_nextend2_smartslider3_sliders_xref`
--

DROP TABLE IF EXISTS `jnx5e_nextend2_smartslider3_sliders_xref`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_nextend2_smartslider3_sliders_xref` (
  `group_id` int NOT NULL,
  `slider_id` int NOT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`group_id`,`slider_id`),
  KEY `ordering` (`ordering`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_nextend2_smartslider3_sliders_xref`
--

LOCK TABLES `jnx5e_nextend2_smartslider3_sliders_xref` WRITE;
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_sliders_xref` DISABLE KEYS */;
INSERT INTO `jnx5e_nextend2_smartslider3_sliders_xref` VALUES (0,2,0);
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_sliders_xref` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_nextend2_smartslider3_slides`
--

DROP TABLE IF EXISTS `jnx5e_nextend2_smartslider3_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_nextend2_smartslider3_slides` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `slider` int NOT NULL,
  `publish_up` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `published` tinyint(1) NOT NULL,
  `first` int NOT NULL,
  `slide` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `thumbnail` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int NOT NULL,
  `generator_id` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`),
  KEY `publish_up` (`publish_up`),
  KEY `publish_down` (`publish_down`),
  KEY `generator_id` (`generator_id`),
  KEY `ordering` (`ordering`),
  KEY `slider` (`slider`),
  KEY `thumbnail` (`thumbnail`(100))
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_nextend2_smartslider3_slides`
--

LOCK TABLES `jnx5e_nextend2_smartslider3_slides` WRITE;
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_slides` DISABLE KEYS */;
INSERT INTO `jnx5e_nextend2_smartslider3_slides` VALUES (1,'Slide Background',1,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-IbNOabpfT5aE\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-dtwtw9DVCwgQ\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-Fjvyu081qJeK\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"01. Slide Background\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Every slide includes a background, which can be a picture or solid color.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To change the background click on the label bar and in the layer window select the style tab.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Choose a source from the background top tab then upload an image or pick a background color.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-LnImbm1HgUAv\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/background.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]','','https://smartslider3.com/wp-content/uploads/slider424/slidebackground.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide1.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}',1,0),(2,'Build & Design',1,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-TPnUuKlAWVoC\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitinneralign\":\"inherit\",\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobileportraitselfalign\":\"inherit\",\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-NmnNQvKK01kO\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitmaxwidth\":0,\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-R5Jkk06Nmzr4\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"02. Build & Design\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Build any layout with layers and customize your designs limitlessly.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To add a layer, click the green plus button in the left sidebar and select the type of layer.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Select any layer and you can edit its content and style properties in the layer window.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-iYi6ZKk8yeVp\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]','','https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.jpg','{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide2.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}',2,0),(3,'Slide',2,'1970-01-01 00:00:00','1970-01-01 00:00:00',1,0,'[]','','','{\"background-type\":\"color\",\"version\":\"3.5.1.28\"}',1,0);
/*!40000 ALTER TABLE `jnx5e_nextend2_smartslider3_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_overrider`
--

DROP TABLE IF EXISTS `jnx5e_overrider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_overrider`
--

LOCK TABLES `jnx5e_overrider` WRITE;
/*!40000 ALTER TABLE `jnx5e_overrider` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_overrider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `catid` int NOT NULL DEFAULT '0',
  `sectionid` int NOT NULL DEFAULT '0',
  `sid` int NOT NULL DEFAULT '0',
  `owner_id` int NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `project_name` varchar(255) NOT NULL DEFAULT '',
  `filename` varchar(250) NOT NULL DEFAULT '',
  `filename_play` varchar(250) NOT NULL DEFAULT '',
  `filename_preview` varchar(250) NOT NULL DEFAULT '',
  `filesize` int NOT NULL DEFAULT '0',
  `author` varchar(255) NOT NULL DEFAULT '',
  `author_email` varchar(255) NOT NULL DEFAULT '',
  `author_url` varchar(255) NOT NULL DEFAULT '',
  `license` varchar(255) NOT NULL DEFAULT '',
  `license_url` varchar(255) NOT NULL DEFAULT '',
  `image_filename` varchar(255) NOT NULL DEFAULT '',
  `image_filename_spec1` varchar(255) NOT NULL DEFAULT '',
  `image_filename_spec2` varchar(255) NOT NULL DEFAULT '',
  `image_download` varchar(255) NOT NULL DEFAULT '',
  `video_filename` varchar(255) NOT NULL DEFAULT '',
  `link_external` varchar(255) NOT NULL DEFAULT '',
  `mirror1link` varchar(255) NOT NULL DEFAULT '',
  `mirror1title` varchar(255) NOT NULL DEFAULT '',
  `mirror1target` varchar(10) NOT NULL DEFAULT '',
  `mirror2link` varchar(255) NOT NULL DEFAULT '',
  `mirror2title` varchar(255) NOT NULL DEFAULT '',
  `mirror2target` varchar(10) NOT NULL DEFAULT '',
  `description` text,
  `features` text,
  `changelog` text,
  `notes` text,
  `userid` int NOT NULL DEFAULT '0',
  `version` varchar(255) NOT NULL DEFAULT '',
  `directlink` tinyint(1) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL,
  `publish_up` datetime NOT NULL,
  `publish_down` datetime NOT NULL,
  `hits` int NOT NULL DEFAULT '0',
  `textonly` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `access` int unsigned NOT NULL DEFAULT '0',
  `confirm_license` int NOT NULL DEFAULT '0',
  `unaccessible_file` int NOT NULL DEFAULT '0',
  `token` char(64) DEFAULT NULL,
  `tokenhits` int NOT NULL DEFAULT '0',
  `tags_string` varchar(255) NOT NULL DEFAULT '',
  `params` text,
  `metakey` text,
  `metadesc` text,
  `metadata` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `catid` (`catid`,`published`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload`
--

LOCK TABLES `jnx5e_phocadownload` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload` DISABLE KEYS */;
INSERT INTO `jnx5e_phocadownload` VALUES (1,1,0,0,0,'Cartilla Unillanos-Ecopetrol CNBIO.','acta-sesion-extraordinaria-n-006-de-2024','','normatividad/ACTA SESION EXTRAORDINARIA N° 006 DE 2024..pdf','','normatividad/ACTA SESION EXTRAORDINARIA N° 006 DE 2024..pdf',0,'','','','','','','','','','','','','','_self','','','_self','<p><img class=\"float-none\" src=\"images/1.png\" width=\"80\" height=\"104\"></p>','','','',0,'',0,'2024-10-23 14:39:21','2024-10-23 14:39:21','0000-00-00 00:00:00',0,0,1,1,0,'0000-00-00 00:00:00',1,1,0,0,'',0,'',NULL,'','',NULL,'*'),(2,1,0,0,0,'ACTA SESION EXTRAORDINARIA N° 006 DE 2024.','acta-sesion-extraordinaria-n-006-de-202','','normatividad/ACTA SESION EXTRAORDINARIA N° 006 DE 2024..pdf','','',0,'','','','','','','','','','','','','','_self','','','_self','<p><img class=\"float-none\" src=\"images/1.png\" width=\"118\" height=\"153\"></p>','','','',0,'',0,'2025-07-02 13:08:55','2025-07-02 13:08:55','0000-00-00 00:00:00',0,0,1,1,0,'0000-00-00 00:00:00',1,1,0,0,'',0,'',NULL,'','',NULL,'*');
/*!40000 ALTER TABLE `jnx5e_phocadownload` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload_categories`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_categories` (
  `id` int NOT NULL AUTO_INCREMENT,
  `parent_id` int NOT NULL DEFAULT '0',
  `section` int NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `project_name` varchar(255) NOT NULL DEFAULT '',
  `image` varchar(255) NOT NULL DEFAULT '',
  `image_position` varchar(30) NOT NULL DEFAULT '',
  `description` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `editor` varchar(50) DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `access` int unsigned NOT NULL DEFAULT '0',
  `uploaduserid` text,
  `accessuserid` text,
  `deleteuserid` text,
  `date` datetime NOT NULL,
  `count` int NOT NULL DEFAULT '0',
  `hits` int NOT NULL DEFAULT '0',
  `params` text,
  `metakey` text,
  `metadesc` text,
  `metadata` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`section`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_categories`
--

LOCK TABLES `jnx5e_phocadownload_categories` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload_categories` DISABLE KEYS */;
INSERT INTO `jnx5e_phocadownload_categories` VALUES (1,0,0,'Normatividad','','normatividad','','','','',1,0,'0000-00-00 00:00:00',NULL,1,1,'0','0','0','2024-10-23 14:36:42',0,0,NULL,'','',NULL,'*');
/*!40000 ALTER TABLE `jnx5e_phocadownload_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload_file_votes`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_file_votes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_file_votes` (
  `id` int NOT NULL AUTO_INCREMENT,
  `fileid` int NOT NULL DEFAULT '0',
  `userid` int NOT NULL DEFAULT '0',
  `date` datetime NOT NULL,
  `rating` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_file_votes`
--

LOCK TABLES `jnx5e_phocadownload_file_votes` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload_file_votes` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_phocadownload_file_votes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload_file_votes_statistics`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_file_votes_statistics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_file_votes_statistics` (
  `id` int NOT NULL AUTO_INCREMENT,
  `fileid` int NOT NULL DEFAULT '0',
  `count` int NOT NULL DEFAULT '0',
  `average` float(8,6) NOT NULL DEFAULT '0.000000',
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_file_votes_statistics`
--

LOCK TABLES `jnx5e_phocadownload_file_votes_statistics` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload_file_votes_statistics` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_phocadownload_file_votes_statistics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload_layout`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_layout`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_layout` (
  `id` int NOT NULL AUTO_INCREMENT,
  `categories` text,
  `category` text,
  `file` text,
  `checked_out` int unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `params` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_layout`
--

LOCK TABLES `jnx5e_phocadownload_layout` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload_layout` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_phocadownload_layout` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload_licenses`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_licenses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_licenses` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `checked_out` int unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_licenses`
--

LOCK TABLES `jnx5e_phocadownload_licenses` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload_licenses` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_phocadownload_licenses` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload_logging`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_logging`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_logging` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `fileid` int NOT NULL DEFAULT '0',
  `catid` int NOT NULL DEFAULT '0',
  `userid` int NOT NULL DEFAULT '0',
  `ip` varchar(50) NOT NULL DEFAULT '',
  `page` varchar(255) NOT NULL,
  `date` datetime NOT NULL,
  `type` tinyint(1) NOT NULL DEFAULT '0',
  `params` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_logging`
--

LOCK TABLES `jnx5e_phocadownload_logging` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload_logging` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_phocadownload_logging` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload_styles`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_styles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_styles` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `filename` varchar(255) NOT NULL DEFAULT '',
  `menulink` text,
  `type` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_styles`
--

LOCK TABLES `jnx5e_phocadownload_styles` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload_styles` DISABLE KEYS */;
INSERT INTO `jnx5e_phocadownload_styles` VALUES (1,'Phocadownload','phocadownload','phocadownload.css',NULL,1,1,0,'0000-00-00 00:00:00',1,NULL,'*'),(2,'Rating','rating','rating.css',NULL,1,1,0,'0000-00-00 00:00:00',2,NULL,'*'),(5,'Default','default','default.css',NULL,2,1,0,'0000-00-00 00:00:00',1,NULL,'*');
/*!40000 ALTER TABLE `jnx5e_phocadownload_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload_tags`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_tags` (
  `id` int NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `link_ext` varchar(255) NOT NULL DEFAULT '',
  `link_cat` int unsigned NOT NULL DEFAULT '0',
  `description` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_tags`
--

LOCK TABLES `jnx5e_phocadownload_tags` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload_tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_phocadownload_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload_tags_ref`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_tags_ref`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_tags_ref` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `fileid` int NOT NULL DEFAULT '0',
  `tagid` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `i_fileid` (`fileid`,`tagid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_tags_ref`
--

LOCK TABLES `jnx5e_phocadownload_tags_ref` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload_tags_ref` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_phocadownload_tags_ref` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_phocadownload_user_stat`
--

DROP TABLE IF EXISTS `jnx5e_phocadownload_user_stat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_phocadownload_user_stat` (
  `id` int NOT NULL AUTO_INCREMENT,
  `fileid` int NOT NULL DEFAULT '0',
  `userid` int NOT NULL DEFAULT '0',
  `count` int NOT NULL DEFAULT '0',
  `date` datetime NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_phocadownload_user_stat`
--

LOCK TABLES `jnx5e_phocadownload_user_stat` WRITE;
/*!40000 ALTER TABLE `jnx5e_phocadownload_user_stat` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_phocadownload_user_stat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_postinstall_messages`
--

DROP TABLE IF EXISTS `jnx5e_postinstall_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_postinstall_messages`
--

LOCK TABLES `jnx5e_postinstall_messages` WRITE;
/*!40000 ALTER TABLE `jnx5e_postinstall_messages` DISABLE KEYS */;
INSERT INTO `jnx5e_postinstall_messages` VALUES (1,240,'COM_CPANEL_WELCOME_BEGINNERS_TITLE','COM_CPANEL_WELCOME_BEGINNERS_MESSAGE','','com_cpanel',1,'message','','','','','3.2.0',1),(2,240,'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',1),(3,240,'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',1),(4,240,'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',1);
/*!40000 ALTER TABLE `jnx5e_postinstall_messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_privacy_consents`
--

DROP TABLE IF EXISTS `jnx5e_privacy_consents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_privacy_consents`
--

LOCK TABLES `jnx5e_privacy_consents` WRITE;
/*!40000 ALTER TABLE `jnx5e_privacy_consents` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_privacy_consents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_privacy_requests`
--

DROP TABLE IF EXISTS `jnx5e_privacy_requests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_privacy_requests`
--

LOCK TABLES `jnx5e_privacy_requests` WRITE;
/*!40000 ALTER TABLE `jnx5e_privacy_requests` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_privacy_requests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_redirect_links`
--

DROP TABLE IF EXISTS `jnx5e_redirect_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_redirect_links`
--

LOCK TABLES `jnx5e_redirect_links` WRITE;
/*!40000 ALTER TABLE `jnx5e_redirect_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_redirect_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_scheduler_logs`
--

DROP TABLE IF EXISTS `jnx5e_scheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_scheduler_logs` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `taskname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tasktype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'unique identifier for job defined by plugin',
  `duration` decimal(5,3) NOT NULL,
  `jobid` int unsigned NOT NULL,
  `taskid` int unsigned NOT NULL,
  `exitcode` int NOT NULL,
  `lastdate` datetime DEFAULT NULL COMMENT 'Timestamp of last run',
  `nextdate` datetime DEFAULT NULL COMMENT 'Timestamp of next (planned) run, referred for execution on trigger',
  PRIMARY KEY (`id`),
  KEY `idx_taskname` (`taskname`),
  KEY `idx_tasktype` (`tasktype`),
  KEY `idx_lastdate` (`lastdate`),
  KEY `idx_nextdate` (`nextdate`)
) ENGINE=InnoDB AUTO_INCREMENT=197 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_scheduler_logs`
--

LOCK TABLES `jnx5e_scheduler_logs` WRITE;
/*!40000 ALTER TABLE `jnx5e_scheduler_logs` DISABLE KEYS */;
INSERT INTO `jnx5e_scheduler_logs` VALUES (1,'Session GC','Tarea - Purga de datos de sesión',0.001,2,17,0,'2025-04-24 21:47:03','2025-04-25 21:47:03'),(2,'Session GC','Tarea - Purga de datos de sesión',0.001,2,18,0,'2025-05-08 19:49:34','2025-05-09 19:49:34'),(3,'Session GC','Tarea - Purga de datos de sesión',0.001,2,19,0,'2025-06-24 15:49:48','2025-06-25 15:49:48'),(4,'Rotate Logs','Rotar registros',0.009,1,5,0,'2025-06-24 15:50:04','2025-07-24 13:00:00'),(5,'Session GC','Tarea - Purga de datos de sesión',0.000,2,20,0,'2025-06-25 15:50:24','2025-06-26 15:50:24'),(6,'Session GC','Tarea - Purga de datos de sesión',0.001,2,21,0,'2025-06-26 15:51:36','2025-06-27 15:51:36'),(7,'Session GC','Tarea - Purga de datos de sesión',0.000,2,22,0,'2025-06-27 15:53:27','2025-06-28 15:53:27'),(8,'Session GC','Tarea - Purga de datos de sesión',0.001,2,23,0,'2025-07-02 12:44:32','2025-07-03 12:44:32'),(9,'Session GC','Tarea - Purga de datos de sesión',0.000,2,24,0,'2025-07-03 12:47:24','2025-07-04 12:47:24'),(10,'Session GC','Tarea - Purga de datos de sesión',0.000,2,25,0,'2025-07-04 12:48:31','2025-07-05 12:48:31'),(11,'Session GC','Tarea - Purga de datos de sesión',0.001,2,26,0,'2025-07-07 15:12:53','2025-07-08 15:12:54'),(12,'Session GC','Tarea - Purga de datos de sesión',0.000,2,27,0,'2025-07-08 15:13:53','2025-07-09 15:13:53'),(13,'Session GC','Tarea - Purga de datos de sesión',0.001,2,28,0,'2025-07-09 15:16:07','2025-07-10 15:16:07'),(14,'Session GC','Tarea - Purga de datos de sesión',0.000,2,29,0,'2025-07-10 20:44:07','2025-07-11 20:44:07'),(15,'Session GC','Tarea - Purga de datos de sesión',0.001,2,30,0,'2025-07-11 20:45:28','2025-07-12 20:45:28'),(16,'Session GC','Tarea - Purga de datos de sesión',0.001,2,31,0,'2025-07-15 16:01:31','2025-07-16 16:01:31'),(17,'Session GC','Tarea - Purga de datos de sesión',0.001,2,32,0,'2025-07-16 16:01:46','2025-07-17 16:01:46'),(18,'Session GC','Tarea - Purga de datos de sesión',0.001,2,33,0,'2025-07-18 14:24:54','2025-07-19 14:24:55'),(19,'Session GC','Tarea - Purga de datos de sesión',0.001,2,34,0,'2025-07-21 21:23:00','2025-07-22 21:23:01'),(20,'Session GC','Tarea - Purga de datos de sesión',0.000,2,35,0,'2025-07-23 14:02:40','2025-07-24 14:02:40'),(21,'Rotate Logs','Rotar registros',0.000,1,6,0,'2025-07-24 14:55:30','2025-08-23 13:00:00'),(22,'Session GC','Tarea - Purga de datos de sesión',0.001,2,36,0,'2025-07-24 14:55:56','2025-07-25 14:55:56'),(23,'Session GC','Tarea - Purga de datos de sesión',0.000,2,37,0,'2025-07-25 21:04:46','2025-07-26 21:04:46'),(24,'Session GC','Tarea - Purga de datos de sesión',0.002,2,38,0,'2025-07-28 13:57:23','2025-07-29 13:57:23'),(25,'Session GC','Tarea - Purga de datos de sesión',0.002,2,39,0,'2025-07-29 14:53:58','2025-07-30 14:53:58'),(26,'Session GC','Tarea - Purga de datos de sesión',0.003,2,40,0,'2025-07-30 15:14:49','2025-07-31 15:14:49'),(27,'Session GC','Tarea - Purga de datos de sesión',0.000,2,41,0,'2025-07-31 15:27:55','2025-08-01 15:27:55'),(28,'Session GC','Tarea - Purga de datos de sesión',0.000,2,42,0,'2025-08-01 15:28:50','2025-08-02 15:28:50'),(29,'Session GC','Tarea - Purga de datos de sesión',0.000,2,43,0,'2025-08-04 13:17:59','2025-08-05 13:17:59'),(30,'Session GC','Tarea - Purga de datos de sesión',0.000,2,44,0,'2025-08-05 19:48:06','2025-08-06 19:48:07'),(31,'Session GC','Tarea - Purga de datos de sesión',0.000,2,45,0,'2025-08-06 19:49:43','2025-08-07 19:49:43'),(32,'Session GC','Tarea - Purga de datos de sesión',0.000,2,46,0,'2025-08-08 02:44:16','2025-08-09 02:44:16'),(33,'Session GC','Tarea - Purga de datos de sesión',0.000,2,47,0,'2025-08-09 16:00:03','2025-08-10 16:00:04'),(34,'Session GC','Tarea - Purga de datos de sesión',0.000,2,48,0,'2025-08-15 14:53:00','2025-08-16 14:53:01'),(35,'Session GC','Tarea - Purga de datos de sesión',0.001,2,49,0,'2025-08-19 14:40:59','2025-08-20 14:40:59'),(36,'Session GC','Tarea - Purga de datos de sesión',0.000,2,50,0,'2025-08-21 14:40:28','2025-08-22 14:40:29'),(37,'Session GC','Tarea - Purga de datos de sesión',0.000,2,51,0,'2025-08-22 14:41:18','2025-08-23 14:41:19'),(38,'Rotate Logs','Rotar registros',0.006,1,7,0,'2025-08-25 04:24:15','2025-09-24 13:00:00'),(39,'Session GC','Tarea - Purga de datos de sesión',0.000,2,52,0,'2025-08-25 11:44:24','2025-08-26 11:44:24'),(40,'Session GC','Tarea - Purga de datos de sesión',0.000,2,53,0,'2025-08-26 14:38:06','2025-08-27 14:38:06'),(41,'Session GC','Tarea - Purga de datos de sesión',0.000,2,54,0,'2025-08-27 14:38:09','2025-08-28 14:38:09'),(42,'Session GC','Tarea - Purga de datos de sesión',0.002,2,55,0,'2025-08-28 14:38:20','2025-08-29 14:38:20'),(43,'Session GC','Tarea - Purga de datos de sesión',0.000,2,56,0,'2025-08-29 14:38:32','2025-08-30 14:38:32'),(44,'Session GC','Tarea - Purga de datos de sesión',0.000,2,57,0,'2025-09-01 14:45:41','2025-09-02 14:45:42'),(45,'Session GC','Tarea - Purga de datos de sesión',0.000,2,58,0,'2025-09-02 14:45:43','2025-09-03 14:45:43'),(46,'Session GC','Tarea - Purga de datos de sesión',0.000,2,59,0,'2025-09-03 19:12:13','2025-09-04 19:12:13'),(47,'Session GC','Tarea - Purga de datos de sesión',0.000,2,60,0,'2025-09-04 19:45:45','2025-09-05 19:45:46'),(48,'Session GC','Tarea - Purga de datos de sesión',0.000,2,61,0,'2025-09-07 15:00:03','2025-09-08 15:00:03'),(49,'Session GC','Tarea - Purga de datos de sesión',0.001,2,62,0,'2025-09-08 19:27:09','2025-09-09 19:27:10'),(50,'Session GC','Tarea - Purga de datos de sesión',0.000,2,63,0,'2025-09-10 15:29:35','2025-09-11 15:29:35'),(51,'Session GC','Tarea - Purga de datos de sesión',0.000,2,64,0,'2025-09-11 16:05:40','2025-09-12 16:05:40'),(52,'Session GC','Tarea - Purga de datos de sesión',0.000,2,65,0,'2025-09-12 18:41:27','2025-09-13 18:41:28'),(53,'Session GC','Tarea - Purga de datos de sesión',0.000,2,66,0,'2025-09-14 11:58:22','2025-09-15 11:58:22'),(54,'Session GC','Tarea - Purga de datos de sesión',0.000,2,67,0,'2025-09-15 21:46:01','2025-09-16 21:46:01'),(55,'Session GC','Tarea - Purga de datos de sesión',0.000,2,68,0,'2025-09-17 09:14:50','2025-09-18 09:14:50'),(56,'Session GC','Tarea - Purga de datos de sesión',0.001,2,69,0,'2025-09-18 13:06:05','2025-09-19 13:06:05'),(57,'Session GC','Tarea - Purga de datos de sesión',0.000,2,70,0,'2025-09-19 13:08:17','2025-09-20 13:08:17'),(58,'Session GC','Tarea - Purga de datos de sesión',0.000,2,71,0,'2025-09-20 14:31:36','2025-09-21 14:31:37'),(59,'Session GC','Tarea - Purga de datos de sesión',0.000,2,72,0,'2025-09-21 22:17:21','2025-09-22 22:17:21'),(60,'Session GC','Tarea - Purga de datos de sesión',0.000,2,73,0,'2025-09-23 09:33:54','2025-09-24 09:33:54'),(61,'Session GC','Tarea - Purga de datos de sesión',0.000,2,74,0,'2025-09-25 15:32:42','2025-09-26 15:32:42'),(62,'Rotate Logs','Rotar registros',0.004,1,8,0,'2025-09-25 15:37:42','2025-10-25 13:00:00'),(63,'Session GC','Tarea - Purga de datos de sesión',0.001,2,75,0,'2025-09-26 17:33:33','2025-09-27 17:33:33'),(64,'Session GC','Tarea - Purga de datos de sesión',0.000,2,76,0,'2025-09-27 17:37:47','2025-09-28 17:37:47'),(65,'Session GC','Tarea - Purga de datos de sesión',0.000,2,77,0,'2025-09-28 17:37:49','2025-09-29 17:37:49'),(66,'Session GC','Tarea - Purga de datos de sesión',0.000,2,78,0,'2025-09-29 22:04:43','2025-09-30 22:04:43'),(67,'Session GC','Tarea - Purga de datos de sesión',0.000,2,79,0,'2025-09-30 23:55:57','2025-10-01 23:55:58'),(68,'Session GC','Tarea - Purga de datos de sesión',0.000,2,80,0,'2025-10-02 05:53:28','2025-10-03 05:53:29'),(69,'Session GC','Tarea - Purga de datos de sesión',0.000,2,81,0,'2025-10-03 12:02:08','2025-10-04 12:02:08'),(70,'Session GC','Tarea - Purga de datos de sesión',0.000,2,82,0,'2025-10-05 12:40:38','2025-10-06 12:40:39'),(71,'Session GC','Tarea - Purga de datos de sesión',0.000,2,83,0,'2025-10-06 13:16:57','2025-10-07 13:16:57'),(72,'Session GC','Tarea - Purga de datos de sesión',0.000,2,84,0,'2025-10-08 14:29:23','2025-10-09 14:29:23'),(73,'Session GC','Tarea - Purga de datos de sesión',0.000,2,85,0,'2025-10-11 08:42:43','2025-10-12 08:42:43'),(74,'Session GC','Tarea - Purga de datos de sesión',0.005,2,86,0,'2025-10-12 14:56:25','2025-10-13 14:56:26'),(75,'Session GC','Tarea - Purga de datos de sesión',0.000,2,87,0,'2025-10-14 06:48:11','2025-10-15 06:48:11'),(76,'Session GC','Tarea - Purga de datos de sesión',0.000,2,88,0,'2025-10-16 14:21:19','2025-10-17 14:21:19'),(77,'Session GC','Tarea - Purga de datos de sesión',0.000,2,89,0,'2025-10-17 22:04:50','2025-10-18 22:04:50'),(78,'Session GC','Tarea - Purga de datos de sesión',0.000,2,90,0,'2025-10-19 02:49:54','2025-10-20 02:49:54'),(79,'Session GC','Tarea - Purga de datos de sesión',0.000,2,91,0,'2025-10-20 15:07:35','2025-10-21 15:07:35'),(80,'Session GC','Tarea - Purga de datos de sesión',0.000,2,92,0,'2025-10-22 03:22:21','2025-10-23 03:22:21'),(81,'Session GC','Tarea - Purga de datos de sesión',0.000,2,93,0,'2025-10-23 10:19:21','2025-10-24 10:19:22'),(82,'Session GC','Tarea - Purga de datos de sesión',0.000,2,94,0,'2025-10-26 23:20:14','2025-10-27 23:20:14'),(83,'Rotate Logs','Rotar registros',0.004,1,9,0,'2025-10-28 15:38:43','2025-11-27 13:00:00'),(84,'Session GC','Tarea - Purga de datos de sesión',0.000,2,95,0,'2025-10-28 16:46:01','2025-10-29 16:46:01'),(85,'Session GC','Tarea - Purga de datos de sesión',0.000,2,96,0,'2025-10-30 07:45:13','2025-10-31 07:45:14'),(86,'Session GC','Tarea - Purga de datos de sesión',0.000,2,97,0,'2025-10-31 17:34:19','2025-11-01 17:34:20'),(87,'Session GC','Tarea - Purga de datos de sesión',0.000,2,98,0,'2025-11-03 11:50:16','2025-11-04 11:50:16'),(88,'Session GC','Tarea - Purga de datos de sesión',0.000,2,99,0,'2025-11-05 15:37:15','2025-11-06 15:37:15'),(89,'Session GC','Tarea - Purga de datos de sesión',0.000,2,100,0,'2025-11-07 07:29:59','2025-11-08 07:29:59'),(90,'Session GC','Tarea - Purga de datos de sesión',0.000,2,101,0,'2025-11-13 13:44:15','2025-11-14 13:44:15'),(91,'Session GC','Tarea - Purga de datos de sesión',0.001,2,102,0,'2025-11-14 14:57:33','2025-11-15 14:57:34'),(92,'Session GC','Tarea - Purga de datos de sesión',0.000,2,103,0,'2025-11-25 22:30:22','2025-11-26 22:30:22'),(93,'Session GC','Tarea - Purga de datos de sesión',0.000,2,104,0,'2025-11-26 22:41:36','2025-11-27 22:41:36'),(94,'Rotate Logs','Rotar registros',0.001,1,10,0,'2025-11-27 14:01:28','2025-12-27 13:00:00'),(95,'Session GC','Tarea - Purga de datos de sesión',0.000,2,105,0,'2025-11-28 00:03:18','2025-11-29 00:03:18'),(96,'Session GC','Tarea - Purga de datos de sesión',0.000,2,106,0,'2025-12-02 15:33:02','2025-12-03 15:33:02'),(97,'Session GC','Tarea - Purga de datos de sesión',0.000,2,107,0,'2025-12-08 23:39:18','2025-12-09 23:39:18'),(98,'Session GC','Tarea - Purga de datos de sesión',0.000,2,108,0,'2025-12-11 17:45:40','2025-12-12 17:45:41'),(99,'Session GC','Tarea - Purga de datos de sesión',0.000,2,109,0,'2025-12-14 16:26:23','2025-12-15 16:26:23'),(100,'Session GC','Tarea - Purga de datos de sesión',0.000,2,110,0,'2025-12-19 18:21:00','2025-12-20 18:21:01'),(101,'Session GC','Tarea - Purga de datos de sesión',0.000,2,111,0,'2025-12-25 01:21:47','2025-12-26 01:21:47'),(102,'Session GC','Tarea - Purga de datos de sesión',0.000,2,112,0,'2025-12-30 16:56:00','2025-12-31 16:56:01'),(103,'Rotate Logs','Rotar registros',0.011,1,11,0,'2026-01-04 18:22:22','2026-02-03 13:00:00'),(104,'Session GC','Tarea - Purga de datos de sesión',0.000,2,113,0,'2026-01-08 01:00:19','2026-01-09 01:00:20'),(105,'Session GC','Tarea - Purga de datos de sesión',0.000,2,114,0,'2026-01-10 09:42:08','2026-01-11 09:42:09'),(106,'Session GC','Tarea - Purga de datos de sesión',0.000,2,115,0,'2026-01-12 18:05:36','2026-01-13 18:05:36'),(107,'Session GC','Tarea - Purga de datos de sesión',0.000,2,116,0,'2026-01-13 19:47:18','2026-01-14 19:47:19'),(108,'Session GC','Tarea - Purga de datos de sesión',0.000,2,117,0,'2026-01-15 17:12:49','2026-01-16 17:12:49'),(109,'Session GC','Tarea - Purga de datos de sesión',0.000,2,118,0,'2026-01-16 18:53:30','2026-01-17 18:53:31'),(110,'Session GC','Tarea - Purga de datos de sesión',0.000,2,119,0,'2026-01-18 09:52:48','2026-01-19 09:52:48'),(111,'Session GC','Tarea - Purga de datos de sesión',0.000,2,120,0,'2026-01-20 01:31:40','2026-01-21 01:31:40'),(112,'Session GC','Tarea - Purga de datos de sesión',0.000,2,121,0,'2026-01-22 19:17:38','2026-01-23 19:17:38'),(113,'Session GC','Tarea - Purga de datos de sesión',0.000,2,122,0,'2026-01-24 19:02:37','2026-01-25 19:02:37'),(114,'Session GC','Tarea - Purga de datos de sesión',0.000,2,123,0,'2026-01-26 10:19:49','2026-01-27 10:19:49'),(115,'Session GC','Tarea - Purga de datos de sesión',0.000,2,124,0,'2026-01-30 19:52:51','2026-01-31 19:52:51'),(116,'Session GC','Tarea - Purga de datos de sesión',0.000,2,125,0,'2026-02-01 12:05:26','2026-02-02 12:05:26'),(117,'Session GC','Tarea - Purga de datos de sesión',0.000,2,126,0,'2026-02-03 03:06:48','2026-02-04 03:06:48'),(118,'Rotate Logs','Rotar registros',0.003,1,12,0,'2026-02-05 13:23:27','2026-03-07 13:00:00'),(119,'Session GC','Tarea - Purga de datos de sesión',0.000,2,127,0,'2026-02-11 16:05:20','2026-02-12 16:05:21'),(120,'Session GC','Tarea - Purga de datos de sesión',0.000,2,128,0,'2026-02-13 19:30:19','2026-02-14 19:30:19'),(121,'Session GC','Tarea - Purga de datos de sesión',0.000,2,129,0,'2026-02-14 19:50:35','2026-02-15 19:50:36'),(122,'Session GC','Tarea - Purga de datos de sesión',0.000,2,130,0,'2026-02-16 13:07:50','2026-02-17 13:07:50'),(123,'Session GC','Tarea - Purga de datos de sesión',0.000,2,131,0,'2026-02-17 17:47:45','2026-02-18 17:47:46'),(124,'Session GC','Tarea - Purga de datos de sesión',0.000,2,132,0,'2026-02-18 17:49:47','2026-02-19 17:49:47'),(125,'Session GC','Tarea - Purga de datos de sesión',0.000,2,133,0,'2026-02-23 12:44:10','2026-02-24 12:44:11'),(126,'Session GC','Tarea - Purga de datos de sesión',0.000,2,134,0,'2026-02-24 16:11:22','2026-02-25 16:11:23'),(127,'Session GC','Tarea - Purga de datos de sesión',0.000,2,135,0,'2026-02-25 19:17:52','2026-02-26 19:17:52'),(128,'Session GC','Tarea - Purga de datos de sesión',0.000,2,136,0,'2026-02-26 20:09:35','2026-02-27 20:09:35'),(129,'Session GC','Tarea - Purga de datos de sesión',0.003,2,137,0,'2026-02-27 20:10:05','2026-02-28 20:10:05'),(130,'Session GC','Tarea - Purga de datos de sesión',0.000,2,138,0,'2026-02-28 22:04:32','2026-03-01 22:04:33'),(131,'Session GC','Tarea - Purga de datos de sesión',0.000,2,139,0,'2026-03-02 01:02:28','2026-03-03 01:02:28'),(132,'Session GC','Tarea - Purga de datos de sesión',0.000,2,140,0,'2026-03-03 02:32:52','2026-03-04 02:32:53'),(133,'Session GC','Tarea - Purga de datos de sesión',0.000,2,141,0,'2026-03-04 03:03:09','2026-03-05 03:03:09'),(134,'Session GC','Tarea - Purga de datos de sesión',0.000,2,142,0,'2026-03-05 03:11:54','2026-03-06 03:11:55'),(135,'Session GC','Tarea - Purga de datos de sesión',0.000,2,143,0,'2026-03-06 04:51:27','2026-03-07 04:51:28'),(136,'Session GC','Tarea - Purga de datos de sesión',0.004,2,144,0,'2026-03-07 17:20:33','2026-03-08 17:20:34'),(137,'Rotate Logs','Rotar registros',0.013,1,13,0,'2026-03-07 17:21:13','2026-04-06 13:00:00'),(138,'Session GC','Tarea - Purga de datos de sesión',0.000,2,145,0,'2026-03-08 23:34:37','2026-03-09 23:34:38'),(139,'Session GC','Tarea - Purga de datos de sesión',0.000,2,146,0,'2026-03-10 02:57:19','2026-03-11 02:57:20'),(140,'Session GC','Tarea - Purga de datos de sesión',0.004,2,147,0,'2026-03-11 03:19:20','2026-03-12 03:19:20'),(141,'Session GC','Tarea - Purga de datos de sesión',0.000,2,148,0,'2026-03-12 03:31:04','2026-03-13 03:31:04'),(142,'Session GC','Tarea - Purga de datos de sesión',0.001,2,149,0,'2026-03-13 04:59:29','2026-03-14 04:59:30'),(143,'Session GC','Tarea - Purga de datos de sesión',0.000,2,150,0,'2026-03-14 11:24:42','2026-03-15 11:24:42'),(144,'Session GC','Tarea - Purga de datos de sesión',0.000,2,151,0,'2026-03-15 11:31:40','2026-03-16 11:31:40'),(145,'Session GC','Tarea - Purga de datos de sesión',0.000,2,152,0,'2026-03-16 11:52:55','2026-03-17 11:52:55'),(146,'Session GC','Tarea - Purga de datos de sesión',0.003,2,153,0,'2026-03-17 14:31:39','2026-03-18 14:31:39'),(147,'Session GC','Tarea - Purga de datos de sesión',0.000,2,154,0,'2026-03-18 14:34:27','2026-03-19 14:34:28'),(148,'Session GC','Tarea - Purga de datos de sesión',0.000,2,155,0,'2026-03-19 16:23:24','2026-03-20 16:23:25'),(149,'Session GC','Tarea - Purga de datos de sesión',0.000,2,156,0,'2026-03-20 22:12:15','2026-03-21 22:12:16'),(150,'Session GC','Tarea - Purga de datos de sesión',0.000,2,157,0,'2026-03-22 00:20:37','2026-03-23 00:20:37'),(151,'Session GC','Tarea - Purga de datos de sesión',0.011,2,158,0,'2026-03-23 06:45:27','2026-03-24 06:45:29'),(152,'Session GC','Tarea - Purga de datos de sesión',0.000,2,159,0,'2026-03-24 07:42:16','2026-03-25 07:42:17'),(153,'Session GC','Tarea - Purga de datos de sesión',0.000,2,160,0,'2026-03-25 08:24:56','2026-03-26 08:24:57'),(154,'Session GC','Tarea - Purga de datos de sesión',0.000,2,161,0,'2026-03-26 08:55:29','2026-03-27 08:55:30'),(155,'Session GC','Tarea - Purga de datos de sesión',0.000,2,162,0,'2026-03-27 09:27:48','2026-03-28 09:27:48'),(156,'Session GC','Tarea - Purga de datos de sesión',0.000,2,163,0,'2026-03-28 10:17:30','2026-03-29 10:17:31'),(157,'Session GC','Tarea - Purga de datos de sesión',0.000,2,164,0,'2026-03-29 18:25:01','2026-03-30 18:25:02'),(158,'Session GC','Tarea - Purga de datos de sesión',0.000,2,165,0,'2026-03-30 22:28:49','2026-03-31 22:28:49'),(159,'Session GC','Tarea - Purga de datos de sesión',0.000,2,166,0,'2026-04-01 03:34:42','2026-04-02 03:34:43'),(160,'Session GC','Tarea - Purga de datos de sesión',0.000,2,167,0,'2026-04-02 10:31:19','2026-04-03 10:31:19'),(161,'Session GC','Tarea - Purga de datos de sesión',0.001,2,168,0,'2026-04-03 12:27:52','2026-04-04 12:27:53'),(162,'Session GC','Tarea - Purga de datos de sesión',0.000,2,169,0,'2026-04-04 14:44:01','2026-04-05 14:44:01'),(163,'Session GC','Tarea - Purga de datos de sesión',0.000,2,170,0,'2026-04-05 14:47:16','2026-04-06 14:47:16'),(164,'Rotate Logs','Rotar registros',0.005,1,14,0,'2026-04-06 20:05:26','2026-05-06 13:00:00'),(165,'Session GC','Tarea - Purga de datos de sesión',0.000,2,171,0,'2026-04-07 02:25:13','2026-04-08 02:25:13'),(166,'Session GC','Tarea - Purga de datos de sesión',0.000,2,172,0,'2026-04-08 03:06:03','2026-04-09 03:06:04'),(167,'Session GC','Tarea - Purga de datos de sesión',0.000,2,173,0,'2026-04-09 05:48:52','2026-04-10 05:48:52'),(168,'Session GC','Tarea - Purga de datos de sesión',0.000,2,174,0,'2026-04-10 10:21:27','2026-04-11 10:21:27'),(169,'Session GC','Tarea - Purga de datos de sesión',0.000,2,175,0,'2026-04-11 15:45:55','2026-04-12 15:45:56'),(170,'Session GC','Tarea - Purga de datos de sesión',0.000,2,176,0,'2026-04-13 03:53:01','2026-04-14 03:53:02'),(171,'Session GC','Tarea - Purga de datos de sesión',0.000,2,177,0,'2026-04-14 03:57:23','2026-04-15 03:57:24'),(172,'Session GC','Tarea - Purga de datos de sesión',0.000,2,178,0,'2026-04-15 04:37:20','2026-04-16 04:37:21'),(173,'Session GC','Tarea - Purga de datos de sesión',0.000,2,179,0,'2026-04-16 17:12:17','2026-04-17 17:12:17'),(174,'Session GC','Tarea - Purga de datos de sesión',0.000,2,180,0,'2026-04-17 17:42:46','2026-04-18 17:42:46'),(175,'Session GC','Tarea - Purga de datos de sesión',0.000,2,181,0,'2026-04-18 18:15:52','2026-04-19 18:15:52'),(176,'Session GC','Tarea - Purga de datos de sesión',0.000,2,182,0,'2026-04-19 23:33:21','2026-04-20 23:33:22'),(177,'Session GC','Tarea - Purga de datos de sesión',0.000,2,183,0,'2026-04-21 02:28:10','2026-04-22 02:28:10'),(178,'Session GC','Tarea - Purga de datos de sesión',0.000,2,184,0,'2026-04-22 02:55:27','2026-04-23 02:55:27'),(179,'Session GC','Tarea - Purga de datos de sesión',0.000,2,185,0,'2026-04-23 04:21:42','2026-04-24 04:21:42'),(180,'Session GC','Tarea - Purga de datos de sesión',0.000,2,186,0,'2026-04-24 05:16:19','2026-04-25 05:16:19'),(181,'Session GC','Tarea - Purga de datos de sesión',0.000,2,187,0,'2026-04-25 19:09:09','2026-04-26 19:09:09'),(182,'Session GC','Tarea - Purga de datos de sesión',0.000,2,188,0,'2026-04-26 20:03:22','2026-04-27 20:03:27'),(183,'Session GC','Tarea - Purga de datos de sesión',0.000,2,189,0,'2026-04-27 20:08:24','2026-04-28 20:08:24'),(184,'Session GC','Tarea - Purga de datos de sesión',0.000,2,190,0,'2026-04-29 00:16:21','2026-04-30 00:16:21'),(185,'Session GC','Tarea - Purga de datos de sesión',0.000,2,191,0,'2026-04-30 01:20:24','2026-05-01 01:20:25'),(186,'Session GC','Tarea - Purga de datos de sesión',0.000,2,192,0,'2026-05-01 21:41:27','2026-05-02 21:41:27'),(187,'Session GC','Tarea - Purga de datos de sesión',0.000,2,193,0,'2026-05-03 07:25:57','2026-05-04 07:25:57'),(188,'Session GC','Tarea - Purga de datos de sesión',0.004,2,194,0,'2026-05-04 11:23:35','2026-05-05 11:23:36'),(189,'Session GC','Tarea - Purga de datos de sesión',0.000,2,195,0,'2026-05-05 13:08:33','2026-05-06 13:08:33'),(190,'Rotate Logs','Rotar registros',0.010,1,15,0,'2026-05-06 20:10:16','2026-06-05 13:00:00'),(191,'Session GC','Tarea - Purga de datos de sesión',0.000,2,196,0,'2026-05-06 23:59:55','2026-05-07 23:59:56'),(192,'Session GC','Tarea - Purga de datos de sesión',0.000,2,197,0,'2026-05-08 08:27:58','2026-05-09 08:27:59'),(193,'Session GC','Tarea - Purga de datos de sesión',0.000,2,198,0,'2026-05-09 14:36:48','2026-05-10 14:36:49'),(194,'Session GC','Tarea - Purga de datos de sesión',0.001,2,199,0,'2026-05-10 17:49:14','2026-05-11 17:49:15'),(195,'Session GC','Tarea - Purga de datos de sesión',0.002,2,200,0,'2026-05-11 19:07:14','2026-05-12 19:07:15'),(196,'Session GC','Tarea - Purga de datos de sesión',0.000,2,201,0,'2026-05-12 19:25:37','2026-05-13 19:25:38');
/*!40000 ALTER TABLE `jnx5e_scheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_scheduler_tasks`
--

DROP TABLE IF EXISTS `jnx5e_scheduler_tasks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_scheduler_tasks`
--

LOCK TABLES `jnx5e_scheduler_tasks` WRITE;
/*!40000 ALTER TABLE `jnx5e_scheduler_tasks` DISABLE KEYS */;
INSERT INTO `jnx5e_scheduler_tasks` VALUES (1,97,'Rotate Logs','rotation.logs','{\"rule-type\":\"interval-days\",\"interval-days\":\"30\",\"exec-day\":\"17\",\"exec-time\":\"13:00\"}','{\"type\":\"interval\",\"exp\":\"P30D\"}',1,0,'2026-05-06 20:10:16','2026-06-05 13:00:00',15,0,NULL,0,0,0,'{\"individual_log\":false,\"log_file\":\"\",\"notifications\":{\"success_mail\":\"0\",\"failure_mail\":\"1\",\"fatal_failure_mail\":\"1\",\"orphan_mail\":\"1\"},\"logstokeep\":1}',NULL,'2024-10-17 13:00:52',44,NULL,NULL),(2,98,'Session GC','session.gc','{\"rule-type\":\"interval-hours\",\"interval-hours\":\"24\",\"exec-day\":\"01\",\"exec-time\":\"13:00\"}','{\"type\":\"interval\",\"exp\":\"PT24H\"}',1,0,'2026-05-12 19:25:38','2026-05-13 19:25:38',201,0,NULL,0,0,0,'{\"individual_log\":false,\"log_file\":\"\",\"notifications\":{\"success_mail\":\"0\",\"failure_mail\":\"1\",\"fatal_failure_mail\":\"1\",\"orphan_mail\":\"1\"},\"enable_session_gc\":1,\"enable_session_metadata_gc\":1}',NULL,'2024-10-17 13:00:52',44,NULL,NULL),(3,99,'Update Notification','update.notification','{\"rule-type\":\"interval-hours\",\"interval-hours\":\"24\",\"exec-day\":\"01\",\"exec-time\":\"13:00\"}','{\"type\":\"interval\",\"exp\":\"PT24H\"}',1,0,'2025-04-21 14:01:54','2025-04-22 14:02:05',15,0,NULL,0,0,0,'{\"individual_log\":false,\"log_file\":\"\",\"notifications\":{\"success_mail\":\"0\",\"failure_mail\":\"1\",\"fatal_failure_mail\":\"1\",\"orphan_mail\":\"1\"},\"email\":\"\",\"language_override\":\"\"}',NULL,'2024-10-17 13:00:52',44,NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_scheduler_tasks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_schemaorg`
--

DROP TABLE IF EXISTS `jnx5e_schemaorg`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_schemaorg` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `itemId` int unsigned DEFAULT NULL,
  `context` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schemaType` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_schemaorg`
--

LOCK TABLES `jnx5e_schemaorg` WRITE;
/*!40000 ALTER TABLE `jnx5e_schemaorg` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_schemaorg` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_schemas`
--

DROP TABLE IF EXISTS `jnx5e_schemas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_schemas`
--

LOCK TABLES `jnx5e_schemas` WRITE;
/*!40000 ALTER TABLE `jnx5e_schemas` DISABLE KEYS */;
INSERT INTO `jnx5e_schemas` VALUES (240,'5.3.0-2025-03-14'),(258,'4.1.1'),(269,'10.3.0'),(274,'3.1.7'),(293,'5.7.1');
/*!40000 ALTER TABLE `jnx5e_schemas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_session`
--

DROP TABLE IF EXISTS `jnx5e_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_session`
--

LOCK TABLES `jnx5e_session` WRITE;
/*!40000 ALTER TABLE `jnx5e_session` DISABLE KEYS */;
INSERT INTO `jnx5e_session` VALUES (_binary '19f79f87fb7c02efe878b7114678b2a2',0,1,1778613812,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjEzODEwO3M6NDoibGFzdCI7aToxNzc4NjEzODEwO3M6Mzoibm93IjtpOjE3Nzg2MTM4MTA7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '3069035075b70d98e81abe525bd0e560',0,1,1778614325,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjE0MzI0O3M6NDoibGFzdCI7aToxNzc4NjE0MzI0O3M6Mzoibm93IjtpOjE3Nzg2MTQzMjQ7fXM6NToidG9rZW4iO3M6MzI6ImU0ZTk2M2MyZjVmMTEwMGFkYWQ5YWQ1NWZkNWI3Y2FlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,''),(_binary '92c5fef756638eeb64c209e16c708932',0,1,1778614463,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjE0NDYyO3M6NDoibGFzdCI7aToxNzc4NjE0NDYyO3M6Mzoibm93IjtpOjE3Nzg2MTQ0NjI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c5d2bc0900a3f23439c238f63dd74a36',0,1,1778613938,'joomla|s:700:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo3OiJjb3VudGVyIjtpOjI7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjEzOTEwO3M6NDoibGFzdCI7aToxNzc4NjEzOTEwO3M6Mzoibm93IjtpOjE3Nzg2MTM5Mzc7fXM6NToidG9rZW4iO3M6MzI6ImYzMTY4N2U5N2ViZTAyZmQxMGE5ZTU1NTYxNzMxMDI3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjEyOiIAKgBzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";',0,'');
/*!40000 ALTER TABLE `jnx5e_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_spmedia`
--

DROP TABLE IF EXISTS `jnx5e_spmedia`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_spmedia` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `path` varchar(255) NOT NULL DEFAULT '',
  `thumb` varchar(255) NOT NULL DEFAULT '',
  `alt` varchar(255) NOT NULL DEFAULT '',
  `caption` varchar(2048) NOT NULL DEFAULT '',
  `description` mediumtext NOT NULL,
  `type` varchar(100) NOT NULL DEFAULT 'image',
  `media_attr` varchar(5120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '{}',
  `extension` varchar(100) NOT NULL DEFAULT '',
  `created_on` datetime NOT NULL,
  `created_by` bigint NOT NULL DEFAULT '0',
  `modified_on` datetime NOT NULL,
  `modified_by` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_spmedia`
--

LOCK TABLES `jnx5e_spmedia` WRITE;
/*!40000 ALTER TABLE `jnx5e_spmedia` DISABLE KEYS */;
INSERT INTO `jnx5e_spmedia` VALUES (1,'whatsapp-image-2025-02-27-at-10.38.59-am','images/2025/07/23/whatsapp-image-2025-02-27-at-10.38.59-am.jpeg','images/2025/07/23/_spmedia_thumbs/whatsapp-image-2025-02-27-at-10.38.59-am.jpeg','whatsapp-image-2025-02-27-at-10.38.59-am','','','image','{\"full\":{\"height\":1600,\"width\":1066},\"thumbnail\":{\"height\":300,\"width\":300}}','com_sppagebuilder','2025-07-23 19:44:10',46,'2025-07-23 19:44:10',46),(2,'banner-4ta-jornada-de-ciencias-ambientales','images/2025/07/23/banner-4ta-jornada-de-ciencias-ambientales.jpg','images/2025/07/23/_spmedia_thumbs/banner-4ta-jornada-de-ciencias-ambientales.jpg','banner-4ta-jornada-de-ciencias-ambientales','','','image','{\"full\":{\"height\":4200,\"width\":2883},\"thumbnail\":{\"height\":300,\"width\":300}}','com_sppagebuilder','2025-07-23 19:46:59',46,'2025-07-23 19:46:59',46),(3,'iii-simposio-mgas_geducar_mesa-de-trabajo-1','images/2025/07/23/iii-simposio-mgas_geducar_mesa-de-trabajo-1.png','images/2025/07/23/_spmedia_thumbs/iii-simposio-mgas_geducar_mesa-de-trabajo-1.png','iii-simposio-mgas_geducar_mesa-de-trabajo-1','','','image','{\"full\":{\"height\":772,\"width\":1920},\"thumbnail\":{\"height\":300,\"width\":300}}','com_sppagebuilder','2025-07-23 19:47:07',46,'2025-07-23 19:47:07',46),(4,'whatsapp-image-2024-10-09-at-2.35.55-pm','images/2025/07/23/whatsapp-image-2024-10-09-at-2.35.55-pm.jpeg','images/2025/07/23/_spmedia_thumbs/whatsapp-image-2024-10-09-at-2.35.55-pm.jpeg','whatsapp-image-2024-10-09-at-2.35.55-pm','','','image','{\"full\":{\"height\":2012,\"width\":1124},\"thumbnail\":{\"height\":300,\"width\":300}}','com_sppagebuilder','2025-07-23 19:47:16',46,'2025-07-23 19:47:16',46),(5,'icaoc-18-1','images/2025/07/24/icaoc-18-1.jpg','images/2025/07/24/_spmedia_thumbs/icaoc-18-1.jpg','icaoc-18-1','','','image','{\"full\":{\"height\":3929,\"width\":5893},\"thumbnail\":{\"height\":300,\"width\":300}}','com_sppagebuilder','2025-07-24 15:12:47',46,'2025-07-24 15:12:47',46);
/*!40000 ALTER TABLE `jnx5e_spmedia` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `text` mediumtext NOT NULL,
  `content` mediumtext,
  `extension` varchar(255) NOT NULL DEFAULT 'com_sppagebuilder',
  `extension_view` varchar(255) NOT NULL DEFAULT 'page',
  `view_id` bigint NOT NULL DEFAULT '0',
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint NOT NULL DEFAULT '1',
  `catid` int NOT NULL DEFAULT '0',
  `access` int NOT NULL DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `created_on` datetime NOT NULL,
  `created_by` bigint NOT NULL DEFAULT '0',
  `modified` datetime NOT NULL,
  `modified_by` bigint NOT NULL DEFAULT '0',
  `checked_out` int NOT NULL DEFAULT '0',
  `checked_out_time` datetime DEFAULT NULL,
  `attribs` varchar(5120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '[]',
  `og_title` varchar(255) NOT NULL DEFAULT '',
  `og_image` varchar(255) NOT NULL DEFAULT '',
  `og_description` varchar(255) NOT NULL DEFAULT '',
  `language` char(7) NOT NULL DEFAULT '',
  `hits` bigint NOT NULL DEFAULT '0',
  `css` longtext NOT NULL,
  `version` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder`
--

LOCK TABLES `jnx5e_sppagebuilder` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder` DISABLE KEYS */;
INSERT INTO `jnx5e_sppagebuilder` VALUES (1,157,'Módulos de Eventos Sp Page ','[]','[{\"id\":\"fee52c03-200f-4d33-87f8-4706d84b1fc9\",\"visibility\":true,\"collapse\":false,\"settings\":{\"admin_label\":\"\",\"fit_columns\":{\"xl\":true,\"sm\":false},\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_parallax\":\"0\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"fixed\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"external_background_video\":0,\"background_video_ogv\":{\"src\":\"\"},\"video_loop\":1,\"padding\":{\"xl\":\"75px 0px 75px 0px\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"margin\":{\"xl\":\"0px 0px 0px 0px\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"overlay_type\":\"overlay_none\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":\"\",\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"columns_align_center\":0,\"columns_content_alignment\":\"center\",\"stretch_section\":0,\"fullscreen\":0,\"no_gutter\":0,\"row_width\":{\"unit\":\"px\"},\"row_max_width\":{\"unit\":\"px\"},\"row_min_width\":{\"unit\":\"px\"},\"row_border\":0,\"row_border_style\":\"solid\",\"show_top_shape\":\"\",\"shape_name\":\"clouds-flat\",\"shape_color\":\"#e5e5e5\",\"shape_width\":{\"md\":100,\"sm\":100,\"xs\":100},\"shape_height\":\"\",\"shape_flip\":false,\"shape_invert\":false,\"shape_to_front\":false,\"show_bottom_shape\":\"\",\"bottom_shape_name\":\"clouds-opacity\",\"bottom_shape_color\":\"#e5e5e5\",\"bottom_shape_width\":{\"xl\":100},\"bottom_shape_height\":\"\",\"bottom_shape_flip\":false,\"bottom_shape_invert\":false,\"bottom_shape_to_front\":false,\"acl\":\"\",\"row_boxshadow\":\"0 0 0 0 #FFFFFF\",\"row_custom_css\":\"\",\"heading_selector\":\"h3\",\"title_fontsize\":\"\",\"title_fontweight\":\"\",\"title_position\":\"center\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\"},\"layout\":\"6+6\",\"columns\":[{\"id\":\"c2eea8c9-bff1-4279-a536-18ab14c98e2b\",\"class_name\":\"row-column\",\"visibility\":true,\"settings\":{\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"overlay_type\":\"overlay_color\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":{\"src\":\"\"},\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"use_border\":0,\"border_width\":\"\",\"boxshadow\":\"0 0 0 0 #FFFFFF\",\"items_align_center\":0,\"items_content_alignment\":\"center\",\"column_custom_css\":\"\",\"tablet_order_landscape\":\"\",\"tablet_order\":\"\",\"mobile_order_landscape\":\"\",\"mobile_order\":\"\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"width\":{\"xl\":\"50%\",\"lg\":\"50%\",\"md\":\"50%\",\"sm\":\"100%\",\"xs\":\"100%\"}},\"addons\":[{\"id\":\"a07ec6f0-fb5e-4f72-aaaf-50fcf3206d66\",\"type\":\"content\",\"name\":\"text_block\",\"visibility\":true,\"title\":\"Text Block\",\"icon\":\"<svg viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M23.055 10.419c0-.885-.717-1.602-1.602-1.602H10.547a1.602 1.602 0 000 3.204h3.825v10.118a1.628 1.628 0 103.256 0V12.02h3.825c.885 0 1.602-.718 1.602-1.602z\\\" fill=\\\"currentColor\\\"\\/><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M5.18 3.42c-.95 0-1.721.758-1.721 1.693V8.5c0 .668-.55 1.21-1.23 1.21A1.22 1.22 0 011 8.5V5.113C1 2.84 2.872 1 5.18 1h2.951c.68 0 1.23.542 1.23 1.21 0 .668-.55 1.21-1.23 1.21h-2.95zM26.82 28.58c.95 0 1.721-.758 1.721-1.693V23.5c0-.668.55-1.21 1.23-1.21.678 0 1.229.542 1.229 1.21v3.387C31 29.16 29.128 31 26.82 31h-2.951a1.22 1.22 0 01-1.23-1.21c0-.668.55-1.21 1.23-1.21h2.95zM26.82 3.42c.95 0 1.721.758 1.721 1.693V8.5c0 .668.55 1.21 1.23 1.21A1.22 1.22 0 0031 8.5V5.113C31 2.84 29.128 1 26.82 1h-2.951c-.68 0-1.23.542-1.23 1.21 0 .668.55 1.21 1.23 1.21h2.95zM5.18 28.58c-.95 0-1.721-.758-1.721-1.693V23.5c0-.668-.55-1.21-1.23-1.21A1.22 1.22 0 001 23.5v3.387C1 29.16 2.872 31 5.18 31h2.951a1.22 1.22 0 001.23-1.21c0-.668-.55-1.21-1.23-1.21h-2.95z\\\" fill=\\\"currentColor\\\"\\/><\\/svg>\",\"settings\":{\"global_padding\":\"\",\"global_margin\":\"\",\"global_background_type\":\"none\",\"global_background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"global_background_image\":{\"src\":\"\"},\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_use_overlay\":0,\"global_overlay_type\":\"overlay_none\",\"global_gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"global_pattern_overlay\":{\"src\":\"\"},\"global_overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"global_user_border\":0,\"global_border_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"transform\":\"\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"global_border_radius\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"global_boxshadow\":\"0 0 0 0 #FFFFFF\",\"class\":\"\",\"global_custom_css\":\"\",\"global_custom_position\":0,\"global_seclect_position\":\"relative\",\"global_addon_position_left\":{\"unit\":\"px\"},\"global_addon_position_top\":{\"unit\":\"px\"},\"use_global_width\":\"0\",\"hidden_xl\":\"0\",\"hidden_lg\":\"0\",\"hidden_md\":\"0\",\"hidden_sm\":\"0\",\"hidden_xs\":\"0\",\"acl\":\"\",\"admin_label\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0,\"scrolling_options\":\"fullpage\",\"on_scroll_actions\":[{\"id\":\"b3fdc1c1e6bfde5942ea\",\"index\":0,\"keyframe\":0,\"name\":\"move\",\"property\":{\"x\":\"0\",\"y\":\"-100\",\"z\":\"0\"},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"},{\"id\":\"936e0225e6dc8edfba7d\",\"index\":1,\"keyframe\":100,\"name\":\"move\",\"property\":{\"x\":0,\"y\":0,\"z\":0},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"}],\"transition_origin_x\":\"center\",\"transition_origin_y\":\"center\",\"enable_tablet\":0,\"enable_mobile\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}],\"text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer adipiscing erat eget risus sollicitudin pellentesque et non erat. Maecenas nibh dolor, malesuada et bibendum a, sagittis accumsan ipsum. Pellentesque ultrices ultrices sapien, nec tincidunt nunc posuere ut. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam scelerisque tristique dolor vitae tincidunt. Aenean quis massa uada mi elementum elementum. Nec sapien convallis vulputate rhoncus vel dui.\",\"content_truncation\":0,\"content_truncation_max_word\":30,\"content_truncation_action_text\":\"Show More\",\"content_truncation_action_text_color\":\"#3366FF\",\"dropcap\":0,\"heading_selector\":\"h3\",\"title\":\"\"}}]},{\"id\":\"15fa327e-9d2f-4cb8-903d-322a87e8f82d\",\"class_name\":\"row-column\",\"visibility\":true,\"settings\":{\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"overlay_type\":\"overlay_color\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":{\"src\":\"\"},\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"use_border\":0,\"border_width\":\"\",\"boxshadow\":\"0 0 0 0 #FFFFFF\",\"items_align_center\":0,\"items_content_alignment\":\"center\",\"column_custom_css\":\"\",\"tablet_order_landscape\":\"\",\"tablet_order\":\"\",\"mobile_order_landscape\":\"\",\"mobile_order\":\"\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"width\":{\"xl\":\"50%\",\"lg\":\"50%\",\"md\":\"50%\",\"sm\":\"100%\",\"xs\":\"100%\"}},\"addons\":[{\"id\":\"8f2de6bd-7e21-4863-84ce-6bd8383bab81\",\"type\":\"content\",\"name\":\"image\",\"visibility\":true,\"title\":\"Image\",\"icon\":\"<svg viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M31.288 17.393l-9.718 5.9a5 5 0 01-5.8-.435l-3.622-3.024a3 3 0 00-3.583-.197l-6.781 4.504-1.106-1.666 6.78-4.504a5 5 0 015.971.327l3.623 3.025a3 3 0 003.48.261l9.718-5.9 1.038 1.71z\\\" fill=\\\"currentColor\\\"\\/><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M19.077 10.154a2.077 2.077 0 100 4.154 2.077 2.077 0 000-4.154zM15 12.23a4.077 4.077 0 118.154 0 4.077 4.077 0 01-8.154 0z\\\" fill=\\\"currentColor\\\"\\/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M29 4H3a1 1 0 00-1 1v22.308a1 1 0 001 1h26a1 1 0 001-1V5a1 1 0 00-1-1zM3 2a3 3 0 00-3 3v22.308a3 3 0 003 3h26a3 3 0 003-3V5a3 3 0 00-3-3H3z\\\" fill=\\\"currentColor\\\"\\/><\\/svg>\",\"settings\":{\"global_padding\":\"\",\"global_margin\":\"\",\"global_background_type\":\"none\",\"global_background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"global_background_image\":{\"src\":\"\"},\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_use_overlay\":0,\"global_overlay_type\":\"overlay_none\",\"global_gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"global_pattern_overlay\":{\"src\":\"\"},\"global_overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"global_user_border\":0,\"global_border_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"transform\":\"\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"global_border_radius\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"global_boxshadow\":\"0 0 0 0 #FFFFFF\",\"class\":\"\",\"global_custom_css\":\"\",\"global_custom_position\":0,\"global_seclect_position\":\"relative\",\"global_addon_position_left\":{\"unit\":\"px\"},\"global_addon_position_top\":{\"unit\":\"px\"},\"use_global_width\":\"0\",\"hidden_xl\":\"0\",\"hidden_lg\":\"0\",\"hidden_md\":\"0\",\"hidden_sm\":\"0\",\"hidden_xs\":\"0\",\"acl\":\"\",\"admin_label\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0,\"scrolling_options\":\"fullpage\",\"on_scroll_actions\":[{\"id\":\"b3fdc1c1e6bfde5942ea\",\"index\":0,\"keyframe\":0,\"name\":\"move\",\"property\":{\"x\":\"0\",\"y\":\"-100\",\"z\":\"0\"},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"},{\"id\":\"936e0225e6dc8edfba7d\",\"index\":1,\"keyframe\":100,\"name\":\"move\",\"property\":{\"x\":0,\"y\":0,\"z\":0},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"}],\"transition_origin_x\":\"center\",\"transition_origin_y\":\"center\",\"enable_tablet\":0,\"enable_mobile\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}],\"image\":{\"src\":\"images\\/2025\\/07\\/23\\/whatsapp-image-2025-02-27-at-10.38.59-am.jpeg\",\"height\":1600,\"width\":1066,\"alt\":\"\"},\"image_2x\":{\"src\":\"\",\"height\":\"\",\"width\":\"\"},\"alt_text\":\"Image\",\"image_title\":\"sdfgg\",\"image_fit\":\"\",\"is_image_shape_enabled\":0,\"image_shape\":\"\",\"image_shape_scale\":1.2,\"is_effects_enabled\":1,\"border_radius\":0,\"open_lightbox\":0,\"overlay_color\":\"rgba(119, 219, 31, .5)\",\"is_zoom_enabled\":0,\"zoom_scale\":\"1.2\",\"link\":{\"type\":\"url\",\"url\":\"\",\"menu\":\"\",\"page\":0,\"popup\":0,\"action\":\"\",\"is_no_repeat\":0,\"new_tab\":false,\"nofollow\":false,\"noreferrer\":false,\"noopener\":false,\"close_popup\":1},\"heading_selector\":\"h3\",\"title_position\":\"top\",\"position\":{\"xl\":\"center\"},\"title\":\"\",\"image_effects\":{\"contrast\":\"59\"}}}]}],\"parent\":false},{\"id\":\"179c3fe3-0412-4c70-935c-fef99a3237f0\",\"visibility\":true,\"collapse\":false,\"settings\":{\"admin_label\":\"\",\"fit_columns\":{\"xl\":true,\"sm\":false},\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_parallax\":\"0\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"fixed\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"external_background_video\":0,\"background_video_ogv\":{\"src\":\"\"},\"video_loop\":1,\"padding\":{\"xl\":\"75px 0px 75px 0px\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"margin\":{\"xl\":\"0px 0px 0px 0px\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"overlay_type\":\"overlay_none\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":\"\",\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"columns_align_center\":0,\"columns_content_alignment\":\"center\",\"stretch_section\":0,\"fullscreen\":0,\"no_gutter\":0,\"row_width\":{\"unit\":\"px\"},\"row_max_width\":{\"unit\":\"px\"},\"row_min_width\":{\"unit\":\"px\"},\"row_border\":0,\"row_border_style\":\"solid\",\"show_top_shape\":\"\",\"shape_name\":\"clouds-flat\",\"shape_color\":\"#e5e5e5\",\"shape_width\":{\"md\":100,\"sm\":100,\"xs\":100},\"shape_height\":\"\",\"shape_flip\":false,\"shape_invert\":false,\"shape_to_front\":false,\"show_bottom_shape\":\"\",\"bottom_shape_name\":\"clouds-opacity\",\"bottom_shape_color\":\"#e5e5e5\",\"bottom_shape_width\":{\"xl\":100},\"bottom_shape_height\":\"\",\"bottom_shape_flip\":false,\"bottom_shape_invert\":false,\"bottom_shape_to_front\":false,\"acl\":\"\",\"row_boxshadow\":\"0 0 0 0 #FFFFFF\",\"row_custom_css\":\"\",\"heading_selector\":\"h3\",\"title_fontsize\":\"\",\"title_fontweight\":\"\",\"title_position\":\"center\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\"},\"layout\":\"3+3+3+3\",\"columns\":[{\"id\":\"5d7fadf6-8056-41a1-b7ff-4dd1cf5a2878\",\"class_name\":\"row-column\",\"visibility\":true,\"settings\":{\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"overlay_type\":\"overlay_color\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":{\"src\":\"\"},\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"use_border\":0,\"border_width\":\"\",\"boxshadow\":\"0 0 0 0 #FFFFFF\",\"items_align_center\":0,\"items_content_alignment\":\"center\",\"column_custom_css\":\"\",\"tablet_order_landscape\":\"\",\"tablet_order\":\"\",\"mobile_order_landscape\":\"\",\"mobile_order\":\"\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"width\":{\"xl\":\"25%\",\"lg\":\"25%\",\"md\":\"25%\",\"sm\":\"100%\",\"xs\":\"100%\"}},\"addons\":[{\"id\":\"bc9d99f7-98f4-4e8f-a745-347e5ae7c87c\",\"type\":\"content\",\"name\":\"image\",\"visibility\":true,\"title\":\"Image\",\"icon\":\"<svg viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M31.288 17.393l-9.718 5.9a5 5 0 01-5.8-.435l-3.622-3.024a3 3 0 00-3.583-.197l-6.781 4.504-1.106-1.666 6.78-4.504a5 5 0 015.971.327l3.623 3.025a3 3 0 003.48.261l9.718-5.9 1.038 1.71z\\\" fill=\\\"currentColor\\\"\\/><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M19.077 10.154a2.077 2.077 0 100 4.154 2.077 2.077 0 000-4.154zM15 12.23a4.077 4.077 0 118.154 0 4.077 4.077 0 01-8.154 0z\\\" fill=\\\"currentColor\\\"\\/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M29 4H3a1 1 0 00-1 1v22.308a1 1 0 001 1h26a1 1 0 001-1V5a1 1 0 00-1-1zM3 2a3 3 0 00-3 3v22.308a3 3 0 003 3h26a3 3 0 003-3V5a3 3 0 00-3-3H3z\\\" fill=\\\"currentColor\\\"\\/><\\/svg>\",\"settings\":{\"global_padding\":\"\",\"global_margin\":\"\",\"global_background_type\":\"none\",\"global_background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"global_background_image\":{\"src\":\"\"},\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_use_overlay\":0,\"global_overlay_type\":\"overlay_none\",\"global_gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"global_pattern_overlay\":{\"src\":\"\"},\"global_overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"global_user_border\":0,\"global_border_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"transform\":\"\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"global_border_radius\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"global_boxshadow\":\"0 0 0 0 #FFFFFF\",\"class\":\"\",\"global_custom_css\":\"\",\"global_custom_position\":0,\"global_seclect_position\":\"relative\",\"global_addon_position_left\":{\"unit\":\"px\"},\"global_addon_position_top\":{\"unit\":\"px\"},\"use_global_width\":\"0\",\"hidden_xl\":\"0\",\"hidden_lg\":\"0\",\"hidden_md\":\"0\",\"hidden_sm\":\"0\",\"hidden_xs\":\"0\",\"acl\":\"\",\"admin_label\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0,\"scrolling_options\":\"fullpage\",\"on_scroll_actions\":[{\"id\":\"b3fdc1c1e6bfde5942ea\",\"index\":0,\"keyframe\":0,\"name\":\"move\",\"property\":{\"x\":\"0\",\"y\":\"-100\",\"z\":\"0\"},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"},{\"id\":\"936e0225e6dc8edfba7d\",\"index\":1,\"keyframe\":100,\"name\":\"move\",\"property\":{\"x\":0,\"y\":0,\"z\":0},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"}],\"transition_origin_x\":\"center\",\"transition_origin_y\":\"center\",\"enable_tablet\":0,\"enable_mobile\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}],\"image\":{\"src\":\"images\\/2025\\/07\\/23\\/banner-4ta-jornada-de-ciencias-ambientales.jpg\",\"height\":4200,\"width\":2883,\"alt\":\"\"},\"image_2x\":{\"src\":\"\",\"height\":\"\",\"width\":\"\"},\"alt_text\":\"Image\",\"image_title\":\"\",\"image_fit\":\"\",\"is_image_shape_enabled\":0,\"image_shape\":\"\",\"image_shape_scale\":1.2,\"is_effects_enabled\":0,\"border_radius\":0,\"open_lightbox\":0,\"overlay_color\":\"rgba(119, 219, 31, .5)\",\"is_zoom_enabled\":0,\"zoom_scale\":\"1.2\",\"link\":{\"type\":\"url\",\"url\":\"\",\"menu\":\"\",\"page\":0,\"popup\":0,\"action\":\"\",\"is_no_repeat\":0,\"new_tab\":false,\"nofollow\":false,\"noreferrer\":false,\"noopener\":false,\"close_popup\":1},\"heading_selector\":\"h3\",\"title_position\":\"top\",\"title\":\"\"}}]},{\"id\":\"5eef288f-655f-4544-96be-f780727ff9cb\",\"class_name\":\"row-column\",\"visibility\":true,\"settings\":{\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"overlay_type\":\"overlay_color\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":{\"src\":\"\"},\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"use_border\":0,\"border_width\":\"\",\"boxshadow\":\"0 0 0 0 #FFFFFF\",\"items_align_center\":0,\"items_content_alignment\":\"center\",\"column_custom_css\":\"\",\"tablet_order_landscape\":\"\",\"tablet_order\":\"\",\"mobile_order_landscape\":\"\",\"mobile_order\":\"\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"width\":{\"xl\":\"25%\",\"lg\":\"25%\",\"md\":\"25%\",\"sm\":\"100%\",\"xs\":\"100%\"}},\"addons\":[{\"id\":\"b6cdfc98-7f60-4f84-a8b6-64b8cd41e690\",\"type\":\"content\",\"name\":\"image\",\"visibility\":true,\"title\":\"Image\",\"icon\":\"<svg viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M31.288 17.393l-9.718 5.9a5 5 0 01-5.8-.435l-3.622-3.024a3 3 0 00-3.583-.197l-6.781 4.504-1.106-1.666 6.78-4.504a5 5 0 015.971.327l3.623 3.025a3 3 0 003.48.261l9.718-5.9 1.038 1.71z\\\" fill=\\\"currentColor\\\"\\/><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M19.077 10.154a2.077 2.077 0 100 4.154 2.077 2.077 0 000-4.154zM15 12.23a4.077 4.077 0 118.154 0 4.077 4.077 0 01-8.154 0z\\\" fill=\\\"currentColor\\\"\\/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M29 4H3a1 1 0 00-1 1v22.308a1 1 0 001 1h26a1 1 0 001-1V5a1 1 0 00-1-1zM3 2a3 3 0 00-3 3v22.308a3 3 0 003 3h26a3 3 0 003-3V5a3 3 0 00-3-3H3z\\\" fill=\\\"currentColor\\\"\\/><\\/svg>\",\"settings\":{\"global_padding\":\"\",\"global_margin\":\"\",\"global_background_type\":\"none\",\"global_background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"global_background_image\":{\"src\":\"\"},\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_use_overlay\":0,\"global_overlay_type\":\"overlay_none\",\"global_gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"global_pattern_overlay\":{\"src\":\"\"},\"global_overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"global_user_border\":0,\"global_border_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"transform\":\"\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"global_border_radius\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"global_boxshadow\":\"0 0 0 0 #FFFFFF\",\"class\":\"\",\"global_custom_css\":\"\",\"global_custom_position\":0,\"global_seclect_position\":\"relative\",\"global_addon_position_left\":{\"unit\":\"px\"},\"global_addon_position_top\":{\"unit\":\"px\"},\"use_global_width\":\"0\",\"hidden_xl\":\"0\",\"hidden_lg\":\"0\",\"hidden_md\":\"0\",\"hidden_sm\":\"0\",\"hidden_xs\":\"0\",\"acl\":\"\",\"admin_label\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0,\"scrolling_options\":\"fullpage\",\"on_scroll_actions\":[{\"id\":\"b3fdc1c1e6bfde5942ea\",\"index\":0,\"keyframe\":0,\"name\":\"move\",\"property\":{\"x\":\"0\",\"y\":\"-100\",\"z\":\"0\"},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"},{\"id\":\"936e0225e6dc8edfba7d\",\"index\":1,\"keyframe\":100,\"name\":\"move\",\"property\":{\"x\":0,\"y\":0,\"z\":0},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"}],\"transition_origin_x\":\"center\",\"transition_origin_y\":\"center\",\"enable_tablet\":0,\"enable_mobile\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}],\"image\":{\"src\":\"images\\/2025\\/07\\/23\\/whatsapp-image-2024-10-09-at-2.35.55-pm.jpeg\",\"height\":2012,\"width\":1124,\"alt\":\"\"},\"image_2x\":{\"src\":\"\",\"height\":\"\",\"width\":\"\"},\"alt_text\":\"Image\",\"image_title\":\"\",\"image_fit\":\"\",\"is_image_shape_enabled\":0,\"image_shape\":\"\",\"image_shape_scale\":1.2,\"is_effects_enabled\":0,\"border_radius\":0,\"open_lightbox\":0,\"overlay_color\":\"rgba(119, 219, 31, .5)\",\"is_zoom_enabled\":0,\"zoom_scale\":\"1.2\",\"link\":{\"type\":\"url\",\"url\":\"\",\"menu\":\"\",\"page\":0,\"popup\":0,\"action\":\"\",\"is_no_repeat\":0,\"new_tab\":false,\"nofollow\":false,\"noreferrer\":false,\"noopener\":false,\"close_popup\":1},\"heading_selector\":\"h3\",\"title_position\":\"top\",\"title\":\"\"}}]},{\"id\":\"f6c907b1-73dc-4dcd-9deb-ee9257aaa45b\",\"class_name\":\"row-column\",\"visibility\":true,\"settings\":{\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"overlay_type\":\"overlay_color\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":{\"src\":\"\"},\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"use_border\":0,\"border_width\":\"\",\"boxshadow\":\"0 0 0 0 #FFFFFF\",\"items_align_center\":0,\"items_content_alignment\":\"center\",\"column_custom_css\":\"\",\"tablet_order_landscape\":\"\",\"tablet_order\":\"\",\"mobile_order_landscape\":\"\",\"mobile_order\":\"\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"width\":{\"xl\":\"25%\",\"lg\":\"25%\",\"md\":\"25%\",\"sm\":\"100%\",\"xs\":\"100%\"}},\"addons\":[{\"id\":\"92ce4d4f-5257-4ce8-b7f1-30cee2453f8e\",\"type\":\"content\",\"name\":\"image\",\"visibility\":true,\"title\":\"Image\",\"icon\":\"<svg viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M31.288 17.393l-9.718 5.9a5 5 0 01-5.8-.435l-3.622-3.024a3 3 0 00-3.583-.197l-6.781 4.504-1.106-1.666 6.78-4.504a5 5 0 015.971.327l3.623 3.025a3 3 0 003.48.261l9.718-5.9 1.038 1.71z\\\" fill=\\\"currentColor\\\"\\/><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M19.077 10.154a2.077 2.077 0 100 4.154 2.077 2.077 0 000-4.154zM15 12.23a4.077 4.077 0 118.154 0 4.077 4.077 0 01-8.154 0z\\\" fill=\\\"currentColor\\\"\\/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M29 4H3a1 1 0 00-1 1v22.308a1 1 0 001 1h26a1 1 0 001-1V5a1 1 0 00-1-1zM3 2a3 3 0 00-3 3v22.308a3 3 0 003 3h26a3 3 0 003-3V5a3 3 0 00-3-3H3z\\\" fill=\\\"currentColor\\\"\\/><\\/svg>\",\"settings\":{\"global_padding\":\"\",\"global_margin\":\"\",\"global_background_type\":\"none\",\"global_background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"global_background_image\":{\"src\":\"\"},\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_use_overlay\":0,\"global_overlay_type\":\"overlay_none\",\"global_gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"global_pattern_overlay\":{\"src\":\"\"},\"global_overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"global_user_border\":0,\"global_border_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"transform\":\"\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"global_border_radius\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"global_boxshadow\":\"0 0 0 0 #FFFFFF\",\"class\":\"\",\"global_custom_css\":\"\",\"global_custom_position\":0,\"global_seclect_position\":\"relative\",\"global_addon_position_left\":{\"unit\":\"px\"},\"global_addon_position_top\":{\"unit\":\"px\"},\"use_global_width\":\"0\",\"hidden_xl\":\"0\",\"hidden_lg\":\"0\",\"hidden_md\":\"0\",\"hidden_sm\":\"0\",\"hidden_xs\":\"0\",\"acl\":\"\",\"admin_label\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0,\"scrolling_options\":\"fullpage\",\"on_scroll_actions\":[{\"id\":\"b3fdc1c1e6bfde5942ea\",\"index\":0,\"keyframe\":0,\"name\":\"move\",\"property\":{\"x\":\"0\",\"y\":\"-100\",\"z\":\"0\"},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"},{\"id\":\"936e0225e6dc8edfba7d\",\"index\":1,\"keyframe\":100,\"name\":\"move\",\"property\":{\"x\":0,\"y\":0,\"z\":0},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"}],\"transition_origin_x\":\"center\",\"transition_origin_y\":\"center\",\"enable_tablet\":0,\"enable_mobile\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}],\"image\":{\"src\":\"images\\/2025\\/07\\/23\\/banner-4ta-jornada-de-ciencias-ambientales.jpg\",\"height\":4200,\"width\":2883,\"alt\":\"\"},\"image_2x\":{\"src\":\"\",\"height\":\"\",\"width\":\"\"},\"alt_text\":\"Image\",\"image_title\":\"\",\"image_fit\":\"\",\"is_image_shape_enabled\":0,\"image_shape\":\"\",\"image_shape_scale\":1.2,\"is_effects_enabled\":0,\"border_radius\":0,\"open_lightbox\":0,\"overlay_color\":\"rgba(119, 219, 31, .5)\",\"is_zoom_enabled\":0,\"zoom_scale\":\"1.2\",\"link\":{\"type\":\"url\",\"url\":\"\",\"menu\":\"\",\"page\":0,\"popup\":0,\"action\":\"\",\"is_no_repeat\":0,\"new_tab\":false,\"nofollow\":false,\"noreferrer\":false,\"noopener\":false,\"close_popup\":0},\"heading_selector\":\"h3\",\"title_position\":\"top\"}}]},{\"id\":\"ffe80779-8cd3-4fbb-826d-81be93c02c62\",\"class_name\":\"row-column\",\"visibility\":true,\"settings\":{\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"overlay_type\":\"overlay_color\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":{\"src\":\"\"},\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"use_border\":0,\"border_width\":\"\",\"boxshadow\":\"0 0 0 0 #FFFFFF\",\"items_align_center\":0,\"items_content_alignment\":\"center\",\"column_custom_css\":\"\",\"tablet_order_landscape\":\"\",\"tablet_order\":\"\",\"mobile_order_landscape\":\"\",\"mobile_order\":\"\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"width\":{\"xl\":\"25%\",\"lg\":\"25%\",\"md\":\"25%\",\"sm\":\"100%\",\"xs\":\"100%\"}},\"addons\":[{\"id\":\"5aa68dec-8ff3-4cbe-9d6f-18f6b59a20d3\",\"type\":\"content\",\"name\":\"image\",\"visibility\":true,\"title\":\"Image\",\"icon\":\"<svg viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M31.288 17.393l-9.718 5.9a5 5 0 01-5.8-.435l-3.622-3.024a3 3 0 00-3.583-.197l-6.781 4.504-1.106-1.666 6.78-4.504a5 5 0 015.971.327l3.623 3.025a3 3 0 003.48.261l9.718-5.9 1.038 1.71z\\\" fill=\\\"currentColor\\\"\\/><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M19.077 10.154a2.077 2.077 0 100 4.154 2.077 2.077 0 000-4.154zM15 12.23a4.077 4.077 0 118.154 0 4.077 4.077 0 01-8.154 0z\\\" fill=\\\"currentColor\\\"\\/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M29 4H3a1 1 0 00-1 1v22.308a1 1 0 001 1h26a1 1 0 001-1V5a1 1 0 00-1-1zM3 2a3 3 0 00-3 3v22.308a3 3 0 003 3h26a3 3 0 003-3V5a3 3 0 00-3-3H3z\\\" fill=\\\"currentColor\\\"\\/><\\/svg>\",\"settings\":{\"global_padding\":\"\",\"global_margin\":\"\",\"global_background_type\":\"none\",\"global_background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"global_background_image\":{\"src\":\"\"},\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_use_overlay\":0,\"global_overlay_type\":\"overlay_none\",\"global_gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"global_pattern_overlay\":{\"src\":\"\"},\"global_overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"global_user_border\":0,\"global_border_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"transform\":\"\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"global_border_radius\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"global_boxshadow\":\"0 0 0 0 #FFFFFF\",\"class\":\"\",\"global_custom_css\":\"\",\"global_custom_position\":0,\"global_seclect_position\":\"relative\",\"global_addon_position_left\":{\"unit\":\"px\"},\"global_addon_position_top\":{\"unit\":\"px\"},\"use_global_width\":\"0\",\"hidden_xl\":\"0\",\"hidden_lg\":\"0\",\"hidden_md\":\"0\",\"hidden_sm\":\"0\",\"hidden_xs\":\"0\",\"acl\":\"\",\"admin_label\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0,\"scrolling_options\":\"fullpage\",\"on_scroll_actions\":[{\"id\":\"b3fdc1c1e6bfde5942ea\",\"index\":0,\"keyframe\":0,\"name\":\"move\",\"property\":{\"x\":\"0\",\"y\":\"-100\",\"z\":\"0\"},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"},{\"id\":\"936e0225e6dc8edfba7d\",\"index\":1,\"keyframe\":100,\"name\":\"move\",\"property\":{\"x\":0,\"y\":0,\"z\":0},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"}],\"transition_origin_x\":\"center\",\"transition_origin_y\":\"center\",\"enable_tablet\":0,\"enable_mobile\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}],\"image\":{\"src\":\"images\\/2025\\/07\\/23\\/iii-simposio-mgas_geducar_mesa-de-trabajo-1.png\",\"height\":772,\"width\":1920,\"alt\":\"\"},\"image_2x\":{\"src\":\"\",\"height\":\"\",\"width\":\"\"},\"alt_text\":\"Image\",\"image_title\":\"\",\"image_fit\":\"\",\"is_image_shape_enabled\":0,\"image_shape\":\"\",\"image_shape_scale\":1.2,\"is_effects_enabled\":0,\"border_radius\":0,\"open_lightbox\":0,\"overlay_color\":\"rgba(119, 219, 31, .5)\",\"is_zoom_enabled\":0,\"zoom_scale\":\"1.2\",\"link\":{\"type\":\"url\",\"url\":\"\",\"menu\":\"\",\"page\":0,\"popup\":0,\"action\":\"\",\"is_no_repeat\":0,\"new_tab\":false,\"nofollow\":false,\"noreferrer\":false,\"noopener\":false,\"close_popup\":0},\"heading_selector\":\"h3\",\"title_position\":\"top\"}}]}],\"parent\":false}]','mod_sppagebuilder','module',120,1,1,0,1,0,'2025-07-23 17:26:28',46,'2025-07-23 20:13:32',46,0,NULL,'{\"meta_description\":\"\",\"meta_keywords\":\"\",\"robots\":\"\",\"seo_spacer\":\"\",\"author\":\"\"}','','','','*',0,'','5.7.1'),(2,0,'Modulo Sp Page Builder Eventos 2','[]','[]','mod_sppagebuilder','module',121,1,1,0,1,0,'2025-07-23 20:40:49',46,'2025-07-23 20:40:49',0,0,NULL,'[]','','','','*',0,'','5.7.1'),(3,160,'Sp Page Builder Quienes Somos','[]','[{\"id\":\"b60300f2-c1da-4eb4-ac87-ab7d38bb0f8e\",\"visibility\":true,\"collapse\":false,\"settings\":{\"admin_label\":\"\",\"fit_columns\":{\"xl\":true,\"sm\":false},\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_parallax\":\"0\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"fixed\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"external_background_video\":0,\"background_video_ogv\":{\"src\":\"\"},\"video_loop\":1,\"padding\":{\"xl\":\"75px 0px 75px 0px\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"margin\":{\"xl\":\"0px 0px 0px 0px\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"overlay_type\":\"overlay_none\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":\"\",\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"columns_align_center\":0,\"columns_content_alignment\":\"center\",\"stretch_section\":0,\"fullscreen\":0,\"no_gutter\":0,\"row_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\",\"unit\":\"px\"},\"row_max_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\",\"unit\":\"px\"},\"row_min_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\",\"unit\":\"px\"},\"row_border\":0,\"row_border_style\":\"solid\",\"show_top_shape\":\"\",\"shape_name\":\"clouds-flat\",\"shape_color\":\"#e5e5e5\",\"shape_width\":{\"md\":100,\"sm\":100,\"xs\":100},\"shape_height\":\"\",\"shape_flip\":false,\"shape_invert\":false,\"shape_to_front\":false,\"show_bottom_shape\":\"\",\"bottom_shape_name\":\"clouds-opacity\",\"bottom_shape_color\":\"#e5e5e5\",\"bottom_shape_width\":{\"xl\":100},\"bottom_shape_height\":\"\",\"bottom_shape_flip\":false,\"bottom_shape_invert\":false,\"bottom_shape_to_front\":false,\"acl\":\"\",\"row_boxshadow\":\"0 0 0 0 #FFFFFF\",\"row_custom_css\":\"\",\"heading_selector\":\"h1\",\"title_fontsize\":\"\",\"title_fontweight\":\"\",\"title_position\":\"center\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"columns_gap\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\",\"unit\":\"px\"},\"id\":\"\",\"class\":\"\",\"title\":\"\\u00bfQui\\u00e9nes Somos?\",\"subtitle\":\"\",\"title_margin_top\":{\"xl\":\"\"},\"title_margin_bottom\":{\"xl\":\"\"}},\"layout\":\"6+6\",\"columns\":[{\"id\":\"44310bcb-ca79-4c5c-9ad9-ba2d3c824cba\",\"class_name\":\"row-column\",\"visibility\":true,\"settings\":{\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"overlay_type\":\"overlay_color\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":{\"src\":\"\"},\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"use_border\":0,\"border_width\":\"\",\"boxshadow\":\"0 0 0 0 #FFFFFF\",\"items_align_center\":0,\"items_content_alignment\":\"center\",\"column_custom_css\":\"\",\"tablet_order_landscape\":\"\",\"tablet_order\":\"\",\"mobile_order_landscape\":\"\",\"mobile_order\":\"\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"width\":{\"xl\":\"50%\",\"lg\":\"50%\",\"md\":\"50%\",\"sm\":\"100%\",\"xs\":\"100%\",\"unit\":\"px\"},\"class\":\"\"},\"addons\":[{\"id\":\"f47158b5-0f11-454a-9621-6113b3db0270\",\"type\":\"content\",\"name\":\"text_block\",\"visibility\":true,\"title\":\"Text Block\",\"icon\":\"<svg viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M23.055 10.419c0-.885-.717-1.602-1.602-1.602H10.547a1.602 1.602 0 000 3.204h3.825v10.118a1.628 1.628 0 103.256 0V12.02h3.825c.885 0 1.602-.718 1.602-1.602z\\\" fill=\\\"currentColor\\\"\\/><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M5.18 3.42c-.95 0-1.721.758-1.721 1.693V8.5c0 .668-.55 1.21-1.23 1.21A1.22 1.22 0 011 8.5V5.113C1 2.84 2.872 1 5.18 1h2.951c.68 0 1.23.542 1.23 1.21 0 .668-.55 1.21-1.23 1.21h-2.95zM26.82 28.58c.95 0 1.721-.758 1.721-1.693V23.5c0-.668.55-1.21 1.23-1.21.678 0 1.229.542 1.229 1.21v3.387C31 29.16 29.128 31 26.82 31h-2.951a1.22 1.22 0 01-1.23-1.21c0-.668.55-1.21 1.23-1.21h2.95zM26.82 3.42c.95 0 1.721.758 1.721 1.693V8.5c0 .668.55 1.21 1.23 1.21A1.22 1.22 0 0031 8.5V5.113C31 2.84 29.128 1 26.82 1h-2.951c-.68 0-1.23.542-1.23 1.21 0 .668.55 1.21 1.23 1.21h2.95zM5.18 28.58c-.95 0-1.721-.758-1.721-1.693V23.5c0-.668-.55-1.21-1.23-1.21A1.22 1.22 0 001 23.5v3.387C1 29.16 2.872 31 5.18 31h2.951a1.22 1.22 0 001.23-1.21c0-.668-.55-1.21-1.23-1.21h-2.95z\\\" fill=\\\"currentColor\\\"\\/><\\/svg>\",\"settings\":{\"global_padding\":\"\",\"global_margin\":\"\",\"global_background_type\":\"none\",\"global_background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"global_background_image\":{\"src\":\"\"},\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_use_overlay\":0,\"global_overlay_type\":\"overlay_none\",\"global_gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"global_pattern_overlay\":{\"src\":\"\"},\"global_overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"global_user_border\":0,\"global_border_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"transform\":\"\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"global_border_radius\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"global_boxshadow\":\"0 0 0 0 #FFFFFF\",\"class\":\"\",\"global_custom_css\":\"\",\"global_custom_position\":0,\"global_seclect_position\":\"relative\",\"global_addon_position_left\":{\"unit\":\"px\"},\"global_addon_position_top\":{\"unit\":\"px\"},\"use_global_width\":\"0\",\"hidden_xl\":\"0\",\"hidden_lg\":\"0\",\"hidden_md\":\"0\",\"hidden_sm\":\"0\",\"hidden_xs\":\"0\",\"acl\":\"\",\"admin_label\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0,\"scrolling_options\":\"fullpage\",\"on_scroll_actions\":[{\"id\":\"b3fdc1c1e6bfde5942ea\",\"index\":0,\"keyframe\":0,\"name\":\"move\",\"property\":{\"x\":\"0\",\"y\":\"-100\",\"z\":\"0\"},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"},{\"id\":\"936e0225e6dc8edfba7d\",\"index\":1,\"keyframe\":100,\"name\":\"move\",\"property\":{\"x\":0,\"y\":0,\"z\":0},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"}],\"transition_origin_x\":\"center\",\"transition_origin_y\":\"center\",\"enable_tablet\":0,\"enable_mobile\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}],\"text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer adipiscing erat eget risus sollicitudin pellentesque et non erat. Maecenas nibh dolor, malesuada et bibendum a, sagittis accumsan ipsum. Pellentesque ultrices ultrices sapien, nec tincidunt nunc posuere ut. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam scelerisque tristique dolor vitae tincidunt. Aenean quis massa uada mi elementum elementum. Nec sapien convallis vulputate rhoncus vel dui.\",\"content_truncation\":0,\"content_truncation_max_word\":30,\"content_truncation_action_text\":\"Show More\",\"content_truncation_action_text_color\":\"#3366FF\",\"dropcap\":0,\"heading_selector\":\"h3\"}}]},{\"id\":\"077e7b09-7d76-4c43-9dd0-fc31c8bf0041\",\"class_name\":\"row-column\",\"visibility\":true,\"settings\":{\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"overlay_type\":\"overlay_color\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":{\"src\":\"\"},\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"use_border\":0,\"border_width\":\"\",\"boxshadow\":\"0 0 0 0 #FFFFFF\",\"items_align_center\":0,\"items_content_alignment\":\"center\",\"column_custom_css\":\"\",\"tablet_order_landscape\":\"\",\"tablet_order\":\"\",\"mobile_order_landscape\":\"\",\"mobile_order\":\"\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"width\":{\"xl\":\"50%\",\"lg\":\"50%\",\"md\":\"50%\",\"sm\":\"100%\",\"xs\":\"100%\"}},\"addons\":[{\"id\":\"5092dd0c-68d6-4fdb-bbad-391e8bc23e74\",\"type\":\"content\",\"name\":\"image\",\"visibility\":true,\"title\":\"Image\",\"icon\":\"<svg viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M31.288 17.393l-9.718 5.9a5 5 0 01-5.8-.435l-3.622-3.024a3 3 0 00-3.583-.197l-6.781 4.504-1.106-1.666 6.78-4.504a5 5 0 015.971.327l3.623 3.025a3 3 0 003.48.261l9.718-5.9 1.038 1.71z\\\" fill=\\\"currentColor\\\"\\/><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M19.077 10.154a2.077 2.077 0 100 4.154 2.077 2.077 0 000-4.154zM15 12.23a4.077 4.077 0 118.154 0 4.077 4.077 0 01-8.154 0z\\\" fill=\\\"currentColor\\\"\\/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M29 4H3a1 1 0 00-1 1v22.308a1 1 0 001 1h26a1 1 0 001-1V5a1 1 0 00-1-1zM3 2a3 3 0 00-3 3v22.308a3 3 0 003 3h26a3 3 0 003-3V5a3 3 0 00-3-3H3z\\\" fill=\\\"currentColor\\\"\\/><\\/svg>\",\"settings\":{\"global_padding\":\"\",\"global_margin\":\"\",\"global_background_type\":\"none\",\"global_background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"global_background_image\":{\"src\":\"\"},\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_use_overlay\":0,\"global_overlay_type\":\"overlay_none\",\"global_gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"global_pattern_overlay\":{\"src\":\"\"},\"global_overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"global_user_border\":0,\"global_border_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"transform\":\"\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"global_border_radius\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"global_boxshadow\":\"0 0 0 0 #FFFFFF\",\"class\":\"\",\"global_custom_css\":\"\",\"global_custom_position\":0,\"global_seclect_position\":\"relative\",\"global_addon_position_left\":{\"unit\":\"px\"},\"global_addon_position_top\":{\"unit\":\"px\"},\"use_global_width\":\"0\",\"hidden_xl\":\"0\",\"hidden_lg\":\"0\",\"hidden_md\":\"0\",\"hidden_sm\":\"0\",\"hidden_xs\":\"0\",\"acl\":\"\",\"admin_label\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0,\"scrolling_options\":\"fullpage\",\"on_scroll_actions\":[{\"id\":\"b3fdc1c1e6bfde5942ea\",\"index\":0,\"keyframe\":0,\"name\":\"move\",\"property\":{\"x\":\"0\",\"y\":\"-100\",\"z\":\"0\"},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"},{\"id\":\"936e0225e6dc8edfba7d\",\"index\":1,\"keyframe\":100,\"name\":\"move\",\"property\":{\"x\":0,\"y\":0,\"z\":0},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"}],\"transition_origin_x\":\"center\",\"transition_origin_y\":\"center\",\"enable_tablet\":0,\"enable_mobile\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}],\"image\":{\"src\":\"images\\/2025\\/07\\/24\\/icaoc-18-1.jpg\",\"height\":3929,\"width\":5893,\"alt\":\"\"},\"image_2x\":{\"src\":\"\",\"height\":\"\",\"width\":\"\"},\"alt_text\":\"Image\",\"image_title\":\"\",\"image_fit\":\"\",\"is_image_shape_enabled\":0,\"image_shape\":\"\",\"image_shape_scale\":1.2,\"is_effects_enabled\":0,\"border_radius\":0,\"open_lightbox\":0,\"overlay_color\":\"rgba(119, 219, 31, .5)\",\"is_zoom_enabled\":0,\"zoom_scale\":\"1.2\",\"link\":{\"type\":\"url\",\"url\":\"\",\"menu\":\"\",\"page\":0,\"popup\":0,\"action\":\"\",\"is_no_repeat\":0,\"new_tab\":false,\"nofollow\":false,\"noreferrer\":false,\"noopener\":false,\"close_popup\":3},\"heading_selector\":\"h3\",\"title_position\":\"top\",\"title\":\"\"}}]}],\"parent\":false},{\"id\":\"a7e2aff5-f604-4362-afe1-24d9539ce5c1\",\"visibility\":true,\"collapse\":false,\"settings\":{\"admin_label\":\"\",\"fit_columns\":{\"xl\":true,\"sm\":false},\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_parallax\":\"0\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"fixed\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"external_background_video\":0,\"background_video_ogv\":{\"src\":\"\"},\"video_loop\":1,\"padding\":{\"xl\":\"75px 0px 75px 0px\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"margin\":{\"xl\":\"0px 0px 0px 0px\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"overlay_type\":\"overlay_none\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":\"\",\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"columns_align_center\":0,\"columns_content_alignment\":\"center\",\"stretch_section\":0,\"fullscreen\":0,\"no_gutter\":0,\"row_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\",\"unit\":\"px\"},\"row_max_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\",\"unit\":\"px\"},\"row_min_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\",\"unit\":\"px\"},\"row_border\":0,\"row_border_style\":\"solid\",\"show_top_shape\":\"\",\"shape_name\":\"clouds-flat\",\"shape_color\":\"#e5e5e5\",\"shape_width\":{\"md\":100,\"sm\":100,\"xs\":100},\"shape_height\":\"\",\"shape_flip\":false,\"shape_invert\":false,\"shape_to_front\":false,\"show_bottom_shape\":\"\",\"bottom_shape_name\":\"clouds-opacity\",\"bottom_shape_color\":\"#e5e5e5\",\"bottom_shape_width\":{\"xl\":100},\"bottom_shape_height\":\"\",\"bottom_shape_flip\":false,\"bottom_shape_invert\":false,\"bottom_shape_to_front\":false,\"acl\":\"\",\"row_boxshadow\":\"0 0 0 0 #FFFFFF\",\"row_custom_css\":\"\",\"heading_selector\":\"h2\",\"title_fontsize\":\"\",\"title_fontweight\":\"\",\"title_position\":\"center\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"columns_gap\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\",\"unit\":\"px\"},\"id\":\"\",\"class\":\"\",\"title\":\"Misi\\u00f3n\",\"subtitle\":\"\",\"title_margin_top\":{\"xl\":\"\"},\"title_margin_bottom\":{\"xl\":\"\"}},\"layout\":\"6+6\",\"columns\":[{\"id\":\"b04a25c3-1189-473a-8a62-45c1669ae04a\",\"class_name\":\"row-column\",\"visibility\":true,\"settings\":{\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"overlay_type\":\"overlay_color\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":{\"src\":\"\"},\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"use_border\":0,\"border_width\":\"\",\"boxshadow\":\"0 0 0 0 #FFFFFF\",\"items_align_center\":0,\"items_content_alignment\":\"center\",\"column_custom_css\":\"\",\"tablet_order_landscape\":\"\",\"tablet_order\":\"\",\"mobile_order_landscape\":\"\",\"mobile_order\":\"\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"width\":{\"xl\":\"50%\",\"lg\":\"50%\",\"md\":\"50%\",\"sm\":\"100%\",\"xs\":\"100%\"}},\"addons\":[{\"id\":\"555af8b2-5af4-4454-9b59-83fa1be344bc\",\"type\":\"content\",\"name\":\"image\",\"visibility\":true,\"title\":\"Image\",\"icon\":\"<svg viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M31.288 17.393l-9.718 5.9a5 5 0 01-5.8-.435l-3.622-3.024a3 3 0 00-3.583-.197l-6.781 4.504-1.106-1.666 6.78-4.504a5 5 0 015.971.327l3.623 3.025a3 3 0 003.48.261l9.718-5.9 1.038 1.71z\\\" fill=\\\"currentColor\\\"\\/><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M19.077 10.154a2.077 2.077 0 100 4.154 2.077 2.077 0 000-4.154zM15 12.23a4.077 4.077 0 118.154 0 4.077 4.077 0 01-8.154 0z\\\" fill=\\\"currentColor\\\"\\/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M29 4H3a1 1 0 00-1 1v22.308a1 1 0 001 1h26a1 1 0 001-1V5a1 1 0 00-1-1zM3 2a3 3 0 00-3 3v22.308a3 3 0 003 3h26a3 3 0 003-3V5a3 3 0 00-3-3H3z\\\" fill=\\\"currentColor\\\"\\/><\\/svg>\",\"settings\":{\"global_padding\":\"\",\"global_margin\":\"\",\"global_background_type\":\"none\",\"global_background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"global_background_image\":{\"src\":\"\"},\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_use_overlay\":0,\"global_overlay_type\":\"overlay_none\",\"global_gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"global_pattern_overlay\":{\"src\":\"\"},\"global_overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"global_user_border\":0,\"global_border_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"transform\":\"\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"global_border_radius\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"global_boxshadow\":\"0 0 0 0 #FFFFFF\",\"class\":\"\",\"global_custom_css\":\"\",\"global_custom_position\":0,\"global_seclect_position\":\"relative\",\"global_addon_position_left\":{\"unit\":\"px\"},\"global_addon_position_top\":{\"unit\":\"px\"},\"use_global_width\":\"0\",\"hidden_xl\":\"0\",\"hidden_lg\":\"0\",\"hidden_md\":\"0\",\"hidden_sm\":\"0\",\"hidden_xs\":\"0\",\"acl\":\"\",\"admin_label\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0,\"scrolling_options\":\"fullpage\",\"on_scroll_actions\":[{\"id\":\"b3fdc1c1e6bfde5942ea\",\"index\":0,\"keyframe\":0,\"name\":\"move\",\"property\":{\"x\":\"0\",\"y\":\"-100\",\"z\":\"0\"},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"},{\"id\":\"936e0225e6dc8edfba7d\",\"index\":1,\"keyframe\":100,\"name\":\"move\",\"property\":{\"x\":0,\"y\":0,\"z\":0},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"}],\"transition_origin_x\":\"center\",\"transition_origin_y\":\"center\",\"enable_tablet\":0,\"enable_mobile\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}],\"image\":{\"src\":\"https:\\/\\/sppagebuilder.com\\/addons\\/image\\/image1.jpg\",\"height\":\"\",\"width\":\"\",\"alt\":\"\"},\"image_2x\":{\"src\":\"\",\"height\":\"\",\"width\":\"\"},\"alt_text\":\"Image\",\"image_title\":\"\",\"image_fit\":\"\",\"is_image_shape_enabled\":0,\"image_shape\":\"\",\"image_shape_scale\":1.2,\"is_effects_enabled\":0,\"border_radius\":0,\"open_lightbox\":0,\"overlay_color\":\"rgba(119, 219, 31, .5)\",\"is_zoom_enabled\":0,\"zoom_scale\":\"1.2\",\"link\":\"\",\"heading_selector\":\"h3\",\"title_position\":\"top\"}}]},{\"id\":\"58af246d-f3d2-412d-a68f-395325a531cf\",\"class_name\":\"row-column\",\"visibility\":true,\"settings\":{\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"overlay_type\":\"overlay_color\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":{\"src\":\"\"},\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"use_border\":0,\"border_width\":\"\",\"boxshadow\":\"0 0 0 0 #FFFFFF\",\"items_align_center\":0,\"items_content_alignment\":\"center\",\"column_custom_css\":\"\",\"tablet_order_landscape\":\"\",\"tablet_order\":\"\",\"mobile_order_landscape\":\"\",\"mobile_order\":\"\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"width\":{\"xl\":\"50%\",\"lg\":\"50%\",\"md\":\"50%\",\"sm\":\"100%\",\"xs\":\"100%\"}},\"addons\":[{\"id\":\"1e5e49eb-3bfd-40fb-87d3-5e750a7c3b56\",\"type\":\"content\",\"name\":\"text_block\",\"visibility\":true,\"title\":\"Text Block\",\"icon\":\"<svg viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M23.055 10.419c0-.885-.717-1.602-1.602-1.602H10.547a1.602 1.602 0 000 3.204h3.825v10.118a1.628 1.628 0 103.256 0V12.02h3.825c.885 0 1.602-.718 1.602-1.602z\\\" fill=\\\"currentColor\\\"\\/><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M5.18 3.42c-.95 0-1.721.758-1.721 1.693V8.5c0 .668-.55 1.21-1.23 1.21A1.22 1.22 0 011 8.5V5.113C1 2.84 2.872 1 5.18 1h2.951c.68 0 1.23.542 1.23 1.21 0 .668-.55 1.21-1.23 1.21h-2.95zM26.82 28.58c.95 0 1.721-.758 1.721-1.693V23.5c0-.668.55-1.21 1.23-1.21.678 0 1.229.542 1.229 1.21v3.387C31 29.16 29.128 31 26.82 31h-2.951a1.22 1.22 0 01-1.23-1.21c0-.668.55-1.21 1.23-1.21h2.95zM26.82 3.42c.95 0 1.721.758 1.721 1.693V8.5c0 .668.55 1.21 1.23 1.21A1.22 1.22 0 0031 8.5V5.113C31 2.84 29.128 1 26.82 1h-2.951c-.68 0-1.23.542-1.23 1.21 0 .668.55 1.21 1.23 1.21h2.95zM5.18 28.58c-.95 0-1.721-.758-1.721-1.693V23.5c0-.668-.55-1.21-1.23-1.21A1.22 1.22 0 001 23.5v3.387C1 29.16 2.872 31 5.18 31h2.951a1.22 1.22 0 001.23-1.21c0-.668-.55-1.21-1.23-1.21h-2.95z\\\" fill=\\\"currentColor\\\"\\/><\\/svg>\",\"settings\":{\"global_padding\":\"\",\"global_margin\":\"\",\"global_background_type\":\"none\",\"global_background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"global_background_image\":{\"src\":\"\"},\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_use_overlay\":0,\"global_overlay_type\":\"overlay_none\",\"global_gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"global_pattern_overlay\":{\"src\":\"\"},\"global_overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"global_user_border\":0,\"global_border_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"transform\":\"\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"global_border_radius\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"global_boxshadow\":\"0 0 0 0 #FFFFFF\",\"class\":\"\",\"global_custom_css\":\"\",\"global_custom_position\":0,\"global_seclect_position\":\"relative\",\"global_addon_position_left\":{\"unit\":\"px\"},\"global_addon_position_top\":{\"unit\":\"px\"},\"use_global_width\":\"0\",\"hidden_xl\":\"0\",\"hidden_lg\":\"0\",\"hidden_md\":\"0\",\"hidden_sm\":\"0\",\"hidden_xs\":\"0\",\"acl\":\"\",\"admin_label\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0,\"scrolling_options\":\"fullpage\",\"on_scroll_actions\":[{\"id\":\"b3fdc1c1e6bfde5942ea\",\"index\":0,\"keyframe\":0,\"name\":\"move\",\"property\":{\"x\":\"0\",\"y\":\"-100\",\"z\":\"0\"},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"},{\"id\":\"936e0225e6dc8edfba7d\",\"index\":1,\"keyframe\":100,\"name\":\"move\",\"property\":{\"x\":0,\"y\":0,\"z\":0},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"}],\"transition_origin_x\":\"center\",\"transition_origin_y\":\"center\",\"enable_tablet\":0,\"enable_mobile\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}],\"text\":\"<p>Contribuir en la relaci\\u00f3n compleja hombre-naturaleza en la regi\\u00f3n y el pa\\u00eds, con el desarrollo de las ciencias ambientales a trav\\u00e9s de la formaci\\u00f3n de talento humano, de la investigaci\\u00f3n y de la transferencia de conocimiento, en el marco de la sostenibilidad.<\\/p><h3><\\/h3>\",\"content_truncation\":0,\"content_truncation_max_word\":30,\"content_truncation_action_text\":\"Show More\",\"content_truncation_action_text_color\":\"#3366FF\",\"dropcap\":0,\"heading_selector\":\"h3\",\"title\":\"\"}}]}],\"parent\":false},{\"id\":\"356ac113-77ce-4f99-9317-b1ee5296de12\",\"visibility\":true,\"collapse\":false,\"settings\":{\"admin_label\":\"\",\"fit_columns\":{\"xl\":true,\"sm\":false},\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_parallax\":\"0\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"fixed\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"external_background_video\":0,\"background_video_ogv\":{\"src\":\"\"},\"video_loop\":1,\"padding\":{\"xl\":\"75px 0px 75px 0px\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"margin\":{\"xl\":\"0px 0px 0px 0px\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"overlay_type\":\"overlay_none\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":\"\",\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"columns_align_center\":0,\"columns_content_alignment\":\"center\",\"stretch_section\":0,\"fullscreen\":0,\"no_gutter\":0,\"row_width\":{\"unit\":\"px\"},\"row_max_width\":{\"unit\":\"px\"},\"row_min_width\":{\"unit\":\"px\"},\"row_border\":0,\"row_border_style\":\"solid\",\"show_top_shape\":\"\",\"shape_name\":\"clouds-flat\",\"shape_color\":\"#e5e5e5\",\"shape_width\":{\"md\":100,\"sm\":100,\"xs\":100},\"shape_height\":\"\",\"shape_flip\":false,\"shape_invert\":false,\"shape_to_front\":false,\"show_bottom_shape\":\"\",\"bottom_shape_name\":\"clouds-opacity\",\"bottom_shape_color\":\"#e5e5e5\",\"bottom_shape_width\":{\"xl\":100},\"bottom_shape_height\":\"\",\"bottom_shape_flip\":false,\"bottom_shape_invert\":false,\"bottom_shape_to_front\":false,\"acl\":\"\",\"row_boxshadow\":\"0 0 0 0 #FFFFFF\",\"row_custom_css\":\"\",\"heading_selector\":\"h2\",\"title_fontsize\":\"\",\"title_fontweight\":\"\",\"title_position\":\"center\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"title\":\"Visi\\u00f3n\",\"title_margin_top\":{\"xl\":\"\"},\"title_margin_bottom\":{\"xl\":\"\"}},\"layout\":\"6+6\",\"columns\":[{\"id\":\"468f7499-d583-4b01-b8b3-6a55cb7eafa9\",\"class_name\":\"row-column\",\"visibility\":true,\"settings\":{\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"overlay_type\":\"overlay_color\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":{\"src\":\"\"},\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"use_border\":0,\"border_width\":\"\",\"boxshadow\":\"0 0 0 0 #FFFFFF\",\"items_align_center\":0,\"items_content_alignment\":\"center\",\"column_custom_css\":\"\",\"tablet_order_landscape\":\"\",\"tablet_order\":\"\",\"mobile_order_landscape\":\"\",\"mobile_order\":\"\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"width\":{\"xl\":\"50%\",\"lg\":\"50%\",\"md\":\"50%\",\"sm\":\"100%\",\"xs\":\"100%\"}},\"addons\":[{\"id\":\"b0d155f7-becf-45cb-aaae-a2bc8c9a41a1\",\"type\":\"content\",\"name\":\"text_block\",\"visibility\":true,\"title\":\"Text Block\",\"icon\":\"<svg viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M23.055 10.419c0-.885-.717-1.602-1.602-1.602H10.547a1.602 1.602 0 000 3.204h3.825v10.118a1.628 1.628 0 103.256 0V12.02h3.825c.885 0 1.602-.718 1.602-1.602z\\\" fill=\\\"currentColor\\\"\\/><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M5.18 3.42c-.95 0-1.721.758-1.721 1.693V8.5c0 .668-.55 1.21-1.23 1.21A1.22 1.22 0 011 8.5V5.113C1 2.84 2.872 1 5.18 1h2.951c.68 0 1.23.542 1.23 1.21 0 .668-.55 1.21-1.23 1.21h-2.95zM26.82 28.58c.95 0 1.721-.758 1.721-1.693V23.5c0-.668.55-1.21 1.23-1.21.678 0 1.229.542 1.229 1.21v3.387C31 29.16 29.128 31 26.82 31h-2.951a1.22 1.22 0 01-1.23-1.21c0-.668.55-1.21 1.23-1.21h2.95zM26.82 3.42c.95 0 1.721.758 1.721 1.693V8.5c0 .668.55 1.21 1.23 1.21A1.22 1.22 0 0031 8.5V5.113C31 2.84 29.128 1 26.82 1h-2.951c-.68 0-1.23.542-1.23 1.21 0 .668.55 1.21 1.23 1.21h2.95zM5.18 28.58c-.95 0-1.721-.758-1.721-1.693V23.5c0-.668-.55-1.21-1.23-1.21A1.22 1.22 0 001 23.5v3.387C1 29.16 2.872 31 5.18 31h2.951a1.22 1.22 0 001.23-1.21c0-.668-.55-1.21-1.23-1.21h-2.95z\\\" fill=\\\"currentColor\\\"\\/><\\/svg>\",\"settings\":{\"global_padding\":\"\",\"global_margin\":\"\",\"global_background_type\":\"none\",\"global_background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"global_background_image\":{\"src\":\"\"},\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_use_overlay\":0,\"global_overlay_type\":\"overlay_none\",\"global_gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"global_pattern_overlay\":{\"src\":\"\"},\"global_overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"global_user_border\":0,\"global_border_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"transform\":\"\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"global_border_radius\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"global_boxshadow\":\"0 0 0 0 #FFFFFF\",\"class\":\"\",\"global_custom_css\":\"\",\"global_custom_position\":0,\"global_seclect_position\":\"relative\",\"global_addon_position_left\":{\"unit\":\"px\"},\"global_addon_position_top\":{\"unit\":\"px\"},\"use_global_width\":\"0\",\"hidden_xl\":\"0\",\"hidden_lg\":\"0\",\"hidden_md\":\"0\",\"hidden_sm\":\"0\",\"hidden_xs\":\"0\",\"acl\":\"\",\"admin_label\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0,\"scrolling_options\":\"fullpage\",\"on_scroll_actions\":[{\"id\":\"b3fdc1c1e6bfde5942ea\",\"index\":0,\"keyframe\":0,\"name\":\"move\",\"property\":{\"x\":\"0\",\"y\":\"-100\",\"z\":\"0\"},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"},{\"id\":\"936e0225e6dc8edfba7d\",\"index\":1,\"keyframe\":100,\"name\":\"move\",\"property\":{\"x\":0,\"y\":0,\"z\":0},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"}],\"transition_origin_x\":\"center\",\"transition_origin_y\":\"center\",\"enable_tablet\":0,\"enable_mobile\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}],\"text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer adipiscing erat eget risus sollicitudin pellentesque et non erat. Maecenas nibh dolor, malesuada et bibendum a, sagittis accumsan ipsum. Pellentesque ultrices ultrices sapien, nec tincidunt nunc posuere ut. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam scelerisque tristique dolor vitae tincidunt. Aenean quis massa uada mi elementum elementum. Nec sapien convallis vulputate rhoncus vel dui.\",\"content_truncation\":0,\"content_truncation_max_word\":30,\"content_truncation_action_text\":\"Show More\",\"content_truncation_action_text_color\":\"#3366FF\",\"dropcap\":0,\"heading_selector\":\"h3\"}}]},{\"id\":\"08489540-8d3b-4aa4-8211-60ad838cf937\",\"class_name\":\"row-column\",\"visibility\":true,\"settings\":{\"background_type\":\"none\",\"background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"background_image\":{\"src\":\"\"},\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_size_custom\":{\"unit\":\"px\"},\"background_attachment\":\"scroll\",\"background_position\":\"0 0\",\"background_position_custom_x\":{\"unit\":\"px\"},\"background_position_custom_y\":{\"unit\":\"px\"},\"overlay_type\":\"overlay_color\",\"gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"pattern_overlay\":{\"src\":\"\"},\"overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"use_border\":0,\"border_width\":\"\",\"boxshadow\":\"0 0 0 0 #FFFFFF\",\"items_align_center\":0,\"items_content_alignment\":\"center\",\"column_custom_css\":\"\",\"tablet_order_landscape\":\"\",\"tablet_order\":\"\",\"mobile_order_landscape\":\"\",\"mobile_order\":\"\",\"hidden_xl\":\"\",\"hidden_lg\":\"\",\"hidden_md\":\"\",\"hidden_sm\":\"\",\"hidden_xs\":\"\",\"enable_animation\":\"1\",\"animationduration\":\"300\",\"animationdelay\":\"0\",\"width\":{\"xl\":\"50%\",\"lg\":\"50%\",\"md\":\"50%\",\"sm\":\"100%\",\"xs\":\"100%\"}},\"addons\":[{\"id\":\"dbf1c360-1b0c-4ec2-961d-ec076be532b0\",\"type\":\"content\",\"name\":\"image\",\"visibility\":true,\"title\":\"Image\",\"icon\":\"<svg viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M31.288 17.393l-9.718 5.9a5 5 0 01-5.8-.435l-3.622-3.024a3 3 0 00-3.583-.197l-6.781 4.504-1.106-1.666 6.78-4.504a5 5 0 015.971.327l3.623 3.025a3 3 0 003.48.261l9.718-5.9 1.038 1.71z\\\" fill=\\\"currentColor\\\"\\/><path opacity=\\\".5\\\" fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M19.077 10.154a2.077 2.077 0 100 4.154 2.077 2.077 0 000-4.154zM15 12.23a4.077 4.077 0 118.154 0 4.077 4.077 0 01-8.154 0z\\\" fill=\\\"currentColor\\\"\\/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M29 4H3a1 1 0 00-1 1v22.308a1 1 0 001 1h26a1 1 0 001-1V5a1 1 0 00-1-1zM3 2a3 3 0 00-3 3v22.308a3 3 0 003 3h26a3 3 0 003-3V5a3 3 0 00-3-3H3z\\\" fill=\\\"currentColor\\\"\\/><\\/svg>\",\"settings\":{\"global_padding\":\"\",\"global_margin\":\"\",\"global_background_type\":\"none\",\"global_background_gradient\":{\"color\":\"#00c6fb\",\"color2\":\"#005bea\",\"deg\":\"45\",\"type\":\"linear\"},\"global_background_image\":{\"src\":\"\"},\"global_background_repeat\":\"no-repeat\",\"global_background_size\":\"cover\",\"global_background_attachment\":\"inherit\",\"global_background_position\":\"50% 50%\",\"global_use_overlay\":0,\"global_overlay_type\":\"overlay_none\",\"global_gradient_overlay\":{\"color\":\"rgba(127, 0, 255, 0.8)\",\"color2\":\"rgba(225, 0, 255, 0.7)\",\"deg\":\"45\",\"type\":\"linear\"},\"global_pattern_overlay\":{\"src\":\"\"},\"global_overlay_pattern_color\":\"\",\"blend_mode\":\"normal\",\"global_user_border\":0,\"global_border_width\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"transform\":\"\",\"global_use_animation\":0,\"global_animationduration\":\"300\",\"global_animationdelay\":\"0\",\"global_border_radius\":{\"xl\":\"\",\"lg\":\"\",\"md\":\"\",\"sm\":\"\",\"xs\":\"\"},\"global_boxshadow\":\"0 0 0 0 #FFFFFF\",\"class\":\"\",\"global_custom_css\":\"\",\"global_custom_position\":0,\"global_seclect_position\":\"relative\",\"global_addon_position_left\":{\"unit\":\"px\"},\"global_addon_position_top\":{\"unit\":\"px\"},\"use_global_width\":\"0\",\"hidden_xl\":\"0\",\"hidden_lg\":\"0\",\"hidden_md\":\"0\",\"hidden_sm\":\"0\",\"hidden_xs\":\"0\",\"acl\":\"\",\"admin_label\":\"\",\"while_scroll_view\":[{\"enable_while_scroll_view\":0,\"scrolling_options\":\"fullpage\",\"on_scroll_actions\":[{\"id\":\"b3fdc1c1e6bfde5942ea\",\"index\":0,\"keyframe\":0,\"name\":\"move\",\"property\":{\"x\":\"0\",\"y\":\"-100\",\"z\":\"0\"},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"},{\"id\":\"936e0225e6dc8edfba7d\",\"index\":1,\"keyframe\":100,\"name\":\"move\",\"property\":{\"x\":0,\"y\":0,\"z\":0},\"range\":{\"max\":500,\"min\":-500,\"stop\":1},\"single\":true,\"title\":\"Move\"}],\"transition_origin_x\":\"center\",\"transition_origin_y\":\"center\",\"enable_tablet\":0,\"enable_mobile\":0}],\"mouse_movement\":[{\"enable_tilt_effect\":0,\"mouse_tilt_direction\":\"direct\",\"mouse_tilt_speed\":\"1\",\"mouse_tilt_max\":\"15\",\"enable_tablet\":0,\"enable_mobile\":0}],\"image\":{\"src\":\"https:\\/\\/sppagebuilder.com\\/addons\\/image\\/image1.jpg\",\"height\":\"\",\"width\":\"\",\"alt\":\"\"},\"image_2x\":{\"src\":\"\",\"height\":\"\",\"width\":\"\"},\"alt_text\":\"Image\",\"image_title\":\"\",\"image_fit\":\"\",\"is_image_shape_enabled\":0,\"image_shape\":\"\",\"image_shape_scale\":1.2,\"is_effects_enabled\":0,\"border_radius\":0,\"open_lightbox\":0,\"overlay_color\":\"rgba(119, 219, 31, .5)\",\"is_zoom_enabled\":0,\"zoom_scale\":\"1.2\",\"link\":\"\",\"heading_selector\":\"h3\",\"title_position\":\"top\"}}]}],\"parent\":false}]','mod_sppagebuilder','module',122,1,1,0,1,0,'2025-07-24 15:00:04',46,'2025-07-24 15:13:37',46,0,NULL,'{\"meta_description\":\"\",\"meta_keywords\":\"\",\"robots\":\"\",\"seo_spacer\":\"\",\"author\":\"\"}','','','','*',0,'','5.7.1');
/*!40000 ALTER TABLE `jnx5e_sppagebuilder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_addonlist`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_addonlist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_addonlist` (
  `id` int NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `is_favorite` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_addonlist`
--

LOCK TABLES `jnx5e_sppagebuilder_addonlist` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_addonlist` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_addonlist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_addons`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_addons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_addons` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `code` mediumtext NOT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `created` datetime NOT NULL,
  `created_by` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_addons`
--

LOCK TABLES `jnx5e_sppagebuilder_addons` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_addons` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_addons` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_assets`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_assets` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `type` varchar(100) NOT NULL DEFAULT '',
  `name` varchar(100) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `assets` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL,
  `css_path` text,
  `created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created_by` int NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '1',
  `access` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_assets`
--

LOCK TABLES `jnx5e_sppagebuilder_assets` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_assets` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_collection_fields`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_collection_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_collection_fields` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `collection_id` bigint unsigned NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(255) NOT NULL DEFAULT '' COMMENT 'title, alias, text, rich-text, image, video, datetime, link, number, switch, color, option, file, checkbox, reference, multi-reference, divider, and more',
  `description` text,
  `options` text,
  `max_length` int unsigned DEFAULT NULL,
  `min_length` int unsigned DEFAULT NULL,
  `default_value` text,
  `placeholder` varchar(255) DEFAULT NULL,
  `required` tinyint NOT NULL DEFAULT '0',
  `reference_collection_id` bigint unsigned DEFAULT NULL,
  `is_textarea` tinyint NOT NULL DEFAULT '0',
  `show_time` tinyint NOT NULL DEFAULT '0',
  `file_extensions` varchar(300) DEFAULT NULL COMMENT 'Comma separated extensions for file type',
  `number_format` varchar(100) DEFAULT NULL COMMENT 'Available values: decimal, integer. NULL for allow both.',
  `allow_negative` tinyint NOT NULL DEFAULT '0',
  `number_unit` varchar(100) DEFAULT NULL COMMENT 'Available values: percent, degree. NULL for no unit.',
  `number_step` decimal(13,2) DEFAULT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `created` datetime NOT NULL,
  `created_by` bigint DEFAULT NULL,
  `modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `modified_by` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_collection_id` (`collection_id`),
  CONSTRAINT `jnx5e_sppagebuilder_collection_fields_ibfk_1` FOREIGN KEY (`collection_id`) REFERENCES `jnx5e_sppagebuilder_collections` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_collection_fields`
--

LOCK TABLES `jnx5e_sppagebuilder_collection_fields` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_collection_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_collection_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_collection_imports`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_collection_imports`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_collection_imports` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `data` text,
  `created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created_by` int NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_collection_imports`
--

LOCK TABLES `jnx5e_sppagebuilder_collection_imports` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_collection_imports` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_collection_imports` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_collection_item_values`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_collection_item_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_collection_item_values` (
  `item_id` bigint unsigned NOT NULL,
  `field_id` bigint unsigned NOT NULL,
  `value` text,
  `reference_item_id` bigint unsigned DEFAULT NULL COMMENT 'The reference item id from the #__sppagebuilder_collection_items table.',
  KEY `item_id` (`item_id`),
  KEY `field_id` (`field_id`),
  KEY `reference_item_id` (`reference_item_id`),
  CONSTRAINT `jnx5e_sppagebuilder_collection_item_values_ibfk_1` FOREIGN KEY (`item_id`) REFERENCES `jnx5e_sppagebuilder_collection_items` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `jnx5e_sppagebuilder_collection_item_values_ibfk_2` FOREIGN KEY (`field_id`) REFERENCES `jnx5e_sppagebuilder_collection_fields` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  CONSTRAINT `jnx5e_sppagebuilder_collection_item_values_ibfk_3` FOREIGN KEY (`reference_item_id`) REFERENCES `jnx5e_sppagebuilder_collection_items` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_collection_item_values`
--

LOCK TABLES `jnx5e_sppagebuilder_collection_item_values` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_collection_item_values` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_collection_item_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_collection_items`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_collection_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_collection_items` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` bigint unsigned NOT NULL DEFAULT '0',
  `collection_id` bigint unsigned NOT NULL,
  `published` tinyint NOT NULL DEFAULT '0',
  `access` int unsigned NOT NULL DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL DEFAULT '*',
  `created` datetime NOT NULL,
  `created_by` bigint DEFAULT NULL,
  `modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `modified_by` bigint DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_collection_id` (`collection_id`),
  CONSTRAINT `jnx5e_sppagebuilder_collection_items_ibfk_1` FOREIGN KEY (`collection_id`) REFERENCES `jnx5e_sppagebuilder_collections` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_collection_items`
--

LOCK TABLES `jnx5e_sppagebuilder_collection_items` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_collection_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_collection_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_collections`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_collections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_collections` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` bigint unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `published` tinyint NOT NULL DEFAULT '1',
  `access` int unsigned NOT NULL DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL DEFAULT '*',
  `created` datetime NOT NULL,
  `created_by` bigint DEFAULT NULL,
  `modified` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `modified_by` bigint DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_collections`
--

LOCK TABLES `jnx5e_sppagebuilder_collections` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_collections` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_collections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_colors`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_colors`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_colors` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `colors` text,
  `created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created_by` int NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_colors`
--

LOCK TABLES `jnx5e_sppagebuilder_colors` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_colors` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_colors` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_fonts`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_fonts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_fonts` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `family_name` varchar(100) NOT NULL DEFAULT '',
  `data` text,
  `type` enum('google','local') DEFAULT 'google',
  `created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created_by` int NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `family_name` (`family_name`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_fonts`
--

LOCK TABLES `jnx5e_sppagebuilder_fonts` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_fonts` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_fonts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_image_shapes`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_image_shapes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_image_shapes` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `shape` text,
  `created` datetime NOT NULL,
  `created_by` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_image_shapes`
--

LOCK TABLES `jnx5e_sppagebuilder_image_shapes` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_image_shapes` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_image_shapes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_integrations`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_integrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_integrations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext NOT NULL,
  `component` varchar(255) NOT NULL DEFAULT '',
  `plugin` mediumtext NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_integrations`
--

LOCK TABLES `jnx5e_sppagebuilder_integrations` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_integrations` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_integrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_languages`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_languages` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext NOT NULL,
  `lang_tag` varchar(255) NOT NULL DEFAULT '',
  `lang_key` varchar(100) DEFAULT NULL,
  `version` varchar(255) NOT NULL DEFAULT '',
  `state` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_languages`
--

LOCK TABLES `jnx5e_sppagebuilder_languages` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_languages` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_presets`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_presets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_presets` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `addon_name` varchar(255) NOT NULL DEFAULT '',
  `preset` mediumtext NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0',
  `ordering` int NOT NULL DEFAULT '0',
  `created` datetime NOT NULL,
  `created_by` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_presets`
--

LOCK TABLES `jnx5e_sppagebuilder_presets` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_presets` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_presets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_sections`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_sections` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL DEFAULT '',
  `section` mediumtext NOT NULL,
  `ordering` int NOT NULL DEFAULT '0',
  `created` datetime NOT NULL,
  `created_by` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_sections`
--

LOCK TABLES `jnx5e_sppagebuilder_sections` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_sections` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_sections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_sppagebuilder_typography`
--

DROP TABLE IF EXISTS `jnx5e_sppagebuilder_typography`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_sppagebuilder_typography` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `typography` text,
  `created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created_by` int NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_sppagebuilder_typography`
--

LOCK TABLES `jnx5e_sppagebuilder_typography` WRITE;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_typography` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_sppagebuilder_typography` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_tags`
--

DROP TABLE IF EXISTS `jnx5e_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_tags`
--

LOCK TABLES `jnx5e_tags` WRITE;
/*!40000 ALTER TABLE `jnx5e_tags` DISABLE KEYS */;
INSERT INTO `jnx5e_tags` VALUES (1,0,0,1,0,'','ROOT','root','','',1,NULL,NULL,1,'','','','',44,'2024-10-17 13:00:51','',44,'2024-10-17 13:00:51','','',0,'*',1,NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_template_overrides`
--

DROP TABLE IF EXISTS `jnx5e_template_overrides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_template_overrides` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `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 `jnx5e_template_overrides`
--

LOCK TABLES `jnx5e_template_overrides` WRITE;
/*!40000 ALTER TABLE `jnx5e_template_overrides` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_template_overrides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_template_styles`
--

DROP TABLE IF EXISTS `jnx5e_template_styles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_template_styles` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `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 AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_template_styles`
--

LOCK TABLES `jnx5e_template_styles` WRITE;
/*!40000 ALTER TABLE `jnx5e_template_styles` DISABLE KEYS */;
INSERT INTO `jnx5e_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\",\"colorScheme\":\"os\",\"monochrome\":\"0\",\"loginLogo\":\"\",\"loginLogoAlt\":\"\",\"logoBrandLarge\":\"\",\"logoBrandLargeAlt\":\"\",\"logoBrandSmall\":\"\",\"logoBrandSmallAlt\":\"\"}'),(11,'cassiopeia',0,'0','Cassiopeia - Default',1,'','{\"brand\":\"1\",\"logoFile\":\"\",\"siteTitle\":\"\",\"siteDescription\":\"\",\"useFontScheme\":\"0\",\"systemFontBody\":\"\",\"systemFontHeading\":\"\",\"colorName\":\"colors_standard\",\"fluidContainer\":\"0\",\"stickyHeader\":0,\"backTop\":0}'),(12,'g5_helium',0,'1','Helium - Predeterminado',0,'','{\"configuration\":\"12\",\"preset\":\"default\"}'),(13,'g5_helium',0,'0','Helium - Home - Inicio',0,'','{\"configuration\":\"13\",\"preset\":\"home_-_particles\"}'),(14,'g5_helium',0,'0','Helium - Helium - menu vertical',0,'','{\"configuration\":\"14\",\"preset\":\"default\"}'),(15,'g5_helium',0,'0','Helium - Helium - noticias',0,'','{\"configuration\":\"15\",\"preset\":\"default\"}'),(16,'g5_helium',0,'0','Helium - Helium - videos',0,'','{\"configuration\":\"16\",\"preset\":\"default\"}'),(17,'g5_helium',0,'0','Helium - Helium - eventos',0,'','{\"configuration\":\"17\",\"preset\":\"default\"}');
/*!40000 ALTER TABLE `jnx5e_template_styles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_tuf_metadata`
--

DROP TABLE IF EXISTS `jnx5e_tuf_metadata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_tuf_metadata` (
  `id` int NOT NULL AUTO_INCREMENT,
  `update_site_id` int DEFAULT '0',
  `root` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `targets` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `snapshot` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `timestamp` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `mirrors` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Secure TUF Updates';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_tuf_metadata`
--

LOCK TABLES `jnx5e_tuf_metadata` WRITE;
/*!40000 ALTER TABLE `jnx5e_tuf_metadata` DISABLE KEYS */;
INSERT INTO `jnx5e_tuf_metadata` VALUES (1,1,'{\"signed\":{\"_type\":\"root\",\"spec_version\":\"1.0\",\"version\":12,\"expires\":\"2026-12-16T13:18:16Z\",\"keys\":{\"00e432b504508246e2bd536dd6c13e55e8b3256f0be9f767fae26da6c2a28663\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"250f8d293c49817a83909dead96ad82b62f7ac16844cf589f8d2f0e0b15cab21\"}},\"07eb082f367c034a95878687f6648aa76d93652b6ee73e58817053d89af6c44f\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"9b2af2d9b9727227735253d795bd27ea8f0e294a5f3603e822dc5052b44802b9\"}},\"179d107f20a2354ac5bd9a1f32a2df1763c0059617f0c132bebeb4816a1a8637\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"159a4195cbafce2bb959f09ab2b36a2127b8967f94d389f65f1e7892fccfe8b8\"}},\"192ad7343e7d431533d9577fd957b6f924680177db4dc6c0e146dad6810a90a4\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"042b66e1431a1f5c2c15b4a16ea60f23f466851b58e9ff057dbfc2a5e0d821d1\"}},\"1b1b1dd55b2c1c7258714cf1c1ae06f23e4607b28c762d016a9d81c48ffe5669\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"a18e5ebabc19d5d5984b601a292ece61ba3662ab2d071dc520da5bd4f8948799\"}},\"273e94e5477e306ad6de75be1524860e219e265ff9a57c81ababd0691e45706c\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"1cb6702338830ef1c9e76a022fed27172d475bbaace754d8141ebc96dad8b15f\"}},\"2dcaf3d0e552f150792f7c636d45429246dcfa34ac35b46a44f5c87cd17d457e\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"cb0a7a131961a20edea051d6dc2b091fb650bd399bd8514adb67b3c60db9f8f9\"}},\"31dd7c7290d664c9b88c0dead2697175293ea7df81b7f24153a37370fd3901c3\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"589d029a68b470deff1ca16dbf3eea6b5b3fcba0ae7bb52c468abc7fb058b2a2\"}},\"9e41a9d62d94c6a1c8a304f62c5bd72d84a9f286f27e8327cedeacb09e5156cc\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"6043c8bacc76ac5c9750f45454dd865c6ca1fc57d69e14cc192cfd420f6a66a9\"}},\"9eabc37383b243cd236375c66693db385911914b52556e1ec05fc70ed45e1bfe\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"a4b8509488f1c29ab0b1f610e7452fbec78b4f33f1fba5a418d6ff087c567429\"}},\"a1a4b7fdbeedfdeff12d7776de098a2f8de8d2ab7bfe10062a281b3819b078c1\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"ea764b0b475b3c396627ac6689cbd8f54a5f93e87b6f5e3eb44a7ccafb542ff3\"}},\"a599a27a3ec4d520059c591338759dc401006b1c4cb1db85a286e667253d28b6\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"45e416d24d13a60ace5ab028827d5cfc8ba177bb9466bf2acd8efa6e3547911a\"}},\"bfee044dd4574a281c9b7c0b6829913ef292c66c0512d1091a298cfca8493da9\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"6eb44460e5914e8e0df726ddb90bd1f3771b8ce5af19b40fb01ac5a85b023a6f\"}},\"e2229942b0fc1e6d7f82adf258e5bdadac10046d1470b7ec459c9eb4e076026b\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"ad1950e117b29ebe7a38635a2e574123e07571e4f9a011783e053b5f15d2562a\"}},\"ecc851a051c8d6439331ff0a37c7727321fc39896a34f950f73638b8a7cb472e\":{\"keytype\":\"ed25519\",\"scheme\":\"ed25519\",\"keyid_hash_algorithms\":[\"sha256\",\"sha512\"],\"keyval\":{\"public\":\"5d451915bc2b93a0e4e4745bc6a8b292d58996d50e0fb66c78c7827152a65879\"}}},\"roles\":{\"root\":{\"keyids\":[\"1b1b1dd55b2c1c7258714cf1c1ae06f23e4607b28c762d016a9d81c48ffe5669\",\"2dcaf3d0e552f150792f7c636d45429246dcfa34ac35b46a44f5c87cd17d457e\",\"192ad7343e7d431533d9577fd957b6f924680177db4dc6c0e146dad6810a90a4\"],\"threshold\":1},\"snapshot\":{\"keyids\":[\"07eb082f367c034a95878687f6648aa76d93652b6ee73e58817053d89af6c44f\",\"2dcaf3d0e552f150792f7c636d45429246dcfa34ac35b46a44f5c87cd17d457e\",\"ecc851a051c8d6439331ff0a37c7727321fc39896a34f950f73638b8a7cb472e\",\"e2229942b0fc1e6d7f82adf258e5bdadac10046d1470b7ec459c9eb4e076026b\",\"bfee044dd4574a281c9b7c0b6829913ef292c66c0512d1091a298cfca8493da9\",\"9eabc37383b243cd236375c66693db385911914b52556e1ec05fc70ed45e1bfe\",\"273e94e5477e306ad6de75be1524860e219e265ff9a57c81ababd0691e45706c\",\"00e432b504508246e2bd536dd6c13e55e8b3256f0be9f767fae26da6c2a28663\",\"179d107f20a2354ac5bd9a1f32a2df1763c0059617f0c132bebeb4816a1a8637\",\"a1a4b7fdbeedfdeff12d7776de098a2f8de8d2ab7bfe10062a281b3819b078c1\",\"192ad7343e7d431533d9577fd957b6f924680177db4dc6c0e146dad6810a90a4\",\"a599a27a3ec4d520059c591338759dc401006b1c4cb1db85a286e667253d28b6\"],\"threshold\":1},\"targets\":{\"keyids\":[\"31dd7c7290d664c9b88c0dead2697175293ea7df81b7f24153a37370fd3901c3\",\"ecc851a051c8d6439331ff0a37c7727321fc39896a34f950f73638b8a7cb472e\",\"e2229942b0fc1e6d7f82adf258e5bdadac10046d1470b7ec459c9eb4e076026b\",\"bfee044dd4574a281c9b7c0b6829913ef292c66c0512d1091a298cfca8493da9\",\"9eabc37383b243cd236375c66693db385911914b52556e1ec05fc70ed45e1bfe\",\"273e94e5477e306ad6de75be1524860e219e265ff9a57c81ababd0691e45706c\",\"00e432b504508246e2bd536dd6c13e55e8b3256f0be9f767fae26da6c2a28663\",\"179d107f20a2354ac5bd9a1f32a2df1763c0059617f0c132bebeb4816a1a8637\",\"a1a4b7fdbeedfdeff12d7776de098a2f8de8d2ab7bfe10062a281b3819b078c1\"],\"threshold\":1},\"timestamp\":{\"keyids\":[\"9e41a9d62d94c6a1c8a304f62c5bd72d84a9f286f27e8327cedeacb09e5156cc\"],\"threshold\":1}},\"consistent_snapshot\":true},\"signatures\":[{\"keyid\":\"1b1b1dd55b2c1c7258714cf1c1ae06f23e4607b28c762d016a9d81c48ffe5669\",\"sig\":\"566d6aa10932b36ebda6fbb56f17a683c0044cc1e94947fa26f454319e544bf83ccaaca8197874ef51c2eb51ba252297bc1b4f8c6d8b58ed31f30d6d8e100801\"}]}','{\"signed\":{\"_type\":\"targets\",\"spec_version\":\"1.0\",\"version\":86,\"expires\":\"2026-06-03T17:02:28Z\",\"targets\":{\"Joomla_5.1.2-Stable-Upgrade_Package.zip\":{\"length\":28134889,\"hashes\":{\"sha512\":\"d6b46cdedb9b31d01a607fe4c2f3a830a3265ed6ae5c0cb7b0f836b1b016ee7c639bd8948df00baf1b61a87f2fc71368a80b39e67ef9ec2b8842ee0ab09a620f\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.1.2 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-1-2/Joomla_5.1.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.1.2/Joomla_5.1.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.1.2/Joomla_5.1.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5909-joomla-5-1-2-and-joomla-4-4-6-security-and-bug-fix-release.html\",\"title\":\"Joomla! 5.1.2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.1.2\",\"php_minimum\":\"8.1.0\",\"channel\":\"6.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.1.2\"}},\"Joomla_5.3.3-Stable-Update_Package.zip\":{\"length\":29441974,\"hashes\":{\"sha512\":\"396cdba79e1c85138341e00f7e91fcb7d78e6de4126a7f9f76dc5a3973ceaf20dee90bb1b09492669dbaf4d4c9200df46677c09fb7fbd0535d14505d3c7cf3a2\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.3.3 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-3-3/Joomla_5.3.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.3.3/Joomla_5.3.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.3.3/Joomla_5.3.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5930-joomla-5-3-3-bugfix-release.html\",\"title\":\"Joomla! 5.3.3 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.3.3\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.3.3\"}},\"Joomla_5.3.4-Stable-Update_Package.zip\":{\"length\":29854677,\"hashes\":{\"sha512\":\"12a386645464b4f973ec28b40252cca28f56fdbe3f89efa37a4deaebb3334088c427e74bb90fa3068efc2df785a96510befde496f6341bd83f2a1b45b3d693ea\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.3.4 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-3-4/Joomla_5.3.4-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.3.4/Joomla_5.3.4-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.3.4/Joomla_5.3.4-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5936-joomla-5-3-4-security-bugfix-release.html\",\"title\":\"Joomla! 5.3.4 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.3.4\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.3.4\"}},\"Joomla_5.4.0-Stable-Update_Package.zip\":{\"length\":29974846,\"hashes\":{\"sha512\":\"c862b2674acd3f7da6062ea2a0defa35c2c5c9091eaf742106f6cf5793d321ed7a9b99901c7ad15845cef4e4cb7e2806af64794fdcf5a30b7e1c4db60bcd10ae\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.0 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-4-0/Joomla_5.4.0-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.0/Joomla_5.4.0-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.4.0/Joomla_5.4.0-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5939-joomla-6-0-and-joomla-5-4-are-here.html\",\"title\":\"Joomla! 5.4.0 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.0\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.0\"}},\"Joomla_5.4.1-Stable-Update_Package.zip\":{\"length\":30009045,\"hashes\":{\"sha512\":\"aeddd1143cd574ff3f6e9bc7d7c67bf5d21dc1b404d98498a691b1fff12f5d245b48424f97155f20e2807e4ee2c1aed7313fae3ab8c0d27a08a20947c166c43e\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.1 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-4-1/Joomla_5.4.1-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.1/Joomla_5.4.1-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.4.1/Joomla_5.4.1-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5941-joomla-6-0-1-and-5-4-1-bugfix-release.html\",\"title\":\"Joomla! 5.4.1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.1\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.1\"}},\"Joomla_5.4.1-rc1-Release_Candidate-Update_Package.zip\":{\"length\":30010108,\"hashes\":{\"sha512\":\"facfd83e03d245c474ca166ebb0bf9635e7b225177c5dd96e18686db67dcd778a68cfaf346cc363761b1df4e5ad3f2d7870f0ea21ecc1a6fbbb46d85a40a00e1\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.1-rc1 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.1-rc1/Joomla_5.4.1-rc1-Release_Candidate-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://github.com/joomla/joomla-cms/releases/tag/5.4.1\",\"title\":\"Joomla! 5.4.1-rc1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.1-rc1\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"RC\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.1-rc1\"}},\"Joomla_5.4.1-rc2-Release_Candidate-Update_Package.zip\":{\"length\":30009059,\"hashes\":{\"sha512\":\"9345d1d34e6ae6fd7611bff6c164638df2ad07dbdd985d20f3aec0072147d4aebe74f87c0eaf7e767aa5d8232a624ff1db87bc2950d7d83027bb693a17504a20\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.1-rc2 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.1-rc2/Joomla_5.4.1-rc2-Release_Candidate-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://github.com/joomla/joomla-cms/releases/tag/5.4.1-rc2\",\"title\":\"Joomla! 5.4.1-rc2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.1-rc2\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"RC\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.1-rc2\"}},\"Joomla_5.4.2-Stable-Update_Package.zip\":{\"length\":30316442,\"hashes\":{\"sha512\":\"e83add95a43103ec2d6ccada9e33a29fa6feb2d8e27b6bd16376f4a75d9b588c029b1f24c97b0772e3a6eb0e20d2b8e0e3526cf2af242d90c280ef63abeddaa9\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.2 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-4-2/Joomla_5.4.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.2/Joomla_5.4.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.4.2/Joomla_5.4.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5942-joomla-6-0-2-and-5-4-2-security-bugfix-release.html\",\"title\":\"Joomla! 5.4.2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.2\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.2\"}},\"Joomla_5.4.2-rc1-Release_Candidate-Update_Package.zip\":{\"length\":30316061,\"hashes\":{\"sha512\":\"31e53a1a242dfc49fb900e5d6000f6a0235115c13d636d037825b2061df36645da9aa01088d2e33cccb6546fd797a3c76068d5615057d36bc63f06ee5acc2124\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.2-rc1 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.2-rc1/Joomla_5.4.2-rc1-Release_Candidate-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://github.com/joomla/joomla-cms/releases/tag/5.4.2-rc1\",\"title\":\"Joomla! 5.4.2-rc1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.2-rc1\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"RC\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.2-rc1\"}},\"Joomla_5.4.3-Stable-Update_Package.zip\":{\"length\":30403970,\"hashes\":{\"sha512\":\"63901b3cca37a59fe8028e0adb01eda3bb3669dc410c21b1ab7cb040997980c75d2d52b242d053800a542f4d60cf6a15e5fdabc963014c35aef80f6b8b02857f\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.3 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla5/5-4-3/Joomla_5.4.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.3/Joomla_5.4.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/5.4.3/Joomla_5.4.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5943-joomla-6-0-3-and-5-4-3-bugfix-release.html\",\"title\":\"Joomla! 5.4.3 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.3\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.3\"}},\"Joomla_5.4.3-rc1-Release_Candidate-Update_Package.zip\":{\"length\":30403996,\"hashes\":{\"sha512\":\"2dbfdae57da5bd411c35e7e484c77984ecd7b67c185410fb9ac8f0970aa9f3071728d6e0151addd1037c4a1ed0dda7aa0fbb35fbf29f26879018b202ae21e8cc\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 5.4.3-rc1 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/5.4.3-rc1/Joomla_5.4.3-rc1-Release_Candidate-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://github.com/joomla/joomla-cms/releases/tag/5.4.3-rc1\",\"title\":\"Joomla! 5.4.3-rc1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 5.4.3-rc1\",\"php_minimum\":\"8.1.0\",\"channel\":\"5.x\",\"stability\":\"RC\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"11.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(5\\\\.[0-4])|^(4\\\\.4)\"},\"type\":\"file\",\"version\":\"5.4.3-rc1\"}},\"Joomla_6.0.0-Stable-Update_Package.zip\":{\"length\":30236123,\"hashes\":{\"sha512\":\"ab69bb8305aa23f010695366ef769c99ec5a32343afbb418b6ed03c9ca541ad0222136d3a7ed4a8989f33d638ffdfc4c551e96250e0dbaa3fe45f2c2e8825018\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.0.0 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla6/6-0-0/Joomla_6.0.0-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.0.0/Joomla_6.0.0-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/6.0.0/Joomla_6.0.0-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5939-joomla-6-0-and-joomla-5-4-are-here.html\",\"title\":\"Joomla! 6.0.0 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.0.0\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.0.0\"}},\"Joomla_6.0.1-Stable-Update_Package.zip\":{\"length\":30247182,\"hashes\":{\"sha512\":\"38f8dd3ff1fd48b9973193a4484591b3b9f4a7516eb7640ff1687d84c81d4dc8cd05f6f58b9f48172bae41a466442f4a5af4a23e3d63869aeb1b05f4fdd6512e\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.0.1 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla6/6-0-1/Joomla_6.0.1-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.0.1/Joomla_6.0.1-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/6.0.1/Joomla_6.0.1-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5941-joomla-6-0-1-and-5-4-1-bugfix-release.html\",\"title\":\"Joomla! 6.0.1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.0.1\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.0.1\"}},\"Joomla_6.0.1-rc1-Release_Candidate-Update_Package.zip\":{\"length\":30248231,\"hashes\":{\"sha512\":\"fe48586af9382070dd6275885f931d7bb6eca63129e2a252587c7c48ca9d666d3a38f41a0122698f671657a729467f4eef4fde09dfc97dbfb3c633341b568839\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.0.1-rc1 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.0.1-rc1/Joomla_6.0.1-rc1-Release_Candidate-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://github.com/joomla/joomla-cms/releases/tag/6.0.1-rc1\",\"title\":\"Joomla! 6.0.1-rc1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.0.1-rc1\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"RC\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.0.1-rc1\"}},\"Joomla_6.0.1-rc2-Release_Candidate-Update_Package.zip\":{\"length\":30247185,\"hashes\":{\"sha512\":\"37aa3600138a3e61250060b6650276bccd975d2dd629a0fb074762024a77a2a94197b1424a49785aa1382d48d4526acc59932fe8ac00e1207d30cc9f82544343\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.0.1-rc2 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.0.1-rc2/Joomla_6.0.1-rc2-Release_Candidate-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://github.com/joomla/joomla-cms/releases/tag/6.0.1-rc2\",\"title\":\"Joomla! 6.0.1-rc2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.0.1-rc2\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"RC\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.0.1-rc2\"}},\"Joomla_6.0.2-Stable-Update_Package.zip\":{\"length\":30555623,\"hashes\":{\"sha512\":\"c0cff255fcf8e0359453c18365f4906afcce115981a5114e3388da583ad192bde320c8bdd191cd8ca4e55ad5585c9c4cd098c2e1661d8a109d37b94340e4b6a6\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.0.2 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla6/6-0-2/Joomla_6.0.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.0.2/Joomla_6.0.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/6.0.2/Joomla_6.0.2-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5942-joomla-6-0-2-and-5-4-2-security-bugfix-release.html\",\"title\":\"Joomla! 6.0.2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.0.2\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.0.2\"}},\"Joomla_6.0.2-rc1-Release_Candidate-Update_Package.zip\":{\"length\":30555248,\"hashes\":{\"sha512\":\"298fb6c5510b95ed5be9862d9e574220a7cf638105c210bc64aad6677bb84b524cb02b6a9dbc8ca1d02fa936f410f4ed501b0914feab3eb7620b47e68696aaa4\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.0.2-rc1 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.0.2-rc1/Joomla_6.0.2-rc1-Release_Candidate-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://github.com/joomla/joomla-cms/releases/tag/6.0.2-rc1\",\"title\":\"Joomla! 6.0.2-rc1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.0.2-rc1\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"RC\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.0.2-rc1\"}},\"Joomla_6.0.3-Stable-Update_Package.zip\":{\"length\":30645479,\"hashes\":{\"sha512\":\"212a681935d260925cbb15e0fa4d9c9e40978aa32ab7137ff1e0775be26eaa6634317521ec8a411aed3f76990758cbe4dcec3c86186458238dc45f8a3886e5dc\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.0.3 Release\",\"downloads\":[{\"url\":\"https://downloads.joomla.org/cms/joomla6/6-0-3/Joomla_6.0.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.0.3/Joomla_6.0.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"},{\"url\":\"https://update.joomla.org/releases/6.0.3/Joomla_6.0.3-Stable-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://www.joomla.org/announcements/release-news/5943-joomla-6-0-3-and-5-4-3-bugfix-release.html\",\"title\":\"Joomla! 6.0.3 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.0.3\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Stable\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.0.3\"}},\"Joomla_6.0.3-rc1-Release_Candidate-Update_Package.zip\":{\"length\":30645486,\"hashes\":{\"sha512\":\"dd1734db5e01645e4ca2b8e3500922ecee0441014e1c42eb3cc074169d84bf04f6d3eca5bc7ef21ad5c5bb7001df3608b59db3fbe13adb679bbfa0068fbbc9be\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.0.3-rc1 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.0.3-rc1/Joomla_6.0.3-rc1-Release_Candidate-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://github.com/joomla/joomla-cms/releases/tag/6.0.3-rc1\",\"title\":\"Joomla! 6.0.3-rc1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.0.3-rc1\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"RC\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.0.3-rc1\"}},\"Joomla_6.1.0-alpha1-Alpha-Update_Package.zip\":{\"length\":30430173,\"hashes\":{\"sha512\":\"e229f74cff44e899ed699781a35bebee9a956728b0fbd7236e6c41f3e63df16b72c2355ef4266ec1561ebddcb4a9127979cfe671dd0b6c0912dc0e5214461a70\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-alpha1 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-alpha1/Joomla_6.1.0-alpha1-Alpha-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://developer.joomla.org/news/1014-joomla-6-1-alpha1-test-the-future-of-joomla.html\",\"title\":\"Joomla! 6.1.0-alpha1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-alpha1\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Alpha\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-alpha1\"}},\"Joomla_6.1.0-alpha2-Alpha-Full_Package.zip\":{\"length\":33107068,\"hashes\":{\"sha512\":\"be9711e1bda18981f077369105399eff9e8ab9203cad43d2c5385689e32db7bc6e11f3b5e406194dd9c2d7f5892bb92c6702cf5436badf3d971150ffcfda0a72\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-alpha2 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-alpha2/Joomla_6.1.0-alpha2-Alpha-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://developer.joomla.org/news/1015-joomla-6-1-alpha2-see-how-its-coming-together.html\",\"title\":\"Joomla! 6.1.0-alpha2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-alpha2\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Alpha\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-alpha2\"}},\"Joomla_6.1.0-alpha2-Alpha-Update_Package.zip\":{\"length\":30736927,\"hashes\":{\"sha512\":\"388790c8b32f624e5b33531f4a41eefa85b5273e76e20a847b01c7eaa59367939317581e5f75ade6c024f25894740c9651ce2faaa330ac8a7fb863434c170879\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-alpha2 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-alpha2/Joomla_6.1.0-alpha2-Alpha-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://developer.joomla.org/news/1015-joomla-6-1-alpha2-see-how-its-coming-together.html\",\"title\":\"Joomla! 6.1.0-alpha2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-alpha2\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Alpha\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-alpha2\"}},\"Joomla_6.1.0-alpha3-Alpha-Full_Package.zip\":{\"length\":33216519,\"hashes\":{\"sha512\":\"16eb1fb81ef4b0c2f3ebca14538945d291623f544d77946e556fc2f17561bda55c256be4f56c0f5034609bbc10e7dcbf0995691b0cd613f5dc58658fe964333b\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-alpha3 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-alpha3/Joomla_6.1.0-alpha3-Alpha-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://developer.joomla.org/news/1018-joomla-6-1-alpha3-wrapping-up-the-alpha-phase.html\",\"title\":\"Joomla! 6.1.0-alpha3 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-alpha3\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Alpha\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-alpha3\"}},\"Joomla_6.1.0-alpha3-Alpha-Update_Package.zip\":{\"length\":30842460,\"hashes\":{\"sha512\":\"9290f78cdba43c0bbb4e9b812a1e06cd548e6a4e14b51529d50d5acab3fdb4f7ab5cc6828655596159af41962b51f5a14008a26f06e3f9c5b3781f309cb52a19\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-alpha3 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-alpha3/Joomla_6.1.0-alpha3-Alpha-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://developer.joomla.org/news/1018-joomla-6-1-alpha3-wrapping-up-the-alpha-phase.html\",\"title\":\"Joomla! 6.1.0-alpha3 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-alpha3\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Alpha\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-alpha3\"}},\"Joomla_6.1.0-beta1-Beta-Update_Package.zip\":{\"length\":31254760,\"hashes\":{\"sha512\":\"eecfdf26696494ab4e3a685aded4ec11391bef9e92deaf6bfac7be96425238c59e2496952ff978450e8e2d3e9ddbee71b578d5f373aacb4bb506c4c17c0bca66\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-beta1 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-beta1/Joomla_6.1.0-beta1-Beta-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://developer.joomla.org/news/1019-joomla-6-1-beta1-feature-freeze-see-what-made-it.html\",\"title\":\"Joomla! 6.1.0-beta1 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-beta1\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Beta\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-beta1\"}},\"Joomla_6.1.0-beta2-Beta-Update_Package.zip\":{\"length\":31274776,\"hashes\":{\"sha512\":\"ebe23e43e973b88013c342be214c2e38c1ea7ae4b47aa34cc512188f0eb0276f76b01424ea8a409cba0a314a59d286d92bd984cb7acb2cb47f3855d609d81815\"},\"custom\":{\"client\":\"site\",\"description\":\"Joomla! 6.1.0-beta2 Release\",\"downloads\":[{\"url\":\"https://github.com/joomla/joomla-cms/releases/download/6.1.0-beta2/Joomla_6.1.0-beta2-Beta-Update_Package.zip\",\"format\":\"zip\",\"type\":\"full\"}],\"element\":\"joomla\",\"infourl\":{\"url\":\"https://github.com/joomla/joomla-cms/releases/tag/6.1.0-beta2\",\"title\":\"Joomla! 6.1.0-beta2 Release\"},\"maintainer\":\"Joomla! Production Department\",\"maintainerurl\":\"https://www.joomla.org\",\"name\":\"Joomla! 6.1.0-beta2\",\"php_minimum\":\"8.3.0\",\"channel\":\"6.x\",\"stability\":\"Beta\",\"supported_databases\":{\"mariadb\":\"10.4\",\"mysql\":\"8.0.13\",\"postgresql\":\"12.0\"},\"targetplatform\":{\"name\":\"joomla\",\"version\":\"(6\\\\.[0-4])|^(5\\\\.4)\"},\"type\":\"file\",\"version\":\"6.1.0-beta2\"}}}},\"signatures\":[{\"keyid\":\"e2229942b0fc1e6d7f82adf258e5bdadac10046d1470b7ec459c9eb4e076026b\",\"sig\":\"ed5f8b926028d12c1c529dbc7f296b40541c99228aeb994392b1ad14c49da64d0abac1dec62b9442f33b723c066c938f3d09957e1f32f39524b68f7b270ff60b\"},{\"keyid\":\"31dd7c7290d664c9b88c0dead2697175293ea7df81b7f24153a37370fd3901c3\",\"sig\":\"61495cb9ce8667144a30de38658796b4c096c05e92fce66b597c312575e9294a1b32a076de1ec318061e8251cdf6b64e6e60067c95abc7e7b63fc226b4aece00\"}]}','{\"signed\":{\"_type\":\"snapshot\",\"spec_version\":\"1.0\",\"version\":97,\"expires\":\"2026-09-29T17:04:00Z\",\"meta\":{\"targets.json\":{\"length\":28104,\"hashes\":{\"sha512\":\"2ef65134fcfc605dcef39d69cb809447b325a4b3d5edeafae8d2907822e4dda85690c7a42f692cdaf0aab9389b65ef9c138fe8fba650eaf1dc423ca0e3318453\"},\"version\":86}}},\"signatures\":[{\"keyid\":\"07eb082f367c034a95878687f6648aa76d93652b6ee73e58817053d89af6c44f\",\"sig\":\"48a49414600b99c13a0c1de342b3b5dbae8ef00826512a8bfb921770c240093a697f36f549079cad6e932651812c90d1e636c92d41b74f2b55681365979cb200\"}]}','{\"signed\":{\"_type\":\"timestamp\",\"spec_version\":\"1.0\",\"version\":986,\"expires\":\"2026-03-15T01:22:54Z\",\"meta\":{\"snapshot.json\":{\"length\":532,\"hashes\":{\"sha512\":\"e98f87e12a7670735e20df6f8d905a9a92a1c26caa29190534728845efd975c3f2ebce9b4e3d45aab6f681b2a14a64cc747161e928246d8b52a4a16d6bd1a62a\"},\"version\":97}}},\"signatures\":[{\"keyid\":\"9e41a9d62d94c6a1c8a304f62c5bd72d84a9f286f27e8327cedeacb09e5156cc\",\"sig\":\"46177f7fb8f2e2a116d4f3117955d522536ecff6f82a6d7a3d940e75350d686ccc14feee33a079bb81230d559f56eba74dc790bea0b6ea8a012f65f315d7d60e\"}]}',NULL);
/*!40000 ALTER TABLE `jnx5e_tuf_metadata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_ucm_base`
--

DROP TABLE IF EXISTS `jnx5e_ucm_base`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_ucm_base`
--

LOCK TABLES `jnx5e_ucm_base` WRITE;
/*!40000 ALTER TABLE `jnx5e_ucm_base` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_ucm_base` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_ucm_content`
--

DROP TABLE IF EXISTS `jnx5e_ucm_content`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_ucm_content` (
  `core_content_id` int unsigned NOT NULL AUTO_INCREMENT,
  `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 `jnx5e_ucm_content`
--

LOCK TABLES `jnx5e_ucm_content` WRITE;
/*!40000 ALTER TABLE `jnx5e_ucm_content` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_ucm_content` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_update_sites`
--

DROP TABLE IF EXISTS `jnx5e_update_sites`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_update_sites` (
  `update_site_id` int NOT NULL AUTO_INCREMENT,
  `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 AUTO_INCREMENT=65 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_update_sites`
--

LOCK TABLES `jnx5e_update_sites` WRITE;
/*!40000 ALTER TABLE `jnx5e_update_sites` DISABLE KEYS */;
INSERT INTO `jnx5e_update_sites` VALUES (1,'Joomla! Core','tuf','https://update.joomla.org/cms/',1,1773435149,'',NULL,NULL),(2,'Accredited Joomla! Translations','collection','https://update.joomla.org/language/translationlist_5.xml',1,1773435149,'',NULL,NULL),(3,'Joomla! Update Component','extension','https://update.joomla.org/core/extensions/com_joomlaupdate.xml',1,1773435150,'',NULL,NULL),(41,'DPCalendar Module Mini','extension','https://cdn.digital-peak.com/update/stream.php?id=50',1,1773435151,'',NULL,NULL),(42,'Ol Testimonials','extension','https://www.olwebdesign.com/updates/mod_ol_testimonials.xml',1,1773435152,'',NULL,NULL),(43,'Smart Slider 3 Updates','extension','https://api.nextendweb.com/v1/?action=joomla_version&platform=joomla&product=smartslider3&pro=0&channel=stable',1,1773435153,'',NULL,NULL),(44,'Player Squad JT Updates','extension','http://joomlatema.net/update_server/joomla4/playersquad_jt.xml',1,1773435154,'',NULL,NULL),(45,'plg_captcha_hcaptcha','extension','https://data2site.com/updates/hcaptcha',1,1773435155,'',NULL,NULL),(46,'Simple Tabs Plugin','extension','http://www.lesarbresdesign.info/jupdate?product=plg_simpletabs',1,1773435160,'',NULL,NULL),(47,'Simple Sliders Plugin','extension','http://www.lesarbresdesign.info/jupdate?product=plg_simplesliders',1,1773435164,'',NULL,NULL),(48,'PLG_FINDER_PHOCADOWNLOAD','extension','https://raw.githubusercontent.com/PhocaCz/PhocaDownloadFinderPlugin/master/manifest.xml',1,1773435164,'',NULL,NULL),(49,'Helium Template','extension','https://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml',1,1773435165,'',NULL,NULL),(50,'SP Page Builder','extension','https://www.joomshaper.com/updates/com-sp-page-builder-lite-next.xml',1,1773435165,'',NULL,NULL),(51,'Image Effect CK Light','extension','https://update.joomlack.fr/imageeffectck_light_update.xml',1,1773435167,'',NULL,NULL),(52,'COM_PHOCADOWNLOAD','extension','https://raw.githubusercontent.com/PhocaCz/PhocaDownload/master/manifest.xml',1,1773435167,'',NULL,NULL),(53,'DJ-ImageSlider Package','extension','https://dj-extensions.com/index.php?option=com_ars&view=update&task=stream&format=xml&id=3',1,1773435167,'',NULL,NULL),(54,'Gantry 5','extension','http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml',1,1773435168,'',NULL,NULL),(55,'Gantry 5','collection','http://updates.gantry.org/5.0/joomla/list.xml',1,1773435169,'',NULL,NULL),(56,'Latest News Enhanced updater','extension','https://updates.simplifyyourweb.com/free/latestnewsenhanced/latestnewsenhanced-pkg-v4-update.xml',1,1773435169,'',NULL,NULL),(57,'SimplifyYourWeb Extensions Library updater','extension','https://updates.simplifyyourweb.com/free/sywlibrary/sywlibrary-pkg-update.xml',1,1773435171,'',NULL,NULL),(58,'MOD_JM_ADDITIONAL_FEATURES','extension','https://dj-extensions.com/index.php?option=com_ars&view=update&task=stream&format=xml&id=38',1,1773435171,'',NULL,NULL),(59,'MOD_JM_ARTICLES_CATEGORY','extension','https://dj-extensions.com/index.php?option=com_ars&view=update&task=stream&format=xml&id=39',1,1773435172,'',NULL,NULL),(60,'Digi Showcase','extension','https://www.digigreg.com/xml/mod_digi_showcase.xml',1,1773435173,'',NULL,NULL),(61,'Regular Labs Library','extension','https://download.regularlabs.com/updates.xml?e=library&type=.xml',1,1773435173,'',NULL,NULL),(62,'Regular Labs Extension Manager','extension','https://download.regularlabs.com/updates.xml?e=extensionmanager&type=.xml',1,1773435174,'',NULL,NULL),(63,'Hot Joomla Carousel Update','extension','https://update.hotjoomlatemplates.com/mod_hot_joomla_carousel_update.xml',1,1773435175,'',NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_update_sites` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_update_sites_extensions`
--

DROP TABLE IF EXISTS `jnx5e_update_sites_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_update_sites_extensions`
--

LOCK TABLES `jnx5e_update_sites_extensions` WRITE;
/*!40000 ALTER TABLE `jnx5e_update_sites_extensions` DISABLE KEYS */;
INSERT INTO `jnx5e_update_sites_extensions` VALUES (1,240),(2,241),(2,248),(2,286),(3,24),(41,271),(42,276),(43,277),(43,279),(43,280),(43,281),(43,285),(44,287),(45,275),(46,261),(47,262),(48,282),(49,257),(50,293),(51,272),(52,274),(53,260),(54,256),(55,256),(56,292),(57,290),(58,296),(59,297),(60,298),(61,301),(62,304),(63,305);
/*!40000 ALTER TABLE `jnx5e_update_sites_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_updates`
--

DROP TABLE IF EXISTS `jnx5e_updates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_updates` (
  `update_id` int NOT NULL AUTO_INCREMENT,
  `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 AUTO_INCREMENT=1604 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_updates`
--

LOCK TABLES `jnx5e_updates` WRITE;
/*!40000 ALTER TABLE `jnx5e_updates` DISABLE KEYS */;
INSERT INTO `jnx5e_updates` VALUES (1533,1,240,'Joomla! 5.4.3','Joomla! 5.4.3 Release','joomla','file','',0,'5.4.3','','https://update.joomla.org/cms/','https://www.joomla.org/announcements/release-news/5943-joomla-6-0-3-and-5-4-3-bugfix-release.html',NULL,''),(1534,2,0,'Afrikaans','','pkg_af-ZA','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/af-ZA_details.xml','','',''),(1535,2,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'5.3.2.3','','https://update.joomla.org/language/details5/ar-AA_details.xml','','',''),(1536,2,0,'Belarusian','','pkg_be-BY','package','',0,'5.4.0.1','','https://update.joomla.org/language/details5/be-BY_details.xml','','',''),(1537,2,0,'Bulgarian','','pkg_bg-BG','package','',0,'5.3.1.4','','https://update.joomla.org/language/details5/bg-BG_details.xml','','',''),(1538,2,0,'Catalan','','pkg_ca-ES','package','',0,'5.4.2.1','','https://update.joomla.org/language/details5/ca-ES_details.xml','','',''),(1539,2,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'5.4.1.1','','https://update.joomla.org/language/details5/zh-CN_details.xml','','',''),(1540,2,0,'Chinese, Traditional','','pkg_zh-TW','package','',0,'5.4.4.1','','https://update.joomla.org/language/details5/zh-TW_details.xml','','',''),(1541,2,0,'Croatian','','pkg_hr-HR','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/hr-HR_details.xml','','',''),(1542,2,0,'Czech','','pkg_cs-CZ','package','',0,'5.4.2.1','','https://update.joomla.org/language/details5/cs-CZ_details.xml','','',''),(1543,2,0,'Danish','','pkg_da-DK','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/da-DK_details.xml','','',''),(1544,2,0,'Dutch','','pkg_nl-NL','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/nl-NL_details.xml','','',''),(1545,2,0,'English, Australia','','pkg_en-AU','package','',0,'5.3.0.1','','https://update.joomla.org/language/details5/en-AU_details.xml','','',''),(1546,2,0,'English, Canada','','pkg_en-CA','package','',0,'5.4.2.1','','https://update.joomla.org/language/details5/en-CA_details.xml','','',''),(1547,2,0,'English, New Zealand','','pkg_en-NZ','package','',0,'5.4.2.1','','https://update.joomla.org/language/details5/en-NZ_details.xml','','',''),(1548,2,0,'English, USA','','pkg_en-US','package','',0,'5.4.2.1','','https://update.joomla.org/language/details5/en-US_details.xml','','',''),(1549,2,0,'Estonian','','pkg_et-EE','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/et-EE_details.xml','','',''),(1550,2,0,'Finnish','','pkg_fi-FI','package','',0,'5.4.2.1','','https://update.joomla.org/language/details5/fi-FI_details.xml','','',''),(1551,2,0,'Flemish','','pkg_nl-BE','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/nl-BE_details.xml','','',''),(1552,2,0,'French','','pkg_fr-FR','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/fr-FR_details.xml','','',''),(1553,2,0,'French, Canada','','pkg_fr-CA','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/fr-CA_details.xml','','',''),(1554,2,0,'Georgian','','pkg_ka-GE','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/ka-GE_details.xml','','',''),(1555,2,0,'German','','pkg_de-DE','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/de-DE_details.xml','','',''),(1556,2,0,'German, Austria','','pkg_de-AT','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/de-AT_details.xml','','',''),(1557,2,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/de-LI_details.xml','','',''),(1558,2,0,'German, Luxembourg','','pkg_de-LU','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/de-LU_details.xml','','',''),(1559,2,0,'German, Switzerland','','pkg_de-CH','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/de-CH_details.xml','','',''),(1560,2,0,'Greek','','pkg_el-GR','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/el-GR_details.xml','','',''),(1561,2,0,'Hungarian','','pkg_hu-HU','package','',0,'5.4.0.2','','https://update.joomla.org/language/details5/hu-HU_details.xml','','',''),(1562,2,0,'Italian','','pkg_it-IT','package','',0,'5.4.3.2','','https://update.joomla.org/language/details5/it-IT_details.xml','','',''),(1563,2,0,'Japanese','','pkg_ja-JP','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/ja-JP_details.xml','','',''),(1564,2,0,'Kazakh','','pkg_kk-KZ','package','',0,'5.0.0.4','','https://update.joomla.org/language/details5/kk-KZ_details.xml','','',''),(1565,2,0,'Korean','','pkg_ko-KR','package','',0,'5.0.2.1','','https://update.joomla.org/language/details5/ko-KR_details.xml','','',''),(1566,2,0,'Latvian','','pkg_lv-LV','package','',0,'5.2.4.1','','https://update.joomla.org/language/details5/lv-LV_details.xml','','',''),(1567,2,0,'Lithuanian','','pkg_lt-LT','package','',0,'5.3.0.1','','https://update.joomla.org/language/details5/lt-LT_details.xml','','',''),(1568,2,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'5.4.2.1','','https://update.joomla.org/language/details5/nb-NO_details.xml','','',''),(1569,2,0,'Pashto Afghanistan','','pkg_ps-AF','package','',0,'5.0.1.1','','https://update.joomla.org/language/details5/ps-AF_details.xml','','',''),(1570,2,0,'Persian Farsi','','pkg_fa-IR','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/fa-IR_details.xml','','',''),(1571,2,0,'Polish','','pkg_pl-PL','package','',0,'5.4.0.1','','https://update.joomla.org/language/details5/pl-PL_details.xml','','',''),(1572,2,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'5.3.0.1','','https://update.joomla.org/language/details5/pt-BR_details.xml','','',''),(1573,2,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'5.2.2.1','','https://update.joomla.org/language/details5/pt-PT_details.xml','','',''),(1574,2,0,'Romanian','','pkg_ro-RO','package','',0,'5.4.0.1','','https://update.joomla.org/language/details5/ro-RO_details.xml','','',''),(1575,2,0,'Russian','','pkg_ru-RU','package','',0,'5.4.1.1','','https://update.joomla.org/language/details5/ru-RU_details.xml','','',''),(1576,2,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'5.4.1.1','','https://update.joomla.org/language/details5/sr-RS_details.xml','','',''),(1577,2,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'5.4.4.1','','https://update.joomla.org/language/details5/sr-YU_details.xml','','',''),(1578,2,0,'Slovak','','pkg_sk-SK','package','',0,'5.4.2.2','','https://update.joomla.org/language/details5/sk-SK_details.xml','','',''),(1579,2,0,'Slovenian','','pkg_sl-SI','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/sl-SI_details.xml','','',''),(1580,2,286,'Spanish','','pkg_es-ES','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/es-ES_details.xml','','',''),(1581,2,0,'Swedish','','pkg_sv-SE','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/sv-SE_details.xml','','',''),(1582,2,0,'Tamil, India','','pkg_ta-IN','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/ta-IN_details.xml','','',''),(1583,2,0,'Thai','','pkg_th-TH','package','',0,'5.4.0.1','','https://update.joomla.org/language/details5/th-TH_details.xml','','',''),(1584,2,0,'Turkish','','pkg_tr-TR','package','',0,'5.4.3.1','','https://update.joomla.org/language/details5/tr-TR_details.xml','','',''),(1585,2,0,'Ukrainian','','pkg_uk-UA','package','',0,'5.4.0.2','','https://update.joomla.org/language/details5/uk-UA_details.xml','','',''),(1586,2,0,'Urdu, Pakistan','','pkg_ur-PK','package','',0,'5.1.2.1','','https://update.joomla.org/language/details5/ur-PK_details.xml','','',''),(1587,2,0,'Welsh','','pkg_cy-GB','package','',0,'5.4.0.1','','https://update.joomla.org/language/details5/cy-GB_details.xml','','',''),(1588,41,271,'DPCalendar Module Mini','DPCalendar Module Mini','mod_dpcalendar_mini','module','',0,'10.7.0','','https://cdn.digital-peak.com/update/stream.php?id=50','https://joomla.digital-peak.com/download/dpcalendar/dpcalendar-10.7.0',NULL,''),(1589,42,276,'Testimonials','Testimonials','mod_ol_testimonials','module','',0,'4.1.9','','https://www.olwebdesign.com/updates/mod_ol_testimonials.xml','https://www.olwebdesign.com',NULL,''),(1590,43,277,'Smart Slider 3','','com_smartslider3','component','',1,'3.5.1.33','','https://api.nextendweb.com/v1/?action=joomla_version&platform=joomla&product=smartslider3&pro=0&channel=stable','https://smartslider.helpscoutdocs.com/article/1746-changelog',NULL,''),(1591,44,287,'Player Squad JT','Player Squad JT','mod_playersquad_jt','module','',0,'1.6','','http://joomlatema.net/update_server/joomla4/playersquad_jt.xml','https://www.joomlatema.net/free-extensions/player-squad-jt-module.html',NULL,''),(1592,49,0,'Helium','Helium Template','tpl_g5_helium','template','',1,'5.6.0','','https://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml','http://docs.gantry.org/gantry5',NULL,''),(1593,50,293,'SP Page Builder','','com_sppagebuilder','component','',1,'6.3.1','','https://www.joomshaper.com/updates/com-sp-page-builder-lite-next.xml','',NULL,''),(1594,51,0,'Image Effect CK','Style any image in your page','imageeffectck','plugin','system',1,'2.6.0','','https://update.joomlack.fr/imageeffectck_light_update.xml','https://www.joomlack.fr/en/joomla-extensions/image-effect-ck',NULL,''),(1595,52,274,' Phoca Download ',' Phoca Download is download manager for Joomla! CMS. It includes component, modules and plugins and allows displaying files on website which can be downloaded (previewed, played) by website visitors. ','com_phocadownload','component','',1,'6.0.0','','https://raw.githubusercontent.com/PhocaCz/PhocaDownload/master/manifest.xml','http://www.phoca.cz/version/index.php?phocadownload=6.0.0',NULL,''),(1596,54,0,'Gantry 5','Gantry 5 Framework','pkg_gantry5','package','',1,'5.6.0','','http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml','http://docs.gantry.org/gantry5',NULL,''),(1597,55,256,'Gantry 5','Gantry 5 Framework','pkg_gantry5','package','',0,'5.6.0','','https://updates.gantry.org/5.0/joomla/pkg_gantry5.xml','','',''),(1598,55,0,'Helium','Helium Template','tpl_g5_helium','template','',0,'5.6.0','','https://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml','','',''),(1599,55,0,'Hydrogen','Hydrogen Template','tpl_g5_hydrogen','template','',0,'5.6.0','','https://updates.gantry.org/5.0/joomla/tpl_g5_hydrogen.xml','','',''),(1600,56,292,'Latest News Enhanced','Latest News Enhanced Module - Check the change logs to get the latest recommendations','pkg_latestnewsenhanced','package','',0,'7.4.0','','https://updates.simplifyyourweb.com/free/latestnewsenhanced/latestnewsenhanced-pkg-v4-update.xml','https://simplifyyourweb.com/free-products/latest-news-enhanced/file/385-latest-news-enhanced','https://updates.simplifyyourweb.com/free/latestnewsenhanced/changelog.xml',''),(1601,57,290,'SimplifyYourWeb Extensions Library','SimplifyYourWeb Extensions Library','pkg_sywlibrary','package','',0,'2.7.1','','https://updates.simplifyyourweb.com/free/sywlibrary/sywlibrary-pkg-update.xml','https://simplifyyourweb.com/downloads/syw-extension-library/file/383-simplify-your-web-extensions-library','https://updates.simplifyyourweb.com/free/sywlibrary/changelog.xml',''),(1602,61,0,'Regular Labs - Regular Labs Library','','pkg_library','package','',0,'21.8.0','','https://download.regularlabs.com/updates.xml?e=library&type=.xml','',NULL,''),(1603,62,304,'Regular Labs - Extension Manager','','pkg_regularlabsmanager','package','',0,'9.2.5','','https://download.regularlabs.com/updates.xml?e=extensionmanager&type=.xml','https://www.regularlabs.com/extensionmanager/download',NULL,'');
/*!40000 ALTER TABLE `jnx5e_updates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_user_keys`
--

DROP TABLE IF EXISTS `jnx5e_user_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_user_keys` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `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 `jnx5e_user_keys`
--

LOCK TABLES `jnx5e_user_keys` WRITE;
/*!40000 ALTER TABLE `jnx5e_user_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_user_keys` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_user_mfa`
--

DROP TABLE IF EXISTS `jnx5e_user_mfa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_user_mfa` (
  `id` int NOT NULL AUTO_INCREMENT,
  `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 `jnx5e_user_mfa`
--

LOCK TABLES `jnx5e_user_mfa` WRITE;
/*!40000 ALTER TABLE `jnx5e_user_mfa` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_user_mfa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_user_notes`
--

DROP TABLE IF EXISTS `jnx5e_user_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_user_notes` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `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 `jnx5e_user_notes`
--

LOCK TABLES `jnx5e_user_notes` WRITE;
/*!40000 ALTER TABLE `jnx5e_user_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_user_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_user_profiles`
--

DROP TABLE IF EXISTS `jnx5e_user_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_user_profiles`
--

LOCK TABLES `jnx5e_user_profiles` WRITE;
/*!40000 ALTER TABLE `jnx5e_user_profiles` DISABLE KEYS */;
INSERT INTO `jnx5e_user_profiles` VALUES (44,'guidedtour.id.12','{\"state\":\"completed\"}',0),(44,'guidedtour.id.13','{\"state\":\"completed\"}',0),(44,'joomlatoken.enabled','1',2),(44,'joomlatoken.token','DmKcFc8qw6rmme1zYPTTKG2sebr+QTAH33w2bRw7HZ4=',1),(45,'guidedtour.id.12','{\"state\":\"delayed\",\"time\":{\"date\":\"2025-04-11 22:22:08.568233\",\"timezone_type\":3,\"timezone\":\"UTC\"}}',0),(46,'guidedtour.id.12','{\"state\":\"completed\"}',0),(46,'guidedtour.id.13','{\"state\":\"completed\"}',0),(46,'joomlatoken.enabled','1',2),(46,'joomlatoken.token','KhSzKjXcalUDEHC3YWwka5+kyXPj7Nzlqh0/oIOPQRg=',1);
/*!40000 ALTER TABLE `jnx5e_user_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_user_usergroup_map`
--

DROP TABLE IF EXISTS `jnx5e_user_usergroup_map`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_user_usergroup_map`
--

LOCK TABLES `jnx5e_user_usergroup_map` WRITE;
/*!40000 ALTER TABLE `jnx5e_user_usergroup_map` DISABLE KEYS */;
INSERT INTO `jnx5e_user_usergroup_map` VALUES (44,8),(46,1),(46,2),(46,3),(46,4),(46,5),(46,6),(46,7),(46,8),(46,9),(47,8);
/*!40000 ALTER TABLE `jnx5e_user_usergroup_map` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_usergroups`
--

DROP TABLE IF EXISTS `jnx5e_usergroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_usergroups` (
  `id` int unsigned NOT NULL AUTO_INCREMENT 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 AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_usergroups`
--

LOCK TABLES `jnx5e_usergroups` WRITE;
/*!40000 ALTER TABLE `jnx5e_usergroups` DISABLE KEYS */;
INSERT INTO `jnx5e_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 `jnx5e_usergroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_users`
--

DROP TABLE IF EXISTS `jnx5e_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_users` (
  `id` int NOT NULL AUTO_INCREMENT,
  `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 AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_users`
--

LOCK TABLES `jnx5e_users` WRITE;
/*!40000 ALTER TABLE `jnx5e_users` DISABLE KEYS */;
INSERT INTO `jnx5e_users` VALUES (44,'admin','admin','[email protected]','$2a$12$KNVAZL4eGNW/v2KqtwVaFOg1/2lnNTnE4plEJN2XxGnrUPRdi4FEi',0,1,'2024-10-17 13:00:55','2025-09-16 13:47:00','0','{\"admin_style\":\"\",\"colorScheme\":\"\",\"allowTourAutoStart\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"timezone\":\"\",\"a11y_mono\":\"0\",\"a11y_contrast\":\"0\",\"a11y_highlight\":\"0\",\"a11y_font\":\"0\",\"token\":\"\"}',NULL,0,'','',0,''),(46,'usuario - icaoc','icaoc','[email protected]','$2y$12$byW6.yvNShcq/Mxq2K41RO8AIiz5UwHgioQV8O9/.bkxckucTAaw.',0,0,'2025-07-22 20:40:57','2026-03-13 20:52:20','','{\"admin_style\":\"\",\"colorScheme\":\"\",\"allowTourAutoStart\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"timezone\":\"\",\"a11y_mono\":\"0\",\"a11y_contrast\":\"0\",\"a11y_highlight\":\"0\",\"a11y_font\":\"0\",\"token\":\"\"}',NULL,0,'','',0,'');
/*!40000 ALTER TABLE `jnx5e_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_viewlevels`
--

DROP TABLE IF EXISTS `jnx5e_viewlevels`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_viewlevels` (
  `id` int unsigned NOT NULL AUTO_INCREMENT 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 AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_viewlevels`
--

LOCK TABLES `jnx5e_viewlevels` WRITE;
/*!40000 ALTER TABLE `jnx5e_viewlevels` DISABLE KEYS */;
INSERT INTO `jnx5e_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 `jnx5e_viewlevels` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_webauthn_credentials`
--

DROP TABLE IF EXISTS `jnx5e_webauthn_credentials`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_webauthn_credentials`
--

LOCK TABLES `jnx5e_webauthn_credentials` WRITE;
/*!40000 ALTER TABLE `jnx5e_webauthn_credentials` DISABLE KEYS */;
/*!40000 ALTER TABLE `jnx5e_webauthn_credentials` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_workflow_associations`
--

DROP TABLE IF EXISTS `jnx5e_workflow_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_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 `jnx5e_workflow_associations`
--

LOCK TABLES `jnx5e_workflow_associations` WRITE;
/*!40000 ALTER TABLE `jnx5e_workflow_associations` DISABLE KEYS */;
INSERT INTO `jnx5e_workflow_associations` VALUES (1,1,'com_content.article'),(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'),(8,1,'com_content.article'),(10,1,'com_content.article'),(11,1,'com_content.article'),(12,1,'com_content.article'),(13,1,'com_content.article'),(14,1,'com_content.article'),(15,1,'com_content.article'),(16,1,'com_content.article'),(17,1,'com_content.article'),(18,1,'com_content.article'),(19,1,'com_content.article'),(20,1,'com_content.article'),(21,1,'com_content.article'),(22,1,'com_content.article'),(23,1,'com_content.article'),(25,1,'com_content.article'),(26,1,'com_content.article'),(27,1,'com_content.article'),(28,1,'com_content.article'),(29,1,'com_content.article'),(30,1,'com_content.article');
/*!40000 ALTER TABLE `jnx5e_workflow_associations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_workflow_stages`
--

DROP TABLE IF EXISTS `jnx5e_workflow_stages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_workflow_stages` (
  `id` int NOT NULL AUTO_INCREMENT,
  `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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_workflow_stages`
--

LOCK TABLES `jnx5e_workflow_stages` WRITE;
/*!40000 ALTER TABLE `jnx5e_workflow_stages` DISABLE KEYS */;
INSERT INTO `jnx5e_workflow_stages` VALUES (1,57,1,1,1,'COM_WORKFLOW_BASIC_STAGE','',1,NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_workflow_stages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_workflow_transitions`
--

DROP TABLE IF EXISTS `jnx5e_workflow_transitions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_workflow_transitions` (
  `id` int NOT NULL AUTO_INCREMENT,
  `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 AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_workflow_transitions`
--

LOCK TABLES `jnx5e_workflow_transitions` WRITE;
/*!40000 ALTER TABLE `jnx5e_workflow_transitions` DISABLE KEYS */;
INSERT INTO `jnx5e_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 `jnx5e_workflow_transitions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jnx5e_workflows`
--

DROP TABLE IF EXISTS `jnx5e_workflows`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jnx5e_workflows` (
  `id` int NOT NULL AUTO_INCREMENT,
  `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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jnx5e_workflows`
--

LOCK TABLES `jnx5e_workflows` WRITE;
/*!40000 ALTER TABLE `jnx5e_workflows` DISABLE KEYS */;
INSERT INTO `jnx5e_workflows` VALUES (1,56,1,'COM_WORKFLOW_BASIC_WORKFLOW','','com_content.article',1,1,'2024-10-17 13:00:51',44,'2024-10-17 13:00:51',44,NULL,NULL);
/*!40000 ALTER TABLE `jnx5e_workflows` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping routines for database 'ICAOC'
--
/*!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:41:01

Youez - 2016 - github.com/yon3zu
LinuXploit